Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: Source/platform/blink_platform.gyp

Issue 550083005: Merge FontPlatformDataHarfBuzz into FontPlatformData (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Formatting fix in FontPlatformData.h (Daniel's comment) Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index b79a8589f22401a27597c877223f95e8384c4f91..9f09481cc6a2af1ccd6bbbf9365f321c809a1244 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -252,7 +252,6 @@
'sources/': [
# Cherry-pick files excluded by the broader regular expressions above.
['include', 'fonts/harfbuzz/FontHarfBuzz\\.cpp$'],
- ['include', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'],
['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'],
['include', 'fonts/harfbuzz/HarfBuzzFaceSkia\\.cpp$'],
['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'],
@@ -361,9 +360,6 @@
['exclude', 'geometry/cg/'],
['exclude', 'scroll/ScrollbarThemeMac'],
- # FIXME: We will eventually compile this too, but for now it's
- # only used on mac.
- ['exclude', 'fonts/FontPlatformData\\.cpp$'],
['exclude', 'fonts/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'],
],
}],
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698