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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2190183002: Forward CSP violation reporting from RenderFrameProxy to RenderFrameImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove no longer applicable TODO and early exit from reportViolation method. 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 6aff39361fe33c864ca7a489672ef57d3e643ff4..be2091e407b47f7d82fd2d00e179a1216aff0b17 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1820,6 +1820,7 @@
'frame/csp/CSPSourceList.cpp',
'frame/csp/ContentSecurityPolicy.cpp',
'frame/csp/MediaListDirective.cpp',
+ 'frame/csp/RemoteContentSecurityPolicy.cpp',
'frame/csp/SourceListDirective.cpp',
'imagebitmap/ImageBitmapFactories.cpp',
'imagebitmap/ImageBitmapFactories.h',

Powered by Google App Engine
This is Rietveld 408576698