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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'tiles/tiling_set_raster_queue_required.h', | 538 'tiles/tiling_set_raster_queue_required.h', |
539 'trees/blocking_task_runner.cc', | 539 'trees/blocking_task_runner.cc', |
540 'trees/blocking_task_runner.h', | 540 'trees/blocking_task_runner.h', |
541 'trees/channel_impl.h', | 541 'trees/channel_impl.h', |
542 'trees/channel_main.h', | 542 'trees/channel_main.h', |
543 'trees/compositor_mode.h', | 543 'trees/compositor_mode.h', |
544 'trees/damage_tracker.cc', | 544 'trees/damage_tracker.cc', |
545 'trees/damage_tracker.h', | 545 'trees/damage_tracker.h', |
546 'trees/draw_property_utils.cc', | 546 'trees/draw_property_utils.cc', |
547 'trees/draw_property_utils.h', | 547 'trees/draw_property_utils.h', |
| 548 'trees/element_id.h', |
548 'trees/latency_info_swap_promise_monitor.cc', | 549 'trees/latency_info_swap_promise_monitor.cc', |
549 'trees/latency_info_swap_promise_monitor.h', | 550 'trees/latency_info_swap_promise_monitor.h', |
550 'trees/layer_tree_host.cc', | 551 'trees/layer_tree_host.cc', |
551 'trees/layer_tree_host.h', | 552 'trees/layer_tree_host.h', |
552 'trees/layer_tree_host_client.h', | 553 'trees/layer_tree_host_client.h', |
553 'trees/layer_tree_host_common.cc', | 554 'trees/layer_tree_host_common.cc', |
554 'trees/layer_tree_host_common.h', | 555 'trees/layer_tree_host_common.h', |
555 'trees/layer_tree_host_impl.cc', | 556 'trees/layer_tree_host_impl.cc', |
556 'trees/layer_tree_host_impl.h', | 557 'trees/layer_tree_host_impl.h', |
557 'trees/layer_tree_host_single_thread_client.h', | 558 'trees/layer_tree_host_single_thread_client.h', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'surfaces/surface_resource_holder.cc', | 702 'surfaces/surface_resource_holder.cc', |
702 'surfaces/surface_resource_holder.h', | 703 'surfaces/surface_resource_holder.h', |
703 'surfaces/surfaces_export.h', | 704 'surfaces/surfaces_export.h', |
704 ], | 705 ], |
705 'includes': [ | 706 'includes': [ |
706 '../build/android/increase_size_for_speed.gypi', | 707 '../build/android/increase_size_for_speed.gypi', |
707 ], | 708 ], |
708 }, | 709 }, |
709 ], | 710 ], |
710 } | 711 } |
OLD | NEW |