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

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)
@@ -19,6 +19,7 @@
T = helper.Triggerable
def win(): return chromium_factory.ChromiumFactory('src/build', 'win32')
+def win_out(): return chromium_factory.ChromiumFactory('src/out', 'win32')
def linux(): return chromium_factory.ChromiumFactory('src/out', 'linux2')
def mac(): return chromium_factory.ChromiumFactory('src/xcodebuild', 'darwin')
def linux_android(): return chromium_factory.ChromiumFactory(
@@ -58,6 +59,20 @@
},
}))
+B('Win Split', 'win_split', 'compile|windows', 'chromium')
+F('win_split', win_out().ChromiumFactory(
+ target='Release',
+ options=['--build-tool=ninja'],
+ factory_properties={
+ 'process_dumps': True,
+ 'start_crash_handler': True,
+ 'gclient_env': {
+ 'GYP_DEFINES': 'fastbuild=1 chrome_split_dll=1',
+ 'GYP_GENERATORS': 'ninja',
+ },
+ }))
+
+
################################################################################
## 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