Chromium Code Reviews| Index: services/media/audio/BUILD.gn |
| diff --git a/services/media/audio/BUILD.gn b/services/media/audio/BUILD.gn |
| index 26af634f62c321c0d6d8be0dbf5238acca1f8841..491e2b571fe238c0f24e00a34566e18897fd2c15 100644 |
| --- a/services/media/audio/BUILD.gn |
| +++ b/services/media/audio/BUILD.gn |
| @@ -35,4 +35,9 @@ mojo_native_application("audio_server") { |
| ] |
| libs = [] |
| + |
| + if (is_linux) { |
| + sources += [ "platform/linux/alsa_output.cc" ] |
| + libs += [ "asound" ] |
| + } |
| } |