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

Unified Diff: third_party/boringssl/BUILD.gn

Issue 568643003: Reland dd7edfa67: Switch Mac over to BoringSSL from NSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: third_party/boringssl/BUILD.gn
diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
index 7337461f13f77520708fae76cd5527576cca1531..3b7f91a12fdca16bdd60591241af1e8319e5bcf5 100644
--- a/third_party/boringssl/BUILD.gn
+++ b/third_party/boringssl/BUILD.gn
@@ -31,7 +31,10 @@ component("boringssl") {
direct_dependent_configs = [ ":openssl_config" ]
cflags = []
- defines = [ "BORINGSSL_IMPLEMENTATION" ]
+ defines = [
+ "BORINGSSL_IMPLEMENTATION",
+ "BORINGSSL_NO_STATIC_INITIALIZER",
Ryan Sleevi 2014/09/12 00:36:27 Just to confirm I'm reading https://boringssl-revi
davidben 2014/09/12 00:40:00 Yup. The only reference to that #define in a heade
+ ]
if (is_component_build) {
defines += [
"BORINGSSL_SHARED_LIBRARY",

Powered by Google App Engine
This is Rietveld 408576698