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

Unified Diff: webrtc/video/BUILD.gn

Issue 2470913004: Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency (Closed)
Patch Set: Fixed header guards. 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/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index aa42dc06263c5158014ef4286985fcf1d2050b01..e97de6f2e56a24eef929d87347292d932c04bac3 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -34,6 +34,8 @@ rtc_static_library("video") {
"stats_counter.h",
"stream_synchronization.cc",
"stream_synchronization.h",
+ "transport_adapter.cc",
+ "transport_adapter.h",
"video_decoder.cc",
"video_encoder.cc",
"video_receive_stream.cc",

Powered by Google App Engine
This is Rietveld 408576698