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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 'animation/InterpolationEffect.h', | 998 'animation/InterpolationEffect.h', |
999 'animation/InterpolationType.h', | 999 'animation/InterpolationType.h', |
1000 'animation/InterpolationValue.h', | 1000 'animation/InterpolationValue.h', |
1001 'animation/InvalidatableInterpolation.cpp', | 1001 'animation/InvalidatableInterpolation.cpp', |
1002 'animation/InvalidatableInterpolation.h', | 1002 'animation/InvalidatableInterpolation.h', |
1003 'animation/Keyframe.cpp', | 1003 'animation/Keyframe.cpp', |
1004 'animation/Keyframe.h', | 1004 'animation/Keyframe.h', |
1005 'animation/KeyframeEffectModel.cpp', | 1005 'animation/KeyframeEffectModel.cpp', |
1006 'animation/KeyframeEffectModel.h', | 1006 'animation/KeyframeEffectModel.h', |
1007 'animation/LegacyStyleInterpolation.h', | 1007 'animation/LegacyStyleInterpolation.h', |
| 1008 'animation/LengthInterpolationFunctions.cpp', |
| 1009 'animation/LengthInterpolationFunctions.h', |
1008 'animation/LengthListPropertyFunctions.cpp', | 1010 'animation/LengthListPropertyFunctions.cpp', |
1009 'animation/LengthListPropertyFunctions.h', | 1011 'animation/LengthListPropertyFunctions.h', |
1010 'animation/LengthPropertyFunctions.cpp', | 1012 'animation/LengthPropertyFunctions.cpp', |
1011 'animation/LengthPropertyFunctions.h', | 1013 'animation/LengthPropertyFunctions.h', |
1012 'animation/LengthUnitsChecker.h', | 1014 'animation/LengthUnitsChecker.h', |
1013 'animation/ListInterpolationFunctions.cpp', | 1015 'animation/ListInterpolationFunctions.cpp', |
1014 'animation/ListInterpolationFunctions.h', | 1016 'animation/ListInterpolationFunctions.h', |
1015 'animation/NonInterpolableValue.h', | 1017 'animation/NonInterpolableValue.h', |
1016 'animation/NumberAttributeFunctions.h', | 1018 'animation/NumberAttributeFunctions.h', |
1017 'animation/NumberPropertyFunctions.cpp', | 1019 'animation/NumberPropertyFunctions.cpp', |
(...skipping 3276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4294 'timing/MemoryInfoTest.cpp', | 4296 'timing/MemoryInfoTest.cpp', |
4295 'timing/PerformanceBaseTest.cpp', | 4297 'timing/PerformanceBaseTest.cpp', |
4296 'timing/PerformanceObserverTest.cpp', | 4298 'timing/PerformanceObserverTest.cpp', |
4297 'workers/DedicatedWorkerTest.cpp', | 4299 'workers/DedicatedWorkerTest.cpp', |
4298 'workers/WorkerThreadTest.cpp', | 4300 'workers/WorkerThreadTest.cpp', |
4299 'workers/WorkerThreadTestHelper.h', | 4301 'workers/WorkerThreadTestHelper.h', |
4300 'xml/parser/SharedBufferReaderTest.cpp', | 4302 'xml/parser/SharedBufferReaderTest.cpp', |
4301 ], | 4303 ], |
4302 } | 4304 } |
4303 } | 4305 } |
OLD | NEW |