Chromium Code Reviews| Index: masters/master.chromium/master_full_cfg.py |
| =================================================================== |
| --- masters/master.chromium/master_full_cfg.py (revision 201604) |
| +++ masters/master.chromium/master_full_cfg.py (working copy) |
| @@ -58,6 +58,20 @@ |
| }, |
| })) |
| +B('Win Split', 'win_split', 'compile|windows', 'chromium') |
| +F('win_split', win().ChromiumFactory( |
|
iannucci1
2013/05/22 22:39:47
use it here
scottmg
2013/05/22 22:48:27
Done.
|
| + target='Release', |
| + options=['--build-tool=ninja'] |
|
iannucci1
2013/05/22 22:39:47
Do you want to specify the targets to build a la t
scottmg
2013/05/22 22:48:27
Sorry, not sure what you mean here. Adding a 'test
iannucci
2013/05/22 23:04:08
Meaning, do you want to compile something specific
|
| + factory_properties={ |
| + 'expectations': True, |
| + 'process_dumps': True, |
| + 'start_crash_handler': True, |
| + 'gclient_env': { |
| + 'GYP_DEFINES': 'fastbuild=1 chrome_split_dll=1', |
|
iannucci1
2013/05/22 22:39:47
I think you need GYP_GENERATORS=ninja here
scottmg
2013/05/22 22:48:27
Done.
|
| + }, |
| + })) |
| + |
| + |
| ################################################################################ |
| ## Mac |
| ################################################################################ |