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

Unified Diff: webrtc/BUILD.gn

Issue 2271143003: GN: Add resources for webrtc_perf_tests on Android (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e30fd6b49f72d8306bca7d1964a541b7f4adb1e4..74167e2396990d1c934f0784260e9eb39c272477 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -766,6 +766,20 @@ if (rtc_include_tests) {
]
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
+ data = [
+ "//resources/audio_coding/speech_mono_16kHz.pcm",
+ "//resources/audio_coding/testfile32kHz.pcm",
+ "//resources/ConferenceMotion_1280_720_50.yuv",
+ "//resources/difficult_photo_1850_1110.yuv",
+ "//resources/foreman_cif.yuv",
+ "//resources/google-wifi-3mbps.rx",
+ "//resources/paris_qcif.yuv",
+ "//resources/photo_1850_1110.yuv",
+ "//resources/presentation_1850_1110.yuv",
+ "//resources/verizon4g-downlink.rx",
+ "//resources/voice_engine/audio_long16.pcm",
+ "//resources/web_screenshot_1850_1110.yuv",
+ ]
shard_timeout = 2700
}
if (is_clang) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698