| Index: build/config/mac/BUILD.gn
|
| diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn
|
| index 958dea9c4d1a5ca93cc00cd44fc82a42e683b7dd..1e60f22e613952f09038f2589f7095e3eddd3d74 100644
|
| --- a/build/config/mac/BUILD.gn
|
| +++ b/build/config/mac/BUILD.gn
|
| @@ -3,7 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/sysroot.gni")
|
| -import("//build/config/ios/ios_sdk.gni")
|
| +if (is_ios) {
|
| + import("//build/config/ios/ios_sdk.gni")
|
| +}
|
| import("//build/config/mac/mac_sdk.gni")
|
| import("//build/config/mac/symbols.gni")
|
|
|
|
|