| 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 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2343 'dom/TreeShared.h', | 2343 'dom/TreeShared.h', |
| 2344 'dom/TreeWalker.cpp', | 2344 'dom/TreeWalker.cpp', |
| 2345 'dom/TreeWalker.h', | 2345 'dom/TreeWalker.h', |
| 2346 'dom/UserActionElementSet.cpp', | 2346 'dom/UserActionElementSet.cpp', |
| 2347 'dom/UserActionElementSet.h', | 2347 'dom/UserActionElementSet.h', |
| 2348 'dom/ViewportDescription.cpp', | 2348 'dom/ViewportDescription.cpp', |
| 2349 'dom/ViewportDescription.h', | 2349 'dom/ViewportDescription.h', |
| 2350 'dom/VisitedLinkState.cpp', | 2350 'dom/VisitedLinkState.cpp', |
| 2351 'dom/VisitedLinkState.h', | 2351 'dom/VisitedLinkState.h', |
| 2352 'dom/WeakIdentifierMap.h', | 2352 'dom/WeakIdentifierMap.h', |
| 2353 'dom/WeakNodeMap.h', | |
| 2354 'dom/XMLDocument.cpp', | 2353 'dom/XMLDocument.cpp', |
| 2355 'dom/XMLDocument.h', | 2354 'dom/XMLDocument.h', |
| 2356 'dom/custom/CustomElement.cpp', | 2355 'dom/custom/CustomElement.cpp', |
| 2357 'dom/custom/CustomElement.h', | 2356 'dom/custom/CustomElement.h', |
| 2358 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', | 2357 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', |
| 2359 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', | 2358 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', |
| 2360 'dom/custom/CustomElementCallbackInvocation.cpp', | 2359 'dom/custom/CustomElementCallbackInvocation.cpp', |
| 2361 'dom/custom/CustomElementCallbackInvocation.h', | 2360 'dom/custom/CustomElementCallbackInvocation.h', |
| 2362 'dom/custom/CustomElementCallbackQueue.cpp', | 2361 'dom/custom/CustomElementCallbackQueue.cpp', |
| 2363 'dom/custom/CustomElementCallbackQueue.h', | 2362 'dom/custom/CustomElementCallbackQueue.h', |
| (...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3832 'paint/LayerClipRecorderTest.cpp', | 3831 'paint/LayerClipRecorderTest.cpp', |
| 3833 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3832 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3834 'paint/TextPainterTest.cpp', | 3833 'paint/TextPainterTest.cpp', |
| 3835 'streams/ReadableStreamReaderTest.cpp', | 3834 'streams/ReadableStreamReaderTest.cpp', |
| 3836 'streams/ReadableStreamTest.cpp', | 3835 'streams/ReadableStreamTest.cpp', |
| 3837 'testing/PrivateScriptTestTest.cpp', | 3836 'testing/PrivateScriptTestTest.cpp', |
| 3838 'xml/parser/SharedBufferReaderTest.cpp', | 3837 'xml/parser/SharedBufferReaderTest.cpp', |
| 3839 ], | 3838 ], |
| 3840 } | 3839 } |
| 3841 } | 3840 } |
| OLD | NEW |