Commit daf35abc authored by Vadim Shtayura's avatar Vadim Shtayura

Check that 'DEPS' is used in gclient solution (not '.DEPS.git').

R=iannucci@chromium.org
BUG=406661

Review URL: https://codereview.chromium.org/493753003

Cr-Commit-Position: refs/heads/master@{#291564}
parent 381fcbaa
...@@ -60,7 +60,7 @@ TEST_REPO_URL = 'https://chromium.googlesource.com/a/playground/access_test' ...@@ -60,7 +60,7 @@ TEST_REPO_URL = 'https://chromium.googlesource.com/a/playground/access_test'
# Git-compatible gclient solution. # Git-compatible gclient solution.
GOOD_GCLIENT_SOLUTION = { GOOD_GCLIENT_SOLUTION = {
'name': 'src', 'name': 'src',
'deps_file': '.DEPS.git', 'deps_file': 'DEPS',
'managed': False, 'managed': False,
'url': 'https://chromium.googlesource.com/chromium/src.git', 'url': 'https://chromium.googlesource.com/chromium/src.git',
} }
......
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