Index: services/media/audio/BUILD.gn |
diff --git a/services/media/audio/BUILD.gn b/services/media/audio/BUILD.gn |
index 7cddf1f7617553efe91df13dd6bb9069c158b073..038f409a67eeac97f61625e86018c5261e0daa3a 100644 |
--- a/services/media/audio/BUILD.gn |
+++ b/services/media/audio/BUILD.gn |
@@ -37,4 +37,9 @@ mojo_native_application("audio_server") { |
] |
libs = [] |
+ |
+ if (is_linux) { |
+ sources += [ "platform/linux/alsa_output.cc" ] |
+ libs += [ "asound" ] |
+ } |
} |