summaryrefslogtreecommitdiffstats
path: root/mandoline
diff options
context:
space:
mode:
authorben <ben@chromium.org>2015-11-10 23:32:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-11 07:33:48 +0000
commit4baa728acc391238798800e925c431d226202696 (patch)
tree19c286075c52620049dd8eb9b41c3d8d31eeca2d /mandoline
parent42dd6fc3160c19bdc463c8f3ae7731cd79767c86 (diff)
downloadchromium_src-4baa728acc391238798800e925c431d226202696.zip
chromium_src-4baa728acc391238798800e925c431d226202696.tar.gz
chromium_src-4baa728acc391238798800e925c431d226202696.tar.bz2
Isolate NativeRunner into a subdir.
R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/1415673007 Cr-Commit-Position: refs/heads/master@{#359066}
Diffstat (limited to 'mandoline')
-rw-r--r--mandoline/app/desktop/BUILD.gn2
-rw-r--r--mandoline/app/desktop/main.cc4
2 files changed, 4 insertions, 2 deletions
diff --git a/mandoline/app/desktop/BUILD.gn b/mandoline/app/desktop/BUILD.gn
index 9a6723c..ac6d769 100644
--- a/mandoline/app/desktop/BUILD.gn
+++ b/mandoline/app/desktop/BUILD.gn
@@ -25,6 +25,8 @@ executable("mandoline") {
"//mojo/package_manager",
"//mojo/runner:lib",
"//mojo/runner:register_local_aliases_fwd",
+ "//mojo/runner/host:lib",
+ "//mojo/runner/host:switches",
"//mojo/shell",
]
diff --git a/mandoline/app/desktop/main.cc b/mandoline/app/desktop/main.cc
index d0a7a99..989d8ec 100644
--- a/mandoline/app/desktop/main.cc
+++ b/mandoline/app/desktop/main.cc
@@ -7,9 +7,9 @@
#include "base/debug/stack_trace.h"
#include "base/process/launch.h"
#include "mandoline/app/desktop/launcher_process.h"
-#include "mojo/runner/child_process.h"
+#include "mojo/runner/host/child_process.h"
+#include "mojo/runner/host/switches.h"
#include "mojo/runner/init.h"
-#include "mojo/runner/switches.h"
int main(int argc, char** argv) {
base::CommandLine::Init(argc, argv);