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

Unified Diff: cc/BUILD.gn

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, 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/test/layer_tree_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 3e5b0a2e732b4586b040647b5888b64c033bdaba..a4e7169eca9d36c3b9f5dc6729338c0585508f60 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -493,7 +493,9 @@ component("cc") {
"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/remote_proto_channel.h",
"trees/scoped_abort_remaining_swap_promises.h",
@@ -503,8 +505,6 @@ component("cc") {
"trees/swap_promise_monitor.h",
"trees/task_runner_provider.cc",
"trees/task_runner_provider.h",
- "trees/thread_proxy.cc",
- "trees/thread_proxy.h",
"trees/threaded_channel.cc",
"trees/threaded_channel.h",
"trees/tree_synchronizer.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/test/layer_tree_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698