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

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

Issue 1124523003: Revert of Enable BeginFrame scheduling on aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 20 matching lines...) Expand all
31 'closure_animation_observer.h', 31 'closure_animation_observer.h',
32 'compositing_recorder.cc', 32 'compositing_recorder.cc',
33 'compositing_recorder.h', 33 'compositing_recorder.h',
34 'compositor.cc', 34 'compositor.cc',
35 'compositor.h', 35 'compositor.h',
36 'compositor_animation_observer.h', 36 'compositor_animation_observer.h',
37 'compositor_export.h', 37 'compositor_export.h',
38 'compositor_observer.h', 38 'compositor_observer.h',
39 'compositor_switches.cc', 39 'compositor_switches.cc',
40 'compositor_switches.h', 40 'compositor_switches.h',
41 'compositor_vsync_manager.cc',
42 'compositor_vsync_manager.h',
41 'debug_utils.cc', 43 'debug_utils.cc',
42 'debug_utils.h', 44 'debug_utils.h',
43 'dip_util.cc', 45 'dip_util.cc',
44 'dip_util.h', 46 'dip_util.h',
45 'float_animation_curve_adapter.cc', 47 'float_animation_curve_adapter.cc',
46 'float_animation_curve_adapter.h', 48 'float_animation_curve_adapter.h',
47 'layer.cc', 49 'layer.cc',
48 'layer.h', 50 'layer.h',
49 'layer_animation_delegate.h', 51 'layer_animation_delegate.h',
50 'layer_animation_element.cc', 52 'layer_animation_element.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'dependencies': [ 187 'dependencies': [
186 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 188 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
187 ], 189 ],
188 }], 190 }],
189 ], 191 ],
190 }], 192 }],
191 ], 193 ],
192 }, 194 },
193 ], 195 ],
194 } 196 }
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