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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 2a40437293958829cb08b9825107c1de02446818..2fb9668f10b913256ee4e5ec7f27326f6c46806a 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -550,15 +550,15 @@
'trees/proxy.h',
'trees/proxy_common.cc',
'trees/proxy_common.h',
+ 'trees/proxy_impl.cc',
'trees/proxy_impl.h',
+ 'trees/proxy_main.cc',
'trees/proxy_main.h',
'trees/scoped_abort_remaining_swap_promises.h',
'trees/single_thread_proxy.cc',
'trees/single_thread_proxy.h',
'trees/swap_promise_monitor.cc',
'trees/swap_promise_monitor.h',
- 'trees/thread_proxy.cc',
- 'trees/thread_proxy.h',
'trees/task_runner_provider.cc',
'trees/task_runner_provider.h',
'trees/threaded_channel.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/benchmark_instrumentation.h » ('j') | cc/test/layer_tree_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698