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

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

Issue 1801963002: Change primordial pipes to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase onto catalog CL Created 4 years, 9 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/public/interfaces/connector.mojom ('k') | mojo/shell/runner/child/runner_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/child/BUILD.gn
diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
index e8c63bddcfb8944384a640a98df6e755e483cd7a..0276b3d1fdc2bd725b5b4ea59fe7f96c7988b531 100644
--- a/mojo/shell/runner/child/BUILD.gn
+++ b/mojo/shell/runner/child/BUILD.gn
@@ -10,24 +10,6 @@ group("child") {
testonly = true
deps = [
":apptests",
- ":lib",
- ]
-}
-
-source_set("lib") {
- sources = [
- "runner_connection.cc",
- "runner_connection.h",
- ]
-
- deps = [
- "//base",
- "//mojo/edk/system",
- "//mojo/message_pump",
- "//mojo/platform_handle:platform_handle_impl",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
- "//mojo/shell/runner/common",
]
}
@@ -46,7 +28,7 @@ source_set("test_native_main") {
"//mojo/edk/system",
"//mojo/message_pump",
"//mojo/shell/public/cpp",
- "//mojo/shell/runner/child:lib",
+ "//mojo/shell/runner/common",
]
}
@@ -100,7 +82,6 @@ executable("native_target") {
deps = [
":apptest_interfaces",
- ":lib",
":test_native_main",
"//base",
"//build/config/sanitizers:deps",
« no previous file with comments | « mojo/shell/public/interfaces/connector.mojom ('k') | mojo/shell/runner/child/runner_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698