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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created issue webrtc:6785 as reminder and linked to it in comments. Created 4 years, 1 month 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 | « webrtc/video_send_stream.h ('k') | webrtc/voice_engine/include/voe_network.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 919708e241dc63b52cfd60ab0a556b6e3b8a081d..0cdca05b1061ee901ec24fa772fbc160249a0fc4 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -89,6 +89,7 @@ rtc_static_library("voice_engine") {
"..:webrtc_common",
"../api:audio_mixer_api",
"../api:call_api",
+ "../api:transport_api",
"../base:rtc_base_approved",
"../common_audio",
"../logging:rtc_event_log_api",
@@ -177,6 +178,7 @@ if (rtc_include_tests) {
deps = [
"..:webrtc_common",
+ "../api:transport_api",
"../system_wrappers",
"//testing/gtest",
]
« no previous file with comments | « webrtc/video_send_stream.h ('k') | webrtc/voice_engine/include/voe_network.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698