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

Unified Diff: BUILD.gn

Issue 3016593002: Revert of 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 | call/call_perf_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 209a3fb4b1e5cdbf2e51cfe05256194c744d787a..e590644526f3be8bed7a227493c18f9d0019d0e3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -477,8 +477,6 @@
"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",
@@ -515,13 +513,7 @@
data = webrtc_perf_tests_resources
if (is_android) {
- 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",
- ]
+ deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 2700
}
if (is_ios) {
« no previous file with comments | « no previous file | call/call_perf_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698