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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2405463002: Testing of FileVideoCapturer (Closed)
Patch Set: y Created 4 years, 2 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
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index b0b530fdd0c80299639cf69c4cc72b38b42f2825..2d79ce392c9202cee56fca0245b49c4383f45935 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -93,7 +93,10 @@ if (is_android) {
apk_name = "AppRTCMobileTest"
android_manifest = "androidtests/AndroidManifest.xml"
- java_files = [ "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java" ]
+ java_files = [
+ "androidtests/src/org/appspot/apprtc/test/FileVideoCapturerTest.java",
+ "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java",
+ ]
apk_under_test = ":AppRTCMobile"
@@ -101,6 +104,10 @@ if (is_android) {
":AppRTCMobile_javalib",
"//webrtc/api:libjingle_peerconnection_java",
]
+
+ data = [
+ "//resources/reference_video_640x360_30fps_4frames.y4m",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698