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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2632233002: Move file capturer/renderer tests to the correct location. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/examples/androidtests/src/org/appspot/apprtc/test/FileVideoCapturerTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 428498d1edd267eb6b9428e00793118a5a20d0cf..3764b5c72c1fd55d2a4b832e3c4b288a53cdd64f 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -107,11 +107,7 @@ if (is_android) {
apk_name = "AppRTCMobileTest"
android_manifest = "androidtests/AndroidManifest.xml"
- java_files = [
- "androidtests/src/org/appspot/apprtc/test/FileVideoCapturerTest.java",
- "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java",
- "androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java",
- ]
+ java_files = [ "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java" ]
apk_under_test = ":AppRTCMobile"
@@ -122,10 +118,6 @@ if (is_android) {
"//third_party/junit",
"//webrtc/sdk/android:libjingle_peerconnection_java",
]
-
- data = [
- "//webrtc/examples/androidtests/src/org/appspot/apprtc/test/capturetestvideo.y4m",
- ]
}
instrumentation_test_apk("AppRTCMobileTestStubbedVideoIO") {
« no previous file with comments | « no previous file | webrtc/examples/androidtests/src/org/appspot/apprtc/test/FileVideoCapturerTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698