| 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 2458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 'dom/LayoutTreeBuilderTraversal.h', | 2469 'dom/LayoutTreeBuilderTraversal.h', |
| 2470 'dom/LiveNodeList.cpp', | 2470 'dom/LiveNodeList.cpp', |
| 2471 'dom/LiveNodeList.h', | 2471 'dom/LiveNodeList.h', |
| 2472 'dom/LiveNodeListBase.cpp', | 2472 'dom/LiveNodeListBase.cpp', |
| 2473 'dom/LiveNodeListBase.h', | 2473 'dom/LiveNodeListBase.h', |
| 2474 'dom/MainThreadTaskRunner.cpp', | 2474 'dom/MainThreadTaskRunner.cpp', |
| 2475 'dom/MainThreadTaskRunner.h', | 2475 'dom/MainThreadTaskRunner.h', |
| 2476 'dom/MessageChannel.cpp', | 2476 'dom/MessageChannel.cpp', |
| 2477 'dom/MessageChannel.h', | 2477 'dom/MessageChannel.h', |
| 2478 'dom/MessagePort.cpp', | 2478 'dom/MessagePort.cpp', |
| 2479 'dom/Microtask.cpp', |
| 2480 'dom/Microtask.h', |
| 2479 'dom/MutationCallback.h', | 2481 'dom/MutationCallback.h', |
| 2480 'dom/MutationObserver.cpp', | 2482 'dom/MutationObserver.cpp', |
| 2481 'dom/MutationObserver.h', | 2483 'dom/MutationObserver.h', |
| 2482 'dom/MutationObserverInterestGroup.cpp', | 2484 'dom/MutationObserverInterestGroup.cpp', |
| 2483 'dom/MutationObserverInterestGroup.h', | 2485 'dom/MutationObserverInterestGroup.h', |
| 2484 'dom/MutationObserverRegistration.cpp', | 2486 'dom/MutationObserverRegistration.cpp', |
| 2485 'dom/MutationObserverRegistration.h', | 2487 'dom/MutationObserverRegistration.h', |
| 2486 'dom/MutationRecord.cpp', | 2488 'dom/MutationRecord.cpp', |
| 2487 'dom/MutationRecord.h', | 2489 'dom/MutationRecord.h', |
| 2488 'dom/NameNodeList.cpp', | 2490 'dom/NameNodeList.cpp', |
| (...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4064 'style/SVGComputedStyleTest.cpp', | 4066 'style/SVGComputedStyleTest.cpp', |
| 4065 'svg/SVGPathParserTest.cpp', | 4067 'svg/SVGPathParserTest.cpp', |
| 4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4067 'testing/PrivateScriptTestTest.cpp', | 4069 'testing/PrivateScriptTestTest.cpp', |
| 4068 'timing/MemoryInfoTest.cpp', | 4070 'timing/MemoryInfoTest.cpp', |
| 4069 'workers/WorkerThreadTest.cpp', | 4071 'workers/WorkerThreadTest.cpp', |
| 4070 'xml/parser/SharedBufferReaderTest.cpp', | 4072 'xml/parser/SharedBufferReaderTest.cpp', |
| 4071 ], | 4073 ], |
| 4072 } | 4074 } |
| 4073 } | 4075 } |
| OLD | NEW |