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

Unified Diff: Source/platform/BUILD.gn

Issue 175253002: Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased on master, TestExpectations tuned, ready to land? 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
Index: Source/platform/BUILD.gn
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
index 54ae27437530ca22db1eb8d54897e4420a2a04f3..40c3f5bdcc807bcd0aab786c74d666539fdf7ad0 100644
--- a/Source/platform/BUILD.gn
+++ b/Source/platform/BUILD.gn
@@ -213,15 +213,12 @@ component("platform") {
if (is_mac) {
sources -= [
- "fonts/harfbuzz/FontHarfBuzz.cpp",
- "fonts/harfbuzz/HarfBuzzFaceSkia.cpp",
"fonts/opentype/OpenTypeTypes.h",
"fonts/opentype/OpenTypeVerticalData.cpp",
"fonts/opentype/OpenTypeVerticalData.h",
# The Mac currently uses FontCustomPlatformDataMac.cpp instead.
"fonts/skia/FontCustomPlatformDataSkia.cpp",
"fonts/skia/FontCacheSkia.cpp",
- "fonts/skia/SimpleFontDataSkia.cpp",
# Uses LocaleMac instead.
"text/LocaleICU.cpp",
"text/LocaleICU.h",
@@ -250,7 +247,7 @@ component("platform") {
]
} else {
sources -= [
- "fonts/harfbuzz/HarfBuzzFaceCoreText.cpp",
+ "fonts/harfbuzz/HarfBuzzFaceCoreText.mm",
"geometry/cg/FloatPointCG.cpp",
"geometry/cg/FloatRectCG.cpp",
"geometry/cg/FloatSizeCG.cpp",

Powered by Google App Engine
This is Rietveld 408576698