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