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

Unified Diff: base/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 | « ash/BUILD.gn ('k') | base/android/linker/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 49e16f5c0bdedc4956a7bf827fdf614834b8674c..00c4dafab9fb027c990c85a8fbf8b69242174161 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1786,7 +1786,7 @@ if (!is_ios) {
]
deps = [
":base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//third_party/icu:icuuc",
]
@@ -1798,7 +1798,7 @@ if (!is_ios) {
]
deps = [
":base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
]
}
@@ -1834,7 +1834,7 @@ if (is_win) {
"shell32.lib",
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -1857,7 +1857,7 @@ if (is_win || is_mac) {
"profiler/test_support_library.cc",
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
}
« no previous file with comments | « ash/BUILD.gn ('k') | base/android/linker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698