Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: DEPS

Issue 575283005: Added allowed_hosts to DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698