| 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 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2553 'dom/LayoutTreeBuilder.cpp', | 2553 'dom/LayoutTreeBuilder.cpp', |
| 2554 'dom/LayoutTreeBuilder.h', | 2554 'dom/LayoutTreeBuilder.h', |
| 2555 'dom/LayoutTreeBuilderTraversal.cpp', | 2555 'dom/LayoutTreeBuilderTraversal.cpp', |
| 2556 'dom/LayoutTreeBuilderTraversal.h', | 2556 'dom/LayoutTreeBuilderTraversal.h', |
| 2557 'dom/LiveNodeList.cpp', | 2557 'dom/LiveNodeList.cpp', |
| 2558 'dom/LiveNodeList.h', | 2558 'dom/LiveNodeList.h', |
| 2559 'dom/LiveNodeListBase.cpp', | 2559 'dom/LiveNodeListBase.cpp', |
| 2560 'dom/LiveNodeListBase.h', | 2560 'dom/LiveNodeListBase.h', |
| 2561 'dom/MainThreadTaskRunner.cpp', | 2561 'dom/MainThreadTaskRunner.cpp', |
| 2562 'dom/MainThreadTaskRunner.h', | 2562 'dom/MainThreadTaskRunner.h', |
| 2563 'dom/MemoryCoordinator.cpp', |
| 2564 'dom/MemoryCoordinator.h', |
| 2563 'dom/MessageChannel.cpp', | 2565 'dom/MessageChannel.cpp', |
| 2564 'dom/MessageChannel.h', | 2566 'dom/MessageChannel.h', |
| 2565 'dom/MessagePort.cpp', | 2567 'dom/MessagePort.cpp', |
| 2566 'dom/MutationCallback.h', | 2568 'dom/MutationCallback.h', |
| 2567 'dom/MutationObserver.cpp', | 2569 'dom/MutationObserver.cpp', |
| 2568 'dom/MutationObserver.h', | 2570 'dom/MutationObserver.h', |
| 2569 'dom/MutationObserverInterestGroup.cpp', | 2571 'dom/MutationObserverInterestGroup.cpp', |
| 2570 'dom/MutationObserverInterestGroup.h', | 2572 'dom/MutationObserverInterestGroup.h', |
| 2571 'dom/MutationObserverRegistration.cpp', | 2573 'dom/MutationObserverRegistration.cpp', |
| 2572 'dom/MutationObserverRegistration.h', | 2574 'dom/MutationObserverRegistration.h', |
| (...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4273 'testing/PrivateScriptTestTest.cpp', | 4275 'testing/PrivateScriptTestTest.cpp', |
| 4274 'timing/MemoryInfoTest.cpp', | 4276 'timing/MemoryInfoTest.cpp', |
| 4275 'timing/PerformanceBaseTest.cpp', | 4277 'timing/PerformanceBaseTest.cpp', |
| 4276 'timing/PerformanceObserverTest.cpp', | 4278 'timing/PerformanceObserverTest.cpp', |
| 4277 'workers/WorkerThreadTest.cpp', | 4279 'workers/WorkerThreadTest.cpp', |
| 4278 'workers/WorkerThreadTestHelper.h', | 4280 'workers/WorkerThreadTestHelper.h', |
| 4279 'xml/parser/SharedBufferReaderTest.cpp', | 4281 'xml/parser/SharedBufferReaderTest.cpp', |
| 4280 ], | 4282 ], |
| 4281 } | 4283 } |
| 4282 } | 4284 } |
| OLD | NEW |