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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 'trees/layer_tree_host.h', | 454 'trees/layer_tree_host.h', |
455 'trees/layer_tree_host_client.h', | 455 'trees/layer_tree_host_client.h', |
456 'trees/layer_tree_host_common.cc', | 456 'trees/layer_tree_host_common.cc', |
457 'trees/layer_tree_host_common.h', | 457 'trees/layer_tree_host_common.h', |
458 'trees/layer_tree_host_impl.cc', | 458 'trees/layer_tree_host_impl.cc', |
459 'trees/layer_tree_host_impl.h', | 459 'trees/layer_tree_host_impl.h', |
460 'trees/layer_tree_impl.cc', | 460 'trees/layer_tree_impl.cc', |
461 'trees/layer_tree_impl.h', | 461 'trees/layer_tree_impl.h', |
462 'trees/layer_tree_settings.cc', | 462 'trees/layer_tree_settings.cc', |
463 'trees/layer_tree_settings.h', | 463 'trees/layer_tree_settings.h', |
| 464 'trees/main_thread_task_runner.cc', |
| 465 'trees/main_thread_task_runner.h', |
464 'trees/occlusion_tracker.cc', | 466 'trees/occlusion_tracker.cc', |
465 'trees/occlusion_tracker.h', | 467 'trees/occlusion_tracker.h', |
466 'trees/proxy.cc', | 468 'trees/proxy.cc', |
467 'trees/proxy.h', | 469 'trees/proxy.h', |
468 'trees/proxy_timing_history.cc', | 470 'trees/proxy_timing_history.cc', |
469 'trees/proxy_timing_history.h', | 471 'trees/proxy_timing_history.h', |
470 'trees/single_thread_proxy.cc', | 472 'trees/single_thread_proxy.cc', |
471 'trees/single_thread_proxy.h', | 473 'trees/single_thread_proxy.h', |
472 'trees/thread_proxy.cc', | 474 'trees/thread_proxy.cc', |
473 'trees/thread_proxy.h', | 475 'trees/thread_proxy.h', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'surfaces/surface_id_allocator.h', | 509 'surfaces/surface_id_allocator.h', |
508 'surfaces/surface_manager.cc', | 510 'surfaces/surface_manager.cc', |
509 'surfaces/surface_manager.h', | 511 'surfaces/surface_manager.h', |
510 'surfaces/surface_resource_holder.cc', | 512 'surfaces/surface_resource_holder.cc', |
511 'surfaces/surface_resource_holder.h', | 513 'surfaces/surface_resource_holder.h', |
512 'surfaces/surfaces_export.h', | 514 'surfaces/surfaces_export.h', |
513 ], | 515 ], |
514 }, | 516 }, |
515 ], | 517 ], |
516 } | 518 } |
OLD | NEW |