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

Unified Diff: Source/core/core.gypi

Issue 180523003: Move ContentSecurityPolicy to core/frame/csp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 783816e1b1e24549ca146469f16a56c3469de5c7..1d75498ee75c5501acce64f499374d65b11f8252 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1044,7 +1044,6 @@
'frame/Console.h',
'frame/ConsoleBase.cpp',
'frame/ConsoleBase.h',
- 'frame/ContentSecurityPolicy.cpp',
'frame/DOMPoint.h',
'frame/DOMTimer.cpp',
'frame/DOMTimer.h',
@@ -1100,6 +1099,7 @@
'frame/csp/CSPDirectiveList.cpp',
'frame/csp/CSPSource.cpp',
'frame/csp/CSPSourceList.cpp',
+ 'frame/csp/ContentSecurityPolicy.cpp',
'frame/csp/MediaListDirective.cpp',
'frame/csp/SourceListDirective.cpp',
'inspector/AsyncCallStackTracker.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698