aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMax Yakimakha <yakimakha@chromium.org>2019-04-12 15:09:44 -0700
committerCommit Bot <commit-bot@chromium.org>2019-04-12 22:21:36 +0000
commit4132b4ce3f3a5cc4cf46aebfd82f03edb49b73ee (patch)
treed1badaa33cabc76ff7cfa55964dec9a72eb450ba /DEPS
parent340f3f7180b335ea70f44e4e8a7659df492c38bc (diff)
downloadopenscreen-4132b4ce3f3a5cc4cf46aebfd82f03edb49b73ee.tar.gz
Add BoringSSL as a dependency in DEPS
Change-Id: Ib81d806617ad39e5365e123429eea817d2127729 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1553895 Commit-Queue: Max Yakimakha <yakimakha@google.com> Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS10
1 files changed, 9 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 6dd6f47f..804508c5 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,8 @@ vars = {
# NOTE: Strangely enough, this will be overridden by any _parent_ DEPS, so
# in Chromium it will correctly be True.
'build_with_chromium': False,
+
+ 'checkout_chromium_quic_boringssl': False,
}
deps = {
@@ -35,9 +37,15 @@ deps = {
'condition': 'not build_with_chromium',
},
+ 'third_party/boringssl/src': {
+ 'url' : Var('boringssl_git') + '/boringssl.git' +
+ '@' + '6410e18e9190b6b0c71955119fbf3cae1b9eedb7',
+ 'condition': 'not build_with_chromium',
+ },
+
'third_party/chromium_quic/src': {
'url': Var('chromium_git') + '/openscreen/quic.git' +
- '@' + 'de9d4dc2e36076888bedcd041126ce5a6c1ca0d4',
+ '@' + '7d93e9aedb51c3e516924f526a8ce74bc4843ffc',
'condition': 'not build_with_chromium',
},