Use relative paths in DEPS.

This allows the root directory to be named anything, rather than
limiting it to "trunk".

An example .gclient:
{ "name": "3.8",  # Not trunk!
  "url": "https://webrtc.googlecode.com/svn/branches/3.8",
  "custom_vars": {
    "root_dir": "3.8",
  },
},

BUG=none
TEST=trybots

Review URL: https://webrtc-codereview.appspot.com/717005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2568 4adac7df-926f-26a2-2b94-8c16560cd09d
1 file changed