OLD | NEW |
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 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'active_animation.cc', | 8 'active_animation.cc', |
9 'active_animation.h', | 9 'active_animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'nine_patch_layer.cc', | 104 'nine_patch_layer.cc', |
105 'nine_patch_layer.h', | 105 'nine_patch_layer.h', |
106 'nine_patch_layer_impl.cc', | 106 'nine_patch_layer_impl.cc', |
107 'nine_patch_layer_impl.h', | 107 'nine_patch_layer_impl.h', |
108 'occlusion_tracker.cc', | 108 'occlusion_tracker.cc', |
109 'occlusion_tracker.h', | 109 'occlusion_tracker.h', |
110 'overdraw_metrics.cc', | 110 'overdraw_metrics.cc', |
111 'overdraw_metrics.h', | 111 'overdraw_metrics.h', |
112 'page_scale_animation.cc', | 112 'page_scale_animation.cc', |
113 'page_scale_animation.h', | 113 'page_scale_animation.h', |
| 114 'picture.cc', |
| 115 'picture.h', |
| 116 'picture_layer.cc', |
| 117 'picture_layer.h', |
| 118 'picture_layer_impl.cc', |
| 119 'picture_layer_impl.h', |
| 120 'picture_pile.cc', |
| 121 'picture_pile.h', |
114 'platform_color.h', | 122 'platform_color.h', |
115 'prioritized_texture.cc', | 123 'prioritized_texture.cc', |
116 'prioritized_texture.h', | 124 'prioritized_texture.h', |
117 'prioritized_texture_manager.cc', | 125 'prioritized_texture_manager.cc', |
118 'prioritized_texture_manager.h', | 126 'prioritized_texture_manager.h', |
119 'priority_calculator.cc', | 127 'priority_calculator.cc', |
120 'priority_calculator.h', | 128 'priority_calculator.h', |
121 'program_binding.cc', | 129 'program_binding.cc', |
122 'program_binding.h', | 130 'program_binding.h', |
123 'proxy.cc', | 131 'proxy.cc', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 ], | 271 ], |
264 'sources': [ | 272 'sources': [ |
265 '<@(cc_source_files)', | 273 '<@(cc_source_files)', |
266 'stubs/Region.h', | 274 'stubs/Region.h', |
267 | 275 |
268 'stubs/config.h', | 276 'stubs/config.h', |
269 ], | 277 ], |
270 }, | 278 }, |
271 ], | 279 ], |
272 } | 280 } |
OLD | NEW |