| 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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 'animation/IntegerOptionalIntegerSVGInterpolation.h', | 893 'animation/IntegerOptionalIntegerSVGInterpolation.h', |
| 894 'animation/IntegerSVGInterpolation.h', | 894 'animation/IntegerSVGInterpolation.h', |
| 895 'animation/InterpolableValue.cpp', | 895 'animation/InterpolableValue.cpp', |
| 896 'animation/InterpolableValue.h', | 896 'animation/InterpolableValue.h', |
| 897 'animation/Interpolation.cpp', | 897 'animation/Interpolation.cpp', |
| 898 'animation/Interpolation.h', | 898 'animation/Interpolation.h', |
| 899 'animation/InterpolationEffect.cpp', | 899 'animation/InterpolationEffect.cpp', |
| 900 'animation/InterpolationEffect.h', | 900 'animation/InterpolationEffect.h', |
| 901 'animation/InterpolationType.h', | 901 'animation/InterpolationType.h', |
| 902 'animation/InterpolationValue.h', | 902 'animation/InterpolationValue.h', |
| 903 'animation/InvalidatableStyleInterpolation.cpp', | 903 'animation/InvalidatableInterpolation.cpp', |
| 904 'animation/InvalidatableStyleInterpolation.h', | 904 'animation/InvalidatableInterpolation.h', |
| 905 'animation/KeyframeEffectModel.cpp', | 905 'animation/KeyframeEffectModel.cpp', |
| 906 'animation/KeyframeEffectModel.h', | 906 'animation/KeyframeEffectModel.h', |
| 907 'animation/LegacyStyleInterpolation.h', | 907 'animation/LegacyStyleInterpolation.h', |
| 908 'animation/LengthBoxStyleInterpolation.cpp', | 908 'animation/LengthBoxStyleInterpolation.cpp', |
| 909 'animation/LengthBoxStyleInterpolation.h', | 909 'animation/LengthBoxStyleInterpolation.h', |
| 910 'animation/LengthPairStyleInterpolation.cpp', | 910 'animation/LengthPairStyleInterpolation.cpp', |
| 911 'animation/LengthPairStyleInterpolation.h', | 911 'animation/LengthPairStyleInterpolation.h', |
| 912 'animation/LengthPropertyFunctions.cpp', | 912 'animation/LengthPropertyFunctions.cpp', |
| 913 'animation/LengthPropertyFunctions.h', | 913 'animation/LengthPropertyFunctions.h', |
| 914 'animation/LengthSVGInterpolation.cpp', | 914 'animation/LengthSVGInterpolation.cpp', |
| (...skipping 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3934 'style/SVGComputedStyleTest.cpp', | 3934 'style/SVGComputedStyleTest.cpp', |
| 3935 'svg/SVGPathParserTest.cpp', | 3935 'svg/SVGPathParserTest.cpp', |
| 3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3937 'testing/PrivateScriptTestTest.cpp', | 3937 'testing/PrivateScriptTestTest.cpp', |
| 3938 'timing/MemoryInfoTest.cpp', | 3938 'timing/MemoryInfoTest.cpp', |
| 3939 'workers/WorkerThreadTest.cpp', | 3939 'workers/WorkerThreadTest.cpp', |
| 3940 'xml/parser/SharedBufferReaderTest.cpp', | 3940 'xml/parser/SharedBufferReaderTest.cpp', |
| 3941 ], | 3941 ], |
| 3942 } | 3942 } |
| 3943 } | 3943 } |
| OLD | NEW |