diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 20:16:50 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 20:16:50 +0000 |
commit | 5d0619f6c975dcc1bb522c352cecb65e0c363512 (patch) | |
tree | c94491e93c8f89efad550c05fb37d86ca6f12045 /chrome/DEPS | |
parent | 94fbaa41f59f3dcb859627b698338d133fec1eb1 (diff) | |
download | chromium_src-5d0619f6c975dcc1bb522c352cecb65e0c363512.zip chromium_src-5d0619f6c975dcc1bb522c352cecb65e0c363512.tar.gz chromium_src-5d0619f6c975dcc1bb522c352cecb65e0c363512.tar.bz2 |
Fix checkdeps. aura include is allowed.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 3186b7d..ab4a4c2 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+aura", "+content", "+crypto", "+gpu", |