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

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

Issue 1819613002: Flip remaining chromium_gn bots to the chromium recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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
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 635ba64706e9bc207d5a8480df4cc88490395c9a..4a2cfceeed9613eab1b6a972ad0daad1ec1f9d5d 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -521,10 +521,6 @@ def trybot_flavor(c):
dcheck(c, optional=True)
@config_ctx()
-def gn_minimal_symbols(c):
- c.gn_args.append('symbol_level=1')
-
-@config_ctx()
def clang_tot(c):
c.env.LLVM_FORCE_HEAD_REVISION = 'YES'
# Plugin flags often need to be changed when using a plugin newer than

Powered by Google App Engine
This is Rietveld 408576698