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

Side by Side Diff: openssl-chromium.config

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « openssl.gypi ('k') | openssl/Android.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Configuration defaults for import_from_android.sh
2 # See README.chromium for details.
3
4 # Location of Android source git server, used to retrieve configuration
5 # and import script, which are placed under openssl/
6 ANDROID_OPENSSL_GIT_SOURCE=https://android.googlesource.com/platform/external/op enssl.git
7
8 # The exact commit used to checkout sources from the git server.
9 ANDROID_OPENSSL_GIT_COMMIT=c1b05eb57fadc3796aff6079d5a65e3c809aa9de
10
11 # Location of official OpenSSL release tarballs.
12 OPENSSL_TAR_SOURCE=http://www.openssl.org/source
13
14 # SHA-1 hash of openssl-<version>.tar.gz as downloaded from the official
15 # OpenSSL server. Note that <version> is automatically taken from
16 # openssl/opensls.version after that file is downloaded from the Android
17 # git server.
18 OPENSSL_TAR_SHA1=3f1b1223c9e8189bfe4e186d86449775bd903460
OLDNEW
« no previous file with comments | « openssl.gypi ('k') | openssl/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698