Add missing libs.
While testing the WebRTC component build [1], lld-link started to complain about undefined symbols from the MS SDK. This is caused by the fact that different parts of Chromium were relying on WebRTC to pass some libraries to the linker but since WebRTC is going to support the component build soon, these libraries will not reach the linker since they will be linked only in the WebRTC shared library. This CL addresses the errors detected here [2]. [1] - https://chromium-review.googlesource.com/c/chromium/src/+/1874722 [2] - https://ci.chromium.org/p/chromium/builders/try/win_chromium_compile_dbg_ng/436771 Bug: webrtc:9419 Change-Id: I7af507a13285f976b5545025e2181ae4e47eded2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913251 Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#714947}
Showing
Please register or sign in to comment