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

Unified Diff: content/common/BUILD.gn

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Rebase from master. Created 3 years, 10 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index dbc58dc2d3b933fe536b8b3d5308e6b6969c9c6e..b716be9892b7550880593113f8020ec0302515fe 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -77,6 +77,16 @@ source_set("common") {
"content_param_traits.h",
"content_param_traits_macros.h",
"content_paths.cc",
+ "content_security_policy/content_security_policy.cc",
+ "content_security_policy/content_security_policy.h",
+ "content_security_policy/csp_context.cc",
+ "content_security_policy/csp_context.h",
+ "content_security_policy/csp_directive.cc",
+ "content_security_policy/csp_directive.h",
+ "content_security_policy/csp_source.cc",
+ "content_security_policy/csp_source.h",
+ "content_security_policy/csp_source_list.cc",
+ "content_security_policy/csp_source_list.h",
"content_security_policy_header.h",
"content_switches_internal.cc",
"content_switches_internal.h",

Powered by Google App Engine
This is Rietveld 408576698