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

Unified Diff: chrome_elf/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 | « chrome/tools/service_discovery_sniffer/BUILD.gn ('k') | chromecast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/BUILD.gn
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 40f611fe1bad6bd7d5578022626202d648543c94..c8197e919e95b83bf014042ef1dc981d2035a271 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -46,7 +46,7 @@ shared_library("chrome_elf") {
":hook_util",
":nt_registry",
":security",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/install_static:install_static_util",
"//chrome/install_static:primary_module",
]
@@ -110,7 +110,7 @@ executable("dll_hash_main") {
]
deps = [
":dll_hash",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
]
}
@@ -258,7 +258,7 @@ shared_library("blacklist_test_main_dll") {
":blacklist",
":nt_registry",
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/install_static:install_static_util",
]
}
@@ -270,7 +270,7 @@ loadable_module("blacklist_test_dll_1") {
"blacklist/test/blacklist_test_dll_1.def",
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -281,7 +281,7 @@ loadable_module("blacklist_test_dll_2") {
"blacklist/test/blacklist_test_dll_2.def",
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -296,7 +296,7 @@ loadable_module("blacklist_test_dll_3") {
"blacklist/test/blacklist_test_dll_3.cc",
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -307,6 +307,6 @@ shared_library("hook_util_test_dll") {
"hook_util/test/hook_util_test_dll.h",
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
« no previous file with comments | « chrome/tools/service_discovery_sniffer/BUILD.gn ('k') | chromecast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698