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

Unified Diff: chrome/tools/profile_reset/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 | « chrome/tools/convert_dict/BUILD.gn ('k') | chrome/tools/service_discovery_sniffer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/profile_reset/BUILD.gn
diff --git a/chrome/tools/profile_reset/BUILD.gn b/chrome/tools/profile_reset/BUILD.gn
index b1c488f130f334f98f1f6b7432aa1306db906ee2..1cebad13f9dc00ad476e2bf1ffc7b8d4c67db034 100644
--- a/chrome/tools/profile_reset/BUILD.gn
+++ b/chrome/tools/profile_reset/BUILD.gn
@@ -11,6 +11,7 @@ executable("jtl_compiler") {
deps = [
":jtl_compiler_lib",
"//base",
+ "//build/config/sanitizers:deps",
"//crypto",
]
}
« no previous file with comments | « chrome/tools/convert_dict/BUILD.gn ('k') | chrome/tools/service_discovery_sniffer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698