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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 'trees/property_tree.h', | 566 'trees/property_tree.h', |
567 'trees/property_tree_builder.cc', | 567 'trees/property_tree_builder.cc', |
568 'trees/property_tree_builder.h', | 568 'trees/property_tree_builder.h', |
569 'trees/proxy.h', | 569 'trees/proxy.h', |
570 'trees/proxy_common.cc', | 570 'trees/proxy_common.cc', |
571 'trees/proxy_common.h', | 571 'trees/proxy_common.h', |
572 'trees/proxy_impl.cc', | 572 'trees/proxy_impl.cc', |
573 'trees/proxy_impl.h', | 573 'trees/proxy_impl.h', |
574 'trees/proxy_main.cc', | 574 'trees/proxy_main.cc', |
575 'trees/proxy_main.h', | 575 'trees/proxy_main.h', |
| 576 'trees/remote_channel_host.cc', |
| 577 'trees/remote_channel_host.h', |
| 578 'trees/remote_channel_host_client.h', |
| 579 'trees/remote_channel_impl.cc', |
| 580 'trees/remote_channel_impl.h', |
| 581 'trees/remote_channel_main.cc', |
| 582 'trees/remote_channel_main.h', |
576 'trees/remote_proto_channel.h', | 583 'trees/remote_proto_channel.h', |
577 'trees/scoped_abort_remaining_swap_promises.h', | 584 'trees/scoped_abort_remaining_swap_promises.h', |
578 'trees/single_thread_proxy.cc', | 585 'trees/single_thread_proxy.cc', |
579 'trees/single_thread_proxy.h', | 586 'trees/single_thread_proxy.h', |
580 'trees/swap_promise_monitor.cc', | 587 'trees/swap_promise_monitor.cc', |
581 'trees/swap_promise_monitor.h', | 588 'trees/swap_promise_monitor.h', |
582 'trees/task_runner_provider.cc', | 589 'trees/task_runner_provider.cc', |
583 'trees/task_runner_provider.h', | 590 'trees/task_runner_provider.h', |
584 'trees/threaded_channel.cc', | 591 'trees/threaded_channel.cc', |
585 'trees/threaded_channel.h', | 592 'trees/threaded_channel.h', |
(...skipping 11 matching lines...) Expand all Loading... |
597 ], | 604 ], |
598 }], | 605 }], |
599 ], | 606 ], |
600 }, | 607 }, |
601 { | 608 { |
602 # GN version: "//cc/proto" | 609 # GN version: "//cc/proto" |
603 'target_name': 'cc_proto', | 610 'target_name': 'cc_proto', |
604 'type': '<(component)', | 611 'type': '<(component)', |
605 'sources': [ | 612 'sources': [ |
606 'proto/compositor_message.proto', | 613 'proto/compositor_message.proto', |
| 614 'proto/compositor_message_to_impl.proto', |
| 615 'proto/compositor_message_to_main.proto', |
607 'proto/display_item.proto', | 616 'proto/display_item.proto', |
608 'proto/display_list_recording_source.proto', | 617 'proto/display_list_recording_source.proto', |
609 'proto/layer.proto', | 618 'proto/layer.proto', |
610 'proto/layer_position_constraint.proto', | 619 'proto/layer_position_constraint.proto', |
611 'proto/layer_tree_debug_state.proto', | 620 'proto/layer_tree_debug_state.proto', |
612 'proto/layer_tree_settings.proto', | 621 'proto/layer_tree_settings.proto', |
613 'proto/layer_selection_bound.proto', | 622 'proto/layer_selection_bound.proto', |
614 'proto/managed_memory_policy.proto', | 623 'proto/managed_memory_policy.proto', |
615 'proto/memory_allocation.proto', | 624 'proto/memory_allocation.proto', |
616 'proto/point.proto', | 625 'proto/point.proto', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 'surfaces/surface_resource_holder.cc', | 697 'surfaces/surface_resource_holder.cc', |
689 'surfaces/surface_resource_holder.h', | 698 'surfaces/surface_resource_holder.h', |
690 'surfaces/surfaces_export.h', | 699 'surfaces/surfaces_export.h', |
691 ], | 700 ], |
692 'includes': [ | 701 'includes': [ |
693 '../build/android/increase_size_for_speed.gypi', | 702 '../build/android/increase_size_for_speed.gypi', |
694 ], | 703 ], |
695 }, | 704 }, |
696 ], | 705 ], |
697 } | 706 } |
OLD | NEW |