Skip to content

Commit

Permalink
Add BoringSSL to DEPS.
Browse files Browse the repository at this point in the history
(Take three.)

BUG=388971

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281479 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
agl@chromium.org committed Jul 6, 2014
1 parent 72565d1 commit 7ee3af5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ v8.log
/third_party/asan
/third_party/bidichecker
/third_party/bison
/third_party/boringssl/src
/third_party/brotli/src
/third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
/third_party/cacheinvalidation/src
Expand Down
8 changes: 8 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ vars = {
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
"pdfium_git": "https://pdfium.googlesource.com",
"skia_git": "https://skia.googlesource.com",
"boringssl_git": "https://boringssl.googlesource.com",
"swig_revision": "230490",
"nacl_revision": "13430",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
Expand Down Expand Up @@ -81,6 +82,10 @@ vars = {
# the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other.
"openmax_dl_revision": "6483",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
"boringssl_revision": "8af663956519f7302284c0c36b413c0495986e14",
}

deps = {
Expand Down Expand Up @@ -319,6 +324,9 @@ deps = {

"src/third_party/pdfium":
Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"),

"src/third_party/boringssl/src":
Var("boringssl_git") + "/boringssl.git@" + Var("boringssl_revision"),
}


Expand Down

0 comments on commit 7ee3af5

Please sign in to comment.