| Index: ios/web/shell/BUILD.gn
|
| diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn
|
| index 71c8d84aa99058d54979db98be75f4ea4c516503..8670e86b9438e6e93fa2d3e23ba7838ecebabd57 100644
|
| --- a/ios/web/shell/BUILD.gn
|
| +++ b/ios/web/shell/BUILD.gn
|
| @@ -13,7 +13,7 @@ ios_app_bundle("ios_web_shell") {
|
|
|
| # All shared libraries must have the sanitizer deps to properly link in
|
| # asan mode (this target will be empty in other cases).
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
|
|