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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'debug/traced_picture.h', | 133 'debug/traced_picture.h', |
134 'debug/traced_value.cc', | 134 'debug/traced_value.cc', |
135 'debug/traced_value.h', | 135 'debug/traced_value.h', |
136 'debug/unittest_only_benchmark.cc', | 136 'debug/unittest_only_benchmark.cc', |
137 'debug/unittest_only_benchmark.h', | 137 'debug/unittest_only_benchmark.h', |
138 'debug/unittest_only_benchmark_impl.cc', | 138 'debug/unittest_only_benchmark_impl.cc', |
139 'debug/unittest_only_benchmark_impl.h', | 139 'debug/unittest_only_benchmark_impl.h', |
140 'input/input_handler.h', | 140 'input/input_handler.h', |
141 'input/page_scale_animation.cc', | 141 'input/page_scale_animation.cc', |
142 'input/page_scale_animation.h', | 142 'input/page_scale_animation.h', |
| 143 'input/layer_selection_bound.cc', |
| 144 'input/layer_selection_bound.h', |
| 145 'input/selection_bound_type.h', |
143 'input/top_controls_manager.cc', | 146 'input/top_controls_manager.cc', |
144 'input/top_controls_manager.h', | 147 'input/top_controls_manager.h', |
145 'input/top_controls_manager_client.h', | 148 'input/top_controls_manager_client.h', |
146 'layers/append_quads_data.h', | 149 'layers/append_quads_data.h', |
147 'layers/content_layer.cc', | 150 'layers/content_layer.cc', |
148 'layers/content_layer.h', | 151 'layers/content_layer.h', |
149 'layers/content_layer_client.h', | 152 'layers/content_layer_client.h', |
150 'layers/contents_scaling_layer.cc', | 153 'layers/contents_scaling_layer.cc', |
151 'layers/contents_scaling_layer.h', | 154 'layers/contents_scaling_layer.h', |
152 'layers/delegated_frame_provider.cc', | 155 'layers/delegated_frame_provider.cc', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'output/renderer.cc', | 291 'output/renderer.cc', |
289 'output/renderer.h', | 292 'output/renderer.h', |
290 'output/shader.cc', | 293 'output/shader.cc', |
291 'output/shader.h', | 294 'output/shader.h', |
292 'output/software_frame_data.cc', | 295 'output/software_frame_data.cc', |
293 'output/software_frame_data.h', | 296 'output/software_frame_data.h', |
294 'output/software_output_device.cc', | 297 'output/software_output_device.cc', |
295 'output/software_output_device.h', | 298 'output/software_output_device.h', |
296 'output/software_renderer.cc', | 299 'output/software_renderer.cc', |
297 'output/software_renderer.h', | 300 'output/software_renderer.h', |
| 301 'output/viewport_selection_bound.cc', |
| 302 'output/viewport_selection_bound.h', |
298 'quads/checkerboard_draw_quad.cc', | 303 'quads/checkerboard_draw_quad.cc', |
299 'quads/checkerboard_draw_quad.h', | 304 'quads/checkerboard_draw_quad.h', |
300 'quads/content_draw_quad_base.cc', | 305 'quads/content_draw_quad_base.cc', |
301 'quads/content_draw_quad_base.h', | 306 'quads/content_draw_quad_base.h', |
302 'quads/debug_border_draw_quad.cc', | 307 'quads/debug_border_draw_quad.cc', |
303 'quads/debug_border_draw_quad.h', | 308 'quads/debug_border_draw_quad.h', |
304 'quads/draw_quad.cc', | 309 'quads/draw_quad.cc', |
305 'quads/draw_quad.h', | 310 'quads/draw_quad.h', |
306 'quads/io_surface_draw_quad.cc', | 311 'quads/io_surface_draw_quad.cc', |
307 'quads/io_surface_draw_quad.h', | 312 'quads/io_surface_draw_quad.h', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 'surfaces/surface_id.h', | 506 'surfaces/surface_id.h', |
502 'surfaces/surface_manager.cc', | 507 'surfaces/surface_manager.cc', |
503 'surfaces/surface_manager.h', | 508 'surfaces/surface_manager.h', |
504 'surfaces/surface_resource_holder.cc', | 509 'surfaces/surface_resource_holder.cc', |
505 'surfaces/surface_resource_holder.h', | 510 'surfaces/surface_resource_holder.h', |
506 'surfaces/surfaces_export.h', | 511 'surfaces/surfaces_export.h', |
507 ], | 512 ], |
508 }, | 513 }, |
509 ], | 514 ], |
510 } | 515 } |
OLD | NEW |