|
|
Rename Mac/Win GN builders to GYP builders.
Now that the main Mac and Win builders are on GN, the builders
with "GN" in the names are redundant and confusing. This CL renames
them and the corresponding trybots to "GYP" to provide some GYP
coverage until we drop the GYP build completely.
There are matching trybots for the builders, but they are not
part of the commit queue.
- chromium.mac
- "Mac GN" -> "Mac GYP"
- "Mac GN (dbg)" -> "Mac GYP (dbg)"
- chromium.win
- "Win8 Aura" -> "Win8 GYP" (Aura has been default for a long time)
- "Win8 GN (dbg) -> "Win8 GYP (dbg)"
- tryserver.chromium.mac
- mac_chromium_rel_ng -> mac_chromium_gyp_rel
- mac_chromium_dbg_ng -> mac_chromium_gyp_dbg
- tryserver.chromium.win
- win8_chromium_ng -> win8_chromium_gyp_rel
- win8_chromium_gn_dbg -> win8_chromium_gyp_dbg
R=rsesek@chromium.org
BUG= 618468, 605318
Committed: https://chromium.googlesource.com/chromium/tools/build/+/11582d2d7d07ac1409907a39ed823b68a9916271
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -52 lines) |
Patch |
 |
M |
masters/master.chromium.mac/master_mac_cfg.py
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
masters/master.chromium.mac/slaves.cfg
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
masters/master.chromium.win/master_win_cfg.py
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
masters/master.chromium.win/slaves.cfg
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
masters/master.tryserver.chromium.mac/master.cfg
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
masters/master.tryserver.chromium.mac/slaves.cfg
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
masters/master.tryserver.chromium.win/master.cfg
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
masters/master.tryserver.chromium.win/slaves.cfg
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
|
View
|
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
View
|
1
|
3 chunks |
+44 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_tests/trybots.py
|
View
|
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GYP.json
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GYP__dbg_.json
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GYP.json
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GYP__dbg_.json
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_mac_mac_chromium_gyp_dbg.json
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_mac_mac_chromium_gyp_rel.json
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win8_chromium_gyp_dbg.json
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win8_chromium_gyp_rel.json
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/masters_recipes_test.py
|
View
|
1
2
|
4 chunks |
+33 lines, -3 lines |
2 comments
|
Download
|
Total messages: 17 (8 generated)
|