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

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

Issue 1040813002: Revert of Enable BeginFrame scheduling on aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/compositor_vsync_manager.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 16 matching lines...) Expand all
27 'sources': [ 27 'sources': [
28 'closure_animation_observer.cc', 28 'closure_animation_observer.cc',
29 'closure_animation_observer.h', 29 'closure_animation_observer.h',
30 'compositor.cc', 30 'compositor.cc',
31 'compositor.h', 31 'compositor.h',
32 'compositor_animation_observer.h', 32 'compositor_animation_observer.h',
33 'compositor_export.h', 33 'compositor_export.h',
34 'compositor_observer.h', 34 'compositor_observer.h',
35 'compositor_switches.cc', 35 'compositor_switches.cc',
36 'compositor_switches.h', 36 'compositor_switches.h',
37 'compositor_vsync_manager.cc',
38 'compositor_vsync_manager.h',
37 'debug_utils.cc', 39 'debug_utils.cc',
38 'debug_utils.h', 40 'debug_utils.h',
39 'dip_util.cc', 41 'dip_util.cc',
40 'dip_util.h', 42 'dip_util.h',
41 'float_animation_curve_adapter.cc', 43 'float_animation_curve_adapter.cc',
42 'float_animation_curve_adapter.h', 44 'float_animation_curve_adapter.h',
43 'layer.cc', 45 'layer.cc',
44 'layer.h', 46 'layer.h',
45 'layer_animation_delegate.h', 47 'layer_animation_delegate.h',
46 'layer_animation_element.cc', 48 'layer_animation_element.cc',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'dependencies': [ 177 'dependencies': [
176 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 178 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
177 ], 179 ],
178 }], 180 }],
179 ], 181 ],
180 }], 182 }],
181 ], 183 ],
182 }, 184 },
183 ], 185 ],
184 } 186 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/compositor_vsync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698