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

Side by Side Diff: webrtc/media/BUILD.gn

Issue 2469743002: Passed AudioMixer to AudioState::Config. (Closed)
Patch Set: Rebase. GYP removed! Created 4 years, 1 month 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
« no previous file with comments | « webrtc/call/call_unittest.cc ('k') | webrtc/media/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../build/webrtc.gni") 10 import("../build/webrtc.gni")
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "devices/gtkvideorenderer.cc", 161 "devices/gtkvideorenderer.cc",
162 "devices/gtkvideorenderer.h", 162 "devices/gtkvideorenderer.h",
163 ] 163 ]
164 public_configs += [ ":gtk-lib" ] 164 public_configs += [ ":gtk-lib" ]
165 } 165 }
166 deps += [ 166 deps += [
167 "..:webrtc_common", 167 "..:webrtc_common",
168 "../api:call_api", 168 "../api:call_api",
169 "../base:rtc_base_approved", 169 "../base:rtc_base_approved",
170 "../call", 170 "../call",
171 "../modules/audio_mixer:audio_mixer_impl",
171 "../modules/video_coding", 172 "../modules/video_coding",
172 "../p2p", 173 "../p2p",
173 "../system_wrappers", 174 "../system_wrappers",
174 "../video", 175 "../video",
175 "../voice_engine", 176 "../voice_engine",
176 ] 177 ]
177 } 178 }
178 179
179 if (rtc_include_tests) { 180 if (rtc_include_tests) {
180 config("rtc_unittest_main_config") { 181 config("rtc_unittest_main_config") {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 337 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
337 ":rtc_media", 338 ":rtc_media",
338 ":rtc_unittest_main", 339 ":rtc_unittest_main",
339 "../audio", 340 "../audio",
340 "../base:rtc_base_tests_utils", 341 "../base:rtc_base_tests_utils",
341 "../modules/audio_device:mock_audio_device", 342 "../modules/audio_device:mock_audio_device",
342 "../system_wrappers:metrics_default", 343 "../system_wrappers:metrics_default",
343 ] 344 ]
344 } 345 }
345 } 346 }
OLDNEW
« no previous file with comments | « webrtc/call/call_unittest.cc ('k') | webrtc/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698