| 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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 'animation/InterpolationEffect.h', | 919 'animation/InterpolationEffect.h', |
| 920 'animation/InterpolationType.h', | 920 'animation/InterpolationType.h', |
| 921 'animation/InterpolationValue.h', | 921 'animation/InterpolationValue.h', |
| 922 'animation/InvalidatableStyleInterpolation.cpp', | 922 'animation/InvalidatableStyleInterpolation.cpp', |
| 923 'animation/InvalidatableStyleInterpolation.h', | 923 'animation/InvalidatableStyleInterpolation.h', |
| 924 'animation/KeyframeEffectModel.cpp', | 924 'animation/KeyframeEffectModel.cpp', |
| 925 'animation/KeyframeEffectModel.h', | 925 'animation/KeyframeEffectModel.h', |
| 926 'animation/LegacyStyleInterpolation.h', | 926 'animation/LegacyStyleInterpolation.h', |
| 927 'animation/LengthBoxStyleInterpolation.cpp', | 927 'animation/LengthBoxStyleInterpolation.cpp', |
| 928 'animation/LengthBoxStyleInterpolation.h', | 928 'animation/LengthBoxStyleInterpolation.h', |
| 929 'animation/LengthInterpolationType.cpp', |
| 930 'animation/LengthInterpolationType.h', |
| 929 'animation/LengthPairStyleInterpolation.cpp', | 931 'animation/LengthPairStyleInterpolation.cpp', |
| 930 'animation/LengthPairStyleInterpolation.h', | 932 'animation/LengthPairStyleInterpolation.h', |
| 933 'animation/LengthPropertyFunctions.cpp', |
| 934 'animation/LengthPropertyFunctions.h', |
| 931 'animation/LengthSVGInterpolation.cpp', | 935 'animation/LengthSVGInterpolation.cpp', |
| 932 'animation/LengthSVGInterpolation.h', | 936 'animation/LengthSVGInterpolation.h', |
| 933 'animation/LengthStyleInterpolation.cpp', | 937 'animation/LengthStyleInterpolation.cpp', |
| 934 'animation/LengthStyleInterpolation.h', | 938 'animation/LengthStyleInterpolation.h', |
| 935 'animation/NonInterpolableValue.h', | 939 'animation/NonInterpolableValue.h', |
| 936 'animation/NumberOptionalNumberSVGInterpolation.h', | 940 'animation/NumberOptionalNumberSVGInterpolation.h', |
| 937 'animation/NumberSVGInterpolation.cpp', | 941 'animation/NumberSVGInterpolation.cpp', |
| 938 'animation/NumberSVGInterpolation.h', | 942 'animation/NumberSVGInterpolation.h', |
| 939 'animation/PrimitiveInterpolation.h', | 943 'animation/PrimitiveInterpolation.h', |
| 940 'animation/PropertyHandle.cpp', | 944 'animation/PropertyHandle.cpp', |
| (...skipping 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3968 'style/OutlineValueTest.cpp', | 3972 'style/OutlineValueTest.cpp', |
| 3969 'style/SVGComputedStyleTest.cpp', | 3973 'style/SVGComputedStyleTest.cpp', |
| 3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3971 'testing/PrivateScriptTestTest.cpp', | 3975 'testing/PrivateScriptTestTest.cpp', |
| 3972 'timing/MemoryInfoTest.cpp', | 3976 'timing/MemoryInfoTest.cpp', |
| 3973 'workers/WorkerThreadTest.cpp', | 3977 'workers/WorkerThreadTest.cpp', |
| 3974 'xml/parser/SharedBufferReaderTest.cpp', | 3978 'xml/parser/SharedBufferReaderTest.cpp', |
| 3975 ], | 3979 ], |
| 3976 } | 3980 } |
| 3977 } | 3981 } |
| OLD | NEW |