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

Side by Side Diff: webrtc/modules/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/common_video/BUILD.gn ('k') | webrtc/modules/audio_coding/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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "audio_coding/test/opus_test.cc", 77 "audio_coding/test/opus_test.cc",
78 "audio_coding/test/target_delay_unittest.cc", 78 "audio_coding/test/target_delay_unittest.cc",
79 "audio_coding/test/utility.cc", 79 "audio_coding/test/utility.cc",
80 "rtp_rtcp/test/testFec/test_fec.cc", 80 "rtp_rtcp/test/testFec/test_fec.cc",
81 "video_coding/codecs/test/videoprocessor_integrationtest.cc", 81 "video_coding/codecs/test/videoprocessor_integrationtest.cc",
82 "video_coding/codecs/vp8/test/vp8_impl_unittest.cc", 82 "video_coding/codecs/vp8/test/vp8_impl_unittest.cc",
83 ] 83 ]
84 84
85 if (is_android) { 85 if (is_android) {
86 deps += [ "//testing/android/native_test:native_test_native_code" ] 86 deps += [ "//testing/android/native_test:native_test_native_code" ]
87 shard_timeout = 900
87 } 88 }
88 if (is_android || is_ios) { 89 if (is_android || is_ios) {
89 data = [ 90 data = [
90 "//resources/audio_coding/testfile32kHz.pcm", 91 "//resources/audio_coding/testfile32kHz.pcm",
91 "//resources/audio_coding/teststereo32kHz.pcm", 92 "//resources/audio_coding/teststereo32kHz.pcm",
92 "//resources/foreman_cif.yuv", 93 "//resources/foreman_cif.yuv",
93 "//resources/paris_qcif.yuv", 94 "//resources/paris_qcif.yuv",
94 ] 95 ]
95 } 96 }
96 97
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "//resources/synthetic-trace.rx", 595 "//resources/synthetic-trace.rx",
595 "//resources/tmobile-downlink.rx", 596 "//resources/tmobile-downlink.rx",
596 "//resources/tmobile-uplink.rx", 597 "//resources/tmobile-uplink.rx",
597 "//resources/utility/encapsulated_pcm16b_8khz.wav", 598 "//resources/utility/encapsulated_pcm16b_8khz.wav",
598 "//resources/utility/encapsulated_pcmu_8khz.wav", 599 "//resources/utility/encapsulated_pcmu_8khz.wav",
599 "//resources/verizon3g-downlink.rx", 600 "//resources/verizon3g-downlink.rx",
600 "//resources/verizon3g-uplink.rx", 601 "//resources/verizon3g-uplink.rx",
601 "//resources/verizon4g-downlink.rx", 602 "//resources/verizon4g-downlink.rx",
602 "//resources/verizon4g-uplink.rx", 603 "//resources/verizon4g-uplink.rx",
603 ] 604 ]
605
606 shard_timeout = 900
604 } 607 }
605 608
606 if (is_ios) { 609 if (is_ios) {
607 configs += [ 610 configs += [
608 "..:common_objc", 611 "..:common_objc",
609 "//build/config/compiler:enable_arc", 612 "//build/config/compiler:enable_arc",
610 ] 613 ]
611 614
612 sources += [ 615 sources += [
613 "audio_device/ios/audio_device_unittest_ios.cc", 616 "audio_device/ios/audio_device_unittest_ios.cc",
614 "audio_device/ios/objc/RTCAudioSessionTest.mm", 617 "audio_device/ios/objc/RTCAudioSessionTest.mm",
615 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 618 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
616 ] 619 ]
617 620
618 ldflags = [ "-ObjC" ] 621 ldflags = [ "-ObjC" ]
619 622
620 # TODO(kjellander): Mac bundle files. 623 # TODO(kjellander): Mac bundle files.
621 } 624 }
622 } 625 }
623 } 626 }
OLDNEW
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698