Add Skia deps to the list of available Windows libraries

Building Skia for Windows requires linking some Windows libraries that
were not in the list of available ones. This adds the necessary
libraries.

Test: N/A
Change-Id: I803b7b05f47163316c6f03866145dc50656a6bef
This commit is contained in:
Jerome Gaillard 2019-01-18 17:14:08 +00:00
parent 1eb88bb494
commit 7f7f34f81a
1 changed files with 3 additions and 0 deletions

View File

@ -100,7 +100,9 @@ var (
"imagehlp",
"iphlpapi",
"netapi32",
"oleaut32",
"ole32",
"opengl32",
"powrprof",
"psapi",
"pthread",
@ -108,6 +110,7 @@ var (
"uuid",
"version",
"ws2_32",
"windowscodecs",
}, "-l")
)