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

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

Issue 2581083003: Initial OpenType Font Variations Support (Closed)
Patch Set: Fix Windows compilation by avoiding VLA 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 9685a9ab9225cc9066ca57a0b34b88a4d2e218eb..dec2ca749965572fc82d02b8b627cb0f033fd58c 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",
@@ -1705,6 +1706,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