| 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',
|
|
|