| 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 2665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2676 'dom/shadow/ElementShadow.h', | 2676 'dom/shadow/ElementShadow.h', |
| 2677 'dom/shadow/FlatTreeTraversal.cpp', | 2677 'dom/shadow/FlatTreeTraversal.cpp', |
| 2678 'dom/shadow/FlatTreeTraversal.h', | 2678 'dom/shadow/FlatTreeTraversal.h', |
| 2679 'dom/shadow/InsertionPoint.cpp', | 2679 'dom/shadow/InsertionPoint.cpp', |
| 2680 'dom/shadow/InsertionPoint.h', | 2680 'dom/shadow/InsertionPoint.h', |
| 2681 'dom/shadow/SelectRuleFeatureSet.cpp', | 2681 'dom/shadow/SelectRuleFeatureSet.cpp', |
| 2682 'dom/shadow/SelectRuleFeatureSet.h', | 2682 'dom/shadow/SelectRuleFeatureSet.h', |
| 2683 'dom/shadow/ShadowRoot.cpp', | 2683 'dom/shadow/ShadowRoot.cpp', |
| 2684 'dom/shadow/ShadowRoot.h', | 2684 'dom/shadow/ShadowRoot.h', |
| 2685 'dom/shadow/ShadowRootRareData.h', | 2685 'dom/shadow/ShadowRootRareData.h', |
| 2686 'dom/shadow/ShadowRootRareDataV0.h', |
| 2686 'dom/shadow/SlotAssignment.cpp', | 2687 'dom/shadow/SlotAssignment.cpp', |
| 2687 'dom/shadow/SlotAssignment.h', | 2688 'dom/shadow/SlotAssignment.h', |
| 2688 'dom/shadow/SlotScopedTraversal.cpp', | 2689 'dom/shadow/SlotScopedTraversal.cpp', |
| 2689 'dom/shadow/SlotScopedTraversal.h', | 2690 'dom/shadow/SlotScopedTraversal.h', |
| 2690 'events/AnimationEvent.cpp', | 2691 'events/AnimationEvent.cpp', |
| 2691 'events/AnimationEvent.h', | 2692 'events/AnimationEvent.h', |
| 2692 'events/AnimationPlayerEvent.cpp', | 2693 'events/AnimationPlayerEvent.cpp', |
| 2693 'events/AnimationPlayerEvent.h', | 2694 'events/AnimationPlayerEvent.h', |
| 2694 'events/ApplicationCacheErrorEvent.cpp', | 2695 'events/ApplicationCacheErrorEvent.cpp', |
| 2695 'events/ApplicationCacheErrorEvent.h', | 2696 'events/ApplicationCacheErrorEvent.h', |
| (...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4102 'svg/SVGPathParserTest.cpp', | 4103 'svg/SVGPathParserTest.cpp', |
| 4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4104 'testing/PrivateScriptTestTest.cpp', | 4105 'testing/PrivateScriptTestTest.cpp', |
| 4105 'timing/MemoryInfoTest.cpp', | 4106 'timing/MemoryInfoTest.cpp', |
| 4106 'workers/WorkerThreadTest.cpp', | 4107 'workers/WorkerThreadTest.cpp', |
| 4107 'workers/WorkerThreadTestHelper.h', | 4108 'workers/WorkerThreadTestHelper.h', |
| 4108 'xml/parser/SharedBufferReaderTest.cpp', | 4109 'xml/parser/SharedBufferReaderTest.cpp', |
| 4109 ], | 4110 ], |
| 4110 } | 4111 } |
| 4111 } | 4112 } |
| OLD | NEW |