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/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 'fileapi/FileReaderSync.h', | 1042 'fileapi/FileReaderSync.h', |
1043 'fileapi/Stream.cpp', | 1043 'fileapi/Stream.cpp', |
1044 'fileapi/Stream.h', | 1044 'fileapi/Stream.h', |
1045 'frame/BarProp.cpp', | 1045 'frame/BarProp.cpp', |
1046 'frame/BarProp.h', | 1046 'frame/BarProp.h', |
1047 'frame/Console.cpp', | 1047 'frame/Console.cpp', |
1048 'frame/Console.h', | 1048 'frame/Console.h', |
1049 'frame/ConsoleBase.cpp', | 1049 'frame/ConsoleBase.cpp', |
1050 'frame/ConsoleBase.h', | 1050 'frame/ConsoleBase.h', |
1051 'frame/DOMPoint.h', | 1051 'frame/DOMPoint.h', |
| 1052 'frame/DeviceSensorEventController.cpp', |
| 1053 'frame/DeviceSensorEventController.h', |
| 1054 'frame/DeviceSensorEventDispatcher.cpp', |
| 1055 'frame/DeviceSensorEventDispatcher.h', |
1052 'frame/DOMTimer.cpp', | 1056 'frame/DOMTimer.cpp', |
1053 'frame/DOMTimer.h', | 1057 'frame/DOMTimer.h', |
1054 'frame/DOMWindow.cpp', | 1058 'frame/DOMWindow.cpp', |
1055 'frame/DOMWindow.h', | 1059 'frame/DOMWindow.h', |
1056 'frame/DOMWindowBase64.cpp', | 1060 'frame/DOMWindowBase64.cpp', |
1057 'frame/DOMWindowBase64.h', | 1061 'frame/DOMWindowBase64.h', |
1058 'frame/DOMWindowEventHandlers.h', | 1062 'frame/DOMWindowEventHandlers.h', |
1059 'frame/DOMWindowLifecycleNotifier.cpp', | 1063 'frame/DOMWindowLifecycleNotifier.cpp', |
1060 'frame/DOMWindowLifecycleNotifier.h', | 1064 'frame/DOMWindowLifecycleNotifier.h', |
1061 'frame/DOMWindowLifecycleObserver.cpp', | 1065 'frame/DOMWindowLifecycleObserver.cpp', |
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3296 'html/parser/HTMLParserThreadTest.cpp', | 3300 'html/parser/HTMLParserThreadTest.cpp', |
3297 'html/track/vtt/BufferedLineReaderTest.cpp', | 3301 'html/track/vtt/BufferedLineReaderTest.cpp', |
3298 'html/track/vtt/VTTScannerTest.cpp', | 3302 'html/track/vtt/VTTScannerTest.cpp', |
3299 'rendering/RenderOverflowTest.cpp', | 3303 'rendering/RenderOverflowTest.cpp', |
3300 'rendering/shapes/BoxShapeTest.cpp', | 3304 'rendering/shapes/BoxShapeTest.cpp', |
3301 'testing/UnitTestHelpers.cpp', | 3305 'testing/UnitTestHelpers.cpp', |
3302 'testing/UnitTestHelpers.h', | 3306 'testing/UnitTestHelpers.h', |
3303 ], | 3307 ], |
3304 } | 3308 } |
3305 } | 3309 } |
OLD | NEW |