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

Side by Side Diff: cc/cc.gyp

Issue 1904653002: CC Animation: Merge LayerAnimationController into ElementAnimations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor optimization: Don't init value observations if same host. Created 4 years, 8 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
« no previous file with comments | « cc/animation/layer_animation_value_provider.h ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'animation/animation_id_provider.cc', 47 'animation/animation_id_provider.cc',
48 'animation/animation_id_provider.h', 48 'animation/animation_id_provider.h',
49 'animation/animation_player.cc', 49 'animation/animation_player.cc',
50 'animation/animation_player.h', 50 'animation/animation_player.h',
51 'animation/animation_timeline.cc', 51 'animation/animation_timeline.cc',
52 'animation/animation_timeline.h', 52 'animation/animation_timeline.h',
53 'animation/element_animations.cc', 53 'animation/element_animations.cc',
54 'animation/element_animations.h', 54 'animation/element_animations.h',
55 'animation/keyframed_animation_curve.cc', 55 'animation/keyframed_animation_curve.cc',
56 'animation/keyframed_animation_curve.h', 56 'animation/keyframed_animation_curve.h',
57 'animation/layer_animation_controller.cc',
58 'animation/layer_animation_controller.h',
59 'animation/layer_animation_value_observer.h',
60 'animation/layer_animation_value_provider.h',
61 'animation/scroll_offset_animation_curve.cc', 57 'animation/scroll_offset_animation_curve.cc',
62 'animation/scroll_offset_animation_curve.h', 58 'animation/scroll_offset_animation_curve.h',
63 'animation/target_property.cc', 59 'animation/target_property.cc',
64 'animation/target_property.h', 60 'animation/target_property.h',
65 'animation/timing_function.cc', 61 'animation/timing_function.cc',
66 'animation/timing_function.h', 62 'animation/timing_function.h',
67 'animation/transform_operation.cc', 63 'animation/transform_operation.cc',
68 'animation/transform_operation.h', 64 'animation/transform_operation.h',
69 'animation/transform_operations.cc', 65 'animation/transform_operations.cc',
70 'animation/transform_operations.h', 66 'animation/transform_operations.h',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'surfaces/surface_resource_holder.cc', 694 'surfaces/surface_resource_holder.cc',
699 'surfaces/surface_resource_holder.h', 695 'surfaces/surface_resource_holder.h',
700 'surfaces/surfaces_export.h', 696 'surfaces/surfaces_export.h',
701 ], 697 ],
702 'includes': [ 698 'includes': [
703 '../build/android/increase_size_for_speed.gypi', 699 '../build/android/increase_size_for_speed.gypi',
704 ], 700 ],
705 }, 701 },
706 ], 702 ],
707 } 703 }
OLDNEW
« no previous file with comments | « cc/animation/layer_animation_value_provider.h ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698