| 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 dd8ccc7711ecddc712c83a39b8ef07ae4b84f56e..5df17d1daf68fcd638022bf7cca2c8e81abf460d 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -572,6 +572,8 @@ component("platform") {
|
| "exported/WebURLResponse.cpp",
|
| "exported/WrappedResourceRequest.h",
|
| "exported/WrappedResourceResponse.h",
|
| + "feature_policy/FeaturePolicy.cpp",
|
| + "feature_policy/FeaturePolicy.h",
|
| "fonts/AcceptLanguagesResolver.cpp",
|
| "fonts/AcceptLanguagesResolver.h",
|
| "fonts/AlternateFontFamily.h",
|
| @@ -1635,6 +1637,7 @@ test("blink_platform_unittests") {
|
| "blob/BlobDataTest.cpp",
|
| "clipboard/ClipboardUtilitiesTest.cpp",
|
| "exported/FilePathConversionTest.cpp",
|
| + "feature_policy/FeaturePolicyTest.cpp",
|
| "fonts/AcceptLanguagesResolverTest.cpp",
|
| "fonts/FontCacheTest.cpp",
|
| "fonts/FontDescriptionTest.cpp",
|
|
|