| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 76f51e59b0b369f32d0b223e4f48050d80d19b88..0bae0aad1ef1499d7c006fed0e656ee8287ad9ca 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -231,6 +231,11 @@ 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 See
|
| + # http://bugs.webrtc.org/6785.
|
| "transport.h",
|
| ]
|
|
|
| @@ -239,6 +244,7 @@ if (!build_with_chromium) {
|
| deps = [
|
| ":webrtc_common",
|
| "api",
|
| + "api:transport_api",
|
| "audio",
|
| "base",
|
| "call",
|
|
|