| Index: media/audio/BUILD.gn
|
| diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
|
| index e6ac9577f6e2d34b3e318ef794f1cb0894897663..6c928c041244987838dec3ab4331bdb08820ad9c 100644
|
| --- a/media/audio/BUILD.gn
|
| +++ b/media/audio/BUILD.gn
|
| @@ -88,6 +88,12 @@ source_set("audio") {
|
| "scoped_task_runner_observer.h",
|
| "simple_sources.cc",
|
| "simple_sources.h",
|
| + "sounds/audio_stream_handler.cc",
|
| + "sounds/audio_stream_handler.h",
|
| + "sounds/sounds_manager.cc",
|
| + "sounds/sounds_manager.h",
|
| + "sounds/wav_audio_handler.cc",
|
| + "sounds/wav_audio_handler.h",
|
| "virtual_audio_input_stream.cc",
|
| "virtual_audio_input_stream.h",
|
| "virtual_audio_output_stream.cc",
|
| @@ -97,17 +103,6 @@ source_set("audio") {
|
| libs = []
|
| configs += [ "//media:media_config" ]
|
|
|
| - if (is_chromeos) {
|
| - sources += [
|
| - "sounds/audio_stream_handler.cc",
|
| - "sounds/audio_stream_handler.h",
|
| - "sounds/sounds_manager.cc",
|
| - "sounds/sounds_manager.h",
|
| - "sounds/wav_audio_handler.cc",
|
| - "sounds/wav_audio_handler.h",
|
| - ]
|
| - }
|
| -
|
| if (is_mac) {
|
| sources += [
|
| "mac/audio_auhal_mac.cc",
|
|
|