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

Unified Diff: content/common/BUILD.gn

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Nit. 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 7a76a91dd5d82b2ac9c947f5aca7f1fb8bf39e82..704ddd78fa18ff52e94299004e3d3446570dcbf8 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -79,6 +79,16 @@ source_set("common") {
"content_param_traits.h",
"content_param_traits_macros.h",
"content_paths.cc",
+ "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_policy.cc",
+ "content_security_policy/csp_policy.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