| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index 52a3ff329aaad5ea85fbeeb7b827f9759c848e5a..88100c1923d977d7dbaf106ab2a9ad4006eb5054 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -26,6 +26,7 @@ component("boringssl") {
|
| direct_dependent_configs = [ ":openssl_config" ]
|
|
|
| cflags = []
|
| + defines = []
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|