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

Side by Side Diff: Source/core/core.gypi

Issue 180273012: Extract CSPDirectiveList from ContentSecurityPolicy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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 | « no previous file | Source/core/frame/ContentSecurityPolicy.h » ('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/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'frame/NavigatorOnLine.h', 1086 'frame/NavigatorOnLine.h',
1087 'frame/PageConsole.cpp', 1087 'frame/PageConsole.cpp',
1088 'frame/Screen.cpp', 1088 'frame/Screen.cpp',
1089 'frame/Screen.h', 1089 'frame/Screen.h',
1090 'frame/Settings.cpp', 1090 'frame/Settings.cpp',
1091 'frame/SettingsDelegate.cpp', 1091 'frame/SettingsDelegate.cpp',
1092 'frame/SettingsDelegate.h', 1092 'frame/SettingsDelegate.h',
1093 'frame/SuspendableTimer.cpp', 1093 'frame/SuspendableTimer.cpp',
1094 'frame/SuspendableTimer.h', 1094 'frame/SuspendableTimer.h',
1095 'frame/UseCounter.cpp', 1095 'frame/UseCounter.cpp',
1096 'frame/csp/CSPDirectiveList.cpp',
1096 'frame/csp/CSPSource.cpp', 1097 'frame/csp/CSPSource.cpp',
1097 'frame/csp/CSPSourceList.cpp', 1098 'frame/csp/CSPSourceList.cpp',
1098 'frame/csp/MediaListDirective.cpp', 1099 'frame/csp/MediaListDirective.cpp',
1099 'frame/csp/SourceListDirective.cpp', 1100 'frame/csp/SourceListDirective.cpp',
1100 'inspector/AsyncCallStackTracker.cpp', 1101 'inspector/AsyncCallStackTracker.cpp',
1101 'inspector/AsyncCallStackTracker.h', 1102 'inspector/AsyncCallStackTracker.h',
1102 'inspector/BindingVisitors.h', 1103 'inspector/BindingVisitors.h',
1103 'inspector/ConsoleAPITypes.h', 1104 'inspector/ConsoleAPITypes.h',
1104 'inspector/ConsoleMessage.cpp', 1105 'inspector/ConsoleMessage.cpp',
1105 'inspector/ConsoleMessage.h', 1106 'inspector/ConsoleMessage.h',
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3287 'html/parser/HTMLParserThreadTest.cpp', 3288 'html/parser/HTMLParserThreadTest.cpp',
3288 'html/track/vtt/BufferedLineReaderTest.cpp', 3289 'html/track/vtt/BufferedLineReaderTest.cpp',
3289 'html/track/vtt/VTTScannerTest.cpp', 3290 'html/track/vtt/VTTScannerTest.cpp',
3290 'rendering/RenderOverflowTest.cpp', 3291 'rendering/RenderOverflowTest.cpp',
3291 'rendering/shapes/BoxShapeTest.cpp', 3292 'rendering/shapes/BoxShapeTest.cpp',
3292 'testing/UnitTestHelpers.cpp', 3293 'testing/UnitTestHelpers.cpp',
3293 'testing/UnitTestHelpers.h', 3294 'testing/UnitTestHelpers.h',
3294 ], 3295 ],
3295 } 3296 }
3296 } 3297 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/ContentSecurityPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698