From 4baa728acc391238798800e925c431d226202696 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 10 Nov 2015 23:32:48 -0800 Subject: 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} --- mandoline/app/desktop/BUILD.gn | 2 ++ mandoline/app/desktop/main.cc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'mandoline') 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); -- cgit v1.1