| 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 decdd28ad364c7bd96b3046c5ce39fd37ea2f20c..64b607de4bd355c34aaaa3af09a85b985d6dfb2c 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -570,6 +570,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",
|
| @@ -1628,6 +1630,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",
|
|
|