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 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2583 'dom/shadow/DistributedNodes.h', | 2583 'dom/shadow/DistributedNodes.h', |
2584 'dom/shadow/ElementShadow.cpp', | 2584 'dom/shadow/ElementShadow.cpp', |
2585 'dom/shadow/ElementShadow.h', | 2585 'dom/shadow/ElementShadow.h', |
2586 'dom/shadow/InsertionPoint.cpp', | 2586 'dom/shadow/InsertionPoint.cpp', |
2587 'dom/shadow/InsertionPoint.h', | 2587 'dom/shadow/InsertionPoint.h', |
2588 'dom/shadow/SelectRuleFeatureSet.cpp', | 2588 'dom/shadow/SelectRuleFeatureSet.cpp', |
2589 'dom/shadow/SelectRuleFeatureSet.h', | 2589 'dom/shadow/SelectRuleFeatureSet.h', |
2590 'dom/shadow/ShadowRoot.cpp', | 2590 'dom/shadow/ShadowRoot.cpp', |
2591 'dom/shadow/ShadowRoot.h', | 2591 'dom/shadow/ShadowRoot.h', |
2592 'dom/shadow/ShadowRootRareData.h', | 2592 'dom/shadow/ShadowRootRareData.h', |
| 2593 'dom/shadow/SlotAssignment.cpp', |
| 2594 'dom/shadow/SlotAssignment.h', |
2593 'events/AnimationEvent.cpp', | 2595 'events/AnimationEvent.cpp', |
2594 'events/AnimationEvent.h', | 2596 'events/AnimationEvent.h', |
2595 'events/AnimationPlayerEvent.cpp', | 2597 'events/AnimationPlayerEvent.cpp', |
2596 'events/AnimationPlayerEvent.h', | 2598 'events/AnimationPlayerEvent.h', |
2597 'events/ApplicationCacheErrorEvent.cpp', | 2599 'events/ApplicationCacheErrorEvent.cpp', |
2598 'events/ApplicationCacheErrorEvent.h', | 2600 'events/ApplicationCacheErrorEvent.h', |
2599 'events/AutocompleteErrorEvent.h', | 2601 'events/AutocompleteErrorEvent.h', |
2600 'events/BeforeTextInsertedEvent.cpp', | 2602 'events/BeforeTextInsertedEvent.cpp', |
2601 'events/BeforeTextInsertedEvent.h', | 2603 'events/BeforeTextInsertedEvent.h', |
2602 'events/BeforeUnloadEvent.cpp', | 2604 'events/BeforeUnloadEvent.cpp', |
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3952 'style/SVGComputedStyleTest.cpp', | 3954 'style/SVGComputedStyleTest.cpp', |
3953 'svg/SVGPathParserTest.cpp', | 3955 'svg/SVGPathParserTest.cpp', |
3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3955 'testing/PrivateScriptTestTest.cpp', | 3957 'testing/PrivateScriptTestTest.cpp', |
3956 'timing/MemoryInfoTest.cpp', | 3958 'timing/MemoryInfoTest.cpp', |
3957 'workers/WorkerThreadTest.cpp', | 3959 'workers/WorkerThreadTest.cpp', |
3958 'xml/parser/SharedBufferReaderTest.cpp', | 3960 'xml/parser/SharedBufferReaderTest.cpp', |
3959 ], | 3961 ], |
3960 } | 3962 } |
3961 } | 3963 } |
OLD | NEW |