| Index: scripts/slave/recipe_modules/chromium/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
|
| index 56759ccd142e979005fce95c549c6466bbe5db0f..4bf16fcb1ff5d4fe022ec137d34b3812effcc745 100644
|
| --- a/scripts/slave/recipe_modules/chromium/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium/api.py
|
| @@ -177,13 +177,6 @@ class ChromiumApi(recipe_api.RecipeApi):
|
| '--goma-cache-dir', self.m.path['goma_cache'],
|
| ]
|
|
|
| - # Set some buildbot info used in goma_utils.
|
| - for key in ['buildername', 'mastername', 'slavename', 'clobber']:
|
| - if key in self.m.properties:
|
| - args.extend([
|
| - '--buildbot-%s' % key, self.m.properties[key]
|
| - ])
|
| -
|
| # Use explicit goma deps cache dir if it's set in the path config.
|
| # Otherwise use the default one inside build output directory.
|
| try:
|
|
|