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

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

Issue 2254533002: [FeaturePolicy] Initial implementation of Feature Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fp-flag
Patch Set: Addressing review comments from PS#13 and #15 Created 4 years, 2 months 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 07ba9cb5a1d0f7b23ab914cf10051dca7251856a..410e788b2aed589e89c1a741873d9aafbd78e263 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",

Powered by Google App Engine
This is Rietveld 408576698