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

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: Address comments from #18. 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
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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'trees/occlusion.h', 546 'trees/occlusion.h',
547 'trees/occlusion_tracker.cc', 547 'trees/occlusion_tracker.cc',
548 'trees/occlusion_tracker.h', 548 'trees/occlusion_tracker.h',
549 'trees/property_tree.cc', 549 'trees/property_tree.cc',
550 'trees/property_tree.h', 550 'trees/property_tree.h',
551 'trees/property_tree_builder.cc', 551 'trees/property_tree_builder.cc',
552 'trees/property_tree_builder.h', 552 'trees/property_tree_builder.h',
553 'trees/proxy.h', 553 'trees/proxy.h',
554 'trees/proxy_common.cc', 554 'trees/proxy_common.cc',
555 'trees/proxy_common.h', 555 'trees/proxy_common.h',
556 'trees/proxy_impl.cc',
556 'trees/proxy_impl.h', 557 'trees/proxy_impl.h',
558 'trees/proxy_main.cc',
557 'trees/proxy_main.h', 559 'trees/proxy_main.h',
558 'trees/remote_proto_channel.h', 560 'trees/remote_proto_channel.h',
559 'trees/scoped_abort_remaining_swap_promises.h', 561 'trees/scoped_abort_remaining_swap_promises.h',
560 'trees/single_thread_proxy.cc', 562 'trees/single_thread_proxy.cc',
561 'trees/single_thread_proxy.h', 563 'trees/single_thread_proxy.h',
562 'trees/swap_promise_monitor.cc', 564 'trees/swap_promise_monitor.cc',
563 'trees/swap_promise_monitor.h', 565 'trees/swap_promise_monitor.h',
564 'trees/thread_proxy.cc',
565 'trees/thread_proxy.h',
566 'trees/task_runner_provider.cc', 566 'trees/task_runner_provider.cc',
567 'trees/task_runner_provider.h', 567 'trees/task_runner_provider.h',
568 'trees/threaded_channel.cc', 568 'trees/threaded_channel.cc',
569 'trees/threaded_channel.h', 569 'trees/threaded_channel.h',
570 'trees/tree_synchronizer.cc', 570 'trees/tree_synchronizer.cc',
571 'trees/tree_synchronizer.h', 571 'trees/tree_synchronizer.h',
572 ], 572 ],
573 'includes': [ 573 'includes': [
574 '../build/android/increase_size_for_speed.gypi', 574 '../build/android/increase_size_for_speed.gypi',
575 ], 575 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'surfaces/surface_resource_holder.cc', 664 'surfaces/surface_resource_holder.cc',
665 'surfaces/surface_resource_holder.h', 665 'surfaces/surface_resource_holder.h',
666 'surfaces/surfaces_export.h', 666 'surfaces/surfaces_export.h',
667 ], 667 ],
668 'includes': [ 668 'includes': [
669 '../build/android/increase_size_for_speed.gypi', 669 '../build/android/increase_size_for_speed.gypi',
670 ], 670 ],
671 }, 671 },
672 ], 672 ],
673 } 673 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/benchmark_instrumentation.h » ('j') | cc/test/layer_tree_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698