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

Unified Diff: chrome/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 | « breakpad/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index f306bbefafcb420e6918c6c94364293343e3638f..b412904dc885295cfbf536da14539ebed3e52d66 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -27,7 +27,9 @@ if (!is_android) {
]
defines = []
public_deps = []
- deps = []
+ deps = [
+ "//build/config/sanitizers:deps",
+ ]
data = [
"$root_out_dir/resources.pak",
@@ -201,6 +203,7 @@ shared_library("main_dll") {
deps = [
":browser_dependencies",
"//base/allocator",
+ "//build/config/sanitizers:deps",
]
if (is_win) {
output_name = "chrome"
@@ -302,6 +305,7 @@ if (is_multi_dll_chrome) {
":chrome_child_manifest",
":chrome_dll_version",
"//base/allocator",
+ "//build/config/sanitizers:deps",
"//chrome/browser/policy:path_parser",
"//content/public/app:child",
]
« no previous file with comments | « breakpad/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698