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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 'trees/draw_property_utils.h', | 533 'trees/draw_property_utils.h', |
534 'trees/layer_sorter.cc', | 534 'trees/layer_sorter.cc', |
535 'trees/layer_sorter.h', | 535 'trees/layer_sorter.h', |
536 'trees/layer_tree_host.cc', | 536 'trees/layer_tree_host.cc', |
537 'trees/layer_tree_host.h', | 537 'trees/layer_tree_host.h', |
538 'trees/layer_tree_host_client.h', | 538 'trees/layer_tree_host_client.h', |
539 'trees/layer_tree_host_common.cc', | 539 'trees/layer_tree_host_common.cc', |
540 'trees/layer_tree_host_common.h', | 540 'trees/layer_tree_host_common.h', |
541 'trees/layer_tree_host_impl.cc', | 541 'trees/layer_tree_host_impl.cc', |
542 'trees/layer_tree_host_impl.h', | 542 'trees/layer_tree_host_impl.h', |
| 543 'trees/layer_tree_host_single_thread_client.h', |
543 'trees/layer_tree_impl.cc', | 544 'trees/layer_tree_impl.cc', |
544 'trees/layer_tree_impl.h', | 545 'trees/layer_tree_impl.h', |
545 'trees/layer_tree_settings.cc', | 546 'trees/layer_tree_settings.cc', |
546 'trees/layer_tree_settings.h', | 547 'trees/layer_tree_settings.h', |
547 'trees/occlusion.cc', | 548 'trees/occlusion.cc', |
548 'trees/occlusion.h', | 549 'trees/occlusion.h', |
549 'trees/occlusion_tracker.cc', | 550 'trees/occlusion_tracker.cc', |
550 'trees/occlusion_tracker.h', | 551 'trees/occlusion_tracker.h', |
551 'trees/property_tree.cc', | 552 'trees/property_tree.cc', |
552 'trees/property_tree.h', | 553 'trees/property_tree.h', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 'surfaces/surface_resource_holder.cc', | 611 'surfaces/surface_resource_holder.cc', |
611 'surfaces/surface_resource_holder.h', | 612 'surfaces/surface_resource_holder.h', |
612 'surfaces/surfaces_export.h', | 613 'surfaces/surfaces_export.h', |
613 ], | 614 ], |
614 'includes': [ | 615 'includes': [ |
615 '../build/android/increase_size_for_speed.gypi', | 616 '../build/android/increase_size_for_speed.gypi', |
616 ], | 617 ], |
617 }, | 618 }, |
618 ], | 619 ], |
619 } | 620 } |
OLD | NEW |