| Index: build/config/ios/rules.gni
|
| diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
|
| index 0abd252bfce4eb21e14366ef770c7be67addffcd..2c079d45cc9782ebc3707160fcd5e073b93cae96 100644
|
| --- a/build/config/ios/rules.gni
|
| +++ b/build/config/ios/rules.gni
|
| @@ -153,7 +153,7 @@ template("ios_app_bundle") {
|
| if (!defined(data_deps)) {
|
| data_deps = []
|
| }
|
| - data_deps += [ "//testing/iossim(${host_toolchain})" ]
|
| + data_deps += [ "//testing/iossim" ]
|
| }
|
|
|
| bundle_root_dir = "$root_out_dir/$_output_name.app"
|
|
|