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

Unified Diff: media/capture/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
« gpu/ipc/service/BUILD.gn ('K') | « media/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 619f000f1e885b57704b0a7540a7b4e0d3ccc8ee..f58ac771cf418cdf36122e30e7e2b108b5382768 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -105,6 +105,7 @@ component("capture") {
if (is_mac) {
deps += [ "//third_party/decklink" ]
libs = [
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127.
"CoreFoundation.framework",
"CoreGraphics.framework",
"CoreVideo.framework",
« gpu/ipc/service/BUILD.gn ('K') | « media/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698