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

Unified Diff: content/common/BUILD.gn

Issue 2654873004: Move content-side Feature Policy code into content/{common,child}/feature_policy (Closed)
Patch Set: Fix missed nit Created 3 years, 11 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
« no previous file with comments | « content/child/feature_policy/feature_policy_platform.cc ('k') | content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 2339da0862315dfd3e20e26a851aacc9f8eebe45..e194e14911f712788d7d7bbff5a747f3307ab3bd 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -107,6 +107,8 @@ source_set("common") {
"edit_command.h",
"establish_channel_params.cc",
"establish_channel_params.h",
+ "feature_policy/feature_policy.cc",
+ "feature_policy/feature_policy.h",
"file_utilities_messages.h",
"fileapi/file_system_messages.h",
"font_cache_dispatcher_win.cc",
« no previous file with comments | « content/child/feature_policy/feature_policy_platform.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698