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

Unified Diff: media/base/BUILD.gn

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 years, 8 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
« no previous file with comments | « media/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 64c5b135ab4674a8e2dd4b67b0c7db039670801f..a42e9bf33529734c8897a5b0b4ad29d2bbe1fd94 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -241,6 +241,11 @@ source_set("base") {
]
} else if (is_mac) {
sources += [ "user_input_monitor_mac.cc" ]
+
+ # Required by video_frame.cc.
+ libs = [
+ "CoreVideo.framework"
+ ]
} else if (is_win) {
sources += [ "user_input_monitor_win.cc" ]
} else {
« no previous file with comments | « media/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698