diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 17:13:34 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 17:13:34 +0000 |
commit | 901cb8b4dc5b85965b0c498eb38499e5d6557bce (patch) | |
tree | d95eb604f75b1412a7ff28d6cff944ef78620e02 /chrome/DEPS | |
parent | 9fe37555ac558799ab41508e8f654c87c704ba07 (diff) | |
download | chromium_src-901cb8b4dc5b85965b0c498eb38499e5d6557bce.zip chromium_src-901cb8b4dc5b85965b0c498eb38499e5d6557bce.tar.gz chromium_src-901cb8b4dc5b85965b0c498eb38499e5d6557bce.tar.bz2 |
fix checkdeps by adding new dir
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index b5c9b6e..c9dfbbe 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -1,10 +1,10 @@ include_rules = [ + "+ash", "+crypto", "+gpu", "+net", "+printing", "+sql", - "+views", # The subdirectories in chrome/ will manually allow their own include # directories in chrome/ so we disallow all of them. |