| 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 2da50d398726a206f9e170585457e66c4e66fb16..b2f4b3f28c841e28ac08714c531adf7b9dc168f0 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -571,6 +571,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",
|
| @@ -1633,6 +1635,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",
|
|
|