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

Unified Diff: media/media.gyp

Issue 968663004: Improve MidiManagerAlsa manufacturer reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udev
Patch Set: Undo incorrect use of MEDIA_IMPLEMENTATION Created 5 years, 10 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 69c0164a748fa94a8d871e2c45f413efb5497a25..64c21ee775eb3d198f008a4396fe505f6214983d 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1085,6 +1085,11 @@
'filters/source_buffer_platform.h',
]
}],
+ ['use_udev==1', {
+ 'dependencies': [
+ '../device/udev_linux/udev.gyp:udev_linux',
+ ],
+ }],
], # conditions
'target_conditions': [
['OS == "ios" and _toolset != "host"', {
@@ -1399,6 +1404,11 @@
'video/capture/mac/video_capture_device_factory_mac_unittest.mm',
]
}],
+ ['OS=="linux"', {
wolenetz 2015/03/04 19:28:58 Why is this divergent from media.gn's use_alsa, an
Adam Goode 2015/03/04 19:59:18 Good catch.
+ 'sources': [
+ 'midi/midi_manager_alsa_unittest.cc',
+ ]
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698