|
@@ -1138,20 +1138,17 @@ if (is_mac) {
|
|
|
"//components/crash/core/app:run_as_crashpad_handler",
|
|
|
]
|
|
|
|
|
|
+ ldflags = []
|
|
|
+
|
|
|
libs = [
|
|
|
"comctl32.lib",
|
|
|
"uiautomationcore.lib",
|
|
|
"wtsapi32.lib",
|
|
|
]
|
|
|
|
|
|
- configs += [ "//build/config/win:windowed" ]
|
|
|
-
|
|
|
- ldflags = [
|
|
|
- # Windows 7 doesn't have these DLLs.
|
|
|
- # TODO: are there other DLLs we need to list here to be win7
|
|
|
- # compatible?
|
|
|
- "/DELAYLOAD:api-ms-win-core-winrt-l1-1-0.dll",
|
|
|
- "/DELAYLOAD:api-ms-win-core-winrt-string-l1-1-0.dll",
|
|
|
+ configs += [
|
|
|
+ "//build/config/win:windowed",
|
|
|
+ "//build/config/win:delayloads",
|
|
|
]
|
|
|
|
|
|
if (target_cpu == "arm64") {
|