summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/BUILD.gn
diff options
context:
space:
mode:
authorben <ben@chromium.org>2015-08-20 19:37:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-21 02:38:50 +0000
commit243570668eb88df434414fd0d617ffd40cbac178 (patch)
tree8772672c47d306ca9f3c73be467758611abb0298 /mandoline/ui/BUILD.gn
parent86fd9d20060aa3615f348637ec43c1bc8aa60394 (diff)
downloadchromium_src-243570668eb88df434414fd0d617ffd40cbac178.zip
chromium_src-243570668eb88df434414fd0d617ffd40cbac178.tar.gz
chromium_src-243570668eb88df434414fd0d617ffd40cbac178.tar.bz2
Merge Browser and DesktopUI.
- Eliminates AndroidUI. - Eliminates Browser, folding into DesktopUI. Subsequent steps will be to shift this class up one level & rename to something better. R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/1308553003 Cr-Commit-Position: refs/heads/master@{#344662}
Diffstat (limited to 'mandoline/ui/BUILD.gn')
-rw-r--r--mandoline/ui/BUILD.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/mandoline/ui/BUILD.gn b/mandoline/ui/BUILD.gn
index e6152c8..f066de5 100644
--- a/mandoline/ui/BUILD.gn
+++ b/mandoline/ui/BUILD.gn
@@ -6,10 +6,12 @@ import("//build/config/ui.gni")
group("ui") {
deps = [
- "browser",
"phone_ui",
]
if (use_aura) {
- deps += [ "omnibox" ]
+ deps += [
+ "browser",
+ "omnibox",
+ ]
}
}