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

Unified Diff: content/common/BUILD.gn

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Temporary re-add the parser + transmit parsed CSP over IPC. 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 2686a330ab8dfa6399584bc845216184297e1885..64edf7bc3a83a5a30a10701cd196bc58ac09650f 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