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

Unified Diff: tools/battor_agent/BUILD.gn

Issue 2808863003: Fix ASAN component builds by adding proper dependencies to executable targets. (Closed)
Patch Set: Created 3 years, 8 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 | « services/service_manager/tests/service_manager/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/BUILD.gn
diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn
index 065ee0310a54690c166a50cff298d5f952eac4fd..fe2ce233114f6c61d82cee426c5cb72216b94ff7 100644
--- a/tools/battor_agent/BUILD.gn
+++ b/tools/battor_agent/BUILD.gn
@@ -14,6 +14,7 @@ executable("battor_agent") {
deps = [
":battor_agent_lib",
"//base",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
"//device/serial",
]
« no previous file with comments | « services/service_manager/tests/service_manager/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698