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

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: 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
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 a377e0d8b566ac8280ec2bf92e3a4593aa3be57d..a4448561b52dc64e0d7e2962ad8de574abe20a3f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1836,6 +1836,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