Title: [95395] trunk/Source/WebCore
Revision
95395
Author
m...@apple.com
Date
2011-09-18 11:05:02 -0700 (Sun, 18 Sep 2011)

Log Message

Try to fix the Chromium Mac build after r95391.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (95394 => 95395)


--- trunk/Source/WebCore/ChangeLog	2011-09-18 17:27:31 UTC (rev 95394)
+++ trunk/Source/WebCore/ChangeLog	2011-09-18 18:05:02 UTC (rev 95395)
@@ -2,6 +2,12 @@
 
         Try to fix the Chromium Mac build after r95391.
 
+        * WebCore.gyp/WebCore.gyp:
+
+2011-09-18  Dan Bernstein  <m...@apple.com>
+
+        Try to fix the Chromium Mac build after r95391.
+
         * WebCore.gypi: Updated for the renaming of ComplexTextController.cpp.
         * WebCore.xcodeproj/project.pbxproj: Ditto.
         * platform/graphics/Font.h: Changed #if directives to include the Chromium Mac port.

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (95394 => 95395)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-09-18 17:27:31 UTC (rev 95394)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-09-18 18:05:02 UTC (rev 95395)
@@ -1436,6 +1436,7 @@
             # the specific exclusions in the "sources!" list below.
             ['include', 'rendering/RenderThemeMac\\.mm$'],
             ['include', 'platform/graphics/mac/ColorMac\\.mm$'],
+            ['include', 'platform/graphics/mac/ComplexTextControllerCoreText\\.mm$'],
             ['include', 'platform/graphics/mac/FloatPointMac\\.mm$'],
             ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'],
             ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to