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

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: 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_processing/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index b700afa96aeb4441c4b2252a64f841badd97820e..8939235673a813d31b397db071b60b09312bf5e2 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -442,6 +442,7 @@ if (rtc_include_tests) {
]
deps = [
+ ":audioproc_debug_proto",
ehmaldonado_webrtc 2016/08/17 11:32:17 For the protobuf error I told you about.
kjellander_webrtc 2016/08/17 12:19:22 Ah, this was an error. Since the GYP target only d
ehmaldonado_webrtc 2016/08/19 08:16:06 Done.
":audioproc_unittest_proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698