summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/BUILD.gn
diff options
context:
space:
mode:
authorben <ben@chromium.org>2015-05-04 23:42:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-05 06:43:17 +0000
commit790a612290f8c0c4245f7cfd1a4701ccf259b59b (patch)
treec3f8801891e8f2602ecb7df93512cb89161a241a /mandoline/ui/BUILD.gn
parent0b08038dc1753d2d417dfa040e63aef21ee8dce5 (diff)
downloadchromium_src-790a612290f8c0c4245f7cfd1a4701ccf259b59b.zip
chromium_src-790a612290f8c0c4245f7cfd1a4701ccf259b59b.tar.gz
chromium_src-790a612290f8c0c4245f7cfd1a4701ccf259b59b.tar.bz2
Restore aura support from Mojo repo.
This is mostly a straight restore into mandoline/ui/aura (combined the needed views files in there) but had to bring a few things up to date with the state of Mojo SDK now, e.g. declienting etc. R=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/1123643007 Cr-Commit-Position: refs/heads/master@{#328290}
Diffstat (limited to 'mandoline/ui/BUILD.gn')
-rw-r--r--mandoline/ui/BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/mandoline/ui/BUILD.gn b/mandoline/ui/BUILD.gn
new file mode 100644
index 0000000..ea281d3
--- /dev/null
+++ b/mandoline/ui/BUILD.gn
@@ -0,0 +1,11 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//third_party/mojo/src/mojo/public/mojo.gni")
+
+group("ui") {
+ deps = [
+ "//mandoline/ui/aura",
+ ]
+}