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

Unified Diff: third_party/android_support_test_runner/README.chromium

Issue 2042533002: Add Android Support test runner library to chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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
Index: third_party/android_support_test_runner/README.chromium
diff --git a/third_party/android_support_test_runner/README.chromium b/third_party/android_support_test_runner/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..1964cbcad1fc2947efbaa82fa8ef8aa2dd007258
--- /dev/null
+++ b/third_party/android_support_test_runner/README.chromium
@@ -0,0 +1,16 @@
+Name: Android Testing Support Library Test Runner
+Short Name: runner
+URL: https://github.com/googlesamples/android-testing/tree/master/ui/espresso/BasicSampleBundled
+Version: 0.3
+License: Apache 2.0
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+This static jar is part of Android Testing Support Library. It was needed for
+Instrumentation Test Runner to be able to run Espresso test, in which the
+activity lifecycler monitoring provided by this jar file is needed by Espresso.
+IMPORTANT: There should only be one version of espresso library
+(crbug.com/622057)
+
+Local Modifications: None

Powered by Google App Engine
This is Rietveld 408576698