diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 21:37:54 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 21:37:54 +0000 |
commit | cc47c017983b27b25ead33b0da2805ab654c73b3 (patch) | |
tree | 12176b1a79ed5c82f51e3615f44817d654b84e78 | |
parent | 307f536386aad3abf7c0978b892ffac059eb0be5 (diff) | |
download | chromium_src-cc47c017983b27b25ead33b0da2805ab654c73b3.zip chromium_src-cc47c017983b27b25ead33b0da2805ab654c73b3.tar.gz chromium_src-cc47c017983b27b25ead33b0da2805ab654c73b3.tar.bz2 |
Add testing to main DEPS
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4170 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ include_rules = [ # For now, we allow ICU to be included by specifying "unicode/...", although # this should probably change. - "+unicode" + "+unicode", + '+testing' ] |