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

Unified Diff: tools/mb/mb_unittest.py

Issue 1877173002: Change how MB handles goma_dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« tools/mb/mb.py ('K') | « tools/mb/mb_config.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_unittest.py
diff --git a/tools/mb/mb_unittest.py b/tools/mb/mb_unittest.py
index dbb093d3898661a5c130f01cb16e2347e182530f..1a600d8d3c6242c8efff1a3246fb1a43c16d6913 100755
--- a/tools/mb/mb_unittest.py
+++ b/tools/mb/mb_unittest.py
@@ -131,8 +131,8 @@ TEST_CONFIG = """\
'gyp': {'type': 'gyp'},
'gn': {'type': 'gn'},
'goma': {
- 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
- 'gyp_defines': 'goma=1 gomadir=$(goma_dir)',
+ 'gn_args': 'use_goma=true',
+ 'gyp_defines': 'goma=1',
},
'rel': {
'gn_args': 'is_debug=false',
« tools/mb/mb.py ('K') | « tools/mb/mb_config.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698