| Index: recipe_modules/bot_update/resources/bot_update.py
|
| diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
|
| index d0a42c0b61d6d4a02d2a12955dd02246378e031e..ac4254dd292d9f1cf6ddef94e77e2812195021ba 100755
|
| --- a/recipe_modules/bot_update/resources/bot_update.py
|
| +++ b/recipe_modules/bot_update/resources/bot_update.py
|
| @@ -250,6 +250,8 @@ RECOGNIZED_PATHS = {
|
| CHROMIUM_SRC_URL,
|
| '/chrome/trunk/src/tools/cros.DEPS':
|
| CHROMIUM_GIT_HOST + '/chromium/src/tools/cros.DEPS.git',
|
| + '/chrome-internal/trunk/src-internal':
|
| + 'https://chrome-internal.googlesource.com/chrome/src-internal.git',
|
| }
|
| RECOGNIZED_PATHS.update(internal_data.get('RECOGNIZED_PATHS', {}))
|
|
|
|
|