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

Unified Diff: breakpad/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 | « base/test/BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 33f2abc4809a75afccbf1872144822f9c49a2240..bc91a37506263a906bb92c97d62f9e77b3b32790 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -195,7 +195,7 @@ if (!is_win) {
deps = [
":stackwalk_common",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
defines = [ "BPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" ]
@@ -215,7 +215,7 @@ if (!is_win) {
deps = [
":stackwalk_common",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
defines = [ "BPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" ]
@@ -260,7 +260,7 @@ if (!is_win) {
configs += [ "//build/config/compiler:no_chromium_code" ]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
} else {
@@ -340,7 +340,7 @@ if (is_mac) {
}
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -358,7 +358,7 @@ if (is_mac) {
configs += [ "//build/config/compiler:no_chromium_code" ]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
} else {
@@ -430,7 +430,7 @@ if (is_mac) {
deps = [
":utilities",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -493,7 +493,7 @@ if (is_linux || is_android) {
libs = [ "dl" ]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -556,7 +556,7 @@ if (is_linux || is_android) {
include_dirs = [ "src" ]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
} else {
@@ -721,7 +721,7 @@ if (is_linux || is_android) {
":client",
":linux_dumper_unittest_helper",
":processor_support",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//testing/gmock",
"//testing/gtest",
"//testing/gtest:gtest_main",
@@ -768,7 +768,7 @@ if (is_linux || is_android) {
]
deps = [
":processor_support",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
configs += [ ":client_config" ]
@@ -790,7 +790,7 @@ if (is_linux || is_android) {
deps = [
":client",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
if (is_android) {
@@ -808,7 +808,7 @@ if (is_linux || is_android) {
deps = [
":client",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -820,7 +820,7 @@ if (is_linux || is_android) {
deps = [
":client",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
include_dirs = [ "src" ]
« no previous file with comments | « base/test/BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698