Chromium Code Reviews| Index: scripts/master/factory/chromium_factory.py |
| =================================================================== |
| --- scripts/master/factory/chromium_factory.py (revision 181366) |
| +++ scripts/master/factory/chromium_factory.py (working copy) |
| @@ -875,6 +875,9 @@ |
| factory_properties['gclient_env'].setdefault('GYP_MSVS_VERSION', '2010') |
| tests = tests or [] |
| + if slave_type == 'Trybot': |
| + self._InitWebkitLatestFactorySettings(factory_properties) |
|
M-A Ruel
2013/02/08 19:36:40
# This permits simpler webkit specific try jobs.
tony
2013/02/08 19:50:33
Done.
|
| + |
| if factory_properties.get('needs_valgrind'): |
| self._solutions[0].custom_deps_list = [self.CUSTOM_DEPS_VALGRIND] |
| elif factory_properties.get('needs_tsan_win'): |