| 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 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2557 'dom/LayoutTreeBuilder.cpp', | 2557 'dom/LayoutTreeBuilder.cpp', |
| 2558 'dom/LayoutTreeBuilder.h', | 2558 'dom/LayoutTreeBuilder.h', |
| 2559 'dom/LayoutTreeBuilderTraversal.cpp', | 2559 'dom/LayoutTreeBuilderTraversal.cpp', |
| 2560 'dom/LayoutTreeBuilderTraversal.h', | 2560 'dom/LayoutTreeBuilderTraversal.h', |
| 2561 'dom/LiveNodeList.cpp', | 2561 'dom/LiveNodeList.cpp', |
| 2562 'dom/LiveNodeList.h', | 2562 'dom/LiveNodeList.h', |
| 2563 'dom/LiveNodeListBase.cpp', | 2563 'dom/LiveNodeListBase.cpp', |
| 2564 'dom/LiveNodeListBase.h', | 2564 'dom/LiveNodeListBase.h', |
| 2565 'dom/MainThreadTaskRunner.cpp', | 2565 'dom/MainThreadTaskRunner.cpp', |
| 2566 'dom/MainThreadTaskRunner.h', | 2566 'dom/MainThreadTaskRunner.h', |
| 2567 'dom/MemoryCoordinator.cpp', | |
| 2568 'dom/MemoryCoordinator.h', | |
| 2569 'dom/MessageChannel.cpp', | 2567 'dom/MessageChannel.cpp', |
| 2570 'dom/MessageChannel.h', | 2568 'dom/MessageChannel.h', |
| 2571 'dom/MessagePort.cpp', | 2569 'dom/MessagePort.cpp', |
| 2572 'dom/MutationCallback.h', | 2570 'dom/MutationCallback.h', |
| 2573 'dom/MutationObserver.cpp', | 2571 'dom/MutationObserver.cpp', |
| 2574 'dom/MutationObserver.h', | 2572 'dom/MutationObserver.h', |
| 2575 'dom/MutationObserverInterestGroup.cpp', | 2573 'dom/MutationObserverInterestGroup.cpp', |
| 2576 'dom/MutationObserverInterestGroup.h', | 2574 'dom/MutationObserverInterestGroup.h', |
| 2577 'dom/MutationObserverRegistration.cpp', | 2575 'dom/MutationObserverRegistration.cpp', |
| 2578 'dom/MutationObserverRegistration.h', | 2576 'dom/MutationObserverRegistration.h', |
| (...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4281 'testing/PrivateScriptTestTest.cpp', | 4279 'testing/PrivateScriptTestTest.cpp', |
| 4282 'timing/MemoryInfoTest.cpp', | 4280 'timing/MemoryInfoTest.cpp', |
| 4283 'timing/PerformanceBaseTest.cpp', | 4281 'timing/PerformanceBaseTest.cpp', |
| 4284 'timing/PerformanceObserverTest.cpp', | 4282 'timing/PerformanceObserverTest.cpp', |
| 4285 'workers/WorkerThreadTest.cpp', | 4283 'workers/WorkerThreadTest.cpp', |
| 4286 'workers/WorkerThreadTestHelper.h', | 4284 'workers/WorkerThreadTestHelper.h', |
| 4287 'xml/parser/SharedBufferReaderTest.cpp', | 4285 'xml/parser/SharedBufferReaderTest.cpp', |
| 4288 ], | 4286 ], |
| 4289 } | 4287 } |
| 4290 } | 4288 } |
| OLD | NEW |