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

Unified Diff: mandoline/ui/BUILD.gn

Issue 1136593004: Add a simple browser UI (with url bar) (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
« no previous file with comments | « no previous file | mandoline/ui/aura/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/BUILD.gn
diff --git a/mandoline/ui/BUILD.gn b/mandoline/ui/BUILD.gn
index d380df3a6609b386b98d655e8a8a145a92d2c154..070e2f4e8e749f24feeedc030bd39adaf2d04d29 100644
--- a/mandoline/ui/BUILD.gn
+++ b/mandoline/ui/BUILD.gn
@@ -5,10 +5,7 @@
import("//third_party/mojo/src/mojo/public/mojo.gni")
group("ui") {
- if (!is_android) {
- deps = [
- "//mandoline/ui/aura",
- "//mandoline/ui/browser",
- ]
- }
+ deps = [
+ "//mandoline/ui/browser",
+ ]
}
« no previous file with comments | « no previous file | mandoline/ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698