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

Unified Diff: third_party/boringssl/boringssl.gyp

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: third_party/boringssl/boringssl.gyp
diff --git a/third_party/boringssl/boringssl.gyp b/third_party/boringssl/boringssl.gyp
index 724be0780705eab9f68edf0bb7f9c3c5ad1f88af..19456fc69e268d76f751b4d28bf8a389e6b96489 100644
--- a/third_party/boringssl/boringssl.gyp
+++ b/third_party/boringssl/boringssl.gyp
@@ -17,7 +17,6 @@
'defines': [
'BORINGSSL_IMPLEMENTATION',
'BORINGSSL_NO_STATIC_INITIALIZER',
- 'OPENSSL_SMALL',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -102,6 +101,9 @@
'src/include',
],
'direct_dependent_settings': {
+ 'defines': [
+ 'OPENSSL_SMALL',
davidben 2015/11/19 00:16:19 This is purely for the tests because ED25519 funct
+ ],
'include_dirs': [
'src/include',
],

Powered by Google App Engine
This is Rietveld 408576698