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

Unified Diff: extensions/shell/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 | « dbus/BUILD.gn ('k') | gin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index b25f58b4d7f29ba4e310516d002b66376c17df94..b8651719b7f8132308e157174ef0d7bc9e5cb422 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -231,7 +231,7 @@ if (is_mac) {
]
deps = [
":app_shell_framework_bundle_data",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//extensions:shell_and_test_pak",
]
ldflags = [
@@ -250,7 +250,7 @@ if (is_mac) {
deps = [
":app_shell_lib",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//extensions:shell_and_test_pak",
]
@@ -379,7 +379,7 @@ if (is_mac) {
]
deps = [
":app_shell_framework+link",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
ldflags = [
"-rpath",
« no previous file with comments | « dbus/BUILD.gn ('k') | gin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698