| 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 = [ |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "TimingInput.cpp", | 218 "TimingInput.cpp", |
| 219 "TimingInput.h", | 219 "TimingInput.h", |
| 220 "TransitionInterpolation.cpp", | 220 "TransitionInterpolation.cpp", |
| 221 "TransitionInterpolation.h", | 221 "TransitionInterpolation.h", |
| 222 "TransitionKeyframe.cpp", | 222 "TransitionKeyframe.cpp", |
| 223 "TransitionKeyframe.h", | 223 "TransitionKeyframe.h", |
| 224 "TypedInterpolationValue.h", | 224 "TypedInterpolationValue.h", |
| 225 "UnderlyingLengthChecker.h", | 225 "UnderlyingLengthChecker.h", |
| 226 "UnderlyingValueOwner.cpp", | 226 "UnderlyingValueOwner.cpp", |
| 227 "UnderlyingValueOwner.h", | 227 "UnderlyingValueOwner.h", |
| 228 "animatable/AnimatableClipPathOperation.cpp", | |
| 229 "animatable/AnimatableClipPathOperation.h", | |
| 230 "animatable/AnimatableColor.cpp", | |
| 231 "animatable/AnimatableColor.h", | |
| 232 "animatable/AnimatableDouble.cpp", | 228 "animatable/AnimatableDouble.cpp", |
| 233 "animatable/AnimatableDouble.h", | 229 "animatable/AnimatableDouble.h", |
| 234 "animatable/AnimatableDoubleAndBool.cpp", | |
| 235 "animatable/AnimatableDoubleAndBool.h", | |
| 236 "animatable/AnimatableFilterOperations.cpp", | 230 "animatable/AnimatableFilterOperations.cpp", |
| 237 "animatable/AnimatableFilterOperations.h", | 231 "animatable/AnimatableFilterOperations.h", |
| 238 "animatable/AnimatableFontVariationSettings.cpp", | |
| 239 "animatable/AnimatableFontVariationSettings.h", | |
| 240 "animatable/AnimatableImage.cpp", | |
| 241 "animatable/AnimatableImage.h", | |
| 242 "animatable/AnimatableLength.cpp", | |
| 243 "animatable/AnimatableLength.h", | |
| 244 "animatable/AnimatableLengthBox.cpp", | |
| 245 "animatable/AnimatableLengthBox.h", | |
| 246 "animatable/AnimatableLengthBoxAndBool.cpp", | |
| 247 "animatable/AnimatableLengthBoxAndBool.h", | |
| 248 "animatable/AnimatableLengthPoint.cpp", | |
| 249 "animatable/AnimatableLengthPoint.h", | |
| 250 "animatable/AnimatableLengthPoint3D.cpp", | |
| 251 "animatable/AnimatableLengthPoint3D.h", | |
| 252 "animatable/AnimatableLengthSize.cpp", | |
| 253 "animatable/AnimatableLengthSize.h", | |
| 254 "animatable/AnimatablePath.cpp", | |
| 255 "animatable/AnimatablePath.h", | |
| 256 "animatable/AnimatableRepeatable.cpp", | |
| 257 "animatable/AnimatableRepeatable.h", | |
| 258 "animatable/AnimatableSVGPaint.cpp", | |
| 259 "animatable/AnimatableSVGPaint.h", | |
| 260 "animatable/AnimatableShadow.cpp", | |
| 261 "animatable/AnimatableShadow.h", | |
| 262 "animatable/AnimatableShapeValue.cpp", | |
| 263 "animatable/AnimatableShapeValue.h", | |
| 264 "animatable/AnimatableStrokeDasharrayList.h", | |
| 265 "animatable/AnimatableTransform.cpp", | 232 "animatable/AnimatableTransform.cpp", |
| 266 "animatable/AnimatableTransform.h", | 233 "animatable/AnimatableTransform.h", |
| 267 "animatable/AnimatableUnknown.h", | 234 "animatable/AnimatableUnknown.h", |
| 268 "animatable/AnimatableValue.cpp", | 235 "animatable/AnimatableValue.cpp", |
| 269 "animatable/AnimatableValue.h", | 236 "animatable/AnimatableValue.h", |
| 270 "animatable/AnimatableValueKeyframe.cpp", | 237 "animatable/AnimatableValueKeyframe.cpp", |
| 271 "animatable/AnimatableValueKeyframe.h", | 238 "animatable/AnimatableValueKeyframe.h", |
| 272 "animatable/AnimatableVisibility.cpp", | |
| 273 "animatable/AnimatableVisibility.h", | |
| 274 "css/CSSAnimatableValueFactory.cpp", | 239 "css/CSSAnimatableValueFactory.cpp", |
| 275 "css/CSSAnimatableValueFactory.h", | 240 "css/CSSAnimatableValueFactory.h", |
| 276 "css/CSSAnimationData.cpp", | 241 "css/CSSAnimationData.cpp", |
| 277 "css/CSSAnimationData.h", | 242 "css/CSSAnimationData.h", |
| 278 "css/CSSAnimationUpdate.h", | 243 "css/CSSAnimationUpdate.h", |
| 279 "css/CSSAnimations.cpp", | 244 "css/CSSAnimations.cpp", |
| 280 "css/CSSAnimations.h", | 245 "css/CSSAnimations.h", |
| 281 "css/CSSTimingData.cpp", | 246 "css/CSSTimingData.cpp", |
| 282 "css/CSSTimingData.h", | 247 "css/CSSTimingData.h", |
| 283 "css/CSSTransitionData.cpp", | 248 "css/CSSTransitionData.cpp", |
| 284 "css/CSSTransitionData.h", | 249 "css/CSSTransitionData.h", |
| 285 ] | 250 ] |
| 286 | 251 |
| 287 configs += [ | 252 configs += [ |
| 288 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 253 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 289 "//build/config/compiler:no_size_t_to_int_warning", | 254 "//build/config/compiler:no_size_t_to_int_warning", |
| 290 ] | 255 ] |
| 291 } | 256 } |
| OLD | NEW |