From b54c63ffb0191eb25ec0cead534bfcbe4f5cffe7 Mon Sep 17 00:00:00 2001 From: mbonadei Date: Tue, 24 Jan 2017 05:25:12 -0800 Subject: [PATCH] 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} --- webrtc/BUILD.gn | 2 +- webrtc/{build => }/no_op_function.cc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename webrtc/{build => }/no_op_function.cc (100%) 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