GN: Add "//build/config/sanitizers:deps" as a dependency to executable targets.

When the sanitizer bots are switched to GN, this needs to be included as a dependency so that the executables can be compiled.

BUG=webrtc:6215
NOTRY=True

Review-Url: https://codereview.webrtc.org/2250893003
Cr-Commit-Position: refs/heads/master@{#13829}
This commit is contained in:
ehmaldonado
2016-08-19 02:11:07 -07:00
committed by Commit bot
parent 4a85abb80e
commit bcba64a0fa
8 changed files with 35 additions and 1 deletions

View File

@ -963,6 +963,7 @@ if (rtc_include_tests) {
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
"../rtp_rtcp",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags:gflags",
]
@ -992,6 +993,7 @@ if (rtc_include_tests) {
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
"../rtp_rtcp",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags:gflags",
]
@ -1291,6 +1293,7 @@ if (rtc_include_tests) {
":pcm16b",
":webrtc_opus",
"../../common_audio",
"//build/config/sanitizers:deps",
]
configs += [ ":RTPencode_config" ]
@ -1321,6 +1324,7 @@ if (rtc_include_tests) {
deps = [
":neteq_test_tools",
"//build/config/sanitizers:deps",
]
}
@ -1334,6 +1338,7 @@ if (rtc_include_tests) {
deps = [
"../../system_wrappers:system_wrappers_default",
"../../test:rtp_test_utils",
"//build/config/sanitizers:deps",
"//testing/gtest",
]
}
@ -1347,6 +1352,7 @@ if (rtc_include_tests) {
deps = [
":neteq_test_tools",
"//build/config/sanitizers:deps",
"//testing/gtest",
]
}
@ -1355,6 +1361,7 @@ if (rtc_include_tests) {
testonly = true
deps = [
"../..:webrtc_common",
"//build/config/sanitizers:deps",
"//testing/gtest",
]
sources = [
@ -1374,6 +1381,7 @@ if (rtc_include_tests) {
":neteq_unittest_tools",
":pcm16b",
"../../system_wrappers:system_wrappers_default",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags:gflags",
]
@ -1398,6 +1406,7 @@ if (rtc_include_tests) {
":neteq_unittest_tools",
":webrtc_opus",
"../../test:test_support_main",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags",
]
@ -1415,6 +1424,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 +1438,7 @@ if (rtc_include_tests) {
":neteq",
":webrtc_opus",
"../../system_wrappers:system_wrappers_default",
"//build/config/sanitizers:deps",
]
}
@ -1445,6 +1456,7 @@ if (rtc_include_tests) {
":neteq_unittest_tools",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support_main",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags",
]
@ -1462,6 +1474,7 @@ if (rtc_include_tests) {
":neteq",
":neteq_test_support",
"../../test:test_support_main",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags",
]
@ -1479,6 +1492,7 @@ if (rtc_include_tests) {
":neteq",
":neteq_test_support",
"../../test:test_support_main",
"//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags",
]
@ -1494,6 +1508,7 @@ if (rtc_include_tests) {
deps = [
":isac_fix",
"../../test:test_support",
"//build/config/sanitizers:deps",
]
if (is_win) {