Title: [126813] trunk/Source/WebCore
Revision
126813
Author
[email protected]
Date
2012-08-27 16:01:31 -0700 (Mon, 27 Aug 2012)

Log Message

[chromium] Put CCThreadImpl / WebCompositorImpl in webcore_chromium_compositor_files gyp section
https://bugs.webkit.org/show_bug.cgi?id=94995

Patch by James Robinson <[email protected]> on 2012-08-27
Reviewed by Adrienne Walker.

These need to be controllable by use_libcc_for_compositor

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126812 => 126813)


--- trunk/Source/WebCore/ChangeLog	2012-08-27 22:58:52 UTC (rev 126812)
+++ trunk/Source/WebCore/ChangeLog	2012-08-27 23:01:31 UTC (rev 126813)
@@ -1,3 +1,14 @@
+2012-08-27  James Robinson  <[email protected]>
+
+        [chromium] Put CCThreadImpl / WebCompositorImpl in webcore_chromium_compositor_files gyp section
+        https://bugs.webkit.org/show_bug.cgi?id=94995
+
+        Reviewed by Adrienne Walker.
+
+        These need to be controllable by use_libcc_for_compositor
+
+        * WebCore.gypi:
+
 2012-08-27  Simon Fraser  <[email protected]>
 
         If both left and right (or top and bottom) are specified for sticky, use left (or top)

Modified: trunk/Source/WebCore/WebCore.gypi (126812 => 126813)


--- trunk/Source/WebCore/WebCore.gypi	2012-08-27 22:58:52 UTC (rev 126812)
+++ trunk/Source/WebCore/WebCore.gypi	2012-08-27 23:01:31 UTC (rev 126813)
@@ -8299,8 +8299,6 @@
             '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h',
         ],
         'webcore_platform_support_files': [
-            'platform/chromium/support/CCThreadImpl.cpp',
-            'platform/chromium/support/CCThreadImpl.h',
             'platform/chromium/support/Extensions3DChromium.cpp',
             'platform/chromium/support/GraphicsContext3DChromium.cpp',
             'platform/chromium/support/GraphicsContext3DPrivate.cpp',
@@ -8308,8 +8306,6 @@
             'platform/chromium/support/PlatformGestureCurveFactory.cpp',
             'platform/chromium/support/PlatformGestureCurveFactory.h',
             'platform/chromium/support/WebAudioBus.cpp',
-            'platform/chromium/support/WebCompositorImpl.cpp',
-            'platform/chromium/support/WebCompositorImpl.h',
             'platform/chromium/support/WebData.cpp',
             'platform/chromium/support/WebFlingAnimatorToGestureCurveAdapter.h',
             'platform/chromium/support/WebHTTPBody.cpp',
@@ -8341,6 +8337,10 @@
             'platform/chromium/support/WrappedResourceResponse.h',
         ],
         'webcore_chromium_compositor_files': [
+            'platform/chromium/support/CCThreadImpl.cpp',
+            'platform/chromium/support/CCThreadImpl.h',
+            'platform/chromium/support/WebCompositorImpl.cpp',
+            'platform/chromium/support/WebCompositorImpl.h',
             'platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp',
             'platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.h',
             'platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to