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

Unified Diff: media/midi/BUILD.gn

Issue 2535443002: Mac: Fix case of CoreMIDI.framework when building midi_unittests. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/BUILD.gn
diff --git a/media/midi/BUILD.gn b/media/midi/BUILD.gn
index 55e5e43c0dbb5b3df498080638fb66dfb245b72d..4d37bdfb0b4ec494ba08e51384792a8c887537e2 100644
--- a/media/midi/BUILD.gn
+++ b/media/midi/BUILD.gn
@@ -202,7 +202,7 @@ test("midi_unittests") {
if (is_mac) {
sources += [ "midi_manager_mac_unittest.cc" ]
- libs = [ "CoreMidi.framework" ]
+ libs = [ "CoreMIDI.framework" ]
}
if (use_alsa && use_udev) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698