Commit c3531617 authored by agl's avatar agl Committed by Commit bot

Remove OpenSSL.

(It's now BoringSSL in third_party/boringssl.)

BUG=none

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

Cr-Commit-Position: refs/heads/master@{#292074}
parent a6c97637
...@@ -295,7 +295,6 @@ v8.log ...@@ -295,7 +295,6 @@ v8.log
/third_party/nacl_sdk_binaries/ /third_party/nacl_sdk_binaries/
/third_party/nss /third_party/nss
/third_party/openmax_dl/ /third_party/openmax_dl/
/third_party/openssl
/third_party/opus/src /third_party/opus/src
/third_party/ots /third_party/ots
/third_party/pdfsqueeze /third_party/pdfsqueeze
......
...@@ -52,10 +52,6 @@ vars = { ...@@ -52,10 +52,6 @@ vars = {
# and whatever else without interference from each other. # and whatever else without interference from each other.
'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41', 'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
'openssl_revision': 'c9613e3123ff035683f45163af142817b38d03b6',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE # the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other. # and whatever else without interference from each other.
'angle_revision': 'ef9d63ec5a38ac6d41c0a3ba0ee9bde42090da54', 'angle_revision': 'ef9d63ec5a38ac6d41c0a3ba0ee9bde42090da54',
...@@ -296,9 +292,6 @@ deps = { ...@@ -296,9 +292,6 @@ deps = {
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c955615535ce62e', Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c955615535ce62e',
'src/third_party/openssl':
Var('chromium_git') + '/chromium/deps/openssl.git' + '@' + Var('openssl_revision'),
'src/third_party/pdfium': 'src/third_party/pdfium':
'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
......
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