Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Side by Side Diff: webrtc/modules/audio_mixer/BUILD.gn

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 22 matching lines...) Expand all
33 ] 33 ]
34 34
35 public_deps = [ 35 public_deps = [
36 "../../api:audio_mixer_api", 36 "../../api:audio_mixer_api",
37 ] 37 ]
38 38
39 deps = [ 39 deps = [
40 ":audio_frame_manipulator", 40 ":audio_frame_manipulator",
41 "..:module_api", 41 "..:module_api",
42 "../..:webrtc_common", 42 "../..:webrtc_common",
43 "../../api:array_view",
43 "../../audio/utility:audio_frame_operations", 44 "../../audio/utility:audio_frame_operations",
44 "../../rtc_base:rtc_base_approved", 45 "../../rtc_base:rtc_base_approved",
45 "../../system_wrappers", 46 "../../system_wrappers",
46 "../audio_processing", 47 "../audio_processing",
47 ] 48 ]
48 } 49 }
49 50
50 rtc_static_library("audio_frame_manipulator") { 51 rtc_static_library("audio_frame_manipulator") {
51 visibility = [ 52 visibility = [
52 ":*", 53 ":*",
(...skipping 28 matching lines...) Expand all
81 "frame_combiner_unittest.cc", 82 "frame_combiner_unittest.cc",
82 "gain_change_calculator.cc", 83 "gain_change_calculator.cc",
83 "gain_change_calculator.h", 84 "gain_change_calculator.h",
84 "sine_wave_generator.cc", 85 "sine_wave_generator.cc",
85 "sine_wave_generator.h", 86 "sine_wave_generator.h",
86 ] 87 ]
87 deps = [ 88 deps = [
88 ":audio_frame_manipulator", 89 ":audio_frame_manipulator",
89 ":audio_mixer_impl", 90 ":audio_mixer_impl",
90 "..:module_api", 91 "..:module_api",
92 "../../api:array_view",
91 "../../api:audio_mixer_api", 93 "../../api:audio_mixer_api",
92 "../../audio/utility:audio_frame_operations", 94 "../../audio/utility:audio_frame_operations",
93 "../../rtc_base:rtc_base_approved", 95 "../../rtc_base:rtc_base_approved",
94 "../../rtc_base:rtc_task_queue", 96 "../../rtc_base:rtc_task_queue",
95 "../../test:test_support", 97 "../../test:test_support",
96 "//testing/gmock", 98 "//testing/gmock",
97 ] 99 ]
98 } 100 }
99 } 101 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/ios/audio_device_ios.mm ('k') | webrtc/modules/audio_mixer/frame_combiner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698