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