| 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 2512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2523 'dom/LayoutTreeBuilder.cpp', | 2523 'dom/LayoutTreeBuilder.cpp', |
| 2524 'dom/LayoutTreeBuilder.h', | 2524 'dom/LayoutTreeBuilder.h', |
| 2525 'dom/LayoutTreeBuilderTraversal.cpp', | 2525 'dom/LayoutTreeBuilderTraversal.cpp', |
| 2526 'dom/LayoutTreeBuilderTraversal.h', | 2526 'dom/LayoutTreeBuilderTraversal.h', |
| 2527 'dom/LiveNodeList.cpp', | 2527 'dom/LiveNodeList.cpp', |
| 2528 'dom/LiveNodeList.h', | 2528 'dom/LiveNodeList.h', |
| 2529 'dom/LiveNodeListBase.cpp', | 2529 'dom/LiveNodeListBase.cpp', |
| 2530 'dom/LiveNodeListBase.h', | 2530 'dom/LiveNodeListBase.h', |
| 2531 'dom/MainThreadTaskRunner.cpp', | 2531 'dom/MainThreadTaskRunner.cpp', |
| 2532 'dom/MainThreadTaskRunner.h', | 2532 'dom/MainThreadTaskRunner.h', |
| 2533 'dom/MemoryCoordinator.cpp', |
| 2534 'dom/MemoryCoordinator.h', |
| 2533 'dom/MessageChannel.cpp', | 2535 'dom/MessageChannel.cpp', |
| 2534 'dom/MessageChannel.h', | 2536 'dom/MessageChannel.h', |
| 2535 'dom/MessagePort.cpp', | 2537 'dom/MessagePort.cpp', |
| 2536 'dom/MutationCallback.h', | 2538 'dom/MutationCallback.h', |
| 2537 'dom/MutationObserver.cpp', | 2539 'dom/MutationObserver.cpp', |
| 2538 'dom/MutationObserver.h', | 2540 'dom/MutationObserver.h', |
| 2539 'dom/MutationObserverInterestGroup.cpp', | 2541 'dom/MutationObserverInterestGroup.cpp', |
| 2540 'dom/MutationObserverInterestGroup.h', | 2542 'dom/MutationObserverInterestGroup.h', |
| 2541 'dom/MutationObserverRegistration.cpp', | 2543 'dom/MutationObserverRegistration.cpp', |
| 2542 'dom/MutationObserverRegistration.h', | 2544 'dom/MutationObserverRegistration.h', |
| (...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4186 'testing/PrivateScriptTestTest.cpp', | 4188 'testing/PrivateScriptTestTest.cpp', |
| 4187 'timing/MemoryInfoTest.cpp', | 4189 'timing/MemoryInfoTest.cpp', |
| 4188 'timing/PerformanceBaseTest.cpp', | 4190 'timing/PerformanceBaseTest.cpp', |
| 4189 'timing/PerformanceObserverTest.cpp', | 4191 'timing/PerformanceObserverTest.cpp', |
| 4190 'workers/WorkerThreadTest.cpp', | 4192 'workers/WorkerThreadTest.cpp', |
| 4191 'workers/WorkerThreadTestHelper.h', | 4193 'workers/WorkerThreadTestHelper.h', |
| 4192 'xml/parser/SharedBufferReaderTest.cpp', | 4194 'xml/parser/SharedBufferReaderTest.cpp', |
| 4193 ], | 4195 ], |
| 4194 } | 4196 } |
| 4195 } | 4197 } |
| OLD | NEW |