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

Side by Side Diff: webrtc/BUILD.gn

Issue 2580383002: Re-enable Opus complexity tests on Android (Closed)
Patch Set: Change variable name to reflect actual bitrate 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 | « no previous file | webrtc/modules/audio_coding/codecs/opus/opus_complexity_unittest.cc » ('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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 deps += [ "//testing/android/native_test:native_test_native_code" ] 584 deps += [ "//testing/android/native_test:native_test_native_code" ]
585 shard_timeout = 900 585 shard_timeout = 900
586 } 586 }
587 if (is_ios) { 587 if (is_ios) {
588 deps += [ ":video_engine_tests_bundle_data" ] 588 deps += [ ":video_engine_tests_bundle_data" ]
589 } 589 }
590 } 590 }
591 591
592 webrtc_perf_tests_resources = [ 592 webrtc_perf_tests_resources = [
593 "//resources/audio_coding/speech_mono_16kHz.pcm", 593 "//resources/audio_coding/speech_mono_16kHz.pcm",
594 "//resources/audio_coding/speech_mono_32_48kHz.pcm",
594 "//resources/audio_coding/testfile32kHz.pcm", 595 "//resources/audio_coding/testfile32kHz.pcm",
595 "//resources/ConferenceMotion_1280_720_50.yuv", 596 "//resources/ConferenceMotion_1280_720_50.yuv",
596 "//resources/difficult_photo_1850_1110.yuv", 597 "//resources/difficult_photo_1850_1110.yuv",
597 "//resources/foreman_cif.yuv", 598 "//resources/foreman_cif.yuv",
598 "//resources/google-wifi-3mbps.rx", 599 "//resources/google-wifi-3mbps.rx",
599 "//resources/paris_qcif.yuv", 600 "//resources/paris_qcif.yuv",
600 "//resources/photo_1850_1110.yuv", 601 "//resources/photo_1850_1110.yuv",
601 "//resources/presentation_1850_1110.yuv", 602 "//resources/presentation_1850_1110.yuv",
602 "//resources/verizon4g-downlink.rx", 603 "//resources/verizon4g-downlink.rx",
603 "//resources/voice_engine/audio_long16.pcm", 604 "//resources/voice_engine/audio_long16.pcm",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 ] 709 ]
709 710
710 deps = [ 711 deps = [
711 "//base:base_java_test_support", 712 "//base:base_java_test_support",
712 "//webrtc/examples:AppRTCMobile_javalib", 713 "//webrtc/examples:AppRTCMobile_javalib",
713 "//webrtc/sdk/android:libjingle_peerconnection_java", 714 "//webrtc/sdk/android:libjingle_peerconnection_java",
714 ] 715 ]
715 } 716 }
716 } 717 }
717 } 718 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/codecs/opus/opus_complexity_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698