Title: [108812] trunk/Source/WebCore
- Revision
- 108812
- Author
- [email protected]
- Date
- 2012-02-24 09:21:52 -0800 (Fri, 24 Feb 2012)
Log Message
[Chromium] Fix Chromium Android build by building HarfBuzzShaperBase.cpp
https://bugs.webkit.org/show_bug.cgi?id=79497
Reviewed by Tony Gentilcore.
The Chromium Android build was broken by revision r108733, as the
HarfBuzzShaperBase.cpp file also should have been included for Android.
Fix the build by including it.
* WebCore.gyp/WebCore.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (108811 => 108812)
--- trunk/Source/WebCore/ChangeLog 2012-02-24 17:02:55 UTC (rev 108811)
+++ trunk/Source/WebCore/ChangeLog 2012-02-24 17:21:52 UTC (rev 108812)
@@ -1,3 +1,16 @@
+2012-02-24 Peter Beverloo <[email protected]>
+
+ [Chromium] Fix Chromium Android build by building HarfBuzzShaperBase.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=79497
+
+ Reviewed by Tony Gentilcore.
+
+ The Chromium Android build was broken by revision r108733, as the
+ HarfBuzzShaperBase.cpp file also should have been included for Android.
+ Fix the build by including it.
+
+ * WebCore.gyp/WebCore.gyp:
+
2012-02-24 Yael Aharon <[email protected]>
[Texmap] Consolidate the common parts of TextureMapperGL::drawTexture
Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (108811 => 108812)
--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-02-24 17:02:55 UTC (rev 108811)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-02-24 17:21:52 UTC (rev 108812)
@@ -1701,6 +1701,7 @@
['include', 'platform/graphics/harfbuzz/FontHarfBuzz\\.cpp$'],
['include', 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'],
['include', 'platform/graphics/harfbuzz/HarfBuzzSkia\\.cpp$'],
+ ['include', 'platform/graphics/harfbuzz/HarfBuzzShaperBase\\.cpp$'],
['include', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
],
}, { # OS!="android"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes