| Index: ios/web/shell/BUILD.gn
|
| diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn
|
| index f9f3a6b6f0ba2c66edb52f8c7dd1d6a04c443ac9..2fd2c5d1bfd9d0365a068989edaf582e83342e58 100644
|
| --- a/ios/web/shell/BUILD.gn
|
| +++ b/ios/web/shell/BUILD.gn
|
| @@ -15,6 +15,10 @@ ios_app_bundle("ios_web_shell") {
|
|
|
| deps = [
|
| ":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",
|
| ]
|
|
|
| ldflags = [
|
| @@ -67,15 +71,13 @@ source_set("shell") {
|
| ":main_view_bundle_data",
|
| ":shell_bundle_data",
|
| "//base",
|
| + "//ios/net",
|
| "//ios/web",
|
| + "//ios/web:user_agent",
|
| "//ios/web/public/app",
|
| "//net",
|
| "//net:extras",
|
| "//ui/base",
|
| -
|
| - # 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",
|
| ]
|
|
|
| libs = [
|
|
|