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

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

Issue 8508009: Debugging code to print layer tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes as requested Created 9 years, 1 month 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 29 matching lines...) Expand all
40 'compositor_export.h', 40 'compositor_export.h',
41 'compositor_gl.cc', 41 'compositor_gl.cc',
42 'compositor_gl.h', 42 'compositor_gl.h',
43 'compositor_cc.cc', 43 'compositor_cc.cc',
44 'compositor_cc.h', 44 'compositor_cc.h',
45 'compositor_observer.h', 45 'compositor_observer.h',
46 'compositor_stub.cc', 46 'compositor_stub.cc',
47 'compositor_switches.cc', 47 'compositor_switches.cc',
48 'compositor_switches.h', 48 'compositor_switches.h',
49 'compositor_win.cc', 49 'compositor_win.cc',
50 'debug_utils.cc',
51 'debug_utils.h',
50 'layer.cc', 52 'layer.cc',
51 'layer.h', 53 'layer.h',
52 'layer_animation_delegate.h', 54 'layer_animation_delegate.h',
53 'layer_animation_element.cc', 55 'layer_animation_element.cc',
54 'layer_animation_element.h', 56 'layer_animation_element.h',
55 'layer_animation_observer.h', 57 'layer_animation_observer.h',
56 'layer_animation_sequence.cc', 58 'layer_animation_sequence.cc',
57 'layer_animation_sequence.h', 59 'layer_animation_sequence.h',
58 'layer_animator.cc', 60 'layer_animator.cc',
59 'layer_animator.h', 61 'layer_animator.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'test_compositor.cc', 197 'test_compositor.cc',
196 'test_compositor.h', 198 'test_compositor.h',
197 'test_texture.cc', 199 'test_texture.cc',
198 'test_texture.h', 200 'test_texture.h',
199 ], 201 ],
200 }], 202 }],
201 ], 203 ],
202 }, 204 },
203 ], 205 ],
204 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698