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

Unified Diff: mojo/shell/runner/host/BUILD.gn

Issue 1761153002: Replace ChildController with ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@29binding
Patch Set: . Created 4 years, 10 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 | « mojo/shell/runner/child/runner_connection.cc ('k') | mojo/shell/runner/host/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/host/BUILD.gn
diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
index 7ca40377ff8636fac8fd487b0bc58a73e61b8a60..59f2cc7d396906959ecdf176906d2b4a37943574 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/mojo/shell/runner/host/BUILD.gn
@@ -48,8 +48,8 @@ source_set("child_process_base") {
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/shell",
+ "//mojo/shell/public/interfaces",
"//mojo/shell/runner:init",
- "//mojo/shell/runner/child:interfaces",
"//mojo/shell/runner/common",
]
}
@@ -76,8 +76,8 @@ source_set("lib") {
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/shell",
+ "//mojo/shell/public/interfaces",
"//mojo/shell/runner:init",
- "//mojo/shell/runner/child:interfaces",
"//mojo/shell/runner/common",
]
« no previous file with comments | « mojo/shell/runner/child/runner_connection.cc ('k') | mojo/shell/runner/host/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698