| 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 'trees/property_tree.h', | 561 'trees/property_tree.h', |
| 562 'trees/property_tree_builder.cc', | 562 'trees/property_tree_builder.cc', |
| 563 'trees/property_tree_builder.h', | 563 'trees/property_tree_builder.h', |
| 564 'trees/proxy.h', | 564 'trees/proxy.h', |
| 565 'trees/proxy_common.cc', | 565 'trees/proxy_common.cc', |
| 566 'trees/proxy_common.h', | 566 'trees/proxy_common.h', |
| 567 'trees/proxy_impl.cc', | 567 'trees/proxy_impl.cc', |
| 568 'trees/proxy_impl.h', | 568 'trees/proxy_impl.h', |
| 569 'trees/proxy_main.cc', | 569 'trees/proxy_main.cc', |
| 570 'trees/proxy_main.h', | 570 'trees/proxy_main.h', |
| 571 'trees/remote_channel_host.cc', |
| 572 'trees/remote_channel_host.h', |
| 573 'trees/remote_channel_host_client.h', |
| 574 'trees/remote_channel_impl.cc', |
| 575 'trees/remote_channel_impl.h', |
| 576 'trees/remote_channel_main.cc', |
| 577 'trees/remote_channel_main.h', |
| 571 'trees/remote_proto_channel.h', | 578 'trees/remote_proto_channel.h', |
| 572 'trees/scoped_abort_remaining_swap_promises.h', | 579 'trees/scoped_abort_remaining_swap_promises.h', |
| 573 'trees/single_thread_proxy.cc', | 580 'trees/single_thread_proxy.cc', |
| 574 'trees/single_thread_proxy.h', | 581 'trees/single_thread_proxy.h', |
| 575 'trees/swap_promise_monitor.cc', | 582 'trees/swap_promise_monitor.cc', |
| 576 'trees/swap_promise_monitor.h', | 583 'trees/swap_promise_monitor.h', |
| 577 'trees/task_runner_provider.cc', | 584 'trees/task_runner_provider.cc', |
| 578 'trees/task_runner_provider.h', | 585 'trees/task_runner_provider.h', |
| 579 'trees/threaded_channel.cc', | 586 'trees/threaded_channel.cc', |
| 580 'trees/threaded_channel.h', | 587 'trees/threaded_channel.h', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 592 ], | 599 ], |
| 593 }], | 600 }], |
| 594 ], | 601 ], |
| 595 }, | 602 }, |
| 596 { | 603 { |
| 597 # GN version: "//cc/proto" | 604 # GN version: "//cc/proto" |
| 598 'target_name': 'cc_proto', | 605 'target_name': 'cc_proto', |
| 599 'type': '<(component)', | 606 'type': '<(component)', |
| 600 'sources': [ | 607 'sources': [ |
| 601 'proto/compositor_message.proto', | 608 'proto/compositor_message.proto', |
| 609 'proto/compositor_message_to_impl.proto', |
| 610 'proto/compositor_message_to_main.proto', |
| 602 'proto/display_item.proto', | 611 'proto/display_item.proto', |
| 603 'proto/display_list_recording_source.proto', | 612 'proto/display_list_recording_source.proto', |
| 604 'proto/layer.proto', | 613 'proto/layer.proto', |
| 605 'proto/layer_position_constraint.proto', | 614 'proto/layer_position_constraint.proto', |
| 606 'proto/layer_tree_debug_state.proto', | 615 'proto/layer_tree_debug_state.proto', |
| 607 'proto/layer_tree_settings.proto', | 616 'proto/layer_tree_settings.proto', |
| 608 'proto/managed_memory_policy.proto', | 617 'proto/managed_memory_policy.proto', |
| 609 'proto/memory_allocation.proto', | 618 'proto/memory_allocation.proto', |
| 610 'proto/point.proto', | 619 'proto/point.proto', |
| 611 'proto/point3f.proto', | 620 'proto/point3f.proto', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'surfaces/surface_resource_holder.cc', | 691 'surfaces/surface_resource_holder.cc', |
| 683 'surfaces/surface_resource_holder.h', | 692 'surfaces/surface_resource_holder.h', |
| 684 'surfaces/surfaces_export.h', | 693 'surfaces/surfaces_export.h', |
| 685 ], | 694 ], |
| 686 'includes': [ | 695 'includes': [ |
| 687 '../build/android/increase_size_for_speed.gypi', | 696 '../build/android/increase_size_for_speed.gypi', |
| 688 ], | 697 ], |
| 689 }, | 698 }, |
| 690 ], | 699 ], |
| 691 } | 700 } |
| OLD | NEW |