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

Side by Side Diff: ui/compositor/compositor.gyp

Issue 291843012: compositor: Tick the UI animations from cc, instead of from timer callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/layer.h » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'layer.h', 42 'layer.h',
43 'layer_animation_delegate.h', 43 'layer_animation_delegate.h',
44 'layer_animation_element.cc', 44 'layer_animation_element.cc',
45 'layer_animation_element.h', 45 'layer_animation_element.h',
46 'layer_animation_observer.cc', 46 'layer_animation_observer.cc',
47 'layer_animation_observer.h', 47 'layer_animation_observer.h',
48 'layer_animation_sequence.cc', 48 'layer_animation_sequence.cc',
49 'layer_animation_sequence.h', 49 'layer_animation_sequence.h',
50 'layer_animator.cc', 50 'layer_animator.cc',
51 'layer_animator.h', 51 'layer_animator.h',
52 'layer_animator_collection.cc',
53 'layer_animator_collection.h',
52 'layer_delegate.h', 54 'layer_delegate.h',
53 'layer_owner.cc', 55 'layer_owner.cc',
54 'layer_owner.h', 56 'layer_owner.h',
55 'layer_tree_owner.cc', 57 'layer_tree_owner.cc',
56 'layer_tree_owner.h', 58 'layer_tree_owner.h',
57 'layer_type.h', 59 'layer_type.h',
58 'reflector.h', 60 'reflector.h',
59 'scoped_animation_duration_scale_mode.cc', 61 'scoped_animation_duration_scale_mode.cc',
60 'scoped_animation_duration_scale_mode.h', 62 'scoped_animation_duration_scale_mode.h',
61 'scoped_layer_animation_settings.cc', 63 'scoped_layer_animation_settings.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'dependencies': [ 168 'dependencies': [
167 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 169 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
168 ], 170 ],
169 }], 171 }],
170 ], 172 ],
171 }], 173 }],
172 ], 174 ],
173 }, 175 },
174 ], 176 ],
175 } 177 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698