| 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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 'animation/CSSImageInterpolationType.cpp', | 856 'animation/CSSImageInterpolationType.cpp', |
| 857 'animation/CSSImageInterpolationType.h', | 857 'animation/CSSImageInterpolationType.h', |
| 858 'animation/CSSImageListInterpolationType.cpp', | 858 'animation/CSSImageListInterpolationType.cpp', |
| 859 'animation/CSSImageListInterpolationType.h', | 859 'animation/CSSImageListInterpolationType.h', |
| 860 'animation/CSSInterpolationType.cpp', | 860 'animation/CSSInterpolationType.cpp', |
| 861 'animation/CSSInterpolationType.h', | 861 'animation/CSSInterpolationType.h', |
| 862 'animation/CSSLengthInterpolationType.cpp', | 862 'animation/CSSLengthInterpolationType.cpp', |
| 863 'animation/CSSLengthInterpolationType.h', | 863 'animation/CSSLengthInterpolationType.h', |
| 864 'animation/CSSLengthListInterpolationType.cpp', | 864 'animation/CSSLengthListInterpolationType.cpp', |
| 865 'animation/CSSLengthListInterpolationType.h', | 865 'animation/CSSLengthListInterpolationType.h', |
| 866 'animation/CSSLengthPairInterpolationType.h', |
| 866 'animation/CSSNumberInterpolationType.cpp', | 867 'animation/CSSNumberInterpolationType.cpp', |
| 867 'animation/CSSNumberInterpolationType.h', | 868 'animation/CSSNumberInterpolationType.h', |
| 868 'animation/CSSPaintInterpolationType.cpp', | 869 'animation/CSSPaintInterpolationType.cpp', |
| 869 'animation/CSSPaintInterpolationType.h', | 870 'animation/CSSPaintInterpolationType.h', |
| 870 'animation/CSSPathInterpolationType.cpp', | 871 'animation/CSSPathInterpolationType.cpp', |
| 871 'animation/CSSPathInterpolationType.h', | 872 'animation/CSSPathInterpolationType.h', |
| 872 'animation/CSSPositionAxisListInterpolationType.cpp', | 873 'animation/CSSPositionAxisListInterpolationType.cpp', |
| 873 'animation/CSSPositionAxisListInterpolationType.h', | 874 'animation/CSSPositionAxisListInterpolationType.h', |
| 874 'animation/CSSPositionInterpolationType.h', | 875 'animation/CSSPositionInterpolationType.h', |
| 875 'animation/CSSShadowListInterpolationType.cpp', | 876 'animation/CSSShadowListInterpolationType.cpp', |
| (...skipping 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4065 'style/SVGComputedStyleTest.cpp', | 4066 'style/SVGComputedStyleTest.cpp', |
| 4066 'svg/SVGPathParserTest.cpp', | 4067 'svg/SVGPathParserTest.cpp', |
| 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4068 'testing/PrivateScriptTestTest.cpp', | 4069 'testing/PrivateScriptTestTest.cpp', |
| 4069 'timing/MemoryInfoTest.cpp', | 4070 'timing/MemoryInfoTest.cpp', |
| 4070 'workers/WorkerThreadTest.cpp', | 4071 'workers/WorkerThreadTest.cpp', |
| 4071 'xml/parser/SharedBufferReaderTest.cpp', | 4072 'xml/parser/SharedBufferReaderTest.cpp', |
| 4072 ], | 4073 ], |
| 4073 } | 4074 } |
| 4074 } | 4075 } |
| OLD | NEW |