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

Unified Diff: content/content_common.gypi

Issue 2190183002: Forward CSP violation reporting from RenderFrameProxy to RenderFrameImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sanitize report endpoints from IPC against actual CSP contents. Created 4 years, 4 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_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 61bc47a1e383facf4f9ff128c531a93a882b994c..a6fc17fba3e8d584487d64a3a79386ffd249cbee 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -283,7 +283,8 @@
'common/content_param_traits.h',
'common/content_param_traits_macros.h',
'common/content_paths.cc',
- 'common/content_security_policy_header.h',
+ 'common/content_security_policy_structs.cc',
+ 'common/content_security_policy_structs.h',
'common/content_switches_internal.cc',
'common/content_switches_internal.h',
'common/cross_site_document_classifier.cc',
« no previous file with comments | « content/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698