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

Side by Side Diff: webrtc/test/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/modules/audio_mixer/BUILD.gn ('k') | webrtc/test/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) 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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 } 327 }
328 328
329 deps = [ 329 deps = [
330 ":rtp_test_utils", 330 ":rtp_test_utils",
331 ":test_support", 331 ":test_support",
332 "..:webrtc_common", 332 "..:webrtc_common",
333 "../audio", 333 "../audio",
334 "../base:rtc_base_approved", 334 "../base:rtc_base_approved",
335 "../call", 335 "../call",
336 "../modules/audio_device:mock_audio_device", 336 "../modules/audio_device:mock_audio_device",
337 "../modules/audio_mixer:audio_mixer_impl",
337 "../modules/audio_processing", 338 "../modules/audio_processing",
338 "../modules/media_file", 339 "../modules/media_file",
339 "../modules/video_capture:video_capture_module", 340 "../modules/video_capture:video_capture_module",
340 "../video", 341 "../video",
341 "//testing/gmock", 342 "//testing/gmock",
342 "//testing/gtest", 343 "//testing/gtest",
343 ] 344 ]
344 } 345 }
345 346
346 config("test_renderer_exported_config") { 347 config("test_renderer_exported_config") {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 409 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
409 } 410 }
410 411
411 deps = [ 412 deps = [
412 ":test_support", 413 ":test_support",
413 ":video_test_common", 414 ":video_test_common",
414 "../modules/media_file", 415 "../modules/media_file",
415 "//testing/gtest", 416 "//testing/gtest",
416 ] 417 ]
417 } 418 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_mixer/BUILD.gn ('k') | webrtc/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698