Build fix for Chromimum
authoryosin@chromium.org <yosin@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jul 2012 01:21:13 +0000 (01:21 +0000)
committeryosin@chromium.org <yosin@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jul 2012 01:21:13 +0000 (01:21 +0000)
r121710 removed WebCore/platform/qt/GraphicsLayerQt.{cpp,h}.
However, that patch didn't remove them from WebCore.gypi.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121715 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/WebCore.gypi

index bec863f..350b4f5 100644 (file)
@@ -1,3 +1,12 @@
+2012-07-02  Yoshifumi Inoue  <yosin@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  <jsbell@chromium.org>
 
         IDL overloads should not treat wrapper types as nullable by default
index ab051ae..ab7a451 100644 (file)
             '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',