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

Unified Diff: mandoline/ui/BUILD.gn

Issue 1133893003: Omnibox app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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
Index: mandoline/ui/BUILD.gn
diff --git a/mandoline/ui/BUILD.gn b/mandoline/ui/BUILD.gn
index 070e2f4e8e749f24feeedc030bd39adaf2d04d29..572918fade7cea222e63594a8738849ff3bb1215 100644
--- a/mandoline/ui/BUILD.gn
+++ b/mandoline/ui/BUILD.gn
@@ -6,6 +6,10 @@ import("//third_party/mojo/src/mojo/public/mojo.gni")
group("ui") {
deps = [
- "//mandoline/ui/browser",
+ "browser",
]
+
+ if (!is_android) {
+ deps += [ "omnibox" ]
+ }
}
« no previous file with comments | « mandoline/services/core_services/core_services_application_delegate.cc ('k') | mandoline/ui/aura/screen_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698