| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2549 'dom/LayoutTreeBuilder.cpp', | 2549 'dom/LayoutTreeBuilder.cpp', |
| 2550 'dom/LayoutTreeBuilder.h', | 2550 'dom/LayoutTreeBuilder.h', |
| 2551 'dom/LayoutTreeBuilderTraversal.cpp', | 2551 'dom/LayoutTreeBuilderTraversal.cpp', |
| 2552 'dom/LayoutTreeBuilderTraversal.h', | 2552 'dom/LayoutTreeBuilderTraversal.h', |
| 2553 'dom/LiveNodeList.cpp', | 2553 'dom/LiveNodeList.cpp', |
| 2554 'dom/LiveNodeList.h', | 2554 'dom/LiveNodeList.h', |
| 2555 'dom/LiveNodeListBase.cpp', | 2555 'dom/LiveNodeListBase.cpp', |
| 2556 'dom/LiveNodeListBase.h', | 2556 'dom/LiveNodeListBase.h', |
| 2557 'dom/MainThreadTaskRunner.cpp', | 2557 'dom/MainThreadTaskRunner.cpp', |
| 2558 'dom/MainThreadTaskRunner.h', | 2558 'dom/MainThreadTaskRunner.h', |
| 2559 'dom/MemoryCoordinator.cpp', | |
| 2560 'dom/MemoryCoordinator.h', | |
| 2561 'dom/MessageChannel.cpp', | 2559 'dom/MessageChannel.cpp', |
| 2562 'dom/MessageChannel.h', | 2560 'dom/MessageChannel.h', |
| 2563 'dom/MessagePort.cpp', | 2561 'dom/MessagePort.cpp', |
| 2564 'dom/MutationCallback.h', | 2562 'dom/MutationCallback.h', |
| 2565 'dom/MutationObserver.cpp', | 2563 'dom/MutationObserver.cpp', |
| 2566 'dom/MutationObserver.h', | 2564 'dom/MutationObserver.h', |
| 2567 'dom/MutationObserverInterestGroup.cpp', | 2565 'dom/MutationObserverInterestGroup.cpp', |
| 2568 'dom/MutationObserverInterestGroup.h', | 2566 'dom/MutationObserverInterestGroup.h', |
| 2569 'dom/MutationObserverRegistration.cpp', | 2567 'dom/MutationObserverRegistration.cpp', |
| 2570 'dom/MutationObserverRegistration.h', | 2568 'dom/MutationObserverRegistration.h', |
| (...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4266 'testing/PrivateScriptTestTest.cpp', | 4264 'testing/PrivateScriptTestTest.cpp', |
| 4267 'timing/MemoryInfoTest.cpp', | 4265 'timing/MemoryInfoTest.cpp', |
| 4268 'timing/PerformanceBaseTest.cpp', | 4266 'timing/PerformanceBaseTest.cpp', |
| 4269 'timing/PerformanceObserverTest.cpp', | 4267 'timing/PerformanceObserverTest.cpp', |
| 4270 'workers/WorkerThreadTest.cpp', | 4268 'workers/WorkerThreadTest.cpp', |
| 4271 'workers/WorkerThreadTestHelper.h', | 4269 'workers/WorkerThreadTestHelper.h', |
| 4272 'xml/parser/SharedBufferReaderTest.cpp', | 4270 'xml/parser/SharedBufferReaderTest.cpp', |
| 4273 ], | 4271 ], |
| 4274 } | 4272 } |
| 4275 } | 4273 } |
| OLD | NEW |