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

Unified Diff: docs/android_test_instructions.md

Issue 1422753009: [Docs] Improve Android test instructions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | 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 ee67bfd569527b9b49b0de9e1f9a42e0d7874ae6..522b2372628e2b944588b7383d6400507c789bba 100644
--- a/docs/android_test_instructions.md
+++ b/docs/android_test_instructions.md
@@ -94,6 +94,8 @@ settings, since Chromium requires it to render.
It may not be immediately obvious where your test code gets compiled to, so here
are some general rules:
+* If your test code lives under /base, it will be built as part of the
+ base_unittests_apk.
* If your test code lives under /content, it will probably be built as part of
the content_shell_test_apk
* If your test code lives under /chrome (or higher), it will probably be built
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698