| OLD | NEW |
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 import("../../webrtc.gni") | 9 import("../../webrtc.gni") |
| 10 | 10 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "gain_change_calculator.h", | 83 "gain_change_calculator.h", |
| 84 "sine_wave_generator.cc", | 84 "sine_wave_generator.cc", |
| 85 "sine_wave_generator.h", | 85 "sine_wave_generator.h", |
| 86 ] | 86 ] |
| 87 deps = [ | 87 deps = [ |
| 88 ":audio_frame_manipulator", | 88 ":audio_frame_manipulator", |
| 89 ":audio_mixer_impl", | 89 ":audio_mixer_impl", |
| 90 "..:module_api", | 90 "..:module_api", |
| 91 "../../api:audio_mixer_api", | 91 "../../api:audio_mixer_api", |
| 92 "../../audio/utility:audio_frame_operations", | 92 "../../audio/utility:audio_frame_operations", |
| 93 "../../base:rtc_base", | |
| 94 "../../base:rtc_base_approved", | 93 "../../base:rtc_base_approved", |
| 94 "../../base:rtc_task_queue", |
| 95 "../../test:test_support", | 95 "../../test:test_support", |
| 96 "//testing/gmock", | 96 "//testing/gmock", |
| 97 ] | 97 ] |
| 98 } | 98 } |
| 99 } | 99 } |
| OLD | NEW |