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

Unified Diff: media/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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 99b66f6e76eabe0b260bc6de5302f7307d1b174e..f5d9b65428e51c612ffcf378000677873a911fd8 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -361,6 +361,7 @@ component("media") {
if (is_mac) {
public_deps += [ "//media/base/mac" ]
libs += [
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127.
"CoreFoundation.framework",
"CoreGraphics.framework",
"Foundation.framework",
« gpu/ipc/service/BUILD.gn ('K') | « gpu/ipc/service/BUILD.gn ('k') | media/capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698