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

Unified Diff: webrtc/media/BUILD.gn

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Remove mentions of GYP. 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
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 590450bd296f0ab0ff97ab4e63e86b9a08ea423d..6034038bd1c909450ec1c082580fb891a5562c4d 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -168,6 +168,7 @@ rtc_static_library("rtc_media") {
deps += [
"..:webrtc_common",
"../api:call_api",
+ "../api:transport_api",
"../base:rtc_base_approved",
"../call",
"../modules/audio_mixer:audio_mixer_impl",

Powered by Google App Engine
This is Rietveld 408576698