| 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 2612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2623 'dom/UserActionElementSet.h', | 2623 'dom/UserActionElementSet.h', |
| 2624 'dom/ViewportDescription.cpp', | 2624 'dom/ViewportDescription.cpp', |
| 2625 'dom/ViewportDescription.h', | 2625 'dom/ViewportDescription.h', |
| 2626 'dom/VisitedLinkState.cpp', | 2626 'dom/VisitedLinkState.cpp', |
| 2627 'dom/VisitedLinkState.h', | 2627 'dom/VisitedLinkState.h', |
| 2628 'dom/WeakIdentifierMap.h', | 2628 'dom/WeakIdentifierMap.h', |
| 2629 'dom/XMLDocument.cpp', | 2629 'dom/XMLDocument.cpp', |
| 2630 'dom/XMLDocument.h', | 2630 'dom/XMLDocument.h', |
| 2631 'dom/custom/CustomElement.cpp', | 2631 'dom/custom/CustomElement.cpp', |
| 2632 'dom/custom/CustomElement.h', | 2632 'dom/custom/CustomElement.h', |
| 2633 'dom/custom/CustomElementDefinition.cpp', |
| 2634 'dom/custom/CustomElementDefinition.h', |
| 2633 'dom/custom/CustomElementsRegistry.cpp', | 2635 'dom/custom/CustomElementsRegistry.cpp', |
| 2634 'dom/custom/CustomElementsRegistry.h', | 2636 'dom/custom/CustomElementsRegistry.h', |
| 2635 'dom/custom/V0CustomElement.cpp', | 2637 'dom/custom/V0CustomElement.cpp', |
| 2636 'dom/custom/V0CustomElement.h', | 2638 'dom/custom/V0CustomElement.h', |
| 2637 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', | 2639 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', |
| 2638 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', | 2640 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', |
| 2639 'dom/custom/V0CustomElementCallbackInvocation.cpp', | 2641 'dom/custom/V0CustomElementCallbackInvocation.cpp', |
| 2640 'dom/custom/V0CustomElementCallbackInvocation.h', | 2642 'dom/custom/V0CustomElementCallbackInvocation.h', |
| 2641 'dom/custom/V0CustomElementCallbackQueue.cpp', | 2643 'dom/custom/V0CustomElementCallbackQueue.cpp', |
| 2642 'dom/custom/V0CustomElementCallbackQueue.h', | 2644 'dom/custom/V0CustomElementCallbackQueue.h', |
| (...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4125 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4124 'testing/PrivateScriptTestTest.cpp', | 4126 'testing/PrivateScriptTestTest.cpp', |
| 4125 'timing/MemoryInfoTest.cpp', | 4127 'timing/MemoryInfoTest.cpp', |
| 4126 'timing/PerformanceBaseTest.cpp', | 4128 'timing/PerformanceBaseTest.cpp', |
| 4127 'workers/WorkerThreadTest.cpp', | 4129 'workers/WorkerThreadTest.cpp', |
| 4128 'workers/WorkerThreadTestHelper.h', | 4130 'workers/WorkerThreadTestHelper.h', |
| 4129 'xml/parser/SharedBufferReaderTest.cpp', | 4131 'xml/parser/SharedBufferReaderTest.cpp', |
| 4130 ], | 4132 ], |
| 4131 } | 4133 } |
| 4132 } | 4134 } |
| OLD | NEW |