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

Unified Diff: mojo/runner/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 | « mojo/android/BUILD.gn ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index f27543209545f1e439af6bd97320d9d2ab746618..5a1f9679124fe0d69b7367d943e648243cfe94db 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -64,6 +64,7 @@ source_set("mojo_runner_lib") {
executable("mojo_runner") {
deps = [
":mojo_runner_lib",
+ "//build/config/sanitizers:deps",
]
if (is_android) {
@@ -75,8 +76,6 @@ executable("mojo_runner") {
# It means dynamic symbols must be preserved and exported.
ldflags = [ "-Wl,--export-dynamic" ]
}
-
- deps += [ "//build/config/sanitizers:deps" ]
}
source_set("in_process_native_runner") {
@@ -257,6 +256,7 @@ if (is_android) {
":lib",
":run_android_application_function",
"//base",
+ "//build/config/sanitizers:deps",
]
}
« no previous file with comments | « mojo/android/BUILD.gn ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698