Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Unified Diff: webrtc/examples/BUILD.gn

Issue 2347403002: Merge AppRTCDemoJUnitTest into android_junit_tests target (Closed)
Patch Set: Updated examples/androidjunit/README and removed old GYP target. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/examples/androidjunit/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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")) {
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/examples/androidjunit/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698