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

Unified Diff: base/BUILD.gn

Issue 1318343003: Annotate GN executables and shared_libraries with sanitizer deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 a4e5a5c028da25da06f1b5202a6cd67456d6a6f6..f46a0b182d92dac99b09fac33ad833431332570e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1067,6 +1067,7 @@ if (is_ios || is_win || (is_linux && !is_chromeos)) {
]
deps = [
":base",
+ "//build/config/sanitizers:deps",
"//third_party/icu:icuuc",
]
}
@@ -1077,6 +1078,7 @@ if (is_ios || is_win || (is_linux && !is_chromeos)) {
]
deps = [
":base",
+ "//build/config/sanitizers:deps",
]
}
}
@@ -1190,6 +1192,9 @@ if (is_win) {
"cfgmgr32.lib",
"shell32.lib",
]
+ deps = [
+ "//build/config/sanitizers: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