Create placeholder to store password manager captured sites in CIPD.

Bug: 847905
Change-Id: Ibfa4d74affd7bd5823dd2d2036706f06734866e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497762
Commit-Queue: Yiming Zhou <[email protected]>
Reviewed-by: Stephen Martinis <[email protected]>
Cr-Commit-Position: refs/heads/master@{#637942}
diff --git a/DEPS b/DEPS
index ba56431..7dc2ff5 100644
--- a/DEPS
+++ b/DEPS
@@ -68,6 +68,12 @@
   # restricted to Googlers only.
   'checkout_chromium_autofill_test_dependencies': False,
 
+  # By default, do not check out Chromium password manager captured sites test
+  # dependencies. These dependencies include very large numbers of very
+  # large web capture files. Captured sites test dependencies are also
+  # restricted to Googlers only.
+  'checkout_chromium_password_manager_test_dependencies': False,
+
   # Check out and download nacl by default. This can be disabled e.g. with
   # custom_vars.
   'checkout_nacl': True,
@@ -353,6 +359,17 @@
     'dep_type': 'cipd',
   },
 
+  'src/chrome/test/data/password/captured_sites': {
+    'packages': [
+      {
+        'package': 'chromium/chrome/test/data/password/captured_sites',
+        'version': 'jYvTM_KjFi4v_BTqCfkAxM1XJ4PkMDSi31FgEDf0z9sC',
+      }
+    ],
+    'condition': 'checkout_chromium_password_manager_test_dependencies',
+    'dep_type': 'cipd',
+  },
+
   'src/chrome/test/data/perf/canvas_bench':
     Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',