Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index 4ebfeaffcb621a7ffdcf0654501473567601c99e..e61f15f838e618f45b0a46cda4e5f45f634d7265 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -102,19 +102,6 @@ if (is_android) { |
"//webrtc/api:libjingle_peerconnection_java", |
] |
} |
- |
- junit_binary("AppRTCDemoJUnitTest") { |
- java_files = [ |
- "androidjunit/src/org/appspot/apprtc/DirectRTCClientTest.java", |
- "androidjunit/src/org/appspot/apprtc/TCPChannelClientTest.java", |
- ] |
- |
- deps = [ |
- ":AppRTCDemo_javalib", |
- "//webrtc/api:libjingle_peerconnection_java", |
- "//webrtc/api:libjingle_peerconnection_jni", |
- ] |
- } |
} |
if (is_ios || (is_mac && target_cpu != "x86")) { |