| Index: ios/web_view/shell/test/BUILD.gn
|
| diff --git a/ios/web_view/shell/test/BUILD.gn b/ios/web_view/shell/test/BUILD.gn
|
| index 4d9517c8535fedc8405be46a39661a50ae17829a..47fe6946528bb29662f661996691a89aed892d51 100644
|
| --- a/ios/web_view/shell/test/BUILD.gn
|
| +++ b/ios/web_view/shell/test/BUILD.gn
|
| @@ -24,7 +24,7 @@ ios_eg_test("ios_web_view_shell_egtests") {
|
|
|
| # 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" ]
|
|
|