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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |