| Index: build/config/ios/ios_sdk.gni
|
| diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
|
| index d7aa3071d5870a1b51cd7621b71aee076121d27e..ec9d87ffc3f709f520afc5bf4d43c6e8807f4e1c 100644
|
| --- a/build/config/ios/ios_sdk.gni
|
| +++ b/build/config/ios/ios_sdk.gni
|
| @@ -57,6 +57,8 @@ assert(custom_toolchain == "" || additional_target_cpus == [],
|
|
|
| use_ios_simulator = current_cpu == "x86" || current_cpu == "x64"
|
|
|
| +ios_generic_test_bundle_id_suffix = "generic-unit-test"
|
| +
|
| # Initialize additional_toolchains from additional_target_cpus. Assert here
|
| # that the list does not contains $target_cpu nor duplicates as this would
|
| # cause weird errors during the build.
|
|
|