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

Unified Diff: media/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: Fix media/cast/sender 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 27ef3aaa4cfc5971d0ed1a95272fa90f815c8cf6..ebd099ce38fc27611509fbc06aad3a0b4e109201 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -682,6 +682,10 @@ test("media_unittests") {
"midi/midi_manager_mac_unittest.cc",
"video/capture/mac/video_capture_device_factory_mac_unittest.mm",
]
+ libs = [
+ # Required by midi_manager_mac_unittest.cc.
+ "CoreMIDI.framework",
+ ]
}
if (use_alsa) {

Powered by Google App Engine
This is Rietveld 408576698