Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: masters/master.chromium/master_full_cfg.py

Issue 14890029: Add split-dll build to main waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | masters/master.chromium/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
################################################################################
« no previous file with comments | « no previous file | masters/master.chromium/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698