| 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 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2729 'dom/shadow/InsertionPoint.h', | 2729 'dom/shadow/InsertionPoint.h', |
| 2730 'dom/shadow/SelectRuleFeatureSet.cpp', | 2730 'dom/shadow/SelectRuleFeatureSet.cpp', |
| 2731 'dom/shadow/SelectRuleFeatureSet.h', | 2731 'dom/shadow/SelectRuleFeatureSet.h', |
| 2732 'dom/shadow/ShadowRoot.cpp', | 2732 'dom/shadow/ShadowRoot.cpp', |
| 2733 'dom/shadow/ShadowRoot.h', | 2733 'dom/shadow/ShadowRoot.h', |
| 2734 'dom/shadow/ShadowRootRareDataV0.h', | 2734 'dom/shadow/ShadowRootRareDataV0.h', |
| 2735 'dom/shadow/SlotAssignment.cpp', | 2735 'dom/shadow/SlotAssignment.cpp', |
| 2736 'dom/shadow/SlotAssignment.h', | 2736 'dom/shadow/SlotAssignment.h', |
| 2737 'dom/shadow/SlotScopedTraversal.cpp', | 2737 'dom/shadow/SlotScopedTraversal.cpp', |
| 2738 'dom/shadow/SlotScopedTraversal.h', | 2738 'dom/shadow/SlotScopedTraversal.h', |
| 2739 'events/AddEventListenerOptionsResolved.cpp', |
| 2740 'events/AddEventListenerOptionsResolved.h', |
| 2739 'events/AnimationEvent.cpp', | 2741 'events/AnimationEvent.cpp', |
| 2740 'events/AnimationEvent.h', | 2742 'events/AnimationEvent.h', |
| 2741 'events/AnimationPlayerEvent.cpp', | 2743 'events/AnimationPlayerEvent.cpp', |
| 2742 'events/AnimationPlayerEvent.h', | 2744 'events/AnimationPlayerEvent.h', |
| 2743 'events/ApplicationCacheErrorEvent.cpp', | 2745 'events/ApplicationCacheErrorEvent.cpp', |
| 2744 'events/ApplicationCacheErrorEvent.h', | 2746 'events/ApplicationCacheErrorEvent.h', |
| 2745 'events/BeforeTextInsertedEvent.cpp', | 2747 'events/BeforeTextInsertedEvent.cpp', |
| 2746 'events/BeforeTextInsertedEvent.h', | 2748 'events/BeforeTextInsertedEvent.h', |
| 2747 'events/BeforeUnloadEvent.cpp', | 2749 'events/BeforeUnloadEvent.cpp', |
| 2748 'events/BeforeUnloadEvent.h', | 2750 'events/BeforeUnloadEvent.h', |
| (...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4204 'testing/PrivateScriptTestTest.cpp', | 4206 'testing/PrivateScriptTestTest.cpp', |
| 4205 'timing/MemoryInfoTest.cpp', | 4207 'timing/MemoryInfoTest.cpp', |
| 4206 'timing/PerformanceBaseTest.cpp', | 4208 'timing/PerformanceBaseTest.cpp', |
| 4207 'timing/PerformanceObserverTest.cpp', | 4209 'timing/PerformanceObserverTest.cpp', |
| 4208 'workers/WorkerThreadTest.cpp', | 4210 'workers/WorkerThreadTest.cpp', |
| 4209 'workers/WorkerThreadTestHelper.h', | 4211 'workers/WorkerThreadTestHelper.h', |
| 4210 'xml/parser/SharedBufferReaderTest.cpp', | 4212 'xml/parser/SharedBufferReaderTest.cpp', |
| 4211 ], | 4213 ], |
| 4212 } | 4214 } |
| 4213 } | 4215 } |
| OLD | NEW |