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

Unified Diff: skia/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: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 2c9d9de43720cc6850188ca3bd91824aea7d5571..9e0f2938407346dbfc2bf0abebb0ee403d259b2b 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -522,6 +522,7 @@ component("skia") {
if (is_mac) {
libs = [
"AppKit.framework",
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127.
"CoreFoundation.framework",
"CoreGraphics.framework",
"CoreText.framework",

Powered by Google App Engine
This is Rietveld 408576698