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

Unified Diff: webrtc/api/BUILD.gn

Issue 2668523004: Move AudioDecoder and related stuff to the api/ directory (Closed)
Patch Set: more review fixes Created 3 years, 10 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/api/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 8c443cb4780bee69614f6f0d8e963e0ec39e1130..2e3d5fe25d3baef9cea4590d66cd8c7aa475591a 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -29,8 +29,8 @@ rtc_source_set("call_api") {
":transport_api",
"..:webrtc_common",
"../base:rtc_base_approved",
- "../modules/audio_coding:audio_decoder_factory_interface",
"../modules/audio_coding:audio_encoder_interface",
+ "audio_codecs:audio_codecs_api",
]
}
« no previous file with comments | « no previous file | webrtc/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698