OLD | NEW |
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 Loading... |
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'test_compositor.cc', | 195 'test_compositor.cc', |
194 'test_compositor.h', | 196 'test_compositor.h', |
195 'test_texture.cc', | 197 'test_texture.cc', |
196 'test_texture.h', | 198 'test_texture.h', |
197 ], | 199 ], |
198 }], | 200 }], |
199 ], | 201 ], |
200 }, | 202 }, |
201 ], | 203 ], |
202 } | 204 } |
OLD | NEW |