| 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 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2200 'dom/ElementRareData.cpp', | 2200 'dom/ElementRareData.cpp', |
| 2201 'dom/ElementRareData.h', | 2201 'dom/ElementRareData.h', |
| 2202 'dom/ElementTraversal.h', | 2202 'dom/ElementTraversal.h', |
| 2203 'dom/EmptyNodeList.cpp', | 2203 'dom/EmptyNodeList.cpp', |
| 2204 'dom/EmptyNodeList.h', | 2204 'dom/EmptyNodeList.h', |
| 2205 'dom/ExecutionContext.cpp', | 2205 'dom/ExecutionContext.cpp', |
| 2206 'dom/ExecutionContext.h', | 2206 'dom/ExecutionContext.h', |
| 2207 'dom/ExecutionContextTask.h', | 2207 'dom/ExecutionContextTask.h', |
| 2208 'dom/FirstLetterPseudoElement.cpp', | 2208 'dom/FirstLetterPseudoElement.cpp', |
| 2209 'dom/FirstLetterPseudoElement.h', | 2209 'dom/FirstLetterPseudoElement.h', |
| 2210 'dom/FlexibleArrayBufferView.h', |
| 2210 'dom/FrameRequestCallback.h', | 2211 'dom/FrameRequestCallback.h', |
| 2211 'dom/FrameRequestCallbackCollection.cpp', | 2212 'dom/FrameRequestCallbackCollection.cpp', |
| 2212 'dom/FrameRequestCallbackCollection.h', | 2213 'dom/FrameRequestCallbackCollection.h', |
| 2213 'dom/Fullscreen.cpp', | 2214 'dom/Fullscreen.cpp', |
| 2214 'dom/Fullscreen.h', | 2215 'dom/Fullscreen.h', |
| 2215 'dom/GlobalEventHandlers.h', | 2216 'dom/GlobalEventHandlers.h', |
| 2216 'dom/IconURL.cpp', | 2217 'dom/IconURL.cpp', |
| 2217 'dom/IconURL.h', | 2218 'dom/IconURL.h', |
| 2218 'dom/IdTargetObserver.cpp', | 2219 'dom/IdTargetObserver.cpp', |
| 2219 'dom/IdTargetObserver.h', | 2220 'dom/IdTargetObserver.h', |
| (...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3829 'paint/LayerClipRecorderTest.cpp', | 3830 'paint/LayerClipRecorderTest.cpp', |
| 3830 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3831 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3831 'paint/TextPainterTest.cpp', | 3832 'paint/TextPainterTest.cpp', |
| 3832 'streams/ReadableStreamReaderTest.cpp', | 3833 'streams/ReadableStreamReaderTest.cpp', |
| 3833 'streams/ReadableStreamTest.cpp', | 3834 'streams/ReadableStreamTest.cpp', |
| 3834 'testing/PrivateScriptTestTest.cpp', | 3835 'testing/PrivateScriptTestTest.cpp', |
| 3835 'xml/parser/SharedBufferReaderTest.cpp', | 3836 'xml/parser/SharedBufferReaderTest.cpp', |
| 3836 ], | 3837 ], |
| 3837 } | 3838 } |
| 3838 } | 3839 } |
| OLD | NEW |