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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2585813002: Espresso test case to control loopback call (Closed)
Patch Set: Only keeping necessary dependencies in BUILD.gn for the test case Created 4 years 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
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index e6b73f017d2def3ee4fec0ff3d73e0591b121782..8463285fadc3775d0d9ace0c8a558d3cd18dd818 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -107,6 +107,7 @@ if (is_android) {
android_manifest = "androidtests/AndroidManifest.xml"
java_files = [
+ "androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java",
kjellander_webrtc 2016/12/19 11:26:25 I remember we talked about having a Python script
"androidtests/src/org/appspot/apprtc/test/FileVideoCapturerTest.java",
"androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java",
"androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java",
@@ -116,6 +117,11 @@ if (is_android) {
deps = [
":AppRTCMobile_javalib",
+ "//third_party/android_support_test_runner:rules_java",
+ "//third_party/android_support_test_runner:runner_java",
+ "//third_party/espresso:espresso_all_java",
+ "//third_party/hamcrest:hamcrest_java",
+ "//third_party/junit",
"//webrtc/sdk/android:libjingle_peerconnection_java",
]

Powered by Google App Engine
This is Rietveld 408576698