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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2405463002: Testing of FileVideoCapturer (Closed)
Patch Set: Using Object.wait() and .notify() to wait for frames for FileVideoCapturerTest 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 f79501b50192f24cffaac20b69ec2b737f38a636..0a8d2803907b4ad08b8166eb268e042f4e7cdc3d 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",
+ ]
kjellander_webrtc 2016/10/12 01:00:23 1) You'll need to upload your reference_video_640x
apk_under_test = ":AppRTCMobile"

Powered by Google App Engine
This is Rietveld 408576698