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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'trees/clip_node.h', | 551 'trees/clip_node.h', |
552 'trees/compositor_mode.h', | 552 'trees/compositor_mode.h', |
553 'trees/damage_tracker.cc', | 553 'trees/damage_tracker.cc', |
554 'trees/damage_tracker.h', | 554 'trees/damage_tracker.h', |
555 'trees/draw_property_utils.cc', | 555 'trees/draw_property_utils.cc', |
556 'trees/draw_property_utils.h', | 556 'trees/draw_property_utils.h', |
557 'trees/effect_node.cc', | 557 'trees/effect_node.cc', |
558 'trees/effect_node.h', | 558 'trees/effect_node.h', |
559 'trees/latency_info_swap_promise_monitor.cc', | 559 'trees/latency_info_swap_promise_monitor.cc', |
560 'trees/latency_info_swap_promise_monitor.h', | 560 'trees/latency_info_swap_promise_monitor.h', |
| 561 'trees/layer_tree.cc', |
| 562 'trees/layer_tree.h', |
561 'trees/layer_tree_host.cc', | 563 'trees/layer_tree_host.cc', |
562 'trees/layer_tree_host.h', | 564 'trees/layer_tree_host.h', |
563 'trees/layer_tree_host_client.h', | 565 'trees/layer_tree_host_client.h', |
564 'trees/layer_tree_host_common.cc', | 566 'trees/layer_tree_host_common.cc', |
565 'trees/layer_tree_host_common.h', | 567 'trees/layer_tree_host_common.h', |
566 'trees/layer_tree_host_impl.cc', | 568 'trees/layer_tree_host_impl.cc', |
567 'trees/layer_tree_host_impl.h', | 569 'trees/layer_tree_host_impl.h', |
568 'trees/layer_tree_host_single_thread_client.h', | 570 'trees/layer_tree_host_single_thread_client.h', |
569 'trees/layer_tree_impl.cc', | 571 'trees/layer_tree_impl.cc', |
570 'trees/layer_tree_impl.h', | 572 'trees/layer_tree_impl.h', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'proto/begin_main_frame_and_commit_state.proto', | 629 'proto/begin_main_frame_and_commit_state.proto', |
628 'proto/commit_earlyout_reason.proto', | 630 'proto/commit_earlyout_reason.proto', |
629 'proto/compositor_message.proto', | 631 'proto/compositor_message.proto', |
630 'proto/compositor_message_to_impl.proto', | 632 'proto/compositor_message_to_impl.proto', |
631 'proto/compositor_message_to_main.proto', | 633 'proto/compositor_message_to_main.proto', |
632 'proto/display_item.proto', | 634 'proto/display_item.proto', |
633 'proto/element_id.proto', | 635 'proto/element_id.proto', |
634 'proto/layer.proto', | 636 'proto/layer.proto', |
635 'proto/layer_position_constraint.proto', | 637 'proto/layer_position_constraint.proto', |
636 'proto/layer_tree_debug_state.proto', | 638 'proto/layer_tree_debug_state.proto', |
| 639 'proto/layer_tree.proto', |
637 'proto/layer_tree_host.proto', | 640 'proto/layer_tree_host.proto', |
638 'proto/layer_tree_settings.proto', | 641 'proto/layer_tree_settings.proto', |
639 'proto/layer_selection_bound.proto', | 642 'proto/layer_selection_bound.proto', |
640 'proto/managed_memory_policy.proto', | 643 'proto/managed_memory_policy.proto', |
641 'proto/memory_allocation.proto', | 644 'proto/memory_allocation.proto', |
642 'proto/point.proto', | 645 'proto/point.proto', |
643 'proto/point3f.proto', | 646 'proto/point3f.proto', |
644 'proto/pointf.proto', | 647 'proto/pointf.proto', |
645 'proto/property_tree.proto', | 648 'proto/property_tree.proto', |
646 'proto/recording_source.proto', | 649 'proto/recording_source.proto', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 'surfaces/surface_resource_holder.h', | 719 'surfaces/surface_resource_holder.h', |
717 'surfaces/surface_sequence.h', | 720 'surfaces/surface_sequence.h', |
718 'surfaces/surfaces_export.h', | 721 'surfaces/surfaces_export.h', |
719 ], | 722 ], |
720 'includes': [ | 723 'includes': [ |
721 '../build/android/increase_size_for_speed.gypi', | 724 '../build/android/increase_size_for_speed.gypi', |
722 ], | 725 ], |
723 }, | 726 }, |
724 ], | 727 ], |
725 } | 728 } |
OLD | NEW |