summaryrefslogtreecommitdiffstats
path: root/mash/BUILD.gn
diff options
context:
space:
mode:
authormsw <msw@chromium.org>2016-01-13 21:05:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 05:06:32 +0000
commit85273d0c56790d470d9d002990da25ae6fb9c950 (patch)
treefbfe488f0719d5e5a4c32aa1daf60db6f0b3695f /mash/BUILD.gn
parent592c59e49f7a1c1ce7fb469dd1f7ef0d98482ad8 (diff)
downloadchromium_src-85273d0c56790d470d9d002990da25ae6fb9c950.zip
chromium_src-85273d0c56790d470d9d002990da25ae6fb9c950.tar.gz
chromium_src-85273d0c56790d470d9d002990da25ae6fb9c950.tar.bz2
Add rudimentary mash shelf functionality.
Add UserWindow[Controller|Observer] interfaces and impls. Move shelf code from mojo:system_ui to mojo:shelf. Add views_examples and task_viewer buttons to the shelf. Show buttons for open user windows; they focus on press. Cleanup mash deps tree (move data_deps from all to shell). BUG=557406 TEST=mojo:mash_shell shelf has rudimentary functionality. R=sky@chromium.org Review URL: https://codereview.chromium.org/1576683002 Cr-Commit-Position: refs/heads/master@{#369330}
Diffstat (limited to 'mash/BUILD.gn')
-rw-r--r--mash/BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 8550b7c..37db36d 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -11,11 +11,8 @@ group("all") {
deps = [
":tests",
"//mash/example",
- "//mash/quick_launch",
"//mash/shell",
"//mash/task_viewer",
- "//mash/wallpaper",
- "//mash/wm",
]
}