summaryrefslogtreecommitdiffstats
path: root/athena/test/DEPS
diff options
context:
space:
mode:
authoroshima <oshima@chromium.org>2014-10-17 17:58:48 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-18 00:59:23 +0000
commit4903fd36b2b36f00efeb1b7bba81b7de6e9457a3 (patch)
tree77c8ceaec8bfe64fd946656608e8919003dfdebd /athena/test/DEPS
parent994d2564fdce366bb97dc736376bbfd379ec108d (diff)
downloadchromium_src-4903fd36b2b36f00efeb1b7bba81b7de6e9457a3.zip
chromium_src-4903fd36b2b36f00efeb1b7bba81b7de6e9457a3.tar.gz
chromium_src-4903fd36b2b36f00efeb1b7bba81b7de6e9457a3.tar.bz2
Support modal windows
* New ContainerParams - default_parent to specify the default parent when no transient parent is specified. - modal_container_priority now controls the modal container used for a modal window created for the given container. - if not specified, it will fallback downwards to find one. - if window is specified as always_on_top, it will use top most modal container. * Changed network selector/shutdown dialog to use the new API. * Other change: Separated test windows to athena/test/base/test_windows.h BUG=410499 TBR=sky@chromium.org,reed@chromium.org TEST=coverd by unit tests Review URL: https://codereview.chromium.org/662763002 Cr-Commit-Position: refs/heads/master@{#300192}
Diffstat (limited to 'athena/test/DEPS')
-rw-r--r--athena/test/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/athena/test/DEPS b/athena/test/DEPS
index 9fc07db..39df6ee 100644
--- a/athena/test/DEPS
+++ b/athena/test/DEPS
@@ -16,6 +16,6 @@ include_rules = [
"+ui/gfx",
"+ui/gl",
"+ui/views",
- "+ui/wm/core",
+ "+ui/wm",
]