| 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 'animation/CSSTranslateInterpolationType.h', | 922 'animation/CSSTranslateInterpolationType.h', |
| 923 'animation/CSSValueInterpolationType.cpp', | 923 'animation/CSSValueInterpolationType.cpp', |
| 924 'animation/CSSValueInterpolationType.h', | 924 'animation/CSSValueInterpolationType.h', |
| 925 'animation/CSSVisibilityInterpolationType.cpp', | 925 'animation/CSSVisibilityInterpolationType.cpp', |
| 926 'animation/CSSVisibilityInterpolationType.h', | 926 'animation/CSSVisibilityInterpolationType.h', |
| 927 'animation/CompositorAnimations.cpp', | 927 'animation/CompositorAnimations.cpp', |
| 928 'animation/CompositorAnimations.h', | 928 'animation/CompositorAnimations.h', |
| 929 'animation/CompositorAnimationsImpl.h', | 929 'animation/CompositorAnimationsImpl.h', |
| 930 'animation/CompositorPendingAnimations.cpp', | 930 'animation/CompositorPendingAnimations.cpp', |
| 931 'animation/CompositorPendingAnimations.h', | 931 'animation/CompositorPendingAnimations.h', |
| 932 'animation/CustomCompositorAnimations.cpp', |
| 933 'animation/CustomCompositorAnimations.h', |
| 932 'animation/ColorPropertyFunctions.cpp', | 934 'animation/ColorPropertyFunctions.cpp', |
| 933 'animation/ColorPropertyFunctions.h', | 935 'animation/ColorPropertyFunctions.h', |
| 936 'animation/CustomCompositorAnimationManager.cpp', |
| 937 'animation/CustomCompositorAnimationManager.h', |
| 934 'animation/DeferredLegacyStyleInterpolation.cpp', | 938 'animation/DeferredLegacyStyleInterpolation.cpp', |
| 935 'animation/DeferredLegacyStyleInterpolation.h', | 939 'animation/DeferredLegacyStyleInterpolation.h', |
| 936 'animation/DocumentAnimation.h', | 940 'animation/DocumentAnimation.h', |
| 937 'animation/DocumentAnimations.cpp', | 941 'animation/DocumentAnimations.cpp', |
| 938 'animation/DocumentAnimations.h', | 942 'animation/DocumentAnimations.h', |
| 939 'animation/EffectInput.cpp', | 943 'animation/EffectInput.cpp', |
| 940 'animation/EffectInput.h', | 944 'animation/EffectInput.h', |
| 941 'animation/ElementAnimation.h', | 945 'animation/ElementAnimation.h', |
| 942 'animation/ElementAnimations.cpp', | 946 'animation/ElementAnimations.cpp', |
| 943 'animation/ElementAnimations.h', | 947 'animation/ElementAnimations.h', |
| (...skipping 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4092 'svg/SVGPathParserTest.cpp', | 4096 'svg/SVGPathParserTest.cpp', |
| 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4097 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4094 'testing/PrivateScriptTestTest.cpp', | 4098 'testing/PrivateScriptTestTest.cpp', |
| 4095 'timing/MemoryInfoTest.cpp', | 4099 'timing/MemoryInfoTest.cpp', |
| 4096 'workers/WorkerThreadTest.cpp', | 4100 'workers/WorkerThreadTest.cpp', |
| 4097 'workers/WorkerThreadTestHelper.h', | 4101 'workers/WorkerThreadTestHelper.h', |
| 4098 'xml/parser/SharedBufferReaderTest.cpp', | 4102 'xml/parser/SharedBufferReaderTest.cpp', |
| 4099 ], | 4103 ], |
| 4100 } | 4104 } |
| 4101 } | 4105 } |
| OLD | NEW |