summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-13 15:46:26 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-13 15:46:26 +0000
commit2da2ad20e5ceb5ff4ac3f7e394cdeee1ba4417c5 (patch)
treef69eef0b5782b3fd934f84e8da39d7ba5af8c288 /DEPS
parent2b919f8f20c80609998b66b9ef8268f31c5786a6 (diff)
downloadchromium_src-2da2ad20e5ceb5ff4ac3f7e394cdeee1ba4417c5.zip
chromium_src-2da2ad20e5ceb5ff4ac3f7e394cdeee1ba4417c5.tar.gz
chromium_src-2da2ad20e5ceb5ff4ac3f7e394cdeee1ba4417c5.tar.bz2
Remove the trailing slash so gclient doesn't keep checking out the sources due to url mismatches.
Review URL: http://codereview.chromium.org/115298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 9f556c5..797914d 100644
--- a/DEPS
+++ b/DEPS
@@ -61,9 +61,9 @@ deps_os = {
},
"mac": {
"src/third_party/GTM":
- "http://google-toolbox-for-mac.googlecode.com/svn/trunk/@119",
+ "http://google-toolbox-for-mac.googlecode.com/svn/trunk@119",
"src/third_party/pdfsqueeze":
- "http://pdfsqueeze.googlecode.com/svn/trunk/@2",
+ "http://pdfsqueeze.googlecode.com/svn/trunk@2",
"src/third_party/WebKit/WebKit/mac":
Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
},