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

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

Issue 2362703002: Adding audio network adaptor to AudioEncoderOpus. (Closed)
Patch Set: adding a missing deps Created 4 years, 2 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 | « no previous file | webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index ef5ea96be20f181080cb140123d32a5f8b358305..05d295681de26669b03eb13bbb8ae66502d6d814 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -682,6 +682,7 @@ rtc_static_library("webrtc_opus") {
deps = [
":audio_decoder_interface",
":audio_encoder_interface",
+ ":audio_network_adaptor",
"../../base:rtc_base_approved",
]
@@ -737,8 +738,13 @@ source_set("audio_network_adaptor") {
configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
+ deps = [
+ "../..:webrtc_common",
+ "../../system_wrappers",
minyue-webrtc 2016/10/06 13:39:41 ANA depends on FileWrapper, which belongs to syste
+ ]
+
if (rtc_enable_protobuf) {
- deps = [
+ deps += [
":ana_config_proto",
":ana_debug_dump_proto",
]
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698