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 d3683d6448849a2bce1bfc580be1574f425baa14..407c593708946662c4793529aece83941abf2590 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", |
@@ -1707,6 +1708,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", |