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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2405463002: Testing of FileVideoCapturer (Closed)
Patch Set: Merge branch 'master' into with_yuv_file_reader 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 d78c28774ae040f5cd21569c1affd2a5fc349879..a1f02314401f6e59178c2bd7fa84cb11b97ddb40 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -94,6 +94,7 @@ if (is_android) {
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",
]
@@ -104,6 +105,10 @@ if (is_android) {
":AppRTCMobile_javalib",
"//webrtc/api:libjingle_peerconnection_java",
]
+
+ data = [
+ "//webrtc/examples/androidtests/src/org/appspot/apprtc/test/capturetestvideo.y4m",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698