| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 8f00971f9a228b74466880f28fa4437e512594ec..1d5be78272e4ece909da1ac0c570a9d63dd94306 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -922,10 +922,7 @@ def GenSteps(api):
|
| raise
|
|
|
| if bot_config.get('use_isolate') or has_swarming_tests:
|
| - # Remove the build metadata from the binaries. Currently it's a noop on
|
| - # all platforms except Windows where it run zap_timestamp.exe on all the
|
| - # PE images.
|
| - api.isolate.remove_build_metadata()
|
| + # TODO(sebmarchand): remove_build_metadata, http://crbug.com/314403 .
|
| # Isolate all prepared targets, will look for *.isolated.gen.json files.
|
| api.isolate.isolate_tests(api.chromium.output_dir, verbose=True)
|
|
|
|
|