Title: [114452] trunk/Source
Revision
114452
Author
[email protected]
Date
2012-04-17 15:48:21 -0700 (Tue, 17 Apr 2012)

Log Message

[chromium] Fix gyp for WebFilterOperation.h and WebFilterOperations.h
https://bugs.webkit.org/show_bug.cgi?id=84182

Reviewed by James Robinson.

Source/Platform:

* Platform.gypi:

Source/WebKit/chromium:

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (114451 => 114452)


--- trunk/Source/Platform/ChangeLog	2012-04-17 22:43:44 UTC (rev 114451)
+++ trunk/Source/Platform/ChangeLog	2012-04-17 22:48:21 UTC (rev 114452)
@@ -1,3 +1,12 @@
+2012-04-17  Dana Jansens  <[email protected]>
+
+        [chromium] Fix gyp for WebFilterOperation.h and WebFilterOperations.h
+        https://bugs.webkit.org/show_bug.cgi?id=84182
+
+        Reviewed by James Robinson.
+
+        * Platform.gypi:
+
 2012-04-16  Kent Tamura  <[email protected]>
 
         [Chromium] Fix Chromium-Mac build

Modified: trunk/Source/Platform/Platform.gypi (114451 => 114452)


--- trunk/Source/Platform/Platform.gypi	2012-04-17 22:43:44 UTC (rev 114451)
+++ trunk/Source/Platform/Platform.gypi	2012-04-17 22:48:21 UTC (rev 114452)
@@ -42,6 +42,8 @@
             'chromium/public/WebContentLayerClient.h',
             'chromium/public/WebData.h',
             'chromium/public/WebExternalTextureLayer.h',
+            'chromium/public/WebFilterOperation.h',
+            'chromium/public/WebFilterOperations.h',
             'chromium/public/WebFloatPoint.h',
             'chromium/public/WebFloatQuad.h',
             'chromium/public/WebFloatRect.h',

Modified: trunk/Source/WebKit/chromium/ChangeLog (114451 => 114452)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-04-17 22:43:44 UTC (rev 114451)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-04-17 22:48:21 UTC (rev 114452)
@@ -1,3 +1,12 @@
+2012-04-17  Dana Jansens  <[email protected]>
+
+        [chromium] Fix gyp for WebFilterOperation.h and WebFilterOperations.h
+        https://bugs.webkit.org/show_bug.cgi?id=84182
+
+        Reviewed by James Robinson.
+
+        * WebKit.gyp:
+
 2012-04-17  David Reveman  <[email protected]>
 
         [Chromium] Add TextureUploader which allows us to use persistent GC3D state for texture uploads.

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (114451 => 114452)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2012-04-17 22:43:44 UTC (rev 114451)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2012-04-17 22:48:21 UTC (rev 114452)
@@ -309,8 +309,6 @@
                 'public/platform/WebDragData.h',
                 'public/platform/WebExternalTextureLayer.h',
                 'public/platform/WebFileSystem.h',
-                'public/platform/WebFilterOperation.h',
-                'public/platform/WebFilterOperations.h',
                 'public/platform/WebFloatPoint.h',
                 'public/platform/WebFloatQuad.h',
                 'public/platform/WebFloatRect.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to