| 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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.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 28 matching lines...) Expand all Loading... |
| 39 'css/RGBColor.idl', | 39 'css/RGBColor.idl', |
| 40 'css/Rect.idl', | 40 'css/Rect.idl', |
| 41 'css/StyleMedia.idl', | 41 'css/StyleMedia.idl', |
| 42 'css/StyleSheet.idl', | 42 'css/StyleSheet.idl', |
| 43 'css/StyleSheetList.idl', | 43 'css/StyleSheetList.idl', |
| 44 'css/WebKitCSSFilterRule.idl', | 44 'css/WebKitCSSFilterRule.idl', |
| 45 'css/WebKitCSSFilterValue.idl', | 45 'css/WebKitCSSFilterValue.idl', |
| 46 'css/WebKitCSSMatrix.idl', | 46 'css/WebKitCSSMatrix.idl', |
| 47 'css/WebKitCSSTransformValue.idl', | 47 'css/WebKitCSSTransformValue.idl', |
| 48 'dom/Attr.idl', | 48 'dom/Attr.idl', |
| 49 'dom/AutocompleteError.idl', |
| 49 'dom/CDATASection.idl', | 50 'dom/CDATASection.idl', |
| 50 'dom/CharacterData.idl', | 51 'dom/CharacterData.idl', |
| 51 'dom/ClientRect.idl', | 52 'dom/ClientRect.idl', |
| 52 'dom/ClientRectList.idl', | 53 'dom/ClientRectList.idl', |
| 53 'dom/Comment.idl', | 54 'dom/Comment.idl', |
| 54 'dom/DOMError.idl', | 55 'dom/DOMError.idl', |
| 55 'dom/DOMException.idl', | 56 'dom/DOMException.idl', |
| 56 'dom/DOMImplementation.idl', | 57 'dom/DOMImplementation.idl', |
| 57 'dom/DOMSettableTokenList.idl', | 58 'dom/DOMSettableTokenList.idl', |
| 58 'dom/DOMStringList.idl', | 59 'dom/DOMStringList.idl', |
| (...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1911 'xml/parser/XMLDocumentParser.h', | 1912 'xml/parser/XMLDocumentParser.h', |
| 1912 'xml/parser/XMLDocumentParserScope.cpp', | 1913 'xml/parser/XMLDocumentParserScope.cpp', |
| 1913 'xml/parser/XMLDocumentParserScope.h', | 1914 'xml/parser/XMLDocumentParserScope.h', |
| 1914 'xml/parser/XMLParserInput.h', | 1915 'xml/parser/XMLParserInput.h', |
| 1915 ], | 1916 ], |
| 1916 'webcore_dom_files': [ | 1917 'webcore_dom_files': [ |
| 1917 'dom/ActiveDOMObject.cpp', | 1918 'dom/ActiveDOMObject.cpp', |
| 1918 'dom/AddConsoleMessageTask.cpp', | 1919 'dom/AddConsoleMessageTask.cpp', |
| 1919 'dom/AddConsoleMessageTask.h', | 1920 'dom/AddConsoleMessageTask.h', |
| 1920 'dom/Attr.cpp', | 1921 'dom/Attr.cpp', |
| 1922 'dom/AutocompleteError.cpp', |
| 1923 'dom/AutocompleteError.h', |
| 1921 'dom/CDATASection.cpp', | 1924 'dom/CDATASection.cpp', |
| 1922 'dom/CDATASection.h', | 1925 'dom/CDATASection.h', |
| 1923 'dom/CSSSelectorWatch.cpp', | 1926 'dom/CSSSelectorWatch.cpp', |
| 1924 'dom/CharacterData.cpp', | 1927 'dom/CharacterData.cpp', |
| 1925 'dom/ChildListMutationScope.cpp', | 1928 'dom/ChildListMutationScope.cpp', |
| 1926 'dom/ChildListMutationScope.h', | 1929 'dom/ChildListMutationScope.h', |
| 1927 'dom/ChildNodeList.cpp', | 1930 'dom/ChildNodeList.cpp', |
| 1928 'dom/ChildNodeList.h', | 1931 'dom/ChildNodeList.h', |
| 1929 'dom/ClassCollection.cpp', | 1932 'dom/ClassCollection.cpp', |
| 1930 'dom/ClassCollection.h', | 1933 'dom/ClassCollection.h', |
| (...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3389 'html/track/vtt/VTTScannerTest.cpp', | 3392 'html/track/vtt/VTTScannerTest.cpp', |
| 3390 'loader/MixedContentCheckerTest.cpp', | 3393 'loader/MixedContentCheckerTest.cpp', |
| 3391 'rendering/RenderOverflowTest.cpp', | 3394 'rendering/RenderOverflowTest.cpp', |
| 3392 'rendering/shapes/BoxShapeTest.cpp', | 3395 'rendering/shapes/BoxShapeTest.cpp', |
| 3393 'testing/UnitTestHelpers.cpp', | 3396 'testing/UnitTestHelpers.cpp', |
| 3394 'testing/UnitTestHelpers.h', | 3397 'testing/UnitTestHelpers.h', |
| 3395 'xml/parser/SharedBufferReaderTest.cpp', | 3398 'xml/parser/SharedBufferReaderTest.cpp', |
| 3396 ], | 3399 ], |
| 3397 } | 3400 } |
| 3398 } | 3401 } |
| OLD | NEW |