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

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

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created issue webrtc:6785 as reminder and linked to it in comments. Created 4 years 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/rtp_rtcp/test/testAPI/test_api.h ('k') | webrtc/test/direct_transport.h » ('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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 333
334 if (!build_with_chromium && is_clang) { 334 if (!build_with_chromium && is_clang) {
335 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 335 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
336 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 336 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
337 } 337 }
338 338
339 deps = [ 339 deps = [
340 ":rtp_test_utils", 340 ":rtp_test_utils",
341 ":test_support", 341 ":test_support",
342 "..:webrtc_common", 342 "..:webrtc_common",
343 "../api:transport_api",
343 "../audio", 344 "../audio",
344 "../base:rtc_base_approved", 345 "../base:rtc_base_approved",
345 "../call", 346 "../call",
346 "../modules/audio_device:mock_audio_device", 347 "../modules/audio_device:mock_audio_device",
347 "../modules/audio_mixer:audio_mixer_impl", 348 "../modules/audio_mixer:audio_mixer_impl",
348 "../modules/audio_processing", 349 "../modules/audio_processing",
349 "../modules/media_file", 350 "../modules/media_file",
350 "../modules/video_capture:video_capture_module", 351 "../modules/video_capture:video_capture_module",
351 "../video", 352 "../video",
352 "//testing/gmock", 353 "//testing/gmock",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 420 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
420 } 421 }
421 422
422 deps = [ 423 deps = [
423 ":test_support", 424 ":test_support",
424 ":video_test_common", 425 ":video_test_common",
425 "../modules/media_file", 426 "../modules/media_file",
426 "//testing/gtest", 427 "//testing/gtest",
427 ] 428 ]
428 } 429 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/testAPI/test_api.h ('k') | webrtc/test/direct_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698