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

Side by Side Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2231413002: GN: Update tests to have the correct shard timeout value on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixes according to comments. Created 4 years, 4 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/modules/BUILD.gn ('k') | webrtc/system_wrappers/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("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 ":isac_fix", 1022 ":isac_fix",
1023 ":neteq", 1023 ":neteq",
1024 ":neteq_unittest_tools", 1024 ":neteq_unittest_tools",
1025 "../../common_audio/", 1025 "../../common_audio/",
1026 "../../test:test_support_main", 1026 "../../test:test_support_main",
1027 "//testing/gtest", 1027 "//testing/gtest",
1028 ] 1028 ]
1029 1029
1030 if (is_android) { 1030 if (is_android) {
1031 deps += [ "//testing/android/native_test:native_test_native_code" ] 1031 deps += [ "//testing/android/native_test:native_test_native_code" ]
1032 shard_timeout = 900
1032 } 1033 }
1033 1034
1034 if (is_ios) { 1035 if (is_ios) {
1035 data = [ 1036 data = [
1036 "//resources/audio_coding/testfile32kHz.pcm", 1037 "//resources/audio_coding/testfile32kHz.pcm",
1037 ] 1038 ]
1038 } 1039 }
1039 } # audio_decoder_unittests 1040 } # audio_decoder_unittests
1040 1041
1041 if (rtc_enable_protobuf) { 1042 if (rtc_enable_protobuf) {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 ] 1111 ]
1111 1112
1112 if (is_clang) { 1113 if (is_clang) {
1113 # Suppress warnings from the Chromium Clang plugins 1114 # Suppress warnings from the Chromium Clang plugins
1114 # (bugs.webrtc.org/163). 1115 # (bugs.webrtc.org/163).
1115 configs -= [ "//build/config/clang:find_bad_constructs" ] 1116 configs -= [ "//build/config/clang:find_bad_constructs" ]
1116 } 1117 }
1117 1118
1118 if (is_android) { 1119 if (is_android) {
1119 deps += [ "//testing/android/native_test:native_test_native_code" ] 1120 deps += [ "//testing/android/native_test:native_test_native_code" ]
1121 shard_timeout = 900
1120 } 1122 }
1121 1123
1122 deps += [ 1124 deps += [
1123 ":isac_fix", 1125 ":isac_fix",
1124 ":webrtc_opus", 1126 ":webrtc_opus",
1125 "../../system_wrappers:system_wrappers_default", 1127 "../../system_wrappers:system_wrappers_default",
1126 "../../test:test_support_main", 1128 "../../test:test_support_main",
1127 "../audio_processing/", 1129 "../audio_processing/",
1128 "//testing/gtest", 1130 "//testing/gtest",
1129 ] 1131 ]
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 deps = [ 1473 deps = [
1472 ":g711", 1474 ":g711",
1473 ":neteq", 1475 ":neteq",
1474 ":neteq_test_support", 1476 ":neteq_test_support",
1475 "../../test:test_support_main", 1477 "../../test:test_support_main",
1476 "//testing/gtest", 1478 "//testing/gtest",
1477 "//third_party/gflags", 1479 "//third_party/gflags",
1478 ] 1480 ]
1479 } 1481 }
1480 } 1482 }
OLDNEW
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/system_wrappers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698