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

Unified Diff: tools/mb/mb_config.pyl

Issue 2085873005: Flip remaining chromium.webrtc* builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_skia
Patch Set: rebase Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 180f69ab84c17acb389ead1913a4e414ca130721..45900539972046bb98a48d9ef330b9d8da0c2054 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -579,9 +579,9 @@
'chromium.webrtc': {
'Linux Builder': 'gn_release_bot_chrome_with_codecs',
'Linux Tester': 'none',
- 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot',
+ 'Mac Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot',
'Mac Tester': 'none',
- 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86',
+ 'Win Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot_x86',
'Win10 Tester': 'none',
'Win7 Tester': 'none',
'Win8 Tester': 'none',
@@ -597,11 +597,11 @@
'Android Tests (dbg) (L Nexus9)': 'none',
'Linux Builder': 'gn_release_bot_chrome_with_codecs',
'Linux Tester': 'none',
- 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot',
+ 'Mac Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot',
'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
'Mac GN': 'gn_release_bot_chrome_with_codecs',
'Mac Tester': 'none',
- 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86',
+ 'Win Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot_x86',
'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
'Win10 Tester': 'none',
@@ -1042,12 +1042,12 @@
'cast', 'gn', 'release_trybot',
],
- 'chrome_with_codecs_blink_logging_gyp_release_trybot': [
- 'chrome_with_codecs', 'blink_logging', 'gyp', 'release_trybot',
+ 'chrome_with_codecs_blink_logging_gn_release_trybot': [
+ 'chrome_with_codecs', 'blink_logging', 'gn', 'release_trybot',
],
- 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86': [
- 'chrome_with_codecs', 'blink_logging', 'gyp', 'release_trybot', 'x86',
+ 'chrome_with_codecs_blink_logging_gn_release_trybot_x86': [
+ 'chrome_with_codecs', 'blink_logging', 'gn', 'release_trybot', 'x86',
],
'chromeos_gn_debug_bot': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698