summaryrefslogtreecommitdiffstats
path: root/mandoline/app
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-08-12 12:19:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-12 19:20:29 +0000
commit88d7709e7b708e6bb58cc920bd9e13c5102b2d22 (patch)
tree4ed45f404bcea495d052c0bf63915548e0642314 /mandoline/app
parent77b18c5ae36b9f3372e17268db04f3bd795522ba (diff)
downloadchromium_src-88d7709e7b708e6bb58cc920bd9e13c5102b2d22.zip
chromium_src-88d7709e7b708e6bb58cc920bd9e13c5102b2d22.tar.gz
chromium_src-88d7709e7b708e6bb58cc920bd9e13c5102b2d22.tar.bz2
Gets //mandoline passing gn check
BUG=none TEST=none R=ben@chromium.org Committed: https://crrev.com/c202fc81d0b4931cb928672e5cd226e51e501ea9 Cr-Commit-Position: refs/heads/master@{#342890} Review URL: https://codereview.chromium.org/1278803006 Cr-Commit-Position: refs/heads/master@{#343067}
Diffstat (limited to 'mandoline/app')
-rw-r--r--mandoline/app/android/BUILD.gn2
-rw-r--r--mandoline/app/desktop/main.cc3
2 files changed, 2 insertions, 3 deletions
diff --git a/mandoline/app/android/BUILD.gn b/mandoline/app/android/BUILD.gn
index e5f9f59..4124182 100644
--- a/mandoline/app/android/BUILD.gn
+++ b/mandoline/app/android/BUILD.gn
@@ -19,9 +19,11 @@ group("android") {
executable("mandoline_runner") {
deps = [
":jni_headers",
+ "//base",
"//mandoline/ui/browser/public/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/runner:lib",
"//mojo/runner:mojo_runner_lib",
]
diff --git a/mandoline/app/desktop/main.cc b/mandoline/app/desktop/main.cc
index 59a5d90..a1e26aa 100644
--- a/mandoline/app/desktop/main.cc
+++ b/mandoline/app/desktop/main.cc
@@ -3,14 +3,11 @@
// found in the LICENSE file.
#include "base/at_exit.h"
-#include "base/bind.h"
#include "base/command_line.h"
-#include "base/files/file_path.h"
#include "mandoline/app/desktop/launcher_process.h"
#include "mojo/runner/child_process.h"
#include "mojo/runner/init.h"
#include "mojo/runner/switches.h"
-#include "mojo/shell/native_runner.h"
int main(int argc, char** argv) {
base::CommandLine::Init(argc, argv);