Skip to content

Commit

Permalink
Remove OpenSSL.
Browse files Browse the repository at this point in the history
(It's now BoringSSL in third_party/boringssl.)

BUG=none

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

Cr-Commit-Position: refs/heads/master@{#292074}
  • Loading branch information
agl authored and Commit bot committed Aug 27, 2014
1 parent a6c9763 commit c353161
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ v8.log
/third_party/nacl_sdk_binaries/
/third_party/nss
/third_party/openmax_dl/
/third_party/openssl
/third_party/opus/src
/third_party/ots
/third_party/pdfsqueeze
Expand Down
7 changes: 0 additions & 7 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ vars = {
# and whatever else without interference from each other.
'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41',
# 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
# and whatever else without interference from each other.
'angle_revision': 'ef9d63ec5a38ac6d41c0a3ba0ee9bde42090da54',
Expand Down Expand Up @@ -296,9 +292,6 @@ deps = {
'src/third_party/libwebm/source':
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':
'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),

Expand Down

0 comments on commit c353161

Please sign in to comment.