Chromium Code Reviews| Index: masters/master.chromium/master_full_cfg.py |
| =================================================================== |
| --- masters/master.chromium/master_full_cfg.py (revision 201920) |
| +++ masters/master.chromium/master_full_cfg.py (working copy) |
| @@ -62,7 +62,7 @@ |
| B('Win Split', 'win_split', 'compile|windows', 'chromium') |
| F('win_split', win_out().ChromiumFactory( |
| target='Release', |
| - options=['--build-tool=ninja'], |
| + options=['--build-tool=ninja', 'chromium_builder_tests'], |
|
iannucci
2013/05/23 23:21:19
add a '--' in between these two
|
| factory_properties={ |
| 'process_dumps': True, |
| 'start_crash_handler': True, |