Index: ios/showcase/BUILD.gn |
diff --git a/ios/showcase/BUILD.gn b/ios/showcase/BUILD.gn |
index 031b4c473b23e85c03480daf9c8ca2a6d36b0cff..7b349e7c27ced3f4acf8cbdbe7c06b90123dd442 100644 |
--- a/ios/showcase/BUILD.gn |
+++ b/ios/showcase/BUILD.gn |
@@ -17,7 +17,7 @@ ios_app_bundle("showcase") { |
# 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", |
] |
bundle_deps = [ "//ios/showcase/core/resources" ] |
assert_no_deps = ios_assert_no_deps |
@@ -63,7 +63,7 @@ ios_eg_test("ios_showcase_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", |
] |
bundle_deps = [ "//ios/showcase/core/resources" ] |
assert_no_deps = ios_assert_no_deps |