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

Unified Diff: webrtc/modules/audio_processing/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: Revert mb_config.pyl modification. 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 | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index b700afa96aeb4441c4b2252a64f841badd97820e..dca33885ffd8da0df0b18de570fada9ca64446a8 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -339,6 +339,7 @@ if (rtc_include_tests) {
"../../system_wrappers",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags:gflags",
]
@@ -366,6 +367,7 @@ if (rtc_include_tests) {
":audioproc_test_utils",
"../../common_audio",
"../../system_wrappers:system_wrappers_default",
+ "//build/config/sanitizers:deps",
"//third_party/gflags:gflags",
]
} # unpack_aecdump
@@ -399,6 +401,7 @@ if (rtc_include_tests) {
"../../system_wrappers",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
"//third_party/gflags:gflags",
]
@@ -442,7 +445,7 @@ if (rtc_include_tests) {
]
deps = [
- ":audioproc_unittest_proto",
+ ":audioproc_debug_proto",
]
}
}
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698