diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 19:41:26 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 19:41:26 +0000 |
commit | f91e6357489e0e36f943bca3d977c266e8375a50 (patch) | |
tree | a942f6bf6f62ca189f6ad1bcf5e5c0f2450eefba /aura | |
parent | 5f63626076bb3ca234b0095fa449a3ba8514ea06 (diff) | |
download | chromium_src-f91e6357489e0e36f943bca3d977c266e8375a50.zip chromium_src-f91e6357489e0e36f943bca3d977c266e8375a50.tar.gz chromium_src-f91e6357489e0e36f943bca3d977c266e8375a50.tar.bz2 |
Adds aura/DEPS. Apparently all top level directories need this.
TBR=derat@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7533026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'aura')
-rw-r--r-- | aura/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aura/DEPS b/aura/DEPS new file mode 100644 index 0000000..7ac5dd0 --- /dev/null +++ b/aura/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "+grit/ui_resources.h", + "+grit/ui_strings.h", + "+skia/ext", + "+ui", +] |