Commit 47f44dc1 authored by Aaron Gable's avatar Aaron Gable Committed by Commit Bot

fetch: stop specifying .DEPS.git for any repos

None of these repos has had a .DEPS.git file in over 3.5 years.

R=ehmaldonado

Bug: 824734
Change-Id: I768e247eee5a8eff9fcf8f1891497840909ec9fa
Reviewed-on: https://chromium-review.googlesource.com/982521Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
parent fe68c91e
......@@ -17,7 +17,6 @@ class Chromium(config_util.Config):
url = 'https://chromium.googlesource.com/chromium/src.git'
solution = { 'name' :'src',
'url' : url,
'deps_file': '.DEPS.git',
'managed' : False,
'custom_deps': {},
}
......
......@@ -21,7 +21,6 @@ class Infra(config_util.Config):
{
'name' : 'infra',
'url' : 'https://chromium.googlesource.com/infra/infra.git',
'deps_file': '.DEPS.git',
'managed' : False,
}
],
......
......@@ -22,7 +22,6 @@ class InfraInternal(config_util.Config):
{
'name': 'infra_internal',
'url': url('chrome-internal', 'infra/infra_internal'),
'deps_file': '.DEPS.git',
'managed': False
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment