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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 'fileapi/FileReaderSync.cpp', 1037 'fileapi/FileReaderSync.cpp',
1038 'fileapi/FileReaderSync.h', 1038 'fileapi/FileReaderSync.h',
1039 'fileapi/Stream.cpp', 1039 'fileapi/Stream.cpp',
1040 'fileapi/Stream.h', 1040 'fileapi/Stream.h',
1041 'frame/BarProp.cpp', 1041 'frame/BarProp.cpp',
1042 'frame/BarProp.h', 1042 'frame/BarProp.h',
1043 'frame/Console.cpp', 1043 'frame/Console.cpp',
1044 'frame/Console.h', 1044 'frame/Console.h',
1045 'frame/ConsoleBase.cpp', 1045 'frame/ConsoleBase.cpp',
1046 'frame/ConsoleBase.h', 1046 'frame/ConsoleBase.h',
1047 'frame/ContentSecurityPolicy.cpp',
1048 'frame/DOMPoint.h', 1047 'frame/DOMPoint.h',
1049 'frame/DOMTimer.cpp', 1048 'frame/DOMTimer.cpp',
1050 'frame/DOMTimer.h', 1049 'frame/DOMTimer.h',
1051 'frame/DOMWindow.cpp', 1050 'frame/DOMWindow.cpp',
1052 'frame/DOMWindow.h', 1051 'frame/DOMWindow.h',
1053 'frame/DOMWindowBase64.cpp', 1052 'frame/DOMWindowBase64.cpp',
1054 'frame/DOMWindowBase64.h', 1053 'frame/DOMWindowBase64.h',
1055 'frame/DOMWindowEventHandlers.h', 1054 'frame/DOMWindowEventHandlers.h',
1056 'frame/DOMWindowLifecycleNotifier.cpp', 1055 'frame/DOMWindowLifecycleNotifier.cpp',
1057 'frame/DOMWindowLifecycleNotifier.h', 1056 'frame/DOMWindowLifecycleNotifier.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'frame/Screen.h', 1092 'frame/Screen.h',
1094 'frame/Settings.cpp', 1093 'frame/Settings.cpp',
1095 'frame/SettingsDelegate.cpp', 1094 'frame/SettingsDelegate.cpp',
1096 'frame/SettingsDelegate.h', 1095 'frame/SettingsDelegate.h',
1097 'frame/SuspendableTimer.cpp', 1096 'frame/SuspendableTimer.cpp',
1098 'frame/SuspendableTimer.h', 1097 'frame/SuspendableTimer.h',
1099 'frame/UseCounter.cpp', 1098 'frame/UseCounter.cpp',
1100 'frame/csp/CSPDirectiveList.cpp', 1099 'frame/csp/CSPDirectiveList.cpp',
1101 'frame/csp/CSPSource.cpp', 1100 'frame/csp/CSPSource.cpp',
1102 'frame/csp/CSPSourceList.cpp', 1101 'frame/csp/CSPSourceList.cpp',
1102 'frame/csp/ContentSecurityPolicy.cpp',
1103 'frame/csp/MediaListDirective.cpp', 1103 'frame/csp/MediaListDirective.cpp',
1104 'frame/csp/SourceListDirective.cpp', 1104 'frame/csp/SourceListDirective.cpp',
1105 'inspector/AsyncCallStackTracker.cpp', 1105 'inspector/AsyncCallStackTracker.cpp',
1106 'inspector/AsyncCallStackTracker.h', 1106 'inspector/AsyncCallStackTracker.h',
1107 'inspector/BindingVisitors.h', 1107 'inspector/BindingVisitors.h',
1108 'inspector/ConsoleAPITypes.h', 1108 'inspector/ConsoleAPITypes.h',
1109 'inspector/ConsoleMessage.cpp', 1109 'inspector/ConsoleMessage.cpp',
1110 'inspector/ConsoleMessage.h', 1110 'inspector/ConsoleMessage.h',
1111 'inspector/ContentSearchUtils.cpp', 1111 'inspector/ContentSearchUtils.cpp',
1112 'inspector/ContentSearchUtils.h', 1112 'inspector/ContentSearchUtils.h',
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 'html/parser/HTMLParserThreadTest.cpp', 3294 'html/parser/HTMLParserThreadTest.cpp',
3295 'html/track/vtt/BufferedLineReaderTest.cpp', 3295 'html/track/vtt/BufferedLineReaderTest.cpp',
3296 'html/track/vtt/VTTScannerTest.cpp', 3296 'html/track/vtt/VTTScannerTest.cpp',
3297 'rendering/RenderOverflowTest.cpp', 3297 'rendering/RenderOverflowTest.cpp',
3298 'rendering/shapes/BoxShapeTest.cpp', 3298 'rendering/shapes/BoxShapeTest.cpp',
3299 'testing/UnitTestHelpers.cpp', 3299 'testing/UnitTestHelpers.cpp',
3300 'testing/UnitTestHelpers.h', 3300 'testing/UnitTestHelpers.h',
3301 ], 3301 ],
3302 } 3302 }
3303 } 3303 }
OLDNEW
« 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