Title: [108960] trunk/Source/WebCore
Revision
108960
Author
[email protected]
Date
2012-02-26 22:54:04 -0800 (Sun, 26 Feb 2012)

Log Message

Unreviewed.

Fix some warnings in the build from referencing the non-existent
websockets directory.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108959 => 108960)


--- trunk/Source/WebCore/ChangeLog	2012-02-27 06:50:19 UTC (rev 108959)
+++ trunk/Source/WebCore/ChangeLog	2012-02-27 06:54:04 UTC (rev 108960)
@@ -1,3 +1,12 @@
+2012-02-26  Adam Barth  <[email protected]>
+
+        Unreviewed.
+
+        Fix some warnings in the build from referencing the non-existent
+        websockets directory.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2012-02-26  Shinya Kawanaka  <[email protected]>
 
         Rename ShadowRootList to ShadowTree.

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (108959 => 108960)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-02-27 06:50:19 UTC (rev 108959)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-02-27 06:54:04 UTC (rev 108960)
@@ -137,7 +137,6 @@
       '../svg/properties',
       '../../ThirdParty/glu',
       '../webaudio',
-      '../websockets',
       '../workers',
       '../xml',
       '../xml/parser',
@@ -1000,7 +999,6 @@
               '--include', '../svg',
               '--include', '../testing',
               '--include', '../webaudio',
-              '--include', '../websockets',
               '--include', '../workers',
               '--include', '../xml',
             ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to