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

Unified Diff: third_party/espresso/README.chromium

Issue 2793193002: Update Espresso to be compatible with guava-20 (Closed)
Patch Set: Addressed comments to clarify README.chromium, make gitignore for downloaded espresso jars version … 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
Index: third_party/espresso/README.chromium
diff --git a/third_party/espresso/README.chromium b/third_party/espresso/README.chromium
index 98accadb54b93cfa15ad0e912f2a130030cdaa97..0bf0132105bb38e35124ccf8883211adb678b4a9 100644
--- a/third_party/espresso/README.chromium
+++ b/third_party/espresso/README.chromium
@@ -12,4 +12,9 @@ Use Espresso to write concise, beautiful, and reliable Android UI tests
IMPORTANT: There should only be one version of espresso library
(crbug.com/622057)
-Local Modifications: None
+Local Modifications:
+- Version 2.2.1:
+ - Change Futures.transform(preparedScript, RAW_EVALUATOR) calls to use Futures.transformAsync
+ in android/support/test/espresso/web/action/JavascriptEvaluation.java for Guava 20.0
+ compatibility
+ - Change all Guava dependencies in Espresso build.gradle files from 18.0 to 20.0
« no previous file with comments | « third_party/espresso/BUILD.gn ('k') | third_party/espresso/lib/espresso-contrib-2.2-release-no-dep.jar.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698