| 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 29 matching lines...) Expand all Loading... |
| 40 'css/StyleSheetList.idl', | 40 'css/StyleSheetList.idl', |
| 41 'css/WebKitCSSMatrix.idl', | 41 'css/WebKitCSSMatrix.idl', |
| 42 'dom/ArrayBuffer.idl', | 42 'dom/ArrayBuffer.idl', |
| 43 'dom/ArrayBufferView.idl', | 43 'dom/ArrayBufferView.idl', |
| 44 'dom/Attr.idl', | 44 'dom/Attr.idl', |
| 45 'dom/CDATASection.idl', | 45 'dom/CDATASection.idl', |
| 46 'dom/CharacterData.idl', | 46 'dom/CharacterData.idl', |
| 47 'dom/ClientRect.idl', | 47 'dom/ClientRect.idl', |
| 48 'dom/ClientRectList.idl', | 48 'dom/ClientRectList.idl', |
| 49 'dom/Comment.idl', | 49 'dom/Comment.idl', |
| 50 'dom/CompositorProxy.idl', |
| 50 'dom/DOMError.idl', | 51 'dom/DOMError.idl', |
| 51 'dom/DOMException.idl', | 52 'dom/DOMException.idl', |
| 52 'dom/DOMImplementation.idl', | 53 'dom/DOMImplementation.idl', |
| 53 'dom/DOMMatrix.idl', | 54 'dom/DOMMatrix.idl', |
| 54 'dom/DOMMatrixReadOnly.idl', | 55 'dom/DOMMatrixReadOnly.idl', |
| 55 'dom/DOMPoint.idl', | 56 'dom/DOMPoint.idl', |
| 56 'dom/DOMPointReadOnly.idl', | 57 'dom/DOMPointReadOnly.idl', |
| 57 'dom/DOMRect.idl', | 58 'dom/DOMRect.idl', |
| 58 'dom/DOMRectReadOnly.idl', | 59 'dom/DOMRectReadOnly.idl', |
| 59 'dom/DOMSettableTokenList.idl', | 60 'dom/DOMSettableTokenList.idl', |
| (...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2095 'dom/ChildNodeList.cpp', | 2096 'dom/ChildNodeList.cpp', |
| 2096 'dom/ChildNodeList.h', | 2097 'dom/ChildNodeList.h', |
| 2097 'dom/ClassCollection.cpp', | 2098 'dom/ClassCollection.cpp', |
| 2098 'dom/ClassCollection.h', | 2099 'dom/ClassCollection.h', |
| 2099 'dom/ClientRect.cpp', | 2100 'dom/ClientRect.cpp', |
| 2100 'dom/ClientRect.h', | 2101 'dom/ClientRect.h', |
| 2101 'dom/ClientRectList.cpp', | 2102 'dom/ClientRectList.cpp', |
| 2102 'dom/ClientRectList.h', | 2103 'dom/ClientRectList.h', |
| 2103 'dom/Comment.cpp', | 2104 'dom/Comment.cpp', |
| 2104 'dom/Comment.h', | 2105 'dom/Comment.h', |
| 2106 'dom/CompositorProxy.cpp', |
| 2107 'dom/CompositorProxy.h', |
| 2105 'dom/ContainerNode.cpp', | 2108 'dom/ContainerNode.cpp', |
| 2106 'dom/ContextFeatures.cpp', | 2109 'dom/ContextFeatures.cpp', |
| 2107 'dom/ContextFeatures.h', | 2110 'dom/ContextFeatures.h', |
| 2108 'dom/ContextLifecycleNotifier.cpp', | 2111 'dom/ContextLifecycleNotifier.cpp', |
| 2109 'dom/ContextLifecycleNotifier.h', | 2112 'dom/ContextLifecycleNotifier.h', |
| 2110 'dom/ContextLifecycleObserver.cpp', | 2113 'dom/ContextLifecycleObserver.cpp', |
| 2111 'dom/ContextLifecycleObserver.h', | 2114 'dom/ContextLifecycleObserver.h', |
| 2112 'dom/CrossThreadTask.h', | 2115 'dom/CrossThreadTask.h', |
| 2113 'dom/DOMArrayBuffer.cpp', | 2116 'dom/DOMArrayBuffer.cpp', |
| 2114 'dom/DOMArrayBuffer.h', | 2117 'dom/DOMArrayBuffer.h', |
| (...skipping 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3805 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3808 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3806 'paint/TextPainterTest.cpp', | 3809 'paint/TextPainterTest.cpp', |
| 3807 'paint/ViewDisplayListTest.cpp', | 3810 'paint/ViewDisplayListTest.cpp', |
| 3808 'streams/ReadableStreamReaderTest.cpp', | 3811 'streams/ReadableStreamReaderTest.cpp', |
| 3809 'streams/ReadableStreamTest.cpp', | 3812 'streams/ReadableStreamTest.cpp', |
| 3810 'testing/PrivateScriptTestTest.cpp', | 3813 'testing/PrivateScriptTestTest.cpp', |
| 3811 'xml/parser/SharedBufferReaderTest.cpp', | 3814 'xml/parser/SharedBufferReaderTest.cpp', |
| 3812 ], | 3815 ], |
| 3813 } | 3816 } |
| 3814 } | 3817 } |
| OLD | NEW |