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

Unified Diff: media/cast/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 | « mandoline/app/android/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 6fb4b750646abd500e9e9dfdc9b837c859500d10..15054363f60041d27dc7b921a5b50d44825d0187 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -369,6 +369,7 @@ executable("generate_barcode_video") {
deps = [
":test_support",
"//base",
+ "//build/config/sanitizers:deps",
"//media",
]
}
@@ -382,6 +383,7 @@ executable("generate_timecode_audio") {
deps = [
":test_support",
"//base",
+ "//build/config/sanitizers:deps",
"//media",
]
}
@@ -395,6 +397,7 @@ executable("udp_proxy") {
deps = [
":test_support",
"//base",
+ "//build/config/sanitizers:deps",
"//net",
]
}
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698