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

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

Issue 2399883002: Cleaning build file for audio network adaptor. (Closed)
Patch Set: 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 | no next file » | 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 ea633ae91bc77e25e4ce6f879ac697dca0987c4d..80c1be81fd3b2b3102bad118c92ea66a5baf3894 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -114,7 +114,6 @@ rtc_static_library("audio_coding") {
}
deps = audio_coding_deps + [
- ":audio_network_adaptor",
minyue-webrtc 2016/10/06 15:59:18 audio_coding does not need to depend on audio_netw
kwiberg-webrtc 2016/10/07 12:14:25 Nice.
":neteq",
":rent_a_codec",
"../../logging:rtc_event_log_api",
@@ -710,7 +709,7 @@ if (rtc_enable_protobuf) {
}
}
-source_set("audio_network_adaptor") {
+rtc_static_library("audio_network_adaptor") {
minyue-webrtc 2016/10/06 15:59:18 all other targets uses rtc_static_library since ht
kwiberg-webrtc 2016/10/07 12:14:25 Acknowledged.
sources = [
"audio_network_adaptor/audio_network_adaptor.cc",
"audio_network_adaptor/audio_network_adaptor_impl.cc",
@@ -735,8 +734,6 @@ source_set("audio_network_adaptor") {
"audio_network_adaptor/smoothing_filter.cc",
"audio_network_adaptor/smoothing_filter.h",
]
- configs += [ "../..:common_config" ]
- public_configs = [ "../..:common_inherited_config" ]
deps = [
"../..:webrtc_common",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698