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", |
+ ] |
} |