| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 'animation/CSSMotionRotationInterpolationType.h', | 876 'animation/CSSMotionRotationInterpolationType.h', |
| 877 'animation/CSSPaintInterpolationType.cpp', | 877 'animation/CSSPaintInterpolationType.cpp', |
| 878 'animation/CSSPaintInterpolationType.h', | 878 'animation/CSSPaintInterpolationType.h', |
| 879 'animation/CSSPathInterpolationType.cpp', | 879 'animation/CSSPathInterpolationType.cpp', |
| 880 'animation/CSSPathInterpolationType.h', | 880 'animation/CSSPathInterpolationType.h', |
| 881 'animation/CSSPositionAxisListInterpolationType.cpp', | 881 'animation/CSSPositionAxisListInterpolationType.cpp', |
| 882 'animation/CSSPositionAxisListInterpolationType.h', | 882 'animation/CSSPositionAxisListInterpolationType.h', |
| 883 'animation/CSSPositionInterpolationType.h', | 883 'animation/CSSPositionInterpolationType.h', |
| 884 'animation/CSSShadowListInterpolationType.cpp', | 884 'animation/CSSShadowListInterpolationType.cpp', |
| 885 'animation/CSSShadowListInterpolationType.h', | 885 'animation/CSSShadowListInterpolationType.h', |
| 886 'animation/CSSSizeListInterpolationType.h', |
| 886 'animation/CSSTransformOriginInterpolationType.h', | 887 'animation/CSSTransformOriginInterpolationType.h', |
| 887 'animation/CSSTranslateInterpolationType.cpp', | 888 'animation/CSSTranslateInterpolationType.cpp', |
| 888 'animation/CSSTranslateInterpolationType.h', | 889 'animation/CSSTranslateInterpolationType.h', |
| 889 'animation/CSSValueInterpolationType.cpp', | 890 'animation/CSSValueInterpolationType.cpp', |
| 890 'animation/CSSValueInterpolationType.h', | 891 'animation/CSSValueInterpolationType.h', |
| 891 'animation/CSSVisibilityInterpolationType.cpp', | 892 'animation/CSSVisibilityInterpolationType.cpp', |
| 892 'animation/CSSVisibilityInterpolationType.h', | 893 'animation/CSSVisibilityInterpolationType.h', |
| 893 'animation/CompositorAnimations.cpp', | 894 'animation/CompositorAnimations.cpp', |
| 894 'animation/CompositorAnimations.h', | 895 'animation/CompositorAnimations.h', |
| 895 'animation/CompositorAnimationsImpl.h', | 896 'animation/CompositorAnimationsImpl.h', |
| (...skipping 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4035 'style/SVGComputedStyleTest.cpp', | 4036 'style/SVGComputedStyleTest.cpp', |
| 4036 'svg/SVGPathParserTest.cpp', | 4037 'svg/SVGPathParserTest.cpp', |
| 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4038 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4038 'testing/PrivateScriptTestTest.cpp', | 4039 'testing/PrivateScriptTestTest.cpp', |
| 4039 'timing/MemoryInfoTest.cpp', | 4040 'timing/MemoryInfoTest.cpp', |
| 4040 'workers/WorkerThreadTest.cpp', | 4041 'workers/WorkerThreadTest.cpp', |
| 4041 'xml/parser/SharedBufferReaderTest.cpp', | 4042 'xml/parser/SharedBufferReaderTest.cpp', |
| 4042 ], | 4043 ], |
| 4043 } | 4044 } |
| 4044 } | 4045 } |
| OLD | NEW |