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', |
602 'proto/display_item.proto', | 609 » 'proto/compositor_message_to_impl.proto', |
David Trainor- moved to gerrit
2015/12/11 17:13:44
Replace tabs with spaces
Khushal
2015/12/11 22:49:37
Done.
| |
610 » 'proto/compositor_message_to_main.proto', | |
611 »'proto/display_item.proto', | |
603 'proto/layer.proto', | 612 'proto/layer.proto', |
613 'proto/layer_tree_settings.proto', | |
David Trainor- moved to gerrit
2015/12/11 17:13:44
alphabetical order
Khushal
2015/12/11 22:49:37
Done.
| |
604 'proto/layer_position_constraint.proto', | 614 'proto/layer_position_constraint.proto', |
605 'proto/layer_tree_debug_state.proto', | 615 'proto/layer_tree_debug_state.proto', |
606 'proto/managed_memory_policy.proto', | 616 'proto/managed_memory_policy.proto', |
607 'proto/memory_allocation.proto', | 617 'proto/memory_allocation.proto', |
608 'proto/point.proto', | 618 'proto/point.proto', |
609 'proto/point3f.proto', | 619 'proto/point3f.proto', |
610 'proto/pointf.proto', | 620 'proto/pointf.proto', |
611 'proto/property_tree.proto', | 621 'proto/property_tree.proto', |
612 'proto/rect.proto', | 622 'proto/rect.proto', |
613 'proto/rectf.proto', | 623 'proto/rectf.proto', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
680 'surfaces/surface_resource_holder.cc', | 690 'surfaces/surface_resource_holder.cc', |
681 'surfaces/surface_resource_holder.h', | 691 'surfaces/surface_resource_holder.h', |
682 'surfaces/surfaces_export.h', | 692 'surfaces/surfaces_export.h', |
683 ], | 693 ], |
684 'includes': [ | 694 'includes': [ |
685 '../build/android/increase_size_for_speed.gypi', | 695 '../build/android/increase_size_for_speed.gypi', |
686 ], | 696 ], |
687 }, | 697 }, |
688 ], | 698 ], |
689 } | 699 } |
OLD | NEW |