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", |
+ ] |
} |
} |