| 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 'css/CSS.idl', | 8 'css/CSS.idl', |
| 9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
| 10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
| (...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'frame/DOMWindowBase64.h', | 1044 'frame/DOMWindowBase64.h', |
| 1045 'frame/DOMWindowEventHandlers.h', | 1045 'frame/DOMWindowEventHandlers.h', |
| 1046 'frame/DOMWindowLifecycleNotifier.cpp', | 1046 'frame/DOMWindowLifecycleNotifier.cpp', |
| 1047 'frame/DOMWindowLifecycleNotifier.h', | 1047 'frame/DOMWindowLifecycleNotifier.h', |
| 1048 'frame/DOMWindowLifecycleObserver.cpp', | 1048 'frame/DOMWindowLifecycleObserver.cpp', |
| 1049 'frame/DOMWindowLifecycleObserver.h', | 1049 'frame/DOMWindowLifecycleObserver.h', |
| 1050 'frame/DOMWindowProperty.cpp', | 1050 'frame/DOMWindowProperty.cpp', |
| 1051 'frame/DOMWindowProperty.h', | 1051 'frame/DOMWindowProperty.h', |
| 1052 'frame/DOMWindowTimers.cpp', | 1052 'frame/DOMWindowTimers.cpp', |
| 1053 'frame/DOMWindowTimers.h', | 1053 'frame/DOMWindowTimers.h', |
| 1054 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
| 1055 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
| 1054 'frame/Frame.cpp', | 1056 'frame/Frame.cpp', |
| 1055 'frame/Frame.h', | 1057 'frame/Frame.h', |
| 1056 'frame/FrameDestructionObserver.cpp', | 1058 'frame/FrameDestructionObserver.cpp', |
| 1057 'frame/FrameDestructionObserver.h', | 1059 'frame/FrameDestructionObserver.h', |
| 1058 'frame/FrameHost.cpp', | 1060 'frame/FrameHost.cpp', |
| 1059 'frame/FrameHost.h', | 1061 'frame/FrameHost.h', |
| 1060 'frame/FrameView.cpp', | 1062 'frame/FrameView.cpp', |
| 1061 'frame/History.cpp', | 1063 'frame/History.cpp', |
| 1062 'frame/History.h', | 1064 'frame/History.h', |
| 1063 'frame/ImageBitmap.cpp', | 1065 'frame/ImageBitmap.cpp', |
| (...skipping 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3281 'html/parser/HTMLParserThreadTest.cpp', | 3283 'html/parser/HTMLParserThreadTest.cpp', |
| 3282 'html/track/vtt/BufferedLineReaderTest.cpp', | 3284 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3283 'html/track/vtt/VTTScannerTest.cpp', | 3285 'html/track/vtt/VTTScannerTest.cpp', |
| 3284 'rendering/RenderOverflowTest.cpp', | 3286 'rendering/RenderOverflowTest.cpp', |
| 3285 'rendering/shapes/BoxShapeTest.cpp', | 3287 'rendering/shapes/BoxShapeTest.cpp', |
| 3286 'testing/UnitTestHelpers.cpp', | 3288 'testing/UnitTestHelpers.cpp', |
| 3287 'testing/UnitTestHelpers.h', | 3289 'testing/UnitTestHelpers.h', |
| 3288 ], | 3290 ], |
| 3289 } | 3291 } |
| 3290 } | 3292 } |
| OLD | NEW |