| 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 2695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2706 'dom/custom/CEReactionsScope.cpp', | 2706 'dom/custom/CEReactionsScope.cpp', |
| 2707 'dom/custom/CEReactionsScope.h', | 2707 'dom/custom/CEReactionsScope.h', |
| 2708 'dom/custom/CustomElement.cpp', | 2708 'dom/custom/CustomElement.cpp', |
| 2709 'dom/custom/CustomElement.h', | 2709 'dom/custom/CustomElement.h', |
| 2710 'dom/custom/CustomElementAdoptedCallbackReaction.cpp', | 2710 'dom/custom/CustomElementAdoptedCallbackReaction.cpp', |
| 2711 'dom/custom/CustomElementAdoptedCallbackReaction.h', | 2711 'dom/custom/CustomElementAdoptedCallbackReaction.h', |
| 2712 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp', | 2712 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp', |
| 2713 'dom/custom/CustomElementAttributeChangedCallbackReaction.h', | 2713 'dom/custom/CustomElementAttributeChangedCallbackReaction.h', |
| 2714 'dom/custom/CustomElementConnectedCallbackReaction.cpp', | 2714 'dom/custom/CustomElementConnectedCallbackReaction.cpp', |
| 2715 'dom/custom/CustomElementConnectedCallbackReaction.h', | 2715 'dom/custom/CustomElementConnectedCallbackReaction.h', |
| 2716 'dom/custom/CustomElementCreationScope.h', |
| 2716 'dom/custom/CustomElementDefinition.cpp', | 2717 'dom/custom/CustomElementDefinition.cpp', |
| 2717 'dom/custom/CustomElementDefinition.h', | 2718 'dom/custom/CustomElementDefinition.h', |
| 2718 'dom/custom/CustomElementDefinitionBuilder.h', | 2719 'dom/custom/CustomElementDefinitionBuilder.h', |
| 2719 'dom/custom/CustomElementDescriptor.h', | 2720 'dom/custom/CustomElementDescriptor.h', |
| 2720 'dom/custom/CustomElementDescriptorHash.h', | 2721 'dom/custom/CustomElementDescriptorHash.h', |
| 2721 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp', | 2722 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp', |
| 2722 'dom/custom/CustomElementDisconnectedCallbackReaction.h', | 2723 'dom/custom/CustomElementDisconnectedCallbackReaction.h', |
| 2723 'dom/custom/CustomElementReaction.cpp', | 2724 'dom/custom/CustomElementReaction.cpp', |
| 2724 'dom/custom/CustomElementReaction.h', | 2725 'dom/custom/CustomElementReaction.h', |
| 2725 'dom/custom/CustomElementReactionQueue.cpp', | 2726 'dom/custom/CustomElementReactionQueue.cpp', |
| (...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4300 'timing/MemoryInfoTest.cpp', | 4301 'timing/MemoryInfoTest.cpp', |
| 4301 'timing/PerformanceBaseTest.cpp', | 4302 'timing/PerformanceBaseTest.cpp', |
| 4302 'timing/PerformanceObserverTest.cpp', | 4303 'timing/PerformanceObserverTest.cpp', |
| 4303 'workers/DedicatedWorkerTest.cpp', | 4304 'workers/DedicatedWorkerTest.cpp', |
| 4304 'workers/WorkerThreadTest.cpp', | 4305 'workers/WorkerThreadTest.cpp', |
| 4305 'workers/WorkerThreadTestHelper.h', | 4306 'workers/WorkerThreadTestHelper.h', |
| 4306 'xml/parser/SharedBufferReaderTest.cpp', | 4307 'xml/parser/SharedBufferReaderTest.cpp', |
| 4307 ], | 4308 ], |
| 4308 } | 4309 } |
| 4309 } | 4310 } |
| OLD | NEW |