Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: third_party/WebKit/Source/core/animation/BUILD.gn

Issue 2750293003: Delete unused AnimatableValue code (Closed)
Patch Set: Fix unit tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "animatable/AnimatableLengthBox.cpp", 231 "animatable/AnimatableLengthBox.cpp",
232 "animatable/AnimatableLengthBox.h", 232 "animatable/AnimatableLengthBox.h",
233 "animatable/AnimatableLengthBoxAndBool.cpp", 233 "animatable/AnimatableLengthBoxAndBool.cpp",
234 "animatable/AnimatableLengthBoxAndBool.h", 234 "animatable/AnimatableLengthBoxAndBool.h",
235 "animatable/AnimatableLengthPoint.cpp", 235 "animatable/AnimatableLengthPoint.cpp",
236 "animatable/AnimatableLengthPoint.h", 236 "animatable/AnimatableLengthPoint.h",
237 "animatable/AnimatableLengthPoint3D.cpp", 237 "animatable/AnimatableLengthPoint3D.cpp",
238 "animatable/AnimatableLengthPoint3D.h", 238 "animatable/AnimatableLengthPoint3D.h",
239 "animatable/AnimatableLengthSize.cpp", 239 "animatable/AnimatableLengthSize.cpp",
240 "animatable/AnimatableLengthSize.h", 240 "animatable/AnimatableLengthSize.h",
241 "animatable/AnimatableNeutral.h",
242 "animatable/AnimatablePath.cpp", 241 "animatable/AnimatablePath.cpp",
243 "animatable/AnimatablePath.h", 242 "animatable/AnimatablePath.h",
244 "animatable/AnimatableRepeatable.cpp", 243 "animatable/AnimatableRepeatable.cpp",
245 "animatable/AnimatableRepeatable.h", 244 "animatable/AnimatableRepeatable.h",
246 "animatable/AnimatableSVGPaint.cpp", 245 "animatable/AnimatableSVGPaint.cpp",
247 "animatable/AnimatableSVGPaint.h", 246 "animatable/AnimatableSVGPaint.h",
248 "animatable/AnimatableShadow.cpp", 247 "animatable/AnimatableShadow.cpp",
249 "animatable/AnimatableShadow.h", 248 "animatable/AnimatableShadow.h",
250 "animatable/AnimatableShapeValue.cpp", 249 "animatable/AnimatableShapeValue.cpp",
251 "animatable/AnimatableShapeValue.h", 250 "animatable/AnimatableShapeValue.h",
252 "animatable/AnimatableStrokeDasharrayList.cpp",
253 "animatable/AnimatableStrokeDasharrayList.h", 251 "animatable/AnimatableStrokeDasharrayList.h",
254 "animatable/AnimatableTransform.cpp", 252 "animatable/AnimatableTransform.cpp",
255 "animatable/AnimatableTransform.h", 253 "animatable/AnimatableTransform.h",
256 "animatable/AnimatableUnknown.h", 254 "animatable/AnimatableUnknown.h",
257 "animatable/AnimatableValue.cpp", 255 "animatable/AnimatableValue.cpp",
258 "animatable/AnimatableValue.h", 256 "animatable/AnimatableValue.h",
259 "animatable/AnimatableValueKeyframe.cpp", 257 "animatable/AnimatableValueKeyframe.cpp",
260 "animatable/AnimatableValueKeyframe.h", 258 "animatable/AnimatableValueKeyframe.h",
261 "animatable/AnimatableVisibility.cpp", 259 "animatable/AnimatableVisibility.cpp",
262 "animatable/AnimatableVisibility.h", 260 "animatable/AnimatableVisibility.h",
263 "css/CSSAnimatableValueFactory.cpp", 261 "css/CSSAnimatableValueFactory.cpp",
264 "css/CSSAnimatableValueFactory.h", 262 "css/CSSAnimatableValueFactory.h",
265 "css/CSSAnimationData.cpp", 263 "css/CSSAnimationData.cpp",
266 "css/CSSAnimationData.h", 264 "css/CSSAnimationData.h",
267 "css/CSSAnimationUpdate.h", 265 "css/CSSAnimationUpdate.h",
268 "css/CSSAnimations.cpp", 266 "css/CSSAnimations.cpp",
269 "css/CSSAnimations.h", 267 "css/CSSAnimations.h",
270 "css/CSSTimingData.cpp", 268 "css/CSSTimingData.cpp",
271 "css/CSSTimingData.h", 269 "css/CSSTimingData.h",
272 "css/CSSTransitionData.cpp", 270 "css/CSSTransitionData.cpp",
273 "css/CSSTransitionData.h", 271 "css/CSSTransitionData.h",
274 ] 272 ]
275 273
276 configs += [ 274 configs += [
277 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 275 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
278 "//build/config/compiler:no_size_t_to_int_warning", 276 "//build/config/compiler:no_size_t_to_int_warning",
279 ] 277 ]
280 } 278 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698