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

Unified Diff: webrtc/api/BUILD.gn

Issue 2668523004: Move AudioDecoder and related stuff to the api/ directory (Closed)
Patch Set: sort #includes + git cl format Created 3 years, 11 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') | webrtc/api/DEPS » ('J')
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..b854c74968a92a4923ebdbb30da17bd15f7ca030 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_codec:audio_decoder_factory_interface",
the sun 2017/02/02 21:02:28 nit: is this the preferred order? I'd have guessed
kwiberg-webrtc 2017/02/03 09:50:11 "gn format" sorts them this way. (And the precommi
]
}
« no previous file with comments | « no previous file | webrtc/api/DEPS » ('j') | webrtc/api/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698