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

Side by Side Diff: third_party/android_support_test_runner/README.chromium

Issue 2142413004: Add required deps to third_party/android_support_test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant default setting for java-version in javac.py 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 unified diff | Download patch
OLDNEW
1 Name: Android Testing Support Library Test Runner 1 Name: Android Testing Support Library Test Runner
2 Short Name: runner 2 Short Name: runner
3 URL: https://github.com/googlesamples/android-testing/tree/master/ui/espresso/Ba sicSampleBundled 3 URL: https://github.com/googlesamples/android-testing/tree/master/ui/espresso/Ba sicSampleBundled
4 Version: 0.3 4 Version: 0.5
5 License: Apache 2.0 5 License: Apache 2.0
6 License File: NOT_SHIPPED 6 License File: NOT_SHIPPED
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 This static jar is part of Android Testing Support Library. It was needed for 10 This static jar is part of Android Testing Support Library. It was needed for
11 Instrumentation Test Runner to be able to run Espresso test, in which the 11 Instrumentation Test Runner to be able to run Espresso test, in which the
12 activity lifecycler monitoring provided by this jar file is needed by Espresso. 12 activity lifecycler monitoring provided by this jar file is needed by Espresso.
13 IMPORTANT: There should only be one version of espresso library 13 IMPORTANT: There should only be one version of espresso library
14 (crbug.com/622057) 14 (crbug.com/622057)
15 15
16 Local Modifications: None 16 Local Modifications: None
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698