Title: [121715] trunk/Source/WebCore
Revision
121715
Author
yo...@chromium.org
Date
2012-07-02 18:21:13 -0700 (Mon, 02 Jul 2012)

Log Message

Build fix for Chromimum

r121710 removed WebCore/platform/qt/GraphicsLayerQt.{cpp,h}.
However, that patch didn't remove them from WebCore.gypi.

* WebCore.gypi: Removed GraphicsLayerQt.{cpp,h}

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121714 => 121715)


--- trunk/Source/WebCore/ChangeLog	2012-07-03 01:08:24 UTC (rev 121714)
+++ trunk/Source/WebCore/ChangeLog	2012-07-03 01:21:13 UTC (rev 121715)
@@ -1,3 +1,12 @@
+2012-07-02  Yoshifumi Inoue  <yo...@chromium.org>
+
+        Build fix for Chromimum
+
+        r121710 removed WebCore/platform/qt/GraphicsLayerQt.{cpp,h}.
+        However, that patch didn't remove them from WebCore.gypi.
+
+        * WebCore.gypi: Removed GraphicsLayerQt.{cpp,h}
+
 2012-07-02  Joshua Bell  <jsb...@chromium.org>
 
         IDL overloads should not treat wrapper types as nullable by default

Modified: trunk/Source/WebCore/WebCore.gypi (121714 => 121715)


--- trunk/Source/WebCore/WebCore.gypi	2012-07-03 01:08:24 UTC (rev 121714)
+++ trunk/Source/WebCore/WebCore.gypi	2012-07-03 01:21:13 UTC (rev 121715)
@@ -3851,8 +3851,6 @@
             'platform/graphics/qt/GradientQt.cpp',
             'platform/graphics/qt/GraphicsContext3DQt.cpp',
             'platform/graphics/qt/GraphicsContextQt.cpp',
-            'platform/graphics/qt/GraphicsLayerQt.cpp',
-            'platform/graphics/qt/GraphicsLayerQt.h',
             'platform/graphics/qt/IconQt.cpp',
             'platform/graphics/qt/ImageBufferDataQt.h',
             'platform/graphics/qt/ImageBufferQt.cpp',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to