Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: cc/cc.gyp

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_impl.cc',
577 'trees/remote_channel_impl.h',
578 'trees/remote_channel_main.cc',
579 'trees/remote_channel_main.h',
576 'trees/remote_proto_channel.h', 580 'trees/remote_proto_channel.h',
577 'trees/scoped_abort_remaining_swap_promises.h', 581 'trees/scoped_abort_remaining_swap_promises.h',
578 'trees/single_thread_proxy.cc', 582 'trees/single_thread_proxy.cc',
579 'trees/single_thread_proxy.h', 583 'trees/single_thread_proxy.h',
580 'trees/swap_promise_monitor.cc', 584 'trees/swap_promise_monitor.cc',
581 'trees/swap_promise_monitor.h', 585 'trees/swap_promise_monitor.h',
582 'trees/task_runner_provider.cc', 586 'trees/task_runner_provider.cc',
583 'trees/task_runner_provider.h', 587 'trees/task_runner_provider.h',
584 'trees/threaded_channel.cc', 588 'trees/threaded_channel.cc',
585 'trees/threaded_channel.h', 589 'trees/threaded_channel.h',
(...skipping 11 matching lines...) Expand all
597 ], 601 ],
598 }], 602 }],
599 ], 603 ],
600 }, 604 },
601 { 605 {
602 # GN version: "//cc/proto" 606 # GN version: "//cc/proto"
603 'target_name': 'cc_proto', 607 'target_name': 'cc_proto',
604 'type': '<(component)', 608 'type': '<(component)',
605 'sources': [ 609 'sources': [
606 'proto/compositor_message.proto', 610 'proto/compositor_message.proto',
611 'proto/compositor_message_to_impl.proto',
612 'proto/compositor_message_to_main.proto',
607 'proto/display_item.proto', 613 'proto/display_item.proto',
608 'proto/display_list_recording_source.proto', 614 'proto/display_list_recording_source.proto',
609 'proto/layer.proto', 615 'proto/layer.proto',
610 'proto/layer_position_constraint.proto', 616 'proto/layer_position_constraint.proto',
611 'proto/layer_tree_debug_state.proto', 617 'proto/layer_tree_debug_state.proto',
612 'proto/layer_tree_settings.proto', 618 'proto/layer_tree_settings.proto',
613 'proto/layer_selection_bound.proto', 619 'proto/layer_selection_bound.proto',
614 'proto/managed_memory_policy.proto', 620 'proto/managed_memory_policy.proto',
615 'proto/memory_allocation.proto', 621 'proto/memory_allocation.proto',
616 'proto/point.proto', 622 'proto/point.proto',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'surfaces/surface_resource_holder.cc', 694 'surfaces/surface_resource_holder.cc',
689 'surfaces/surface_resource_holder.h', 695 'surfaces/surface_resource_holder.h',
690 'surfaces/surfaces_export.h', 696 'surfaces/surfaces_export.h',
691 ], 697 ],
692 'includes': [ 698 'includes': [
693 '../build/android/increase_size_for_speed.gypi', 699 '../build/android/increase_size_for_speed.gypi',
694 ], 700 ],
695 }, 701 },
696 ], 702 ],
697 } 703 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/proto/compositor_message_to_impl.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698