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", |
] |
} |