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 28 matching lines...) Expand all Loading... |
39 'direct_renderer.cc', | 39 'direct_renderer.cc', |
40 'direct_renderer.h', | 40 'direct_renderer.h', |
41 'draw_quad.cc', | 41 'draw_quad.cc', |
42 'draw_quad.h', | 42 'draw_quad.h', |
43 'font_atlas.cc', | 43 'font_atlas.cc', |
44 'font_atlas.h', | 44 'font_atlas.h', |
45 'frame_rate_controller.cc', | 45 'frame_rate_controller.cc', |
46 'frame_rate_controller.h', | 46 'frame_rate_controller.h', |
47 'frame_rate_counter.cc', | 47 'frame_rate_counter.cc', |
48 'frame_rate_counter.h', | 48 'frame_rate_counter.h', |
| 49 'geometry.h', |
49 'graphics_context.h', | 50 'graphics_context.h', |
50 'heads_up_display_layer_impl.cc', | 51 'heads_up_display_layer_impl.cc', |
51 'heads_up_display_layer_impl.h', | 52 'heads_up_display_layer_impl.h', |
52 'io_surface_draw_quad.cc', | 53 'io_surface_draw_quad.cc', |
53 'io_surface_draw_quad.h', | 54 'io_surface_draw_quad.h', |
54 'io_surface_layer_impl.cc', | 55 'io_surface_layer_impl.cc', |
55 'io_surface_layer_impl.h', | 56 'io_surface_layer_impl.h', |
56 'input_handler.h', | 57 'input_handler.h', |
57 'keyframed_animation_curve.cc', | 58 'keyframed_animation_curve.cc', |
58 'keyframed_animation_curve.h', | 59 'keyframed_animation_curve.h', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'stubs/int_rect.h', | 279 'stubs/int_rect.h', |
279 'stubs/int_size.h', | 280 'stubs/int_size.h', |
280 'stubs/not_implemented.h', | 281 'stubs/not_implemented.h', |
281 'stubs/skia_utils.h', | 282 'stubs/skia_utils.h', |
282 'stubs/tiling_data.h', | 283 'stubs/tiling_data.h', |
283 'stubs/unit_bezier.h', | 284 'stubs/unit_bezier.h', |
284 ], | 285 ], |
285 }, | 286 }, |
286 ], | 287 ], |
287 } | 288 } |
OLD | NEW |