Chromium Code Reviews| 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..5b2cc9fefd6276996492327f74536c4a93e7592d 100644 |
| --- a/scripts/slave/recipe_modules/chromium/api.py |
| +++ b/scripts/slave/recipe_modules/chromium/api.py |
| @@ -474,6 +474,7 @@ class ChromiumApi(recipe_api.RecipeApi): |
| wrapper += ['--clear-sdk-cache'] |
| if self.c.compile_py.goma_dir: |
| wrapper += ['--gomadir', self.c.compile_py.goma_dir] |
| + wrapper += ['--nostart-goma'] |
|
dnj
2016/09/08 16:14:45
Can you add a comment here detailing why this flag
Yoshisato Yanagisawa
2016/09/12 01:55:11
Wrote a comment.
I do not know a situation where
|
| if self.c.gyp_env.GYP_DEFINES.get('fastbuild', 0) == 1: |
| wrapper += ['--fastbuild'] |
| wrapper += ['--'] |