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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 'scheduler/scheduler_state_machine.cc', | 465 'scheduler/scheduler_state_machine.cc', |
466 'scheduler/scheduler_state_machine.h', | 466 'scheduler/scheduler_state_machine.h', |
467 'trees/blocking_task_runner.cc', | 467 'trees/blocking_task_runner.cc', |
468 'trees/blocking_task_runner.h', | 468 'trees/blocking_task_runner.h', |
469 'trees/damage_tracker.cc', | 469 'trees/damage_tracker.cc', |
470 'trees/damage_tracker.h', | 470 'trees/damage_tracker.h', |
471 'trees/layer_sorter.cc', | 471 'trees/layer_sorter.cc', |
472 'trees/layer_sorter.h', | 472 'trees/layer_sorter.h', |
473 'trees/layer_tree_host.cc', | 473 'trees/layer_tree_host.cc', |
474 'trees/layer_tree_host.h', | 474 'trees/layer_tree_host.h', |
| 475 'trees/layer_tree_host_client.cc', |
475 'trees/layer_tree_host_client.h', | 476 'trees/layer_tree_host_client.h', |
476 'trees/layer_tree_host_common.cc', | 477 'trees/layer_tree_host_common.cc', |
477 'trees/layer_tree_host_common.h', | 478 'trees/layer_tree_host_common.h', |
478 'trees/layer_tree_host_impl.cc', | 479 'trees/layer_tree_host_impl.cc', |
479 'trees/layer_tree_host_impl.h', | 480 'trees/layer_tree_host_impl.h', |
480 'trees/layer_tree_impl.cc', | 481 'trees/layer_tree_impl.cc', |
481 'trees/layer_tree_impl.h', | 482 'trees/layer_tree_impl.h', |
482 'trees/layer_tree_settings.cc', | 483 'trees/layer_tree_settings.cc', |
483 'trees/layer_tree_settings.h', | 484 'trees/layer_tree_settings.h', |
484 'trees/occlusion_tracker.cc', | 485 'trees/occlusion_tracker.cc', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'surfaces/surface_id_allocator.h', | 532 'surfaces/surface_id_allocator.h', |
532 'surfaces/surface_manager.cc', | 533 'surfaces/surface_manager.cc', |
533 'surfaces/surface_manager.h', | 534 'surfaces/surface_manager.h', |
534 'surfaces/surface_resource_holder.cc', | 535 'surfaces/surface_resource_holder.cc', |
535 'surfaces/surface_resource_holder.h', | 536 'surfaces/surface_resource_holder.h', |
536 'surfaces/surfaces_export.h', | 537 'surfaces/surfaces_export.h', |
537 ], | 538 ], |
538 }, | 539 }, |
539 ], | 540 ], |
540 } | 541 } |
OLD | NEW |