Reland androidx_espresso after updating .info file.

This is a reland of:
https://chromium-review.googlesource.com/c/chromium/src/+/2064823
After it was reverted:
https://chromium-review.googlesource.com/c/chromium/src/+/2079147

This was caused by needing a new .info file because of breakage on
https://ci.chromium.org/p/chromium/builders/ci/android-archive-rel/9669
. Apparently the uploaded .info file had an extra newline character.

Bug: 1005891,1054152
Change-Id: Ibe273671811a7e772b4a6a5dbafcf5ec97c0b820
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079436
Reviewed-by: Yaron Friedman <[email protected]>
Commit-Queue: Yaron Friedman <[email protected]>
Auto-Submit: benjamin joyce <[email protected]>
Cr-Commit-Position: refs/heads/master@{#751994}
diff --git a/DEPS b/DEPS
index 3842251..33f2d18 100644
--- a/DEPS
+++ b/DEPS
@@ -2095,6 +2095,28 @@
       'dep_type': 'cipd',
   },
 
+  'src/third_party/android_deps/libs/androidx_test_espresso_espresso_core': {
+      'packages': [
+          {
+              'package': 'chromium/third_party/android_deps/libs/androidx_test_espresso_espresso_core',
+              'version': 'version:3.1.0-cr0',
+          },
+      ],
+      'condition': 'checkout_android',
+      'dep_type': 'cipd',
+  },
+
+  'src/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource': {
+      'packages': [
+          {
+              'package': 'chromium/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource',
+              'version': 'version:3.1.0-cr0',
+          },
+      ],
+      'condition': 'checkout_android',
+      'dep_type': 'cipd',
+  },
+
   'src/third_party/android_deps/libs/androidx_test_ext_junit': {
       'packages': [
           {
@@ -3184,6 +3206,17 @@
       'dep_type': 'cipd',
   },
 
+  'src/third_party/android_deps/libs/com_squareup_javawriter': {
+      'packages': [
+          {
+              'package': 'chromium/third_party/android_deps/libs/com_squareup_javawriter',
+              'version': 'version:2.1.1-cr0',
+          },
+      ],
+      'condition': 'checkout_android',
+      'dep_type': 'cipd',
+  },
+
   'src/third_party/android_deps/libs/commons_cli_commons_cli': {
       'packages': [
           {