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

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

Issue 2250893003: GN: Add "//build/config/sanitizers:deps" to executable targets (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: In progress: Make linux sanitizer bots work in GN. 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
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 2f28cccb1ca08aaa79ac6fb0b474340e7a7d488e..4c21e0a1a174ff91183fc5e2271e407ddca63290 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1131,6 +1131,7 @@ if (rtc_include_tests) {
"../../system_wrappers:system_wrappers_default",
"../../test:test_support_main",
"../audio_processing/",
+ "//build/config/sanitizers:deps",
kjellander_webrtc 2016/08/17 12:19:22 Shouldn't be needed for targets using the test tem
ehmaldonado_webrtc 2016/08/17 12:37:05 You're right, sorry.
"//testing/gtest",
]
}
@@ -1291,6 +1292,7 @@ if (rtc_include_tests) {
":pcm16b",
":webrtc_opus",
"../../common_audio",
+ "//build/config/sanitizers:deps",
]
configs += [ ":RTPencode_config" ]
@@ -1321,6 +1323,7 @@ if (rtc_include_tests) {
deps = [
":neteq_test_tools",
+ "//build/config/sanitizers:deps",
]
}
@@ -1334,6 +1337,7 @@ if (rtc_include_tests) {
deps = [
"../../system_wrappers:system_wrappers_default",
"../../test:rtp_test_utils",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
]
}
@@ -1347,6 +1351,7 @@ if (rtc_include_tests) {
deps = [
":neteq_test_tools",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
]
}
@@ -1355,6 +1360,7 @@ if (rtc_include_tests) {
testonly = true
deps = [
"../..:webrtc_common",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
]
sources = [
@@ -1374,6 +1380,7 @@ if (rtc_include_tests) {
":neteq_unittest_tools",
":pcm16b",
"../../system_wrappers:system_wrappers_default",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags:gflags",
]
@@ -1415,6 +1422,7 @@ if (rtc_include_tests) {
":neteq_test_support",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
+ "//build/config/sanitizers:deps",
"//third_party/gflags",
]
}
@@ -1428,6 +1436,7 @@ if (rtc_include_tests) {
":neteq",
":webrtc_opus",
"../../system_wrappers:system_wrappers_default",
+ "//build/config/sanitizers:deps",
]
}
@@ -1494,6 +1503,7 @@ if (rtc_include_tests) {
deps = [
":isac_fix",
"../../test:test_support",
+ "//build/config/sanitizers:deps",
]
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698