| Index: webrtc/examples/BUILD.gn
|
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
|
| index 428498d1edd267eb6b9428e00793118a5a20d0cf..3764b5c72c1fd55d2a4b832e3c4b288a53cdd64f 100644
|
| --- a/webrtc/examples/BUILD.gn
|
| +++ b/webrtc/examples/BUILD.gn
|
| @@ -107,11 +107,7 @@ if (is_android) {
|
| apk_name = "AppRTCMobileTest"
|
| 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",
|
| - ]
|
| + java_files = [ "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java" ]
|
|
|
| apk_under_test = ":AppRTCMobile"
|
|
|
| @@ -122,10 +118,6 @@ if (is_android) {
|
| "//third_party/junit",
|
| "//webrtc/sdk/android:libjingle_peerconnection_java",
|
| ]
|
| -
|
| - data = [
|
| - "//webrtc/examples/androidtests/src/org/appspot/apprtc/test/capturetestvideo.y4m",
|
| - ]
|
| }
|
|
|
| instrumentation_test_apk("AppRTCMobileTestStubbedVideoIO") {
|
|
|