| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'trees/property_tree.h', | 572 'trees/property_tree.h', |
| 573 'trees/property_tree_builder.cc', | 573 'trees/property_tree_builder.cc', |
| 574 'trees/property_tree_builder.h', | 574 'trees/property_tree_builder.h', |
| 575 'trees/proxy.h', | 575 'trees/proxy.h', |
| 576 'trees/proxy_common.cc', | 576 'trees/proxy_common.cc', |
| 577 'trees/proxy_common.h', | 577 'trees/proxy_common.h', |
| 578 'trees/proxy_impl.cc', | 578 'trees/proxy_impl.cc', |
| 579 'trees/proxy_impl.h', | 579 'trees/proxy_impl.h', |
| 580 'trees/proxy_main.cc', | 580 'trees/proxy_main.cc', |
| 581 'trees/proxy_main.h', | 581 'trees/proxy_main.h', |
| 582 'trees/remote_channel_impl.cc', |
| 583 'trees/remote_channel_impl.h', |
| 584 'trees/remote_channel_main.cc', |
| 585 'trees/remote_channel_main.h', |
| 582 'trees/remote_proto_channel.h', | 586 'trees/remote_proto_channel.h', |
| 583 'trees/scoped_abort_remaining_swap_promises.h', | 587 'trees/scoped_abort_remaining_swap_promises.h', |
| 584 'trees/single_thread_proxy.cc', | 588 'trees/single_thread_proxy.cc', |
| 585 'trees/single_thread_proxy.h', | 589 'trees/single_thread_proxy.h', |
| 586 'trees/swap_promise_monitor.cc', | 590 'trees/swap_promise_monitor.cc', |
| 587 'trees/swap_promise_monitor.h', | 591 'trees/swap_promise_monitor.h', |
| 588 'trees/task_runner_provider.cc', | 592 'trees/task_runner_provider.cc', |
| 589 'trees/task_runner_provider.h', | 593 'trees/task_runner_provider.h', |
| 590 'trees/threaded_channel.cc', | 594 'trees/threaded_channel.cc', |
| 591 'trees/threaded_channel.h', | 595 'trees/threaded_channel.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 605 ], | 609 ], |
| 606 }, | 610 }, |
| 607 { | 611 { |
| 608 # GN version: "//cc/proto" | 612 # GN version: "//cc/proto" |
| 609 'target_name': 'cc_proto', | 613 'target_name': 'cc_proto', |
| 610 'type': '<(component)', | 614 'type': '<(component)', |
| 611 'sources': [ | 615 'sources': [ |
| 612 'proto/begin_main_frame_and_commit_state.proto', | 616 'proto/begin_main_frame_and_commit_state.proto', |
| 613 'proto/commit_earlyout_reason.proto', | 617 'proto/commit_earlyout_reason.proto', |
| 614 'proto/compositor_message.proto', | 618 'proto/compositor_message.proto', |
| 619 'proto/compositor_message_to_impl.proto', |
| 620 'proto/compositor_message_to_main.proto', |
| 615 'proto/display_item.proto', | 621 'proto/display_item.proto', |
| 616 'proto/display_list_recording_source.proto', | 622 'proto/display_list_recording_source.proto', |
| 617 'proto/layer.proto', | 623 'proto/layer.proto', |
| 618 'proto/layer_position_constraint.proto', | 624 'proto/layer_position_constraint.proto', |
| 619 'proto/layer_tree_debug_state.proto', | 625 'proto/layer_tree_debug_state.proto', |
| 620 'proto/layer_tree_host.proto', | 626 'proto/layer_tree_host.proto', |
| 621 'proto/layer_tree_settings.proto', | 627 'proto/layer_tree_settings.proto', |
| 622 'proto/layer_selection_bound.proto', | 628 'proto/layer_selection_bound.proto', |
| 623 'proto/managed_memory_policy.proto', | 629 'proto/managed_memory_policy.proto', |
| 624 'proto/memory_allocation.proto', | 630 'proto/memory_allocation.proto', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 'surfaces/surface_resource_holder.cc', | 704 'surfaces/surface_resource_holder.cc', |
| 699 'surfaces/surface_resource_holder.h', | 705 'surfaces/surface_resource_holder.h', |
| 700 'surfaces/surfaces_export.h', | 706 'surfaces/surfaces_export.h', |
| 701 ], | 707 ], |
| 702 'includes': [ | 708 'includes': [ |
| 703 '../build/android/increase_size_for_speed.gypi', | 709 '../build/android/increase_size_for_speed.gypi', |
| 704 ], | 710 ], |
| 705 }, | 711 }, |
| 706 ], | 712 ], |
| 707 } | 713 } |
| OLD | NEW |