| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index 3ee04aab52ccbc4d0e2744bbbab81eb7b1acde50..8e841d46bd1bbc9024ffb0e4d59d579d316496f5 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -207,7 +207,7 @@ def GetArgsStringForGN(supplemental_files):
|
|
|
| # gomadir is renamed goma_dir in the GN build.
|
| if 'gomadir' in vars_dict:
|
| - gn_args += ' goma_dir="%s"' % vars_dict['gomadir']
|
| + gn_args += ' goma_dir=%s' % EscapeStringForGN(vars_dict['gomadir'])
|
|
|
| # These arguments get passed directly as integers (avoiding the quoting and
|
| # escaping of the string ones above).
|
|
|