| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index fc7885ed63cf958dfaf5035adfac3e2e4ae90386..203c273f35d3b2d589f189f7f7b83a19e5d2d419 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -229,6 +229,9 @@ if (!build_with_chromium) {
|
| # TODO(kjellander): Remove this whenever possible. GN's static_library
|
| # target type requires at least one object to avoid errors linking.
|
| "build/no_op_function.cc",
|
| +
|
| + # TODO(ossu): Keep this here until donwstream projects have updated.
|
| + # http://bugs.webrtc.org/6716
|
| "call.h",
|
| "config.h",
|
|
|
|
|