Index: infra/bots/recipe_modules/flavor/gn_flavor.py |
diff --git a/infra/bots/recipe_modules/flavor/gn_flavor.py b/infra/bots/recipe_modules/flavor/gn_flavor.py |
index c6eea7672e85b4d65d5ac9c3ffe907d20d22c992..a019de23571ddafe6b48c81a1cb781d9d5b16494 100644 |
--- a/infra/bots/recipe_modules/flavor/gn_flavor.py |
+++ b/infra/bots/recipe_modules/flavor/gn_flavor.py |
@@ -27,7 +27,6 @@ class GNFlavorUtils(default_flavor.DefaultFlavorUtils): |
args=[ |
'--chrome-dir', self.m.vars.checkout_root, |
'--output-dir', self.m.vars.skia_out.join(self.m.vars.configuration), |
- '--chrome-build-type', self.m.vars.configuration, |
bsalomon
2016/11/04 15:38:50
Now the bots use the new default output dir for th
|
'--no-sync', '--make-output-dir']) |
def compile(self, unused_target, **kwargs): |