Merge "Add Skia deps to the list of available Windows libraries"

This commit is contained in:
Jerome Gaillard
2019-01-21 20:08:01 +00:00
committed by Gerrit Code Review

View File

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