| 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 'animation/CSSTransformInterpolationType.cpp', | 925 'animation/CSSTransformInterpolationType.cpp', |
| 926 'animation/CSSTransformInterpolationType.h', | 926 'animation/CSSTransformInterpolationType.h', |
| 927 'animation/CSSTranslateInterpolationType.cpp', | 927 'animation/CSSTranslateInterpolationType.cpp', |
| 928 'animation/CSSTranslateInterpolationType.h', | 928 'animation/CSSTranslateInterpolationType.h', |
| 929 'animation/CSSValueInterpolationType.cpp', | 929 'animation/CSSValueInterpolationType.cpp', |
| 930 'animation/CSSValueInterpolationType.h', | 930 'animation/CSSValueInterpolationType.h', |
| 931 'animation/CSSVisibilityInterpolationType.cpp', | 931 'animation/CSSVisibilityInterpolationType.cpp', |
| 932 'animation/CSSVisibilityInterpolationType.h', | 932 'animation/CSSVisibilityInterpolationType.h', |
| 933 'animation/CompositorAnimations.cpp', | 933 'animation/CompositorAnimations.cpp', |
| 934 'animation/CompositorAnimations.h', | 934 'animation/CompositorAnimations.h', |
| 935 'animation/CompositorAnimationsImpl.h', | |
| 936 'animation/CompositorPendingAnimations.cpp', | 935 'animation/CompositorPendingAnimations.cpp', |
| 937 'animation/CompositorPendingAnimations.h', | 936 'animation/CompositorPendingAnimations.h', |
| 938 'animation/CustomCompositorAnimations.cpp', | 937 'animation/CustomCompositorAnimations.cpp', |
| 939 'animation/CustomCompositorAnimations.h', | 938 'animation/CustomCompositorAnimations.h', |
| 940 'animation/ColorPropertyFunctions.cpp', | 939 'animation/ColorPropertyFunctions.cpp', |
| 941 'animation/ColorPropertyFunctions.h', | 940 'animation/ColorPropertyFunctions.h', |
| 942 'animation/CustomCompositorAnimationManager.cpp', | 941 'animation/CustomCompositorAnimationManager.cpp', |
| 943 'animation/CustomCompositorAnimationManager.h', | 942 'animation/CustomCompositorAnimationManager.h', |
| 944 'animation/DeferredLegacyStyleInterpolation.cpp', | 943 'animation/DeferredLegacyStyleInterpolation.cpp', |
| 945 'animation/DeferredLegacyStyleInterpolation.h', | 944 'animation/DeferredLegacyStyleInterpolation.h', |
| (...skipping 3198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4144 'testing/PrivateScriptTestTest.cpp', | 4143 'testing/PrivateScriptTestTest.cpp', |
| 4145 'timing/MemoryInfoTest.cpp', | 4144 'timing/MemoryInfoTest.cpp', |
| 4146 'timing/PerformanceBaseTest.cpp', | 4145 'timing/PerformanceBaseTest.cpp', |
| 4147 'timing/PerformanceObserverTest.cpp', | 4146 'timing/PerformanceObserverTest.cpp', |
| 4148 'workers/WorkerThreadTest.cpp', | 4147 'workers/WorkerThreadTest.cpp', |
| 4149 'workers/WorkerThreadTestHelper.h', | 4148 'workers/WorkerThreadTestHelper.h', |
| 4150 'xml/parser/SharedBufferReaderTest.cpp', | 4149 'xml/parser/SharedBufferReaderTest.cpp', |
| 4151 ], | 4150 ], |
| 4152 } | 4151 } |
| 4153 } | 4152 } |
| OLD | NEW |