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

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: 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/build/features.gypi ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/BUILD.gn
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
index 54ae27437530ca22db1eb8d54897e4420a2a04f3..32f91be01019ab9a627350546ea0ade98a1f31a6 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,6 @@ component("platform") {
]
} else {
sources -= [
- "fonts/harfbuzz/HarfBuzzFaceCoreText.cpp",
"geometry/cg/FloatPointCG.cpp",
"geometry/cg/FloatRectCG.cpp",
"geometry/cg/FloatSizeCG.cpp",
« no previous file with comments | « Source/build/features.gypi ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698