| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'css/MediaQueryList.idl', | 36 'css/MediaQueryList.idl', |
| 37 'css/MediaQueryListEvent.idl', | 37 'css/MediaQueryListEvent.idl', |
| 38 'css/StyleMedia.idl', | 38 'css/StyleMedia.idl', |
| 39 'css/StyleSheet.idl', | 39 'css/StyleSheet.idl', |
| 40 'css/StyleSheetList.idl', | 40 'css/StyleSheetList.idl', |
| 41 'css/WebKitCSSFilterRule.idl', | 41 'css/WebKitCSSFilterRule.idl', |
| 42 'css/WebKitCSSMatrix.idl', | 42 'css/WebKitCSSMatrix.idl', |
| 43 'dom/ArrayBuffer.idl', | 43 'dom/ArrayBuffer.idl', |
| 44 'dom/ArrayBufferView.idl', | 44 'dom/ArrayBufferView.idl', |
| 45 'dom/Attr.idl', | 45 'dom/Attr.idl', |
| 46 'dom/CDATASection.idl', | |
| 47 'dom/CharacterData.idl', | 46 'dom/CharacterData.idl', |
| 48 'dom/ClientRect.idl', | 47 'dom/ClientRect.idl', |
| 49 'dom/ClientRectList.idl', | 48 'dom/ClientRectList.idl', |
| 50 'dom/Comment.idl', | 49 'dom/Comment.idl', |
| 51 'dom/DOMError.idl', | 50 'dom/DOMError.idl', |
| 52 'dom/DOMException.idl', | 51 'dom/DOMException.idl', |
| 53 'dom/DOMImplementation.idl', | 52 'dom/DOMImplementation.idl', |
| 54 'dom/DOMMatrix.idl', | 53 'dom/DOMMatrix.idl', |
| 55 'dom/DOMMatrixReadOnly.idl', | 54 'dom/DOMMatrixReadOnly.idl', |
| 56 'dom/DOMPoint.idl', | 55 'dom/DOMPoint.idl', |
| (...skipping 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2058 'xmlhttprequest/XMLHttpRequestUpload.h', | 2057 'xmlhttprequest/XMLHttpRequestUpload.h', |
| 2059 ], | 2058 ], |
| 2060 'webcore_dom_files': [ | 2059 'webcore_dom_files': [ |
| 2061 'dom/AXObjectCache.cpp', | 2060 'dom/AXObjectCache.cpp', |
| 2062 'dom/AXObjectCache.h', | 2061 'dom/AXObjectCache.h', |
| 2063 'dom/ActiveDOMObject.cpp', | 2062 'dom/ActiveDOMObject.cpp', |
| 2064 'dom/AddConsoleMessageTask.cpp', | 2063 'dom/AddConsoleMessageTask.cpp', |
| 2065 'dom/AddConsoleMessageTask.h', | 2064 'dom/AddConsoleMessageTask.h', |
| 2066 'dom/Attr.cpp', | 2065 'dom/Attr.cpp', |
| 2067 'dom/AttributeCollection.h', | 2066 'dom/AttributeCollection.h', |
| 2068 'dom/CDATASection.cpp', | |
| 2069 'dom/CDATASection.h', | |
| 2070 'dom/CSSSelectorWatch.cpp', | 2067 'dom/CSSSelectorWatch.cpp', |
| 2071 'dom/CharacterData.cpp', | 2068 'dom/CharacterData.cpp', |
| 2072 'dom/ChildFrameDisconnector.cpp', | 2069 'dom/ChildFrameDisconnector.cpp', |
| 2073 'dom/ChildFrameDisconnector.h', | 2070 'dom/ChildFrameDisconnector.h', |
| 2074 'dom/ChildListMutationScope.cpp', | 2071 'dom/ChildListMutationScope.cpp', |
| 2075 'dom/ChildListMutationScope.h', | 2072 'dom/ChildListMutationScope.h', |
| 2076 'dom/ChildNodeList.cpp', | 2073 'dom/ChildNodeList.cpp', |
| 2077 'dom/ChildNodeList.h', | 2074 'dom/ChildNodeList.h', |
| 2078 'dom/ClassCollection.cpp', | 2075 'dom/ClassCollection.cpp', |
| 2079 'dom/ClassCollection.h', | 2076 'dom/ClassCollection.h', |
| (...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3759 'rendering/style/RenderStyleTest.cpp', | 3756 'rendering/style/RenderStyleTest.cpp', |
| 3760 'rendering/style/SVGRenderStyleTest.cpp', | 3757 'rendering/style/SVGRenderStyleTest.cpp', |
| 3761 'streams/ReadableStreamTest.cpp', | 3758 'streams/ReadableStreamTest.cpp', |
| 3762 'testing/PrivateScriptTestTest.cpp', | 3759 'testing/PrivateScriptTestTest.cpp', |
| 3763 'testing/UnitTestHelpers.cpp', | 3760 'testing/UnitTestHelpers.cpp', |
| 3764 'testing/UnitTestHelpers.h', | 3761 'testing/UnitTestHelpers.h', |
| 3765 'xml/parser/SharedBufferReaderTest.cpp', | 3762 'xml/parser/SharedBufferReaderTest.cpp', |
| 3766 ], | 3763 ], |
| 3767 } | 3764 } |
| 3768 } | 3765 } |
| OLD | NEW |