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