| Index: build/config/mac/mac_sdk.gni | 
| diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni | 
| index b2a89e5c2a6d04323940347591de316f1a47a865..e0a3abc821b09d2f5970a7214a0ab826b0cf8cda 100644 | 
| --- a/build/config/mac/mac_sdk.gni | 
| +++ b/build/config/mac/mac_sdk.gni | 
| @@ -12,7 +12,10 @@ declare_args() { | 
| mac_sdk_path = "" | 
| } | 
|  | 
| -find_sdk_args = [ "--print_sdk_path", mac_sdk_min ] | 
| +find_sdk_args = [ | 
| +  "--print_sdk_path", | 
| +  mac_sdk_min, | 
| +] | 
|  | 
| # The tool will print the SDK path on the first line, and the version on the | 
| # second line. | 
|  |