diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index e22ad24ea2..c3ff51de53 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -229,7 +229,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 diff --git a/webrtc/build/no_op_function.cc b/webrtc/no_op_function.cc similarity index 100% rename from webrtc/build/no_op_function.cc rename to webrtc/no_op_function.cc