Chromium Code Reviews| 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", |