| 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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 'animation/RectSVGInterpolation.cpp', | 911 'animation/RectSVGInterpolation.cpp', |
| 912 'animation/RectSVGInterpolation.h', | 912 'animation/RectSVGInterpolation.h', |
| 913 'animation/SVGAngleInterpolationType.cpp', | 913 'animation/SVGAngleInterpolationType.cpp', |
| 914 'animation/SVGAngleInterpolationType.h', | 914 'animation/SVGAngleInterpolationType.h', |
| 915 'animation/SVGInterpolation.cpp', | 915 'animation/SVGInterpolation.cpp', |
| 916 'animation/SVGInterpolation.h', | 916 'animation/SVGInterpolation.h', |
| 917 'animation/SVGInterpolationType.cpp', | 917 'animation/SVGInterpolationType.cpp', |
| 918 'animation/SVGInterpolationType.h', | 918 'animation/SVGInterpolationType.h', |
| 919 'animation/SVGNumberInterpolationType.cpp', | 919 'animation/SVGNumberInterpolationType.cpp', |
| 920 'animation/SVGNumberInterpolationType.h', | 920 'animation/SVGNumberInterpolationType.h', |
| 921 'animation/SVGPointListInterpolationType.cpp', |
| 922 'animation/SVGPointListInterpolationType.h', |
| 921 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 923 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
| 922 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 924 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
| 923 'animation/SVGValueInterpolationType.cpp', | 925 'animation/SVGValueInterpolationType.cpp', |
| 924 'animation/SVGValueInterpolationType.h', | 926 'animation/SVGValueInterpolationType.h', |
| 925 'animation/SampledEffect.cpp', | 927 'animation/SampledEffect.cpp', |
| 926 'animation/SampledEffect.h', | 928 'animation/SampledEffect.h', |
| 927 'animation/ListSVGInterpolation.h', | 929 'animation/ListSVGInterpolation.h', |
| 928 'animation/ListStyleInterpolation.h', | 930 'animation/ListStyleInterpolation.h', |
| 929 'animation/PathSVGInterpolation.cpp', | 931 'animation/PathSVGInterpolation.cpp', |
| 930 'animation/PathSVGInterpolation.h', | 932 'animation/PathSVGInterpolation.h', |
| 931 'animation/PointSVGInterpolation.h', | |
| 932 'animation/ShadowInterpolationFunctions.cpp', | 933 'animation/ShadowInterpolationFunctions.cpp', |
| 933 'animation/ShadowInterpolationFunctions.h', | 934 'animation/ShadowInterpolationFunctions.h', |
| 934 'animation/StringKeyframe.cpp', | 935 'animation/StringKeyframe.cpp', |
| 935 'animation/StringKeyframe.h', | 936 'animation/StringKeyframe.h', |
| 936 'animation/StyleInterpolation.h', | 937 'animation/StyleInterpolation.h', |
| 937 'animation/Timing.cpp', | 938 'animation/Timing.cpp', |
| 938 'animation/Timing.h', | 939 'animation/Timing.h', |
| 939 'animation/TimingCalculations.h', | 940 'animation/TimingCalculations.h', |
| 940 'animation/TimingInput.cpp', | 941 'animation/TimingInput.cpp', |
| 941 'animation/TimingInput.h', | 942 'animation/TimingInput.h', |
| (...skipping 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 'style/SVGComputedStyleTest.cpp', | 3924 'style/SVGComputedStyleTest.cpp', |
| 3924 'svg/SVGPathParserTest.cpp', | 3925 'svg/SVGPathParserTest.cpp', |
| 3925 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3926 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3926 'testing/PrivateScriptTestTest.cpp', | 3927 'testing/PrivateScriptTestTest.cpp', |
| 3927 'timing/MemoryInfoTest.cpp', | 3928 'timing/MemoryInfoTest.cpp', |
| 3928 'workers/WorkerThreadTest.cpp', | 3929 'workers/WorkerThreadTest.cpp', |
| 3929 'xml/parser/SharedBufferReaderTest.cpp', | 3930 'xml/parser/SharedBufferReaderTest.cpp', |
| 3930 ], | 3931 ], |
| 3931 } | 3932 } |
| 3932 } | 3933 } |
| OLD | NEW |