| Index: scripts/master/factory/chromium_factory.py
|
| ===================================================================
|
| --- scripts/master/factory/chromium_factory.py (revision 183310)
|
| +++ scripts/master/factory/chromium_factory.py (working copy)
|
| @@ -889,6 +889,10 @@
|
| factory_properties['gclient_env'].setdefault('GYP_MSVS_VERSION', '2010')
|
| tests = tests or []
|
|
|
| + # This permits simpler WebKit specific try jobs.
|
| + if slave_type == 'Trybot':
|
| + self._InitWebkitLatestFactorySettings(factory_properties)
|
| +
|
| if factory_properties.get('needs_valgrind'):
|
| self._solutions[0].custom_deps_list = [self.CUSTOM_DEPS_VALGRIND]
|
| elif factory_properties.get('needs_tsan_win'):
|
|
|