| 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 3661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3672 'animation/animatable/AnimatableNeutralTest.cpp', | 3672 'animation/animatable/AnimatableNeutralTest.cpp', |
| 3673 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', | 3673 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', |
| 3674 'animation/animatable/AnimatableUnknownTest.cpp', | 3674 'animation/animatable/AnimatableUnknownTest.cpp', |
| 3675 'animation/animatable/AnimatableValueTestHelper.cpp', | 3675 'animation/animatable/AnimatableValueTestHelper.cpp', |
| 3676 'animation/animatable/AnimatableValueTestHelper.h', | 3676 'animation/animatable/AnimatableValueTestHelper.h', |
| 3677 'animation/animatable/AnimatableValueTestHelperTest.cpp', | 3677 'animation/animatable/AnimatableValueTestHelperTest.cpp', |
| 3678 'clipboard/DataObjectTest.cpp', | 3678 'clipboard/DataObjectTest.cpp', |
| 3679 'css/AffectedByFocusTest.cpp', | 3679 'css/AffectedByFocusTest.cpp', |
| 3680 'css/CSSCalculationValueTest.cpp', | 3680 'css/CSSCalculationValueTest.cpp', |
| 3681 'css/CSSFontFaceTest.cpp', | 3681 'css/CSSFontFaceTest.cpp', |
| 3682 'css/CSSPrimitiveValueTest.cpp', |
| 3682 'css/CSSSelectorTest.cpp', | 3683 'css/CSSSelectorTest.cpp', |
| 3683 'css/CSSTestHelper.cpp', | 3684 'css/CSSTestHelper.cpp', |
| 3684 'css/CSSTestHelper.h', | 3685 'css/CSSTestHelper.h', |
| 3685 'css/CSSValueTest.cpp', | 3686 'css/CSSValueTest.cpp', |
| 3686 'css/CSSValueTestHelper.h', | 3687 'css/CSSValueTestHelper.h', |
| 3687 'css/DragUpdateTest.cpp', | 3688 'css/DragUpdateTest.cpp', |
| 3688 'css/MediaQueryEvaluatorTest.cpp', | 3689 'css/MediaQueryEvaluatorTest.cpp', |
| 3689 'css/MediaQueryListTest.cpp', | 3690 'css/MediaQueryListTest.cpp', |
| 3690 'css/MediaQueryMatcherTest.cpp', | 3691 'css/MediaQueryMatcherTest.cpp', |
| 3691 'css/MediaQuerySetTest.cpp', | 3692 'css/MediaQuerySetTest.cpp', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3797 'style/OutlineValueTest.cpp', | 3798 'style/OutlineValueTest.cpp', |
| 3798 'style/SVGComputedStyleTest.cpp', | 3799 'style/SVGComputedStyleTest.cpp', |
| 3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3800 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3800 'testing/PrivateScriptTestTest.cpp', | 3801 'testing/PrivateScriptTestTest.cpp', |
| 3801 'timing/MemoryInfoTest.cpp', | 3802 'timing/MemoryInfoTest.cpp', |
| 3802 'workers/WorkerThreadTest.cpp', | 3803 'workers/WorkerThreadTest.cpp', |
| 3803 'xml/parser/SharedBufferReaderTest.cpp', | 3804 'xml/parser/SharedBufferReaderTest.cpp', |
| 3804 ], | 3805 ], |
| 3805 } | 3806 } |
| 3806 } | 3807 } |
| OLD | NEW |