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 'hash_pair.h', | 8 'hash_pair.h', |
9 'scoped_ptr_deque.h', | 9 'scoped_ptr_deque.h', |
10 'scoped_ptr_hash_map.h', | 10 'scoped_ptr_hash_map.h', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'delegated_renderer_layer.cc', | 179 'delegated_renderer_layer.cc', |
180 'delegated_renderer_layer.h', | 180 'delegated_renderer_layer.h', |
181 'geometry_binding.cc', | 181 'geometry_binding.cc', |
182 'geometry_binding.h', | 182 'geometry_binding.h', |
183 'heads_up_display_layer.cc', | 183 'heads_up_display_layer.cc', |
184 'heads_up_display_layer.h', | 184 'heads_up_display_layer.h', |
185 'io_surface_layer.cc', | 185 'io_surface_layer.cc', |
186 'io_surface_layer.h', | 186 'io_surface_layer.h', |
187 'image_layer.cc', | 187 'image_layer.cc', |
188 'image_layer.h', | 188 'image_layer.h', |
| 189 'image_layer_updater.cc', |
| 190 'image_layer_updater.h', |
189 'layer.cc', | 191 'layer.cc', |
190 'layer.h', | 192 'layer.h', |
191 'layer_painter.h', | 193 'layer_painter.h', |
192 'layer_updater.cc', | 194 'layer_updater.cc', |
193 'layer_updater.h', | 195 'layer_updater.h', |
| 196 'nine_patch_layer.cc', |
| 197 'nine_patch_layer.h', |
| 198 'nine_patch_layer_impl.cc', |
| 199 'nine_patch_layer_impl.h', |
194 'platform_color.h', | 200 'platform_color.h', |
195 'program_binding.cc', | 201 'program_binding.cc', |
196 'program_binding.h', | 202 'program_binding.h', |
197 'rate_limiter.cc', | 203 'rate_limiter.cc', |
198 'rate_limiter.h', | 204 'rate_limiter.h', |
199 'render_surface.cc', | 205 'render_surface.cc', |
200 'render_surface.h', | 206 'render_surface.h', |
201 'scrollbar_layer.cc', | 207 'scrollbar_layer.cc', |
202 'scrollbar_layer.h', | 208 'scrollbar_layer.h', |
203 'shader.cc', | 209 'shader.cc', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'stubs/int_rect.h', | 284 'stubs/int_rect.h', |
279 'stubs/int_size.h', | 285 'stubs/int_size.h', |
280 'stubs/not_implemented.h', | 286 'stubs/not_implemented.h', |
281 'stubs/skia_utils.h', | 287 'stubs/skia_utils.h', |
282 'stubs/tiling_data.h', | 288 'stubs/tiling_data.h', |
283 'stubs/unit_bezier.h', | 289 'stubs/unit_bezier.h', |
284 ], | 290 ], |
285 }, | 291 }, |
286 ], | 292 ], |
287 } | 293 } |
OLD | NEW |