| 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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 'animation/PaintPropertyFunctions.h', | 908 'animation/PaintPropertyFunctions.h', |
| 909 'animation/PrimitiveInterpolation.h', | 909 'animation/PrimitiveInterpolation.h', |
| 910 'animation/PropertyHandle.cpp', | 910 'animation/PropertyHandle.cpp', |
| 911 'animation/PropertyHandle.h', | 911 'animation/PropertyHandle.h', |
| 912 'animation/SVGAngleInterpolationType.cpp', | 912 'animation/SVGAngleInterpolationType.cpp', |
| 913 'animation/SVGAngleInterpolationType.h', | 913 'animation/SVGAngleInterpolationType.h', |
| 914 'animation/SVGIntegerInterpolationType.cpp', | 914 'animation/SVGIntegerInterpolationType.cpp', |
| 915 'animation/SVGIntegerInterpolationType.h', | 915 'animation/SVGIntegerInterpolationType.h', |
| 916 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', | 916 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', |
| 917 'animation/SVGIntegerOptionalIntegerInterpolationType.h', | 917 'animation/SVGIntegerOptionalIntegerInterpolationType.h', |
| 918 'animation/SVGInterpolation.cpp', | |
| 919 'animation/SVGInterpolation.h', | 918 'animation/SVGInterpolation.h', |
| 920 'animation/SVGInterpolationType.cpp', | 919 'animation/SVGInterpolationType.cpp', |
| 921 'animation/SVGInterpolationType.h', | 920 'animation/SVGInterpolationType.h', |
| 922 'animation/SVGNumberInterpolationType.cpp', | 921 'animation/SVGNumberInterpolationType.cpp', |
| 923 'animation/SVGNumberInterpolationType.h', | 922 'animation/SVGNumberInterpolationType.h', |
| 924 'animation/SVGNumberListInterpolationType.cpp', | 923 'animation/SVGNumberListInterpolationType.cpp', |
| 925 'animation/SVGNumberListInterpolationType.h', | 924 'animation/SVGNumberListInterpolationType.h', |
| 926 'animation/SVGNumberOptionalNumberInterpolationType.cpp', | 925 'animation/SVGNumberOptionalNumberInterpolationType.cpp', |
| 927 'animation/SVGNumberOptionalNumberInterpolationType.h', | 926 'animation/SVGNumberOptionalNumberInterpolationType.h', |
| 928 'animation/SVGPointListInterpolationType.cpp', | 927 'animation/SVGPointListInterpolationType.cpp', |
| (...skipping 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3949 'style/SVGComputedStyleTest.cpp', | 3948 'style/SVGComputedStyleTest.cpp', |
| 3950 'svg/SVGPathParserTest.cpp', | 3949 'svg/SVGPathParserTest.cpp', |
| 3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3950 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3952 'testing/PrivateScriptTestTest.cpp', | 3951 'testing/PrivateScriptTestTest.cpp', |
| 3953 'timing/MemoryInfoTest.cpp', | 3952 'timing/MemoryInfoTest.cpp', |
| 3954 'workers/WorkerThreadTest.cpp', | 3953 'workers/WorkerThreadTest.cpp', |
| 3955 'xml/parser/SharedBufferReaderTest.cpp', | 3954 'xml/parser/SharedBufferReaderTest.cpp', |
| 3956 ], | 3955 ], |
| 3957 } | 3956 } |
| 3958 } | 3957 } |
| OLD | NEW |