| 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 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2681 'dom/shadow/ElementShadow.cpp', | 2681 'dom/shadow/ElementShadow.cpp', |
| 2682 'dom/shadow/ElementShadow.h', | 2682 'dom/shadow/ElementShadow.h', |
| 2683 'dom/shadow/FlatTreeTraversal.cpp', | 2683 'dom/shadow/FlatTreeTraversal.cpp', |
| 2684 'dom/shadow/FlatTreeTraversal.h', | 2684 'dom/shadow/FlatTreeTraversal.h', |
| 2685 'dom/shadow/InsertionPoint.cpp', | 2685 'dom/shadow/InsertionPoint.cpp', |
| 2686 'dom/shadow/InsertionPoint.h', | 2686 'dom/shadow/InsertionPoint.h', |
| 2687 'dom/shadow/SelectRuleFeatureSet.cpp', | 2687 'dom/shadow/SelectRuleFeatureSet.cpp', |
| 2688 'dom/shadow/SelectRuleFeatureSet.h', | 2688 'dom/shadow/SelectRuleFeatureSet.h', |
| 2689 'dom/shadow/ShadowRoot.cpp', | 2689 'dom/shadow/ShadowRoot.cpp', |
| 2690 'dom/shadow/ShadowRoot.h', | 2690 'dom/shadow/ShadowRoot.h', |
| 2691 'dom/shadow/ShadowRootRareData.h', | |
| 2692 'dom/shadow/ShadowRootRareDataV0.h', | 2691 'dom/shadow/ShadowRootRareDataV0.h', |
| 2693 'dom/shadow/SlotAssignment.cpp', | 2692 'dom/shadow/SlotAssignment.cpp', |
| 2694 'dom/shadow/SlotAssignment.h', | 2693 'dom/shadow/SlotAssignment.h', |
| 2695 'dom/shadow/SlotScopedTraversal.cpp', | 2694 'dom/shadow/SlotScopedTraversal.cpp', |
| 2696 'dom/shadow/SlotScopedTraversal.h', | 2695 'dom/shadow/SlotScopedTraversal.h', |
| 2697 'events/AnimationEvent.cpp', | 2696 'events/AnimationEvent.cpp', |
| 2698 'events/AnimationEvent.h', | 2697 'events/AnimationEvent.h', |
| 2699 'events/AnimationPlayerEvent.cpp', | 2698 'events/AnimationPlayerEvent.cpp', |
| 2700 'events/AnimationPlayerEvent.h', | 2699 'events/AnimationPlayerEvent.h', |
| 2701 'events/ApplicationCacheErrorEvent.cpp', | 2700 'events/ApplicationCacheErrorEvent.cpp', |
| (...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4112 'svg/SVGPathParserTest.cpp', | 4111 'svg/SVGPathParserTest.cpp', |
| 4113 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4112 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4114 'testing/PrivateScriptTestTest.cpp', | 4113 'testing/PrivateScriptTestTest.cpp', |
| 4115 'timing/MemoryInfoTest.cpp', | 4114 'timing/MemoryInfoTest.cpp', |
| 4116 'workers/WorkerThreadTest.cpp', | 4115 'workers/WorkerThreadTest.cpp', |
| 4117 'workers/WorkerThreadTestHelper.h', | 4116 'workers/WorkerThreadTestHelper.h', |
| 4118 'xml/parser/SharedBufferReaderTest.cpp', | 4117 'xml/parser/SharedBufferReaderTest.cpp', |
| 4119 ], | 4118 ], |
| 4120 } | 4119 } |
| 4121 } | 4120 } |
| OLD | NEW |