| 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 'animation/CSSImageInterpolationType.cpp', | 862 'animation/CSSImageInterpolationType.cpp', |
| 863 'animation/CSSImageInterpolationType.h', | 863 'animation/CSSImageInterpolationType.h', |
| 864 'animation/CSSImageListInterpolationType.cpp', | 864 'animation/CSSImageListInterpolationType.cpp', |
| 865 'animation/CSSImageListInterpolationType.h', | 865 'animation/CSSImageListInterpolationType.h', |
| 866 'animation/CSSInterpolationType.cpp', | 866 'animation/CSSInterpolationType.cpp', |
| 867 'animation/CSSInterpolationType.h', | 867 'animation/CSSInterpolationType.h', |
| 868 'animation/CSSLengthInterpolationType.cpp', | 868 'animation/CSSLengthInterpolationType.cpp', |
| 869 'animation/CSSLengthInterpolationType.h', | 869 'animation/CSSLengthInterpolationType.h', |
| 870 'animation/CSSLengthListInterpolationType.cpp', | 870 'animation/CSSLengthListInterpolationType.cpp', |
| 871 'animation/CSSLengthListInterpolationType.h', | 871 'animation/CSSLengthListInterpolationType.h', |
| 872 'animation/CSSLengthPairInterpolationType.h', |
| 872 'animation/CSSNumberInterpolationType.cpp', | 873 'animation/CSSNumberInterpolationType.cpp', |
| 873 'animation/CSSNumberInterpolationType.h', | 874 'animation/CSSNumberInterpolationType.h', |
| 874 'animation/CSSMotionRotationInterpolationType.cpp', | 875 'animation/CSSMotionRotationInterpolationType.cpp', |
| 875 'animation/CSSMotionRotationInterpolationType.h', | 876 'animation/CSSMotionRotationInterpolationType.h', |
| 876 'animation/CSSPaintInterpolationType.cpp', | 877 'animation/CSSPaintInterpolationType.cpp', |
| 877 'animation/CSSPaintInterpolationType.h', | 878 'animation/CSSPaintInterpolationType.h', |
| 878 'animation/CSSPathInterpolationType.cpp', | 879 'animation/CSSPathInterpolationType.cpp', |
| 879 'animation/CSSPathInterpolationType.h', | 880 'animation/CSSPathInterpolationType.h', |
| 880 'animation/CSSPositionAxisListInterpolationType.cpp', | 881 'animation/CSSPositionAxisListInterpolationType.cpp', |
| 881 'animation/CSSPositionAxisListInterpolationType.h', | 882 'animation/CSSPositionAxisListInterpolationType.h', |
| (...skipping 3149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4031 'style/SVGComputedStyleTest.cpp', | 4032 'style/SVGComputedStyleTest.cpp', |
| 4032 'svg/SVGPathParserTest.cpp', | 4033 'svg/SVGPathParserTest.cpp', |
| 4033 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4034 'testing/PrivateScriptTestTest.cpp', | 4035 'testing/PrivateScriptTestTest.cpp', |
| 4035 'timing/MemoryInfoTest.cpp', | 4036 'timing/MemoryInfoTest.cpp', |
| 4036 'workers/WorkerThreadTest.cpp', | 4037 'workers/WorkerThreadTest.cpp', |
| 4037 'xml/parser/SharedBufferReaderTest.cpp', | 4038 'xml/parser/SharedBufferReaderTest.cpp', |
| 4038 ], | 4039 ], |
| 4039 } | 4040 } |
| 4040 } | 4041 } |
| OLD | NEW |