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

Unified Diff: sandbox/linux/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 | « rlz/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index 1499739a2db6d1d73bd1cabdc96586530ee3eb34..1e143e5759658585bb475d7b944c1c715c93350f 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -198,6 +198,7 @@ shared_library("sandbox_linux_jni_unittests") {
testonly = true
deps = [
":sandbox_linux_unittests_sources",
+ "//build/config/sanitizers:deps",
]
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
@@ -285,6 +286,10 @@ if (is_linux) {
# TODO fix this and re-enable this warning.
"-Wno-sign-compare",
]
+
+ deps = [
+ "//build/config/sanitizers:deps",
+ ]
}
}
« no previous file with comments | « rlz/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698