summaryrefslogtreecommitdiffstats
path: root/mojo/shell
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell')
-rw-r--r--mojo/shell/runner/host/BUILD.gn12
1 files changed, 8 insertions, 4 deletions
diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
index f7b4538..67066af 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/mojo/shell/runner/host/BUILD.gn
@@ -69,19 +69,23 @@ source_set("lib") {
deps = [
":child_process_base",
":native_application_support",
- "//base",
"//base:base_static",
"//base:i18n",
- "//mojo/edk/system",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
- "//mojo/shell",
"//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
"//mojo/shell/runner:init",
"//mojo/shell/runner/common",
]
+ public_deps = [
+ "//base",
+ "//mojo/edk/system",
+ "//mojo/public/cpp/system",
+ "//mojo/shell",
+ "//mojo/shell/public/interfaces",
+ ]
+
if (is_linux && !is_android) {
sources += [
"linux_sandbox.cc",