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

Unified Diff: masters/master.tryserver.chromium.win/master.cfg

Issue 1795023002: Adding variable buillder for builders using win_gn folder (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 9 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.tryserver.chromium.win/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.win/master.cfg
diff --git a/masters/master.tryserver.chromium.win/master.cfg b/masters/master.tryserver.chromium.win/master.cfg
index ccd5a133d278c96c9c8feb5b5a72380cdadf310f..df801d5746671e82473b8b8e72525ca2a8f22edc 100644
--- a/masters/master.tryserver.chromium.win/master.cfg
+++ b/masters/master.tryserver.chromium.win/master.cfg
@@ -211,7 +211,12 @@ variable_builders = [
'name': 'win_chromium_variable',
'factory': m_annotator.BaseFactory('findit/chromium/compile'),
'slavebuilddir': 'win'
- }
+ },
+ {
+ 'name': 'win_chromium_variable_gn',
+ 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
+ 'slavebuilddir': 'win_gn'
+ },
]
c['builders'] = [
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.win/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698