Title: [116131] trunk/Source/WebCore
Revision
116131
Author
[email protected]
Date
2012-05-04 11:31:36 -0700 (Fri, 04 May 2012)

Log Message

Remove file that was deleted in http://trac.webkit.org/changeset/116085/.
For some reason, this was breaking the chromium build (probably a gyp bug
since chromium shouldn't be pulling in this file).

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (116130 => 116131)


--- trunk/Source/WebCore/ChangeLog	2012-05-04 18:30:58 UTC (rev 116130)
+++ trunk/Source/WebCore/ChangeLog	2012-05-04 18:31:36 UTC (rev 116131)
@@ -1,3 +1,11 @@
+2012-05-04  Ojan Vafai  <[email protected]>
+
+        Remove file that was deleted in http://trac.webkit.org/changeset/116085/.
+        For some reason, this was breaking the chromium build (probably a gyp bug
+        since chromium shouldn't be pulling in this file).
+
+        * WebCore.gypi:
+
 2012-05-04  Tony Chang  <[email protected]>
 
         fix bit packing in FillLayer on Windows

Modified: trunk/Source/WebCore/WebCore.gypi (116130 => 116131)


--- trunk/Source/WebCore/WebCore.gypi	2012-05-04 18:30:58 UTC (rev 116130)
+++ trunk/Source/WebCore/WebCore.gypi	2012-05-04 18:31:36 UTC (rev 116131)
@@ -4210,7 +4210,6 @@
             'platform/image-decoders/openvg/ImageDecoderOpenVG.cpp',
             'platform/image-decoders/png/PNGImageDecoder.cpp',
             'platform/image-decoders/png/PNGImageDecoder.h',
-            'platform/image-decoders/qt/ImageFrameQt.cpp',
             'platform/image-decoders/skia/ImageDecoderSkia.cpp',
             'platform/image-decoders/webp/WEBPImageDecoder.cpp',
             'platform/image-decoders/webp/WEBPImageDecoder.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to