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 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2621 'dom/ViewportDescription.h', | 2621 'dom/ViewportDescription.h', |
2622 'dom/VisitedLinkState.cpp', | 2622 'dom/VisitedLinkState.cpp', |
2623 'dom/VisitedLinkState.h', | 2623 'dom/VisitedLinkState.h', |
2624 'dom/WeakIdentifierMap.h', | 2624 'dom/WeakIdentifierMap.h', |
2625 'dom/XMLDocument.cpp', | 2625 'dom/XMLDocument.cpp', |
2626 'dom/XMLDocument.h', | 2626 'dom/XMLDocument.h', |
2627 'dom/custom/CustomElement.cpp', | 2627 'dom/custom/CustomElement.cpp', |
2628 'dom/custom/CustomElement.h', | 2628 'dom/custom/CustomElement.h', |
2629 'dom/custom/CustomElementDefinition.cpp', | 2629 'dom/custom/CustomElementDefinition.cpp', |
2630 'dom/custom/CustomElementDefinition.h', | 2630 'dom/custom/CustomElementDefinition.h', |
| 2631 'dom/custom/CustomElementDefinitionBuilder.h', |
2631 'dom/custom/CustomElementUpgradeSorter.cpp', | 2632 'dom/custom/CustomElementUpgradeSorter.cpp', |
2632 'dom/custom/CustomElementUpgradeSorter.h', | 2633 'dom/custom/CustomElementUpgradeSorter.h', |
2633 'dom/custom/CustomElementDescriptor.h', | 2634 'dom/custom/CustomElementDescriptor.h', |
2634 'dom/custom/CustomElementDescriptorHash.h', | 2635 'dom/custom/CustomElementDescriptorHash.h', |
2635 'dom/custom/CustomElementsRegistry.cpp', | 2636 'dom/custom/CustomElementsRegistry.cpp', |
2636 'dom/custom/CustomElementsRegistry.h', | 2637 'dom/custom/CustomElementsRegistry.h', |
2637 'dom/custom/V0CustomElement.cpp', | 2638 'dom/custom/V0CustomElement.cpp', |
2638 'dom/custom/V0CustomElement.h', | 2639 'dom/custom/V0CustomElement.h', |
2639 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', | 2640 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', |
2640 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', | 2641 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', |
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4129 'testing/PrivateScriptTestTest.cpp', | 4130 'testing/PrivateScriptTestTest.cpp', |
4130 'timing/MemoryInfoTest.cpp', | 4131 'timing/MemoryInfoTest.cpp', |
4131 'timing/PerformanceBaseTest.cpp', | 4132 'timing/PerformanceBaseTest.cpp', |
4132 'timing/PerformanceObserverTest.cpp', | 4133 'timing/PerformanceObserverTest.cpp', |
4133 'workers/WorkerThreadTest.cpp', | 4134 'workers/WorkerThreadTest.cpp', |
4134 'workers/WorkerThreadTestHelper.h', | 4135 'workers/WorkerThreadTestHelper.h', |
4135 'xml/parser/SharedBufferReaderTest.cpp', | 4136 'xml/parser/SharedBufferReaderTest.cpp', |
4136 ], | 4137 ], |
4137 } | 4138 } |
4138 } | 4139 } |
OLD | NEW |