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:
Eric Astor
2020-08-04 20:42:21 -04:00
committed by Commit Bot
parent 9e43c9068b
commit f4538f5e89

View File

@ -79,8 +79,10 @@ if (!build_with_chromium) {
]
libs = [
"ole32.lib",
"oleaut32.lib",
"strmiids.lib",
"user32.lib",
]
if (build_with_mozilla) {