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 |