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

Unified Diff: mojo/shell/runner/common/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/runner/child/test_native_main.cc ('k') | mojo/shell/runner/common/client_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/common/BUILD.gn
diff --git a/mojo/shell/runner/common/BUILD.gn b/mojo/shell/runner/common/BUILD.gn
index 2fe8f6556d8abbb4ea8823726ee14bfb2f70f536..f780070836cc81a4d1f6e04479e8f64d80b88513 100644
--- a/mojo/shell/runner/common/BUILD.gn
+++ b/mojo/shell/runner/common/BUILD.gn
@@ -4,7 +4,20 @@
source_set("common") {
sources = [
+ "client_util.cc",
+ "client_util.h",
"switches.cc",
"switches.h",
]
+
+ deps = [
+ "//base",
+ "//mojo/edk/system",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
+ ]
+
+ public_deps = [
+ "//mojo/shell/public/interfaces",
+ ]
}
« no previous file with comments | « mojo/shell/runner/child/test_native_main.cc ('k') | mojo/shell/runner/common/client_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698