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

Unified Diff: webrtc/BUILD.gn

Issue 3005253002: Add full stack tests for MediaCodec. (Closed)
Patch Set: Created 3 years, 3 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 | webrtc/call/call_perf_tests.cc » ('j') | webrtc/modules/video_coding/BUILD.gn » ('J')
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 b11016cc702d529f589e5324571023c0022b0b49..f4765eef07b798a6d263d577db7bd5ecc747d3eb 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -469,6 +469,8 @@ if (rtc_include_tests) {
"../resources/audio_coding/testfile32kHz.pcm",
"../resources/ConferenceMotion_1280_720_50.yuv",
"../resources/difficult_photo_1850_1110.yuv",
+ "../resources/foreman_128x96.yuv",
+ "../resources/foreman_320x240.yuv",
"../resources/foreman_cif.yuv",
"../resources/google-wifi-3mbps.rx",
"../resources/paris_qcif.yuv",
@@ -505,7 +507,13 @@ if (rtc_include_tests) {
data = webrtc_perf_tests_resources
if (is_android) {
- deps += [ "//testing/android/native_test:native_test_native_code" ]
+ deps += [
+ # Including Java classes seems only to be possible from rtc_test
+ # targets. Therefore we include this target here, instead of
+ # in video_full_stack_tests, where it is actually used.
+ "sdk/android:libjingle_peerconnection_java",
+ "//testing/android/native_test:native_test_native_code",
+ ]
shard_timeout = 2700
}
if (is_ios) {
« no previous file with comments | « no previous file | webrtc/call/call_perf_tests.cc » ('j') | webrtc/modules/video_coding/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698