Commit 4562b96a authored by Robert Sesek's avatar Robert Sesek Committed by Chromium LUCI CQ

mac: Remove CoreFoundation from the verify_dynamic_libraries allow lists

CoreFoundation was only needed for a __builtin_available check to
support Mac OS X 10.10, support for which has now been removed.

Bug: 1153883
Change-Id: I02fff5146387c56db4b1d3f061fc2e37f82b9100
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579952
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835305}
parent a1caa660
...@@ -488,8 +488,6 @@ if (is_win) { ...@@ -488,8 +488,6 @@ if (is_win) {
rebase_path(inputs[0], root_out_dir), rebase_path(inputs[0], root_out_dir),
"--allow", "--allow",
"/usr/lib/libSystem.B.dylib", "/usr/lib/libSystem.B.dylib",
"--allow",
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
] ]
deps = [ ":chrome_app" ] deps = [ ":chrome_app" ]
} }
...@@ -714,8 +712,6 @@ if (is_win) { ...@@ -714,8 +712,6 @@ if (is_win) {
"/usr/lib/libsandbox.1.dylib", "/usr/lib/libsandbox.1.dylib",
"--allow", "--allow",
"/usr/lib/libSystem.B.dylib", "/usr/lib/libSystem.B.dylib",
"--allow",
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
] ]
deps = [ ":chrome_helper_app_${_helper_target}" ] deps = [ ":chrome_helper_app_${_helper_target}" ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment