From 19f1c459ce0af4e0f7121c0d027c1098b62266bd Mon Sep 17 00:00:00 2001 From: "agable@chromium.org" Date: Mon, 25 Aug 2014 20:48:07 +0000 Subject: [PATCH] Have 'fetch chromium' set up with .DEPS.git to support recursion. R=iannucci@chromium.org Review URL: https://codereview.chromium.org/504933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291613 0039d316-1c4b-4281-b951-d872f2087c98 --- recipes/infra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/infra.py b/recipes/infra.py index cb3e340076..3c65b4420f 100644 --- a/recipes/infra.py +++ b/recipes/infra.py @@ -19,7 +19,7 @@ class Infra(recipe_util.Recipe): 'url' : 'https://chromium.googlesource.com/infra/%s%s.git' % ( path_infix + '/' if path_infix else '', name ), - 'deps_file': 'DEPS', + 'deps_file': '.DEPS.git', 'managed' : False, } spec = {