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

Unified Diff: Source/platform/BUILD.gn

Issue 557823003: Revert "Merge FontPlatformDataHarfBuzz into FontPlatformData" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | 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 154d902e87c95913fe44031b6ca754914a78624a..cdf14d84b98fd9c7702082dd40661228b500f796 100644
--- a/Source/platform/BUILD.gn
+++ b/Source/platform/BUILD.gn
@@ -225,6 +225,7 @@ component("platform") {
if (is_mac) {
sources -= [
"fonts/harfbuzz/FontHarfBuzz.cpp",
+ "fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp",
"fonts/harfbuzz/HarfBuzzFaceSkia.cpp",
"fonts/opentype/OpenTypeTypes.h",
"fonts/opentype/OpenTypeVerticalData.cpp",
@@ -261,6 +262,9 @@ component("platform") {
]
} else {
sources -= [
+ # FIXME: We will eventually compile this too, but for now it's
+ # only used on mac.
+ "fonts/FontPlatformData.cpp",
"fonts/harfbuzz/HarfBuzzFaceCoreText.cpp",
"geometry/cg/FloatPointCG.cpp",
"geometry/cg/FloatRectCG.cpp",
« no previous file with comments | « no previous file | Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698