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

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

Issue 2976363002: Decoupling rtc_base from apple specific code [without cyclic deps] (Closed)
Patch Set: fixing network_tester_server Created 3 years, 5 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
« no previous file with comments | « webrtc/system_wrappers/BUILD.gn ('k') | webrtc/video/BUILD.gn » ('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("../webrtc.gni") 9 import("../webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 308 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
309 } 309 }
310 310
311 data = test_support_unittests_resources 311 data = test_support_unittests_resources
312 if (is_android) { 312 if (is_android) {
313 deps += [ "//testing/android/native_test:native_test_support" ] 313 deps += [ "//testing/android/native_test:native_test_support" ]
314 shard_timeout = 900 314 shard_timeout = 900
315 } 315 }
316 316
317 if (is_ios) { 317 if (is_ios) {
318 deps += [ ":test_support_unittests_bundle_data" ] 318 deps += [
319 ":test_support_unittests_bundle_data",
320 "../rtc_base:rtc_base_apple",
321 "../rtc_base:rtc_base_approved",
322 ]
319 } 323 }
320 324
321 deps += [ 325 deps += [
322 ":direct_transport", 326 ":direct_transport",
323 ":fileutils_unittests", 327 ":fileutils_unittests",
324 ":test_common", 328 ":test_common",
325 ":test_main", 329 ":test_main",
326 ":test_support_isolated_output", 330 ":test_support_isolated_output",
327 ":video_test_common", 331 ":video_test_common",
328 ":video_test_support", 332 ":video_test_support",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 java_files = [ 608 java_files = [
605 "android/org/webrtc/native_test/RTCNativeUnitTest.java", 609 "android/org/webrtc/native_test/RTCNativeUnitTest.java",
606 "android/org/webrtc/native_test/RTCNativeUnitTestActivity.java", 610 "android/org/webrtc/native_test/RTCNativeUnitTestActivity.java",
607 ] 611 ]
608 deps = [ 612 deps = [
609 "../rtc_base:base_java", 613 "../rtc_base:base_java",
610 "//testing/android/native_test:native_test_java", 614 "//testing/android/native_test:native_test_java",
611 ] 615 ]
612 } 616 }
613 } 617 }
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/BUILD.gn ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698