Title: [140547] trunk/Source/WebCore
Revision
140547
Author
[email protected]
Date
2013-01-23 10:42:10 -0800 (Wed, 23 Jan 2013)

Log Message

REGRESSION(r140518): Broke Chromium Win build (gyp file not updated) (Requested by arv on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=107691

Unreviewed build fix. Removed TextureMapperShaderManager.* from WebCore.gypi.

Patch by Noam Rosenthal <[email protected]> on 2013-01-23

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140546 => 140547)


--- trunk/Source/WebCore/ChangeLog	2013-01-23 18:25:06 UTC (rev 140546)
+++ trunk/Source/WebCore/ChangeLog	2013-01-23 18:42:10 UTC (rev 140547)
@@ -1,3 +1,12 @@
+2013-01-23  Noam Rosenthal  <[email protected]>
+
+        REGRESSION(r140518): Broke Chromium Win build (gyp file not updated) (Requested by arv on #webkit).
+        https://bugs.webkit.org/show_bug.cgi?id=107691
+
+        Unreviewed build fix. Removed TextureMapperShaderManager.* from WebCore.gypi.
+
+        * WebCore.gypi:
+
 2013-01-23  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r140307, r140411, and r140512.

Modified: trunk/Source/WebCore/WebCore.gypi (140546 => 140547)


--- trunk/Source/WebCore/WebCore.gypi	2013-01-23 18:25:06 UTC (rev 140546)
+++ trunk/Source/WebCore/WebCore.gypi	2013-01-23 18:42:10 UTC (rev 140547)
@@ -4153,8 +4153,6 @@
             'platform/graphics/texmap/TextureMapperLayer.cpp',
             'platform/graphics/texmap/TextureMapperLayer.h',
             'platform/graphics/texmap/TextureMapperPlatformLayer.h',
-            'platform/graphics/texmap/TextureMapperShaderManager.cpp',
-            'platform/graphics/texmap/TextureMapperShaderManager.h',
             'platform/graphics/transforms/IdentityTransformOperation.h',
             'platform/graphics/transforms/Matrix3DTransformOperation.cpp',
             'platform/graphics/transforms/Matrix3DTransformOperation.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to