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

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

Issue 915453002: clang/win bots: Pass fastbuild=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/config.py
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
index a4f1f40a67f20a1fceb1d8e72ad9bd5d1939c284..b6462145e38732916f4bf1474d1efa7bb0d4abb7 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -480,7 +480,8 @@ def chromium_no_goma(c):
def chromium(c):
c.compile_py.default_targets = ['All', 'chromium_builder_tests']
-@config_ctx(includes=['ninja', 'clang']) # Intentionally no goma yet.
+@config_ctx(includes=['ninja', 'clang',
+ 'fastbuild']) # Intentionally no goma yet.
def chromium_win_clang(c):
pass
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698