| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//third_party/WebKit/Source/core/core.gni") | 5 import("//third_party/WebKit/Source/core/core.gni") |
| 6 | 6 |
| 7 blink_core_sources("animation") { | 7 blink_core_sources("animation") { |
| 8 split_count = 5 | 8 split_count = 5 |
| 9 | 9 |
| 10 sources = [ | 10 sources = [ |
| 11 "Animation.cpp", | 11 "Animation.cpp", |
| 12 "Animation.h", | 12 "Animation.h", |
| 13 "AnimationClock.cpp", | 13 "AnimationClock.cpp", |
| 14 "AnimationClock.h", | 14 "AnimationClock.h", |
| 15 "AnimationEffectReadOnly.cpp", | 15 "AnimationEffectReadOnly.cpp", |
| 16 "AnimationEffectReadOnly.h", | 16 "AnimationEffectReadOnly.h", |
| 17 "AnimationEffectTiming.cpp", | 17 "AnimationEffectTiming.cpp", |
| 18 "AnimationEffectTiming.h", | 18 "AnimationEffectTiming.h", |
| 19 "AnimationEffectTimingReadOnly.cpp", | 19 "AnimationEffectTimingReadOnly.cpp", |
| 20 "AnimationEffectTimingReadOnly.h", | 20 "AnimationEffectTimingReadOnly.h", |
| 21 "AnimationInputHelpers.cpp", | 21 "AnimationInputHelpers.cpp", |
| 22 "AnimationInputHelpers.h", | 22 "AnimationInputHelpers.h", |
| 23 "AnimationTimeline.cpp", | 23 "AnimationTimeline.cpp", |
| 24 "AnimationTimeline.h", | 24 "AnimationTimeline.h", |
| 25 "BasicShapeInterpolationFunctions.cpp", | 25 "BasicShapeInterpolationFunctions.cpp", |
| 26 "BasicShapeInterpolationFunctions.h", | 26 "BasicShapeInterpolationFunctions.h", |
| 27 "BasicShapePropertyFunctions.h", |
| 27 "BorderImageLengthBoxPropertyFunctions.h", | 28 "BorderImageLengthBoxPropertyFunctions.h", |
| 28 "CSSAngleInterpolationType.cpp", | 29 "CSSAngleInterpolationType.cpp", |
| 29 "CSSAngleInterpolationType.h", | 30 "CSSAngleInterpolationType.h", |
| 30 "CSSBasicShapeInterpolationType.cpp", | 31 "CSSBasicShapeInterpolationType.cpp", |
| 31 "CSSBasicShapeInterpolationType.h", | 32 "CSSBasicShapeInterpolationType.h", |
| 32 "CSSBorderImageLengthBoxInterpolationType.cpp", | 33 "CSSBorderImageLengthBoxInterpolationType.cpp", |
| 33 "CSSBorderImageLengthBoxInterpolationType.h", | 34 "CSSBorderImageLengthBoxInterpolationType.h", |
| 34 "CSSClipInterpolationType.cpp", | 35 "CSSClipInterpolationType.cpp", |
| 35 "CSSClipInterpolationType.h", | 36 "CSSClipInterpolationType.h", |
| 36 "CSSColorInterpolationType.cpp", | 37 "CSSColorInterpolationType.cpp", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "FilterInterpolationFunctions.cpp", | 114 "FilterInterpolationFunctions.cpp", |
| 114 "FilterInterpolationFunctions.h", | 115 "FilterInterpolationFunctions.h", |
| 115 "FilterListPropertyFunctions.h", | 116 "FilterListPropertyFunctions.h", |
| 116 "ImageListPropertyFunctions.h", | 117 "ImageListPropertyFunctions.h", |
| 117 "ImagePropertyFunctions.h", | 118 "ImagePropertyFunctions.h", |
| 118 "ImageSlicePropertyFunctions.h", | 119 "ImageSlicePropertyFunctions.h", |
| 119 "InertEffect.cpp", | 120 "InertEffect.cpp", |
| 120 "InertEffect.h", | 121 "InertEffect.h", |
| 121 "InterpolableValue.cpp", | 122 "InterpolableValue.cpp", |
| 122 "InterpolableValue.h", | 123 "InterpolableValue.h", |
| 124 "InterpolatedSVGPathSource.h", |
| 123 "Interpolation.h", | 125 "Interpolation.h", |
| 124 "InterpolationEffect.cpp", | 126 "InterpolationEffect.cpp", |
| 125 "InterpolationEffect.h", | 127 "InterpolationEffect.h", |
| 126 "InterpolationEnvironment.h", | 128 "InterpolationEnvironment.h", |
| 127 "InterpolationType.h", | 129 "InterpolationType.h", |
| 128 "InterpolationTypesMap.h", | 130 "InterpolationTypesMap.h", |
| 129 "InterpolationValue.h", | 131 "InterpolationValue.h", |
| 130 "InvalidatableInterpolation.cpp", | 132 "InvalidatableInterpolation.cpp", |
| 131 "InvalidatableInterpolation.h", | 133 "InvalidatableInterpolation.h", |
| 132 "Keyframe.cpp", | 134 "Keyframe.cpp", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "SVGRectInterpolationType.cpp", | 191 "SVGRectInterpolationType.cpp", |
| 190 "SVGRectInterpolationType.h", | 192 "SVGRectInterpolationType.h", |
| 191 "SVGTransformListInterpolationType.cpp", | 193 "SVGTransformListInterpolationType.cpp", |
| 192 "SVGTransformListInterpolationType.h", | 194 "SVGTransformListInterpolationType.h", |
| 193 "SVGValueInterpolationType.cpp", | 195 "SVGValueInterpolationType.cpp", |
| 194 "SVGValueInterpolationType.h", | 196 "SVGValueInterpolationType.h", |
| 195 "SampledEffect.cpp", | 197 "SampledEffect.cpp", |
| 196 "SampledEffect.h", | 198 "SampledEffect.h", |
| 197 "ShadowInterpolationFunctions.cpp", | 199 "ShadowInterpolationFunctions.cpp", |
| 198 "ShadowInterpolationFunctions.h", | 200 "ShadowInterpolationFunctions.h", |
| 201 "ShadowListPropertyFunctions.h", |
| 199 "SizeInterpolationFunctions.cpp", | 202 "SizeInterpolationFunctions.cpp", |
| 200 "SizeInterpolationFunctions.h", | 203 "SizeInterpolationFunctions.h", |
| 201 "SizeListPropertyFunctions.cpp", | 204 "SizeListPropertyFunctions.cpp", |
| 202 "SizeListPropertyFunctions.h", | 205 "SizeListPropertyFunctions.h", |
| 203 "StringKeyframe.cpp", | 206 "StringKeyframe.cpp", |
| 204 "StringKeyframe.h", | 207 "StringKeyframe.h", |
| 205 "Timing.cpp", | 208 "Timing.cpp", |
| 206 "Timing.h", | 209 "Timing.h", |
| 207 "TimingCalculations.h", | 210 "TimingCalculations.h", |
| 208 "TimingInput.cpp", | 211 "TimingInput.cpp", |
| 209 "TimingInput.h", | 212 "TimingInput.h", |
| 210 "TransitionInterpolation.cpp", | 213 "TransitionInterpolation.cpp", |
| 211 "TransitionInterpolation.h", | 214 "TransitionInterpolation.h", |
| 212 "TransitionKeyframe.cpp", | 215 "TransitionKeyframe.cpp", |
| 213 "TransitionKeyframe.h", | 216 "TransitionKeyframe.h", |
| 214 "TypedInterpolationValue.h", | 217 "TypedInterpolationValue.h", |
| 218 "UnderlyingLengthChecker.h", |
| 215 "UnderlyingValueOwner.cpp", | 219 "UnderlyingValueOwner.cpp", |
| 216 "UnderlyingValueOwner.h", | 220 "UnderlyingValueOwner.h", |
| 217 "animatable/AnimatableClipPathOperation.cpp", | 221 "animatable/AnimatableClipPathOperation.cpp", |
| 218 "animatable/AnimatableClipPathOperation.h", | 222 "animatable/AnimatableClipPathOperation.h", |
| 219 "animatable/AnimatableColor.cpp", | 223 "animatable/AnimatableColor.cpp", |
| 220 "animatable/AnimatableColor.h", | 224 "animatable/AnimatableColor.h", |
| 221 "animatable/AnimatableDouble.cpp", | 225 "animatable/AnimatableDouble.cpp", |
| 222 "animatable/AnimatableDouble.h", | 226 "animatable/AnimatableDouble.h", |
| 223 "animatable/AnimatableDoubleAndBool.cpp", | 227 "animatable/AnimatableDoubleAndBool.cpp", |
| 224 "animatable/AnimatableDoubleAndBool.h", | 228 "animatable/AnimatableDoubleAndBool.h", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "css/CSSTimingData.h", | 273 "css/CSSTimingData.h", |
| 270 "css/CSSTransitionData.cpp", | 274 "css/CSSTransitionData.cpp", |
| 271 "css/CSSTransitionData.h", | 275 "css/CSSTransitionData.h", |
| 272 ] | 276 ] |
| 273 | 277 |
| 274 configs += [ | 278 configs += [ |
| 275 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 279 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 276 "//build/config/compiler:no_size_t_to_int_warning", | 280 "//build/config/compiler:no_size_t_to_int_warning", |
| 277 ] | 281 ] |
| 278 } | 282 } |
| OLD | NEW |