Fix undeclared dependencies on ole32.lib and user32.lib
Bug: None Change-Id: I41f4d3e31a199ba5aae8d4c9b6051f9cb4b6430e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180960 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Zeke Chin <tkchin@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31854}
This commit is contained in:
@ -79,8 +79,10 @@ if (!build_with_chromium) {
|
|||||||
]
|
]
|
||||||
|
|
||||||
libs = [
|
libs = [
|
||||||
|
"ole32.lib",
|
||||||
"oleaut32.lib",
|
"oleaut32.lib",
|
||||||
"strmiids.lib",
|
"strmiids.lib",
|
||||||
|
"user32.lib",
|
||||||
]
|
]
|
||||||
|
|
||||||
if (build_with_mozilla) {
|
if (build_with_mozilla) {
|
||||||
|
Reference in New Issue
Block a user