OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |