Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 17e3c2ac88af830ea03345c7560835bf4a6a39c5..c7edf4ca347b9304792bf457cdbce33cc8010820 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -231,6 +231,10 @@ if (!build_with_chromium) { |
"build/no_op_function.cc", |
"call.h", |
"config.h", |
+ |
+ # TODO(aleloi): remove transport.h and the transport api |
+ # dependency once clients have updated to the new transport |
+ # location in webrtc/api/call/transport.h |
kwiberg-webrtc
2016/11/25 12:16:26
Link to the bug from here too.
|
"transport.h", |
] |
@@ -239,6 +243,7 @@ if (!build_with_chromium) { |
deps = [ |
":webrtc_common", |
"api", |
+ "api:transport_api", |
"audio", |
"base", |
"call", |