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

Unified Diff: webrtc/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 | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 5b5ed165b809f6964b2b86b454e466e1faa3ae0c..b28bef811c1616f4eaee91c91379a5d3820534be 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -834,11 +834,16 @@ if (rtc_include_tests) {
if (is_android) {
junit_binary("android_junit_tests") {
- java_files = [ "androidjunit/src/org/webrtc/CameraEnumerationTest.java" ]
+ java_files = [
+ "androidjunit/src/org/webrtc/CameraEnumerationTest.java",
+ "examples/androidjunit/src/org/appspot/apprtc/DirectRTCClientTest.java",
+ "examples/androidjunit/src/org/appspot/apprtc/TCPChannelClientTest.java",
+ ]
deps = [
"//webrtc/api:libjingle_peerconnection_java",
"//webrtc/api:libjingle_peerconnection_jni",
+ "//webrtc/examples:AppRTCDemo_javalib",
]
}
}
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698