summaryrefslogtreecommitdiffstats
path: root/mojo/shell/runner/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/runner/common/BUILD.gn')
-rw-r--r--mojo/shell/runner/common/BUILD.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/mojo/shell/runner/common/BUILD.gn b/mojo/shell/runner/common/BUILD.gn
index 2fe8f65..f780070 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",
+ ]
}