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

Side by Side Diff: cc/cc.gyp

Issue 1417053005: cc: Split ThreadProxy into ProxyMain and ProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ThreadedChannel::GetProxyImpl to GetProxyImplForTesting Created 5 years, 1 month 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'trees/occlusion.h', 544 'trees/occlusion.h',
545 'trees/occlusion_tracker.cc', 545 'trees/occlusion_tracker.cc',
546 'trees/occlusion_tracker.h', 546 'trees/occlusion_tracker.h',
547 'trees/property_tree.cc', 547 'trees/property_tree.cc',
548 'trees/property_tree.h', 548 'trees/property_tree.h',
549 'trees/property_tree_builder.cc', 549 'trees/property_tree_builder.cc',
550 'trees/property_tree_builder.h', 550 'trees/property_tree_builder.h',
551 'trees/proxy.h', 551 'trees/proxy.h',
552 'trees/proxy_common.cc', 552 'trees/proxy_common.cc',
553 'trees/proxy_common.h', 553 'trees/proxy_common.h',
554 'trees/proxy_impl.cc',
554 'trees/proxy_impl.h', 555 'trees/proxy_impl.h',
556 'trees/proxy_main.cc',
555 'trees/proxy_main.h', 557 'trees/proxy_main.h',
556 'trees/scoped_abort_remaining_swap_promises.h', 558 'trees/scoped_abort_remaining_swap_promises.h',
557 'trees/single_thread_proxy.cc', 559 'trees/single_thread_proxy.cc',
558 'trees/single_thread_proxy.h', 560 'trees/single_thread_proxy.h',
559 'trees/swap_promise_monitor.cc', 561 'trees/swap_promise_monitor.cc',
560 'trees/swap_promise_monitor.h', 562 'trees/swap_promise_monitor.h',
561 'trees/thread_proxy.cc',
562 'trees/thread_proxy.h',
563 'trees/task_runner_provider.cc', 563 'trees/task_runner_provider.cc',
564 'trees/task_runner_provider.h', 564 'trees/task_runner_provider.h',
565 'trees/threaded_channel.cc', 565 'trees/threaded_channel.cc',
566 'trees/threaded_channel.h', 566 'trees/threaded_channel.h',
567 'trees/tree_synchronizer.cc', 567 'trees/tree_synchronizer.cc',
568 'trees/tree_synchronizer.h', 568 'trees/tree_synchronizer.h',
569 ], 569 ],
570 'includes': [ 570 'includes': [
571 '../build/android/increase_size_for_speed.gypi', 571 '../build/android/increase_size_for_speed.gypi',
572 ], 572 ],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'surfaces/surface_resource_holder.cc', 655 'surfaces/surface_resource_holder.cc',
656 'surfaces/surface_resource_holder.h', 656 'surfaces/surface_resource_holder.h',
657 'surfaces/surfaces_export.h', 657 'surfaces/surfaces_export.h',
658 ], 658 ],
659 'includes': [ 659 'includes': [
660 '../build/android/increase_size_for_speed.gypi', 660 '../build/android/increase_size_for_speed.gypi',
661 ], 661 ],
662 }, 662 },
663 ], 663 ],
664 } 664 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/benchmark_instrumentation.h » ('j') | cc/trees/channel_main.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698