| 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', |
| 11 'animation/AnimationEffectTiming.idl', | 11 'animation/AnimationEffectTiming.idl', |
| 12 'animation/Animation.idl', | 12 'animation/Animation.idl', |
| 13 'animation/AnimationTimeline.idl', | 13 'animation/AnimationTimeline.idl', |
| 14 'animation/DocumentTimeline.idl', |
| 14 'clipboard/DataTransfer.idl', | 15 'clipboard/DataTransfer.idl', |
| 15 'clipboard/DataTransferItemList.idl', | 16 'clipboard/DataTransferItemList.idl', |
| 16 'css/CSS.idl', | 17 'css/CSS.idl', |
| 17 'css/CSSFontFaceRule.idl', | 18 'css/CSSFontFaceRule.idl', |
| 18 'css/CSSGroupingRule.idl', | 19 'css/CSSGroupingRule.idl', |
| 19 'css/CSSImportRule.idl', | 20 'css/CSSImportRule.idl', |
| 20 'css/CSSKeyframeRule.idl', | 21 'css/CSSKeyframeRule.idl', |
| 21 'css/CSSKeyframesRule.idl', | 22 'css/CSSKeyframesRule.idl', |
| 22 'css/CSSMediaRule.idl', | 23 'css/CSSMediaRule.idl', |
| 23 'css/CSSNamespaceRule.idl', | 24 'css/CSSNamespaceRule.idl', |
| (...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 'animation/CompositorPendingAnimations.h', | 954 'animation/CompositorPendingAnimations.h', |
| 954 'animation/CustomCompositorAnimations.cpp', | 955 'animation/CustomCompositorAnimations.cpp', |
| 955 'animation/CustomCompositorAnimations.h', | 956 'animation/CustomCompositorAnimations.h', |
| 956 'animation/ColorPropertyFunctions.cpp', | 957 'animation/ColorPropertyFunctions.cpp', |
| 957 'animation/ColorPropertyFunctions.h', | 958 'animation/ColorPropertyFunctions.h', |
| 958 'animation/CustomCompositorAnimationManager.cpp', | 959 'animation/CustomCompositorAnimationManager.cpp', |
| 959 'animation/CustomCompositorAnimationManager.h', | 960 'animation/CustomCompositorAnimationManager.h', |
| 960 'animation/DocumentAnimation.h', | 961 'animation/DocumentAnimation.h', |
| 961 'animation/DocumentAnimations.cpp', | 962 'animation/DocumentAnimations.cpp', |
| 962 'animation/DocumentAnimations.h', | 963 'animation/DocumentAnimations.h', |
| 964 'animation/DocumentTimeline.h', |
| 963 'animation/EffectInput.cpp', | 965 'animation/EffectInput.cpp', |
| 964 'animation/EffectInput.h', | 966 'animation/EffectInput.h', |
| 965 'animation/ElementAnimation.h', | 967 'animation/ElementAnimation.h', |
| 966 'animation/ElementAnimations.cpp', | 968 'animation/ElementAnimations.cpp', |
| 967 'animation/ElementAnimations.h', | 969 'animation/ElementAnimations.h', |
| 968 'animation/FilterListPropertyFunctions.h', | 970 'animation/FilterListPropertyFunctions.h', |
| 969 'animation/FilterInterpolationFunctions.cpp', | 971 'animation/FilterInterpolationFunctions.cpp', |
| 970 'animation/FilterInterpolationFunctions.h', | 972 'animation/FilterInterpolationFunctions.h', |
| 971 'animation/ImageListPropertyFunctions.h', | 973 'animation/ImageListPropertyFunctions.h', |
| 972 'animation/ImagePropertyFunctions.h', | 974 'animation/ImagePropertyFunctions.h', |
| (...skipping 3017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3990 'animation/AnimationClockTest.cpp', | 3992 'animation/AnimationClockTest.cpp', |
| 3991 'animation/AnimationInputHelpersTest.cpp', | 3993 'animation/AnimationInputHelpersTest.cpp', |
| 3992 'animation/AnimationEffectTest.cpp', | 3994 'animation/AnimationEffectTest.cpp', |
| 3993 'animation/AnimationTest.cpp', | 3995 'animation/AnimationTest.cpp', |
| 3994 'animation/AnimationStackTest.cpp', | 3996 'animation/AnimationStackTest.cpp', |
| 3995 'animation/KeyframeEffectTest.cpp', | 3997 'animation/KeyframeEffectTest.cpp', |
| 3996 'animation/AnimationTestHelper.cpp', | 3998 'animation/AnimationTestHelper.cpp', |
| 3997 'animation/AnimationTestHelper.h', | 3999 'animation/AnimationTestHelper.h', |
| 3998 'animation/AnimationTimelineTest.cpp', | 4000 'animation/AnimationTimelineTest.cpp', |
| 3999 'animation/CompositorAnimationsTest.cpp', | 4001 'animation/CompositorAnimationsTest.cpp', |
| 4002 'animation/DocumentTimelineTest.cpp', |
| 4000 'animation/EffectInputTest.cpp', | 4003 'animation/EffectInputTest.cpp', |
| 4001 'animation/InterpolableValueTest.cpp', | 4004 'animation/InterpolableValueTest.cpp', |
| 4002 'animation/InterpolationEffectTest.cpp', | 4005 'animation/InterpolationEffectTest.cpp', |
| 4003 'animation/KeyframeEffectModelTest.cpp', | 4006 'animation/KeyframeEffectModelTest.cpp', |
| 4004 'animation/PropertyHandleTest.cpp', | 4007 'animation/PropertyHandleTest.cpp', |
| 4005 'animation/TimingCalculationsTest.cpp', | 4008 'animation/TimingCalculationsTest.cpp', |
| 4006 'animation/TimingInputTest.cpp', | 4009 'animation/TimingInputTest.cpp', |
| 4007 'animation/animatable/AnimatableColorTest.cpp', | 4010 'animation/animatable/AnimatableColorTest.cpp', |
| 4008 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', | 4011 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', |
| 4009 'animation/animatable/AnimatableDoubleTest.cpp', | 4012 'animation/animatable/AnimatableDoubleTest.cpp', |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4247 'testing/PrivateScriptTestTest.cpp', | 4250 'testing/PrivateScriptTestTest.cpp', |
| 4248 'timing/MemoryInfoTest.cpp', | 4251 'timing/MemoryInfoTest.cpp', |
| 4249 'timing/PerformanceBaseTest.cpp', | 4252 'timing/PerformanceBaseTest.cpp', |
| 4250 'timing/PerformanceObserverTest.cpp', | 4253 'timing/PerformanceObserverTest.cpp', |
| 4251 'workers/WorkerThreadTest.cpp', | 4254 'workers/WorkerThreadTest.cpp', |
| 4252 'workers/WorkerThreadTestHelper.h', | 4255 'workers/WorkerThreadTestHelper.h', |
| 4253 'xml/parser/SharedBufferReaderTest.cpp', | 4256 'xml/parser/SharedBufferReaderTest.cpp', |
| 4254 ], | 4257 ], |
| 4255 } | 4258 } |
| 4256 } | 4259 } |
| OLD | NEW |