diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 18:57:42 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 18:57:42 +0000 |
commit | fc7afb2ef84851af83fd14150ed2bc4f37ae5b42 (patch) | |
tree | 1471cc8d9daa49c94aa1a3bd012511fb974f4ef7 /ui/views/corewm/DEPS | |
parent | f6ed3d18cdec0ca63de8033aa1da82eafc2126fa (diff) | |
download | chromium_src-fc7afb2ef84851af83fd14150ed2bc4f37ae5b42.zip chromium_src-fc7afb2ef84851af83fd14150ed2bc4f37ae5b42.tar.gz chromium_src-fc7afb2ef84851af83fd14150ed2bc4f37ae5b42.tar.bz2 |
Move aura shared and desktop classes to the views target. Note that the files don't actually move, that'll come later. I'm just moving them from one target to another.
http://crbug.com/158115
R=scottmg@chromium.org
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/11368010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/corewm/DEPS')
-rw-r--r-- | ui/views/corewm/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/views/corewm/DEPS b/ui/views/corewm/DEPS new file mode 100644 index 0000000..06abf63 --- /dev/null +++ b/ui/views/corewm/DEPS @@ -0,0 +1,4 @@ +# This code should not depend on Views.
+
+"-ui/views",
+"+ui/views/views_export.h"
|