Moving no_op_function.cc out of webrtc/build
BUG=webrtc:7030
Review-Url: https://codereview.webrtc.org/2645223003
Cr-Commit-Position: refs/heads/master@{#16246}
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e22ad24..c3ff51d 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -229,7 +229,7 @@
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