Skip to content

Commit

Permalink
Check that 'DEPS' is used in gclient solution (not '.DEPS.git').
Browse files Browse the repository at this point in the history
R=iannucci@chromium.org
BUG=406661

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

Cr-Commit-Position: refs/heads/master@{#291564}
  • Loading branch information
vadimsht committed Aug 23, 2014
1 parent 381fcba commit daf35ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_git_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# Git-compatible gclient solution.
GOOD_GCLIENT_SOLUTION = {
'name': 'src',
'deps_file': '.DEPS.git',
'deps_file': 'DEPS',
'managed': False,
'url': 'https://chromium.googlesource.com/chromium/src.git',
}
Expand Down

0 comments on commit daf35ab

Please sign in to comment.