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

Unified Diff: content/common/BUILD.gn

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. 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
« no previous file with comments | « content/browser/shared_worker/shared_worker_instance.h ('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 6ccbdd5c0f6c17fc73dcb8d3a1667bcfb7a1db5f..cf85e304a04468fc08e6a8d3816a2360ba5b0d0d 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -76,6 +76,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",
« no previous file with comments | « content/browser/shared_worker/shared_worker_instance.h ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698