Commit 4319f836 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

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

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: I3292ad8d76e9b25e56f01f52db8c3fc9aedf3a76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276660
Auto-Submit: Robert Sesek <rsesek@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784311}
parent cae22ba9
...@@ -2307,7 +2307,7 @@ test("content_unittests") { ...@@ -2307,7 +2307,7 @@ test("content_unittests") {
"//ui/accelerated_widget_mac", "//ui/accelerated_widget_mac",
"//ui/base/mojom", "//ui/base/mojom",
] ]
libs = [ frameworks = [
"Carbon.framework", "Carbon.framework",
"IOSurface.framework", "IOSurface.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