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

Unified Diff: cc/BUILD.gn

Issue 1377063003: Split ThreadProxy methods to ProxyMain and ProxyImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add remaining post task methods. Created 5 years, 2 months 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/trees/proxy_common.h » ('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 2cd502a6d796715bfc6901587394430e8f3fa091..e3162059c5937d8301aac2f198b326f202a0617c 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -485,6 +485,8 @@ component("cc") {
"trees/property_tree_builder.h",
"trees/proxy.cc",
"trees/proxy.h",
+ "trees/proxy_common.cc",
+ "trees/proxy_common.h",
"trees/proxy_impl.h",
"trees/proxy_main.h",
"trees/scoped_abort_remaining_swap_promises.h",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/trees/proxy_common.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698