| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index 8ad626bdb0eaf290bcf6800e8e28c9812d4651ab..11e982931be02cf82ca5d1ab243de46550487522 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -127,7 +127,11 @@ component("boringssl") {
|
|
|
| if (build_with_chromium) {
|
| create_tests("boringssl_tests") {
|
| - configs = [ ":internal_config" ]
|
| + configs_exclude = [ "//build/config/compiler:chromium_code" ]
|
| + configs = [
|
| + ":internal_config",
|
| + "//build/config/compiler:no_chromium_code",
|
| + ]
|
| deps = [
|
| ":boringssl",
|
| ]
|
|
|