Chromium Code Reviews| 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" |