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

Side by Side Diff: cc/cc.gyp

Issue 1506023008: [NOT LANDED] Revert of cc: Split ThreadProxy into ProxyMain and ProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'trees/occlusion.h', 557 'trees/occlusion.h',
558 'trees/occlusion_tracker.cc', 558 'trees/occlusion_tracker.cc',
559 'trees/occlusion_tracker.h', 559 'trees/occlusion_tracker.h',
560 'trees/property_tree.cc', 560 'trees/property_tree.cc',
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',
568 'trees/proxy_impl.h', 567 'trees/proxy_impl.h',
569 'trees/proxy_main.cc',
570 'trees/proxy_main.h', 568 'trees/proxy_main.h',
571 'trees/remote_proto_channel.h', 569 'trees/remote_proto_channel.h',
572 'trees/scoped_abort_remaining_swap_promises.h', 570 'trees/scoped_abort_remaining_swap_promises.h',
573 'trees/single_thread_proxy.cc', 571 'trees/single_thread_proxy.cc',
574 'trees/single_thread_proxy.h', 572 'trees/single_thread_proxy.h',
575 'trees/swap_promise_monitor.cc', 573 'trees/swap_promise_monitor.cc',
576 'trees/swap_promise_monitor.h', 574 'trees/swap_promise_monitor.h',
575 'trees/thread_proxy.cc',
576 'trees/thread_proxy.h',
577 'trees/task_runner_provider.cc', 577 'trees/task_runner_provider.cc',
578 'trees/task_runner_provider.h', 578 'trees/task_runner_provider.h',
579 'trees/threaded_channel.cc', 579 'trees/threaded_channel.cc',
580 'trees/threaded_channel.h', 580 'trees/threaded_channel.h',
581 'trees/tree_synchronizer.cc', 581 'trees/tree_synchronizer.cc',
582 'trees/tree_synchronizer.h', 582 'trees/tree_synchronizer.h',
583 ], 583 ],
584 'includes': [ 584 'includes': [
585 '../build/android/increase_size_for_speed.gypi', 585 '../build/android/increase_size_for_speed.gypi',
586 ], 586 ],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'surfaces/surface_resource_holder.cc', 680 'surfaces/surface_resource_holder.cc',
681 'surfaces/surface_resource_holder.h', 681 'surfaces/surface_resource_holder.h',
682 'surfaces/surfaces_export.h', 682 'surfaces/surfaces_export.h',
683 ], 683 ],
684 'includes': [ 684 'includes': [
685 '../build/android/increase_size_for_speed.gypi', 685 '../build/android/increase_size_for_speed.gypi',
686 ], 686 ],
687 }, 687 },
688 ], 688 ],
689 } 689 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698