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

Unified Diff: Source/platform/blink_platform.gyp

Issue 175253002: Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fighting trunk TestExpectation changes 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 9f09481cc6a2af1ccd6bbbf9365f321c809a1244..48e15018840e2ae348281e4d4dd23b2d27c57176 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -301,13 +301,16 @@
# Use native Mac font code from core.
['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'],
- ['include', 'fonts/mac/ComplexText[^/]*\\.(cpp|h)$'],
+
+ # TODO(dro): Merge the opentype vertical data files inclusion across all platforms.
+ ['include', 'fonts/opentype/OpenTypeTypes\\.h$'],
+ ['include', 'fonts/opentype/OpenTypeVerticalData\\.(cpp|h)$'],
# Cherry-pick some files that can't be included by broader regexps.
# Some of these are used instead of Chromium platform files, see
# the specific exclusions in the "exclude" list below.
['include', 'audio/mac/FFTFrameMac\\.cpp$'],
- ['include', 'fonts/mac/ComplexTextControllerCoreText\\.mm$'],
+ ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'],
['include', 'mac/ColorMac\\.mm$'],
['include', 'mac/BlockExceptions\\.mm$'],
['include', 'mac/KillRingMac\\.mm$'],
@@ -330,10 +333,12 @@
['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'],
- ['exclude', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
+
+ ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
# Mac uses Harfbuzz.
- ['include', 'fonts/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'],
+ ['include', 'fonts/harfbuzz/FontHarfBuzz\\.cpp$'],
+ ['include', 'fonts/harfbuzz/HarfBuzzFaceCoreText\\.mm$'],
['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'],
['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'],
« 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