| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index ef900bce6a8ae8500611ca76c1898d71c349f081..881acf128d3a8ae66b2a2d239358edd64ec7bb75 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -112,7 +112,7 @@ component("boringssl") {
|
| ":boringssl_asm",
|
| ]
|
|
|
| - public_configs = [ ":external_config" ]
|
| + all_dependent_configs = [ ":external_config" ]
|
| configs += [ ":internal_config" ]
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
|
|