| 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 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2647 'dom/ViewportDescription.h', | 2647 'dom/ViewportDescription.h', |
| 2648 'dom/VisitedLinkState.cpp', | 2648 'dom/VisitedLinkState.cpp', |
| 2649 'dom/VisitedLinkState.h', | 2649 'dom/VisitedLinkState.h', |
| 2650 'dom/WeakIdentifierMap.h', | 2650 'dom/WeakIdentifierMap.h', |
| 2651 'dom/XMLDocument.cpp', | 2651 'dom/XMLDocument.cpp', |
| 2652 'dom/XMLDocument.h', | 2652 'dom/XMLDocument.h', |
| 2653 'dom/custom/CEReactionsScope.cpp', | 2653 'dom/custom/CEReactionsScope.cpp', |
| 2654 'dom/custom/CEReactionsScope.h', | 2654 'dom/custom/CEReactionsScope.h', |
| 2655 'dom/custom/CustomElement.cpp', | 2655 'dom/custom/CustomElement.cpp', |
| 2656 'dom/custom/CustomElement.h', | 2656 'dom/custom/CustomElement.h', |
| 2657 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp', |
| 2658 'dom/custom/CustomElementAttributeChangedCallbackReaction.h', |
| 2659 'dom/custom/CustomElementConnectedCallbackReaction.cpp', |
| 2660 'dom/custom/CustomElementConnectedCallbackReaction.h', |
| 2657 'dom/custom/CustomElementDefinition.cpp', | 2661 'dom/custom/CustomElementDefinition.cpp', |
| 2658 'dom/custom/CustomElementDefinition.h', | 2662 'dom/custom/CustomElementDefinition.h', |
| 2659 'dom/custom/CustomElementDefinitionBuilder.h', | 2663 'dom/custom/CustomElementDefinitionBuilder.h', |
| 2660 'dom/custom/CustomElementDescriptor.h', | 2664 'dom/custom/CustomElementDescriptor.h', |
| 2661 'dom/custom/CustomElementDescriptorHash.h', | 2665 'dom/custom/CustomElementDescriptorHash.h', |
| 2666 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp', |
| 2667 'dom/custom/CustomElementDisconnectedCallbackReaction.h', |
| 2668 'dom/custom/CustomElementReaction.cpp', |
| 2662 'dom/custom/CustomElementReaction.h', | 2669 'dom/custom/CustomElementReaction.h', |
| 2663 'dom/custom/CustomElementReactionQueue.cpp', | 2670 'dom/custom/CustomElementReactionQueue.cpp', |
| 2664 'dom/custom/CustomElementReactionQueue.h', | 2671 'dom/custom/CustomElementReactionQueue.h', |
| 2665 'dom/custom/CustomElementReactionStack.cpp', | 2672 'dom/custom/CustomElementReactionStack.cpp', |
| 2666 'dom/custom/CustomElementReactionStack.h', | 2673 'dom/custom/CustomElementReactionStack.h', |
| 2667 'dom/custom/CustomElementUpgradeReaction.cpp', | 2674 'dom/custom/CustomElementUpgradeReaction.cpp', |
| 2668 'dom/custom/CustomElementUpgradeReaction.h', | 2675 'dom/custom/CustomElementUpgradeReaction.h', |
| 2669 'dom/custom/CustomElementUpgradeSorter.cpp', | 2676 'dom/custom/CustomElementUpgradeSorter.cpp', |
| 2670 'dom/custom/CustomElementUpgradeSorter.h', | 2677 'dom/custom/CustomElementUpgradeSorter.h', |
| 2671 'dom/custom/CustomElementsRegistry.cpp', | 2678 'dom/custom/CustomElementsRegistry.cpp', |
| (...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4177 'testing/PrivateScriptTestTest.cpp', | 4184 'testing/PrivateScriptTestTest.cpp', |
| 4178 'timing/MemoryInfoTest.cpp', | 4185 'timing/MemoryInfoTest.cpp', |
| 4179 'timing/PerformanceBaseTest.cpp', | 4186 'timing/PerformanceBaseTest.cpp', |
| 4180 'timing/PerformanceObserverTest.cpp', | 4187 'timing/PerformanceObserverTest.cpp', |
| 4181 'workers/WorkerThreadTest.cpp', | 4188 'workers/WorkerThreadTest.cpp', |
| 4182 'workers/WorkerThreadTestHelper.h', | 4189 'workers/WorkerThreadTestHelper.h', |
| 4183 'xml/parser/SharedBufferReaderTest.cpp', | 4190 'xml/parser/SharedBufferReaderTest.cpp', |
| 4184 ], | 4191 ], |
| 4185 } | 4192 } |
| 4186 } | 4193 } |
| OLD | NEW |