Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: ui/accelerated_widget_mac/BUILD.gn

Issue 2092513002: [Mac/GN] Explicitly link ApplicationServices wherever CoreGraphics is linked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/accelerated_widget_mac/BUILD.gn
diff --git a/ui/accelerated_widget_mac/BUILD.gn b/ui/accelerated_widget_mac/BUILD.gn
index da516cd1b545121b928d4ec1cbda440ab190f5f3..619f7f76f98e6f690c3ca0a63d9edc67bacbd684 100644
--- a/ui/accelerated_widget_mac/BUILD.gn
+++ b/ui/accelerated_widget_mac/BUILD.gn
@@ -39,6 +39,7 @@ component("accelerated_widget_mac") {
]
libs = [
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127.
"AVFoundation.framework",
"CoreGraphics.framework",
"Foundation.framework",
« gpu/ipc/service/BUILD.gn ('K') | « skia/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698