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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'trees/layer_tree_host.h', | 474 'trees/layer_tree_host.h', |
475 'trees/layer_tree_host_client.h', | 475 'trees/layer_tree_host_client.h', |
476 'trees/layer_tree_host_common.cc', | 476 'trees/layer_tree_host_common.cc', |
477 'trees/layer_tree_host_common.h', | 477 'trees/layer_tree_host_common.h', |
478 'trees/layer_tree_host_impl.cc', | 478 'trees/layer_tree_host_impl.cc', |
479 'trees/layer_tree_host_impl.h', | 479 'trees/layer_tree_host_impl.h', |
480 'trees/layer_tree_impl.cc', | 480 'trees/layer_tree_impl.cc', |
481 'trees/layer_tree_impl.h', | 481 'trees/layer_tree_impl.h', |
482 'trees/layer_tree_settings.cc', | 482 'trees/layer_tree_settings.cc', |
483 'trees/layer_tree_settings.h', | 483 'trees/layer_tree_settings.h', |
484 'trees/occlusion.cc', | |
485 'trees/occlusion.h', | |
486 'trees/occlusion_tracker.cc', | 484 'trees/occlusion_tracker.cc', |
487 'trees/occlusion_tracker.h', | 485 'trees/occlusion_tracker.h', |
488 'trees/proxy.cc', | 486 'trees/proxy.cc', |
489 'trees/proxy.h', | 487 'trees/proxy.h', |
490 'trees/proxy_timing_history.cc', | 488 'trees/proxy_timing_history.cc', |
491 'trees/proxy_timing_history.h', | 489 'trees/proxy_timing_history.h', |
492 'trees/scoped_abort_remaining_swap_promises.h', | 490 'trees/scoped_abort_remaining_swap_promises.h', |
493 'trees/single_thread_proxy.cc', | 491 'trees/single_thread_proxy.cc', |
494 'trees/single_thread_proxy.h', | 492 'trees/single_thread_proxy.h', |
495 'trees/thread_proxy.cc', | 493 'trees/thread_proxy.cc', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 'surfaces/surface_id_allocator.h', | 531 'surfaces/surface_id_allocator.h', |
534 'surfaces/surface_manager.cc', | 532 'surfaces/surface_manager.cc', |
535 'surfaces/surface_manager.h', | 533 'surfaces/surface_manager.h', |
536 'surfaces/surface_resource_holder.cc', | 534 'surfaces/surface_resource_holder.cc', |
537 'surfaces/surface_resource_holder.h', | 535 'surfaces/surface_resource_holder.h', |
538 'surfaces/surfaces_export.h', | 536 'surfaces/surfaces_export.h', |
539 ], | 537 ], |
540 }, | 538 }, |
541 ], | 539 ], |
542 } | 540 } |
OLD | NEW |