Chromium Code Reviews| Index: scripts/master/factory/gclient_factory.py |
| diff --git a/scripts/master/factory/gclient_factory.py b/scripts/master/factory/gclient_factory.py |
| index b1a94acb41f6136e521dcc88942a0310c9e692f9..9e251b435b4a4448d77020dc50ca4132c924063a 100644 |
| --- a/scripts/master/factory/gclient_factory.py |
| +++ b/scripts/master/factory/gclient_factory.py |
| @@ -247,8 +247,6 @@ class GClientFactory(object): |
| factory_properties = {} |
| factory_properties.setdefault('gclient_env', {}) |
| gclient_env = factory_properties['gclient_env'] |
| - if options and '--build-tool=ninja' in options: |
| - gclient_env['GYP_GENERATORS'] = 'ninja' |
|
Nico
2016/06/23 16:58:28
GYP_GENERATORS has defaulted to ninja for desktop
|
| # Create the spec for the solutions |
| gclient_spec = self.BuildGClientSpec(tests) |