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

Unified Diff: mojo/shell/runner/child/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
Index: mojo/shell/runner/child/BUILD.gn
diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
index cdc50d92cf876d7b89c935bf7fdd8f0c247e53c4..a534dff8915c01a2840d94aa75f4a0cb09c53638 100644
--- a/mojo/shell/runner/child/BUILD.gn
+++ b/mojo/shell/runner/child/BUILD.gn
@@ -21,7 +21,6 @@ source_set("lib") {
]
deps = [
- ":interfaces",
"//base",
"//mojo/edk/system",
"//mojo/message_pump",
@@ -31,18 +30,6 @@ source_set("lib") {
]
}
-mojom("interfaces") {
- sources = [
- "child_controller.mojom",
- ]
-
- deps = [
- "//mojo/shell/public/interfaces",
- ]
-
- import_dirs = [ "//mojo/services" ]
-}
-
source_set("test_native_main") {
sources = [
"test_native_main.cc",
« no previous file with comments | « mojo/shell/public/interfaces/application_manager.mojom ('k') | mojo/shell/runner/child/child_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698