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

Unified Diff: webrtc/examples/androidjunit/README

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/examples/BUILD.gn ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidjunit/README
diff --git a/webrtc/examples/androidjunit/README b/webrtc/examples/androidjunit/README
index 502d71460f25ca07b194a324eecd9de164392379..f110cedcb090053c7d3cb7b298f1fb5bc2e74283 100644
--- a/webrtc/examples/androidjunit/README
+++ b/webrtc/examples/androidjunit/README
@@ -2,7 +2,7 @@ This directory contains example JUnit tests for Android AppRTCDemo.
Many of these test utilize Robolectric to mock Android classes.
To compile:
-ninja -C out/Debug AppRTCDemoJUnitTest
+ninja -C out/Debug android_junit_tests
To run:
-out/Debug/bin/run_AppRTCDemoJUnitTest
+out/Debug/bin/run_android_junit_tests
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698