Chromium Code Reviews| Index: support/chromite_wrapper |
| diff --git a/support/chromite_wrapper b/support/chromite_wrapper |
| index dd2e1d133ddc7937be9c7f363b26439cf33391b2..73af5e7b7b49b8de33d7cd1fc63df69dcb76a470 100755 |
| --- a/support/chromite_wrapper |
| +++ b/support/chromite_wrapper |
| @@ -37,6 +37,7 @@ def _FindChromite(path): |
| roots = ( |
| ('.repo', 'chromite/.git'), |
| ('.gclient', 'src/third_party/chromite/.git'), |
| + ('src/.gitmodules', 'src/third_party/chromite/.git'), |
| ) |
| while path != '/': |