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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2045583002: iOS: Disable Goma for iOS GN bots. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 4f0e22692d8f3cb86aad7279c53c426cc74c5b3b..db732a9a0f5aad4f53ae75e617b1717dffc25feb 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -51,7 +51,7 @@
},
'debug_bot': {
- 'mixins': ['debug', 'shared', 'goma'],
+ 'mixins': ['debug', 'shared'],
},
'device': {
@@ -61,13 +61,6 @@
'gn': {'type': 'gn'},
- 'goma': {
- # The MB code will properly escape goma_dir if necessary in the GYP
- # code path; the GN code path needs no escaping.
- 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
- 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)',
- },
-
'gyp': {'type': 'gyp'},
'release': {
@@ -75,7 +68,7 @@
},
'release_bot': {
- 'mixins': ['release', 'static', 'goma'],
+ 'mixins': ['release', 'static'],
},
'shared': {
« 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