Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: ios/showcase/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698