Commit 2b8df0cb authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

mac: Convert GN libs lists to frameworks in //rlz.

GN recently added support for Apple frameworks to link, rather than
overloading the libs lists. This pulls .frameworks out of the libs
lists, so that GN can stop supporting .frameworks in libs in the
future.

Bug: 1052560
Change-Id: I5c47b3c44a7030a8373bee73dbf7551bd88f4c9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276657
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784210}
parent 3046ba49
......@@ -85,7 +85,7 @@ if (!is_android) {
}
if (is_mac) {
libs = [
frameworks = [
"Foundation.framework",
"IOKit.framework",
]
......
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