| Index: media/audio/BUILD.gn
|
| diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
|
| index 7a8ea7f0f4b3fbaffc1bda1924085092fe3fdb65..ff8d8f2addfb9acc572defc05889eaa44ef316eb 100644
|
| --- a/media/audio/BUILD.gn
|
| +++ b/media/audio/BUILD.gn
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| +# found in the LICENSE file.
|
|
|
| import("//build/config/linux/pkg_config.gni")
|
| import("//media/media_options.gni")
|
| @@ -177,8 +177,6 @@ source_set("audio") {
|
| "win/core_audio_util_win.h",
|
| "win/device_enumeration_win.cc",
|
| "win/device_enumeration_win.h",
|
| - "win/wavein_input_win.cc",
|
| - "win/wavein_input_win.h",
|
| "win/waveout_output_win.cc",
|
| "win/waveout_output_win.h",
|
| ]
|
|
|