| 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 'dom/DOMURLUtils.h', | 1922 'dom/DOMURLUtils.h', |
| 1923 'dom/DOMURLUtilsReadOnly.cpp', | 1923 'dom/DOMURLUtilsReadOnly.cpp', |
| 1924 'dom/DOMURLUtilsReadOnly.h', | 1924 'dom/DOMURLUtilsReadOnly.h', |
| 1925 'dom/Element.cpp', | 1925 'dom/Element.cpp', |
| 1926 'dom/Element.h', | 1926 'dom/Element.h', |
| 1927 'dom/ElementData.cpp', | 1927 'dom/ElementData.cpp', |
| 1928 'dom/ElementData.h', | 1928 'dom/ElementData.h', |
| 1929 'dom/ElementRareData.cpp', | 1929 'dom/ElementRareData.cpp', |
| 1930 'dom/ElementRareData.h', | 1930 'dom/ElementRareData.h', |
| 1931 'dom/ElementTraversal.h', | 1931 'dom/ElementTraversal.h', |
| 1932 'dom/EmptyNodeList.cpp', |
| 1933 'dom/EmptyNodeList.h', |
| 1932 'dom/Entity.h', | 1934 'dom/Entity.h', |
| 1933 'dom/ExecutionContextTask.cpp', | 1935 'dom/ExecutionContextTask.cpp', |
| 1934 'dom/ExecutionContextTask.h', | 1936 'dom/ExecutionContextTask.h', |
| 1935 'dom/MainThreadTaskRunner.cpp', | 1937 'dom/MainThreadTaskRunner.cpp', |
| 1936 'dom/MainThreadTaskRunner.h', | 1938 'dom/MainThreadTaskRunner.h', |
| 1937 'dom/FullscreenElementStack.cpp', | 1939 'dom/FullscreenElementStack.cpp', |
| 1938 'dom/FullscreenElementStack.h', | 1940 'dom/FullscreenElementStack.h', |
| 1939 'dom/GlobalEventHandlers.h', | 1941 'dom/GlobalEventHandlers.h', |
| 1940 'dom/IconURL.cpp', | 1942 'dom/IconURL.cpp', |
| 1941 'dom/IconURL.h', | 1943 'dom/IconURL.h', |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3268 'html/track/vtt/BufferedLineReaderTest.cpp', | 3270 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3269 'html/track/vtt/VTTScannerTest.cpp', | 3271 'html/track/vtt/VTTScannerTest.cpp', |
| 3270 'frame/ImageBitmapTest.cpp', | 3272 'frame/ImageBitmapTest.cpp', |
| 3271 'rendering/RenderOverflowTest.cpp', | 3273 'rendering/RenderOverflowTest.cpp', |
| 3272 'rendering/shapes/BoxShapeTest.cpp', | 3274 'rendering/shapes/BoxShapeTest.cpp', |
| 3273 'testing/UnitTestHelpers.h', | 3275 'testing/UnitTestHelpers.h', |
| 3274 'testing/UnitTestHelpers.cpp', | 3276 'testing/UnitTestHelpers.cpp', |
| 3275 ], | 3277 ], |
| 3276 } | 3278 } |
| 3277 } | 3279 } |
| OLD | NEW |