diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-16 01:04:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-16 01:04:30 +0000 |
commit | de6831b6677d817f76387c0e489c9c4781e21260 (patch) | |
tree | e0cf6f69152f70b38a152e68681993d8b2ed8f80 /ui/wm/test/DEPS | |
parent | 8d63476bdb13647553723fcbd8e486786f12bbac (diff) | |
download | chromium_src-de6831b6677d817f76387c0e489c9c4781e21260.zip chromium_src-de6831b6677d817f76387c0e489c9c4781e21260.tar.gz chromium_src-de6831b6677d817f76387c0e489c9c4781e21260.tar.bz2 |
Introduce ui/wm/ directory.
This starts by moving ui/shell into ui/wm/test/ directory and stabilish
a wm.gyp to hold all the targets for wm.
BUG=308710
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/74183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/wm/test/DEPS')
-rw-r--r-- | ui/wm/test/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/wm/test/DEPS b/ui/wm/test/DEPS new file mode 100644 index 0000000..78adcc9 --- /dev/null +++ b/ui/wm/test/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+ui/aura", + "+ui/views", +] |