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