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

Side by Side Diff: ports/boringssl/pkg_info

Issue 1474893002: Update boringssl port (still disabled due to old cmake on bots) (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years 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 | « ports/boringssl/nacl.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME=boringssl 1 NAME=boringssl
2 VERSION=git 2 VERSION=git
3 URL=https://boringssl.googlesource.com/boringssl.git@3b73c18 3 URL=https://boringssl.googlesource.com/boringssl.git@e8fe07f
4 DEPENDS=(glibc-compat) 4 DEPENDS=(glibc-compat)
5 DISABLED_LIBC=(newlib)
6 # Disabled for now as it requires a recent cmake version. 5 # Disabled for now as it requires a recent cmake version.
7 DISABLED=1 6 DISABLED=1
8 CONFLICTS=(openssl) 7 CONFLICTS=(openssl)
9 DISABLED_TOOLCHAIN=(emscripten) 8 # x86 glibc toolchain doesn't support C++11 which is required by boringssl
9 DISABLED_TOOLCHAIN=(emscripten glibc/i686 glibc/x86_64)
OLDNEW
« no previous file with comments | « ports/boringssl/nacl.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698