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

Unified Diff: tools/android/forwarder2/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 | « third_party/widevine/cdm/BUILD.gn ('k') | tools/android/md5sum/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/BUILD.gn
diff --git a/tools/android/forwarder2/BUILD.gn b/tools/android/forwarder2/BUILD.gn
index 519dfd83ea988c2f205044d9c701a13fd4c95754..942be600aa3d81a43f8cbfa59548e56e49002ed6 100644
--- a/tools/android/forwarder2/BUILD.gn
+++ b/tools/android/forwarder2/BUILD.gn
@@ -42,6 +42,7 @@ if (current_toolchain == default_toolchain) {
]
deps = [
"//base",
+ "//build/config/sanitizers:deps",
"//tools/android/common",
]
datadeps = [
@@ -85,6 +86,7 @@ if (current_toolchain != default_toolchain) {
]
deps = [
"//base",
+ "//build/config/sanitizers:deps",
"//tools/android/common",
]
}
« no previous file with comments | « third_party/widevine/cdm/BUILD.gn ('k') | tools/android/md5sum/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698