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

Unified Diff: courgette/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 | « content/shell/android/BUILD.gn ('k') | dbus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index 8826ba2d1f1015fbc51a04bd818e5bc433bbd22b..1ebd2ee7a8aa20964e792421edf8ed920dccb5a9 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -75,6 +75,7 @@ executable("courgette") {
deps = [
":courgette_lib",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -86,6 +87,7 @@ executable("courgette_minimal_tool") {
deps = [
":courgette_lib",
"//base",
+ "//build/config/sanitizers:deps",
]
}
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | dbus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698