| 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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 'animation/SVGIntegerInterpolationType.cpp', | 910 'animation/SVGIntegerInterpolationType.cpp', |
| 911 'animation/SVGIntegerInterpolationType.h', | 911 'animation/SVGIntegerInterpolationType.h', |
| 912 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', | 912 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', |
| 913 'animation/SVGIntegerOptionalIntegerInterpolationType.h', | 913 'animation/SVGIntegerOptionalIntegerInterpolationType.h', |
| 914 'animation/SVGInterpolation.cpp', | 914 'animation/SVGInterpolation.cpp', |
| 915 'animation/SVGInterpolation.h', | 915 'animation/SVGInterpolation.h', |
| 916 'animation/SVGInterpolationType.cpp', | 916 'animation/SVGInterpolationType.cpp', |
| 917 'animation/SVGInterpolationType.h', | 917 'animation/SVGInterpolationType.h', |
| 918 'animation/SVGNumberInterpolationType.cpp', | 918 'animation/SVGNumberInterpolationType.cpp', |
| 919 'animation/SVGNumberInterpolationType.h', | 919 'animation/SVGNumberInterpolationType.h', |
| 920 'animation/SVGNumberListInterpolationType.cpp', |
| 921 'animation/SVGNumberListInterpolationType.h', |
| 920 'animation/SVGNumberOptionalNumberInterpolationType.cpp', | 922 'animation/SVGNumberOptionalNumberInterpolationType.cpp', |
| 921 'animation/SVGNumberOptionalNumberInterpolationType.h', | 923 'animation/SVGNumberOptionalNumberInterpolationType.h', |
| 922 'animation/SVGPointListInterpolationType.cpp', | 924 'animation/SVGPointListInterpolationType.cpp', |
| 923 'animation/SVGPointListInterpolationType.h', | 925 'animation/SVGPointListInterpolationType.h', |
| 924 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 926 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
| 925 'animation/SVGRectInterpolationType.cpp', | 927 'animation/SVGRectInterpolationType.cpp', |
| 926 'animation/SVGRectInterpolationType.h', | 928 'animation/SVGRectInterpolationType.h', |
| 927 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 929 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
| 928 'animation/SVGValueInterpolationType.cpp', | 930 'animation/SVGValueInterpolationType.cpp', |
| 929 'animation/SVGValueInterpolationType.h', | 931 'animation/SVGValueInterpolationType.h', |
| (...skipping 3003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3933 'style/SVGComputedStyleTest.cpp', | 3935 'style/SVGComputedStyleTest.cpp', |
| 3934 'svg/SVGPathParserTest.cpp', | 3936 'svg/SVGPathParserTest.cpp', |
| 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3936 'testing/PrivateScriptTestTest.cpp', | 3938 'testing/PrivateScriptTestTest.cpp', |
| 3937 'timing/MemoryInfoTest.cpp', | 3939 'timing/MemoryInfoTest.cpp', |
| 3938 'workers/WorkerThreadTest.cpp', | 3940 'workers/WorkerThreadTest.cpp', |
| 3939 'xml/parser/SharedBufferReaderTest.cpp', | 3941 'xml/parser/SharedBufferReaderTest.cpp', |
| 3940 ], | 3942 ], |
| 3941 } | 3943 } |
| 3942 } | 3944 } |
| OLD | NEW |