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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2547923002: Create a representation for OpenType variation settings (Closed)
Patch Set: Windows linkage fixed by removing additional export declspecs Created 4 years 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 | third_party/WebKit/Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index ec4be49fc7f924a9086d439ba199b0e6d534c060..2c0f44d7606d90409d62f68f7250078bf7e36fc5 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -639,8 +639,6 @@ component("platform") {
"fonts/FontFallbackPriority.h",
"fonts/FontFamily.cpp",
"fonts/FontFamily.h",
- "fonts/FontFeatureSettings.cpp",
- "fonts/FontFeatureSettings.h",
"fonts/FontPlatformData.cpp",
"fonts/FontPlatformData.h",
"fonts/FontVariantNumeric.h",
@@ -678,6 +676,7 @@ component("platform") {
"fonts/mac/FontFamilyMatcherMac.h",
"fonts/mac/FontFamilyMatcherMac.mm",
"fonts/mac/FontPlatformDataMac.mm",
+ "fonts/opentype/FontSettings.h",
"fonts/opentype/OpenTypeCapsSupport.cpp",
"fonts/opentype/OpenTypeCapsSupport.h",
"fonts/opentype/OpenTypeCapsSupportMPL.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698