| 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 a21b3b7a4d83de915492a78251bfe971299023b0..3094013b881a678382acbe520dc7c0542679fcd4 100644
|
| --- a/scripts/slave/recipe_modules/chromium/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium/api.py
|
| @@ -207,8 +207,6 @@ class ChromiumApi(recipe_api.RecipeApi):
|
| args += ['--goma-enable-remote-link']
|
| if self.c.compile_py.goma_store_local_run_output:
|
| args += ['--goma-store-local-run-output']
|
| - if self.c.compile_py.goma_enable_compiler_info_cache:
|
| - args += ['--goma-enable-compiler-info-cache']
|
| if self.m.tryserver.is_tryserver:
|
| # We rely on goma to meet cycle time goals on the tryserver. It's better
|
| # to fail early.
|
|
|