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

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

Issue 2581083003: Initial OpenType Font Variations Support (Closed)
Patch Set: Fix makeUnique syntax 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
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 d45fa60f61b735f57de7498d307ca52ad149ee75..95f2fb2d15c8c4446eeba5e34873835a7f21c7ca 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -672,6 +672,7 @@ component("platform") {
"fonts/mac/FontFamilyMatcherMac.h",
"fonts/mac/FontFamilyMatcherMac.mm",
"fonts/mac/FontPlatformDataMac.mm",
+ "fonts/opentype/FontSettings.cpp",
"fonts/opentype/FontSettings.h",
"fonts/opentype/OpenTypeCapsSupport.cpp",
"fonts/opentype/OpenTypeCapsSupport.h",
@@ -1706,6 +1707,7 @@ test("blink_platform_unittests") {
"fonts/UnicodeRangeSetTest.cpp",
"fonts/android/FontCacheAndroidTest.cpp",
"fonts/mac/FontFamilyMatcherMacTest.mm",
+ "fonts/opentype/FontSettingsTest.cpp",
"fonts/opentype/OpenTypeVerticalDataTest.cpp",
"fonts/shaping/CachingWordShaperTest.cpp",
"fonts/shaping/HarfBuzzShaperTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698