Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 6d4ba06e77c709d2f036a519c56ae426f2c7c5fc..031012f3193590a052eaf0839a20c9ebea5c85dd 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -90,6 +90,12 @@ vars = { |
| 'nacl_revision': 'd4f6ba5e0cd805c6f8085f5f69d06a5e17341d16', # from svn revision r13748 |
| } |
| +allowed_hosts = [ |
|
iannucci
2014/09/18 21:01:32
Add a comment above this explaining that this rest
tandrii(chromium)
2014/09/18 22:07:27
Done.
|
| + 'chromium.googlesource.com', |
| + 'boringssl.googlesource.com', |
| + 'pdfium.googlesource.com', |
| +] |
| + |
| deps = { |
| 'src/breakpad/src': |
| Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '9b7051fd52f7377dc08e88133e3c0d3da5f105c3', # from svn revision 1375 |