Title: [114697] trunk/Source/WebCore
- Revision
- 114697
- Author
- [email protected]
- Date
- 2012-04-19 17:05:36 -0700 (Thu, 19 Apr 2012)
Log Message
[Chromium] Don't compile FontCacheSkia for Android
https://bugs.webkit.org/show_bug.cgi?id=84392
Reviewed by Kent Tamura.
Chromium for the Android platform uses its own FontCacheAndroid
implementation. Compile errors show up when trying to build the
content shell.
* WebCore.gyp/WebCore.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (114696 => 114697)
--- trunk/Source/WebCore/ChangeLog 2012-04-19 23:54:49 UTC (rev 114696)
+++ trunk/Source/WebCore/ChangeLog 2012-04-20 00:05:36 UTC (rev 114697)
@@ -1,3 +1,16 @@
+2012-04-19 Peter Beverloo <[email protected]>
+
+ [Chromium] Don't compile FontCacheSkia for Android
+ https://bugs.webkit.org/show_bug.cgi?id=84392
+
+ Reviewed by Kent Tamura.
+
+ Chromium for the Android platform uses its own FontCacheAndroid
+ implementation. Compile errors show up when trying to build the
+ content shell.
+
+ * WebCore.gyp/WebCore.gyp:
+
2012-04-19 Martin Robinson <[email protected]>
[Cairo] Remove rgb24-hacks.txt and scale-removal.txt
Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (114696 => 114697)
--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-04-19 23:54:49 UTC (rev 114696)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-04-20 00:05:36 UTC (rev 114697)
@@ -1684,6 +1684,7 @@
['include', 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'],
['include', 'platform/graphics/harfbuzz/HarfBuzzSkia\\.cpp$'],
['include', 'platform/graphics/harfbuzz/HarfBuzzShaperBase\\.cpp$'],
+ ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'],
['include', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
],
}, { # OS!="android"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes