Add dependency on ARCore 1.5 from maven

This change is in preparation for switching from ARCore 1.1 (current) to ARCore 1.5.

We currently depend on ARCore header (pulled down from github)
and the contents of .aar file distributed by ARCore team - this change
adds ARCore as a dependency from maven.

The .so and .jar files in //third-party/arcore-android-sdk will be removed once the build
switches to use files added in this CL.

Bug: 887669
Change-Id: I90ae3f30a41f832c2dc2c0ff36cfd5ec0b3a584c
Reviewed-on: https://chromium-review.googlesource.com/c/1366267
Commit-Queue: Piotr Bialecki <[email protected]>
Reviewed-by: Peter Wen <[email protected]>
Reviewed-by: agrieve <[email protected]>
Reviewed-by: Chris Palmer <[email protected]>
Reviewed-by: Jochen Eisinger <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/master@{#615289}
diff --git a/DEPS b/DEPS
index 7945cb8..8413a4b 100644
--- a/DEPS
+++ b/DEPS
@@ -1736,6 +1736,17 @@
       'dep_type': 'cipd',
   },
 
+  'src/third_party/android_deps/libs/com_google_ar_core': {
+      'packages': [
+          {
+              'package': 'chromium/third_party/android_deps/libs/com_google_ar_core',
+              'version': 'version:1.5.0-cr0',
+          },
+      ],
+      'condition': 'checkout_android',
+      'dep_type': 'cipd',
+  },
+
   'src/third_party/android_deps/libs/com_google_code_findbugs_jsr305': {
       'packages': [
           {