diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 14:48:10 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 14:48:10 +0000 |
commit | bcd1567c3bfdb094b2c24e0935ed16f08b0d1e41 (patch) | |
tree | 8d170862fabd03b266f6960f1dd615a987872a62 /content/DEPS | |
parent | b596068321d72606cd8e65204380e2b23b9169cc (diff) | |
download | chromium_src-bcd1567c3bfdb094b2c24e0935ed16f08b0d1e41.zip chromium_src-bcd1567c3bfdb094b2c24e0935ed16f08b0d1e41.tar.gz chromium_src-bcd1567c3bfdb094b2c24e0935ed16f08b0d1e41.tar.bz2 |
Move wm/public into wm target
TBR=sky@chromium.org
http://crbug/com/308710
Review URL: https://codereview.chromium.org/209383003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 01732b9..94b8d01 100644 --- a/content/DEPS +++ b/content/DEPS @@ -90,6 +90,7 @@ include_rules = [ "+ui/snapshot", "+ui/surface", "+ui/wm/public", + "+ui/wm/test", # Content knows about grd files, but the specifics of how to get a resource # given its id is left to the embedder. "-ui/base/l10n", |