| Index: build/config/mac/mac_sdk.gni
|
| diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni
|
| index aa0333219fc92a26da8b11997ce439277705cabb..44995a3e667a0505a3edff522e09b79a8e7210c4 100644
|
| --- a/build/config/mac/mac_sdk.gni
|
| +++ b/build/config/mac/mac_sdk.gni
|
| @@ -14,10 +14,15 @@ declare_args() {
|
|
|
| find_sdk_args = [ "--print_sdk_path" ]
|
| if (is_chrome_branded && is_official_build) {
|
| - find_sdk_args += [ "--verify", mac_sdk_min, "--sdk_path=" + mac_sdk_path ]
|
| + find_sdk_args += [
|
| + "--verify",
|
| + mac_sdk_min,
|
| + "--sdk_path=" + mac_sdk_path,
|
| + ]
|
| } else {
|
| find_sdk_args += [ mac_sdk_min ]
|
| }
|
| +
|
| # The tool will print the SDK path on the first line, and the version on the
|
| # second line.
|
| find_sdk_lines =
|
|
|