| 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 2620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2631 'dom/UserActionElementSet.h', | 2631 'dom/UserActionElementSet.h', |
| 2632 'dom/ViewportDescription.cpp', | 2632 'dom/ViewportDescription.cpp', |
| 2633 'dom/ViewportDescription.h', | 2633 'dom/ViewportDescription.h', |
| 2634 'dom/VisitedLinkState.cpp', | 2634 'dom/VisitedLinkState.cpp', |
| 2635 'dom/VisitedLinkState.h', | 2635 'dom/VisitedLinkState.h', |
| 2636 'dom/WeakIdentifierMap.h', | 2636 'dom/WeakIdentifierMap.h', |
| 2637 'dom/XMLDocument.cpp', | 2637 'dom/XMLDocument.cpp', |
| 2638 'dom/XMLDocument.h', | 2638 'dom/XMLDocument.h', |
| 2639 'dom/custom/CustomElement.cpp', | 2639 'dom/custom/CustomElement.cpp', |
| 2640 'dom/custom/CustomElement.h', | 2640 'dom/custom/CustomElement.h', |
| 2641 'dom/custom/CustomElementDefinition.cpp', |
| 2642 'dom/custom/CustomElementDefinition.h', |
| 2641 'dom/custom/CustomElementsRegistry.cpp', | 2643 'dom/custom/CustomElementsRegistry.cpp', |
| 2642 'dom/custom/CustomElementsRegistry.h', | 2644 'dom/custom/CustomElementsRegistry.h', |
| 2643 'dom/custom/V0CustomElement.cpp', | 2645 'dom/custom/V0CustomElement.cpp', |
| 2644 'dom/custom/V0CustomElement.h', | 2646 'dom/custom/V0CustomElement.h', |
| 2645 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', | 2647 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', |
| 2646 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', | 2648 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', |
| 2647 'dom/custom/V0CustomElementCallbackInvocation.cpp', | 2649 'dom/custom/V0CustomElementCallbackInvocation.cpp', |
| 2648 'dom/custom/V0CustomElementCallbackInvocation.h', | 2650 'dom/custom/V0CustomElementCallbackInvocation.h', |
| 2649 'dom/custom/V0CustomElementCallbackQueue.cpp', | 2651 'dom/custom/V0CustomElementCallbackQueue.cpp', |
| 2650 'dom/custom/V0CustomElementCallbackQueue.h', | 2652 'dom/custom/V0CustomElementCallbackQueue.h', |
| (...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4120 'svg/SVGPathParserTest.cpp', | 4122 'svg/SVGPathParserTest.cpp', |
| 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4122 'testing/PrivateScriptTestTest.cpp', | 4124 'testing/PrivateScriptTestTest.cpp', |
| 4123 'timing/MemoryInfoTest.cpp', | 4125 'timing/MemoryInfoTest.cpp', |
| 4124 'workers/WorkerThreadTest.cpp', | 4126 'workers/WorkerThreadTest.cpp', |
| 4125 'workers/WorkerThreadTestHelper.h', | 4127 'workers/WorkerThreadTestHelper.h', |
| 4126 'xml/parser/SharedBufferReaderTest.cpp', | 4128 'xml/parser/SharedBufferReaderTest.cpp', |
| 4127 ], | 4129 ], |
| 4128 } | 4130 } |
| 4129 } | 4131 } |
| OLD | NEW |