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

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

Issue 184343002: Extract MediaListDirective and SourceListDirective from ContentSecurityPolicy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback 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.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/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/CSPSource.cpp', 1096 'frame/csp/CSPSource.cpp',
1097 'frame/csp/CSPSourceList.cpp', 1097 'frame/csp/CSPSourceList.cpp',
1098 'frame/csp/MediaListDirective.cpp',
1099 'frame/csp/SourceListDirective.cpp',
1098 'inspector/AsyncCallStackTracker.cpp', 1100 'inspector/AsyncCallStackTracker.cpp',
1099 'inspector/AsyncCallStackTracker.h', 1101 'inspector/AsyncCallStackTracker.h',
1100 'inspector/BindingVisitors.h', 1102 'inspector/BindingVisitors.h',
1101 'inspector/ConsoleAPITypes.h', 1103 'inspector/ConsoleAPITypes.h',
1102 'inspector/ConsoleMessage.cpp', 1104 'inspector/ConsoleMessage.cpp',
1103 'inspector/ConsoleMessage.h', 1105 'inspector/ConsoleMessage.h',
1104 'inspector/ContentSearchUtils.cpp', 1106 'inspector/ContentSearchUtils.cpp',
1105 'inspector/ContentSearchUtils.h', 1107 'inspector/ContentSearchUtils.h',
1106 'inspector/DOMEditor.cpp', 1108 'inspector/DOMEditor.cpp',
1107 'inspector/DOMEditor.h', 1109 'inspector/DOMEditor.h',
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3283 'html/parser/HTMLParserThreadTest.cpp', 3285 'html/parser/HTMLParserThreadTest.cpp',
3284 'html/track/vtt/BufferedLineReaderTest.cpp', 3286 'html/track/vtt/BufferedLineReaderTest.cpp',
3285 'html/track/vtt/VTTScannerTest.cpp', 3287 'html/track/vtt/VTTScannerTest.cpp',
3286 'rendering/RenderOverflowTest.cpp', 3288 'rendering/RenderOverflowTest.cpp',
3287 'rendering/shapes/BoxShapeTest.cpp', 3289 'rendering/shapes/BoxShapeTest.cpp',
3288 'testing/UnitTestHelpers.cpp', 3290 'testing/UnitTestHelpers.cpp',
3289 'testing/UnitTestHelpers.h', 3291 'testing/UnitTestHelpers.h',
3290 ], 3292 ],
3291 } 3293 }
3292 } 3294 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/ContentSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698