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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2484703002: MB: Replace Win32 Release by Win64 Debug in FYI. (Closed)
Patch Set: Created 4 years, 1 month 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: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 00709f5f7d7c8fdddc026c9755d5a96bf207f935..3df9cb627ffe96f2a0c23f7ef52e4f88066e3bb5 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -110,7 +110,7 @@
'Android32 Tests (L Nexus6)': 'none',
# Windows
- 'Win32 Release (swarming)': 'swarming_gn_release_bot_x86',
+ 'Win64 Debug (swarming)': 'gn_debug_bot_x64',
},
'tryserver.webrtc': {
# iOS
@@ -269,9 +269,6 @@
'gn_release_bot_x64': [
'gn', 'openh264_release_bot', 'x64'
],
- 'swarming_gn_release_bot_x86': [
- 'swarming', 'gn', 'openh264_release_bot', 'x86'
- ],
'swarming_gn_debug_bot_x64': [
'swarming', 'gn', 'openh264_debug_bot', 'x64'
],
« 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