summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-29 21:37:54 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-29 21:37:54 +0000
commitcc47c017983b27b25ead33b0da2805ab654c73b3 (patch)
tree12176b1a79ed5c82f51e3615f44817d654b84e78
parent307f536386aad3abf7c0978b892ffac059eb0be5 (diff)
downloadchromium_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--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 0e2e18d..91de90c 100644
--- a/DEPS
+++ b/DEPS
@@ -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'
]