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

Unified Diff: content/renderer/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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 0db1fe1bf578effe2b3941561928bf37faca255b..0fa3f658f6f2021857846319991d8c8a72c76ac2 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -71,6 +71,8 @@ target(link_target_type, "renderer") {
"child_frame_compositing_helper.h",
"clipboard_utils.cc",
"clipboard_utils.h",
+ "content_security_policy_util.cc",
+ "content_security_policy_util.h",
"context_menu_params_builder.cc",
"context_menu_params_builder.h",
"cursor_utils.cc",

Powered by Google App Engine
This is Rietveld 408576698