Change wpr tests to use isolation for dependencies.

Use WPR binaries from CIPD via gclient sync.
Use WPR archives from GCS via gclient runhook.

Bug: 1060399
Change-Id: Ice6baa39fd538902545e1125a0ac9fb85d78012f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212790
Reviewed-by: Theresa  <[email protected]>
Reviewed-by: Haiyang Pan <[email protected]>
Reviewed-by: Dan H <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Arthur Wang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#778415}
diff --git a/DEPS b/DEPS
index cf3abaeb..8605af25 100644
--- a/DEPS
+++ b/DEPS
@@ -1561,6 +1561,17 @@
       'dep_type': 'cipd',
   },
 
+  'src/third_party/webpagereplay': {
+      'packages' : [
+          {
+              'package': 'infra/tools/wpr/linux_x86_64',
+              'version': ' y28SfbEF6nHSkZ1eHysM1t711zpOCmtk7jUdxZB-QSMC',
+          },
+      ],
+      'condition': 'checkout_android',
+      'dep_type': 'cipd',
+  },
+
   'src/third_party/android_prebuilts/build_tools': {
       'url': Var('android_git') + '/platform/prebuilts/build-tools.git' + '@' + '5794e96eb8bae47bb48feee915d99583573b3887',
       'condition': 'checkout_android_prebuilts_build_tools',