Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 2218413004: Remove --goma-enable-compiler-info-cache option from compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/compile.py ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « scripts/slave/compile.py ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698