Chromium Code Reviews| 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', |
| + ] |
| + }], |
| ], |
| }, |
| { |