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

Unified Diff: media/media.gyp

Issue 968663004: Improve MidiManagerAlsa manufacturer reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udev
Patch Set: Fix embarrassing mistake that broke driver and manufacturer Created 5 years, 9 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/DEPS ('k') | media/midi/midi_manager_alsa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index ea044b9ad50506840e60a374d6c68898f9a1058f..d012137e72507d106a1a9880c7e034d08e85cc9a 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1087,6 +1087,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"', {
@@ -1401,6 +1406,11 @@
'video/capture/mac/video_capture_device_factory_mac_unittest.mm',
]
}],
+ ['use_alsa==1', {
+ 'sources': [
+ 'midi/midi_manager_alsa_unittest.cc',
+ ]
+ }],
],
},
{
« no previous file with comments | « media/DEPS ('k') | media/midi/midi_manager_alsa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698