| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index e067791a180a798e9e33754421916ca2d3df1cdb..46daa2f8f0cad023b65e9e1ef3bbdaab35e43a95 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -232,7 +232,7 @@ if (!build_with_chromium) {
|
| sources = [
|
| # 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",
|
| + "no_op_function.cc",
|
|
|
| # TODO(ossu): Keep this here until donwstream projects have updated.
|
| # http://bugs.webrtc.org/6716
|
|
|