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

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

Issue 1054783003: views: Access the Canvas through recorders not through PaintContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 11 matching lines...) Expand all
22 '<(DEPTH)/ui/gl/gl.gyp:gl', 22 '<(DEPTH)/ui/gl/gl.gyp:gl',
23 ], 23 ],
24 'defines': [ 24 'defines': [
25 'COMPOSITOR_IMPLEMENTATION', 25 'COMPOSITOR_IMPLEMENTATION',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'clip_transform_recorder.cc', 28 'clip_transform_recorder.cc',
29 'clip_transform_recorder.h', 29 'clip_transform_recorder.h',
30 'closure_animation_observer.cc', 30 'closure_animation_observer.cc',
31 'closure_animation_observer.h', 31 'closure_animation_observer.h',
32 'compositing_recorder.cc',
33 'compositing_recorder.h',
32 'compositor.cc', 34 'compositor.cc',
33 'compositor.h', 35 'compositor.h',
34 'compositor_animation_observer.h', 36 'compositor_animation_observer.h',
35 'compositor_export.h', 37 'compositor_export.h',
36 'compositor_observer.h', 38 'compositor_observer.h',
37 'compositor_switches.cc', 39 'compositor_switches.cc',
38 'compositor_switches.h', 40 'compositor_switches.h',
39 'compositor_vsync_manager.cc', 41 'compositor_vsync_manager.cc',
40 'compositor_vsync_manager.h', 42 'compositor_vsync_manager.h',
41 'debug_utils.cc', 43 'debug_utils.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'dependencies': [ 184 'dependencies': [
183 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 185 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
184 ], 186 ],
185 }], 187 }],
186 ], 188 ],
187 }], 189 }],
188 ], 190 ],
189 }, 191 },
190 ], 192 ],
191 } 193 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698