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

Unified Diff: content/renderer/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/common/frame_messages.h ('k') | content/renderer/content_security_policy_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 074717dfa65b15cd5cc1f6da9c18499f25975ab1..38628c1927d590c49ddd87bf9c75577ed3906cfa 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -69,6 +69,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",
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/content_security_policy_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698