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

Unified Diff: docs/android_test_instructions.md

Issue 2802093008: Rename android_webview_apk and android_webview_test_apk (Closed)
Patch Set: rebase Created 3 years, 8 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 | « docs/android_cast_build_instructions.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_test_instructions.md
diff --git a/docs/android_test_instructions.md b/docs/android_test_instructions.md
index b941118f416ed3efd93ce0c28c354e41bcbeac5d..0fedc0d16bcf58167dc65d38a33bbdac220a45b2 100644
--- a/docs/android_test_instructions.md
+++ b/docs/android_test_instructions.md
@@ -121,7 +121,7 @@ Java test files vary a bit more widely than their C++ counterparts:
typically belong in either `<top-level directory>_javatests` or `<top-level
directory>_test_java`. Regardless, they'll wind up getting packaged into one
of a few test APKs:
- - `android_webview_test_apk` for anything in `//android_webview`
+ - `webview_instrumentation_test_apk` for anything in `//android_webview`
- `content_shell_test_apk` for anything in `//content` or below
- `chrome_public_test_apk` for most things in `//chrome`
- `chrome_sync_shell_test_apk` in a few exceptional cases
@@ -270,9 +270,9 @@ out/Release/bin/run_chrome_public_test_apk [-vv]
AndroidWebView tests:
```shell
-ninja -C out/Release android_webview_apk
-ninja -C out/Release android_webview_test_apk
-out/Release/bin/run_android_webview_test_apk [-vv]
+ninja -C out/Release webview_instrumentation_apk
+ninja -C out/Release webview_instrumentation_test_apk
+out/Release/bin/run_webview_instrumentation_test_apk [-vv]
```
In order to run a subset of tests, use -f to filter based on test class/method
« no previous file with comments | « docs/android_cast_build_instructions.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698