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 |