Commit 74b7e421 authored by tandrii's avatar tandrii Committed by Commit bot

Added allowed_hosts to DEPS.

BUG=371012

Review URL: https://codereview.chromium.org/575283005

Cr-Commit-Position: refs/heads/master@{#296203}
parent e1aebb59
...@@ -90,6 +90,14 @@ vars = { ...@@ -90,6 +90,14 @@ vars = {
'nacl_revision': '5e4816da8d5258d7f917f0e859444755c6509410', # from svn revision r13759 'nacl_revision': '5e4816da8d5258d7f917f0e859444755c6509410', # from svn revision r13759
} }
# Only these hosts are allowed for dependencies in this DEPS file.
# If you need to add a new host, contact chrome infrastracture team.
allowed_hosts = [
'chromium.googlesource.com',
'boringssl.googlesource.com',
'pdfium.googlesource.com',
]
deps = { deps = {
'src/breakpad/src': 'src/breakpad/src':
Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'a513e85a22fca048860dcbfcac132b757e524857', # from svn revision 1384 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'a513e85a22fca048860dcbfcac132b757e524857', # from svn revision 1384
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment