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

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

Issue 2454373002: Added an empty AudioTransportProxy to AudioState. (Closed)
Patch Set: Rebase. GYP is 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/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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 326 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
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",
337 "../modules/audio_processing",
336 "../modules/media_file", 338 "../modules/media_file",
337 "../modules/video_capture:video_capture_module", 339 "../modules/video_capture:video_capture_module",
338 "../video", 340 "../video",
339 "//testing/gmock", 341 "//testing/gmock",
340 "//testing/gtest", 342 "//testing/gtest",
341 ] 343 ]
342 } 344 }
343 345
344 config("test_renderer_exported_config") { 346 config("test_renderer_exported_config") {
345 if (is_win && is_clang) { 347 if (is_win && is_clang) {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 408 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
407 } 409 }
408 410
409 deps = [ 411 deps = [
410 ":test_support", 412 ":test_support",
411 ":video_test_common", 413 ":video_test_common",
412 "../modules/media_file", 414 "../modules/media_file",
413 "//testing/gtest", 415 "//testing/gtest",
414 ] 416 ]
415 } 417 }
OLDNEW
« no previous file with comments | « webrtc/call/call_unittest.cc ('k') | webrtc/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698