mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-18 08:07:56 +01:00
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}
This commit is contained in:
parent
dabbea670c
commit
b54c63ffb0
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue