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