| 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 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2226 'dom/LayoutTreeBuilder.cpp', | 2226 'dom/LayoutTreeBuilder.cpp', |
| 2227 'dom/LayoutTreeBuilder.h', | 2227 'dom/LayoutTreeBuilder.h', |
| 2228 'dom/LayoutTreeBuilderTraversal.cpp', | 2228 'dom/LayoutTreeBuilderTraversal.cpp', |
| 2229 'dom/LayoutTreeBuilderTraversal.h', | 2229 'dom/LayoutTreeBuilderTraversal.h', |
| 2230 'dom/LiveNodeList.cpp', | 2230 'dom/LiveNodeList.cpp', |
| 2231 'dom/LiveNodeList.h', | 2231 'dom/LiveNodeList.h', |
| 2232 'dom/LiveNodeListBase.cpp', | 2232 'dom/LiveNodeListBase.cpp', |
| 2233 'dom/LiveNodeListBase.h', | 2233 'dom/LiveNodeListBase.h', |
| 2234 'dom/MainThreadTaskRunner.cpp', | 2234 'dom/MainThreadTaskRunner.cpp', |
| 2235 'dom/MainThreadTaskRunner.h', | 2235 'dom/MainThreadTaskRunner.h', |
| 2236 'dom/MarkerPseudoElement.h', |
| 2237 'dom/MarkerPseudoElement.cpp', |
| 2236 'dom/MessageChannel.cpp', | 2238 'dom/MessageChannel.cpp', |
| 2237 'dom/MessageChannel.h', | 2239 'dom/MessageChannel.h', |
| 2238 'dom/MessagePort.cpp', | 2240 'dom/MessagePort.cpp', |
| 2239 'dom/Microtask.cpp', | 2241 'dom/Microtask.cpp', |
| 2240 'dom/Microtask.h', | 2242 'dom/Microtask.h', |
| 2241 'dom/MutationCallback.h', | 2243 'dom/MutationCallback.h', |
| 2242 'dom/MutationObserver.cpp', | 2244 'dom/MutationObserver.cpp', |
| 2243 'dom/MutationObserver.h', | 2245 'dom/MutationObserver.h', |
| 2244 'dom/MutationObserverInterestGroup.cpp', | 2246 'dom/MutationObserverInterestGroup.cpp', |
| 2245 'dom/MutationObserverInterestGroup.h', | 2247 'dom/MutationObserverInterestGroup.h', |
| (...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3828 'paint/LayerClipRecorderTest.cpp', | 3830 'paint/LayerClipRecorderTest.cpp', |
| 3829 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3831 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3830 'paint/TextPainterTest.cpp', | 3832 'paint/TextPainterTest.cpp', |
| 3831 'streams/ReadableStreamReaderTest.cpp', | 3833 'streams/ReadableStreamReaderTest.cpp', |
| 3832 'streams/ReadableStreamTest.cpp', | 3834 'streams/ReadableStreamTest.cpp', |
| 3833 'testing/PrivateScriptTestTest.cpp', | 3835 'testing/PrivateScriptTestTest.cpp', |
| 3834 'xml/parser/SharedBufferReaderTest.cpp', | 3836 'xml/parser/SharedBufferReaderTest.cpp', |
| 3835 ], | 3837 ], |
| 3836 } | 3838 } |
| 3837 } | 3839 } |
| OLD | NEW |