| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 2451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2462 'dom/LayoutTreeBuilderTraversal.h', | 2462 'dom/LayoutTreeBuilderTraversal.h', |
| 2463 'dom/LiveNodeList.cpp', | 2463 'dom/LiveNodeList.cpp', |
| 2464 'dom/LiveNodeList.h', | 2464 'dom/LiveNodeList.h', |
| 2465 'dom/LiveNodeListBase.cpp', | 2465 'dom/LiveNodeListBase.cpp', |
| 2466 'dom/LiveNodeListBase.h', | 2466 'dom/LiveNodeListBase.h', |
| 2467 'dom/MainThreadTaskRunner.cpp', | 2467 'dom/MainThreadTaskRunner.cpp', |
| 2468 'dom/MainThreadTaskRunner.h', | 2468 'dom/MainThreadTaskRunner.h', |
| 2469 'dom/MessageChannel.cpp', | 2469 'dom/MessageChannel.cpp', |
| 2470 'dom/MessageChannel.h', | 2470 'dom/MessageChannel.h', |
| 2471 'dom/MessagePort.cpp', | 2471 'dom/MessagePort.cpp', |
| 2472 'dom/Microtask.cpp', | |
| 2473 'dom/Microtask.h', | |
| 2474 'dom/MutationCallback.h', | 2472 'dom/MutationCallback.h', |
| 2475 'dom/MutationObserver.cpp', | 2473 'dom/MutationObserver.cpp', |
| 2476 'dom/MutationObserver.h', | 2474 'dom/MutationObserver.h', |
| 2477 'dom/MutationObserverInterestGroup.cpp', | 2475 'dom/MutationObserverInterestGroup.cpp', |
| 2478 'dom/MutationObserverInterestGroup.h', | 2476 'dom/MutationObserverInterestGroup.h', |
| 2479 'dom/MutationObserverRegistration.cpp', | 2477 'dom/MutationObserverRegistration.cpp', |
| 2480 'dom/MutationObserverRegistration.h', | 2478 'dom/MutationObserverRegistration.h', |
| 2481 'dom/MutationRecord.cpp', | 2479 'dom/MutationRecord.cpp', |
| 2482 'dom/MutationRecord.h', | 2480 'dom/MutationRecord.h', |
| 2483 'dom/NameNodeList.cpp', | 2481 'dom/NameNodeList.cpp', |
| (...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4062 'style/SVGComputedStyleTest.cpp', | 4060 'style/SVGComputedStyleTest.cpp', |
| 4063 'svg/SVGPathParserTest.cpp', | 4061 'svg/SVGPathParserTest.cpp', |
| 4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4065 'testing/PrivateScriptTestTest.cpp', | 4063 'testing/PrivateScriptTestTest.cpp', |
| 4066 'timing/MemoryInfoTest.cpp', | 4064 'timing/MemoryInfoTest.cpp', |
| 4067 'workers/WorkerThreadTest.cpp', | 4065 'workers/WorkerThreadTest.cpp', |
| 4068 'xml/parser/SharedBufferReaderTest.cpp', | 4066 'xml/parser/SharedBufferReaderTest.cpp', |
| 4069 ], | 4067 ], |
| 4070 } | 4068 } |
| 4071 } | 4069 } |
| OLD | NEW |