diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-26 17:04:16 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-26 17:04:16 +0000 |
commit | 44a2e4571da5a1f89532e2224008bf250c20be2c (patch) | |
tree | ad4b7ff1bef13e8610b78af06f696d7fa7f87e56 /DEPS | |
parent | 39697488a98b8204642403b54b2759f5d2e64b2c (diff) | |
download | chromium_src-44a2e4571da5a1f89532e2224008bf250c20be2c.zip chromium_src-44a2e4571da5a1f89532e2224008bf250c20be2c.tar.gz chromium_src-44a2e4571da5a1f89532e2224008bf250c20be2c.tar.bz2 |
Add a warning to tell people to be careful when adding new code.google.com dependencies in the DEPS file.
Review URL: http://codereview.chromium.org/3442015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60607 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ vars = { + # Use this googlecode_url variable only if there is an internal mirror for it. + # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", |