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

Unified Diff: DEPS

Issue 513513002: Remove OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « .gitignore ('k') | 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 9898d2db3ec212c4b557f29be95b9924f7af3bbb..2817a5af8d5813d3b9f13ce1e6ce19dcc8fd1407 100644
--- a/DEPS
+++ b/DEPS
@@ -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',
@@ -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'),
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698