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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2278723004: Add missing "//build/config/sanitizers:deps" to executable targets. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « no previous file | webrtc/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 0b680ce5af8b6914946928d5ac449b6883f98647..b5474a31c7021a4febe05cac3a8a9287c50f87de 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1578,6 +1578,7 @@ if (rtc_include_tests) {
deps = [
":g711",
+ "//build/config/sanitizers:deps",
]
}
@@ -1594,6 +1595,7 @@ if (rtc_include_tests) {
deps = [
":g722",
"../..:webrtc_common",
+ "//build/config/sanitizers:deps",
]
}
« no previous file with comments | « no previous file | webrtc/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698