Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1487)

Unified Diff: mandoline/app/android/BUILD.gn

Issue 1278803006: Gets //mandoline passing gn check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: notandroid Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | mandoline/app/desktop/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/app/android/BUILD.gn
diff --git a/mandoline/app/android/BUILD.gn b/mandoline/app/android/BUILD.gn
index e5f9f59762713c2e372b715894f06b343d16fbf8..41241825f32db0a636ea0a213d1b57560cde3c50 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",
]
« no previous file with comments | « .gn ('k') | mandoline/app/desktop/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698