| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index fd7c960989f0e2e79e2063ed85f95a18c8c7ac77..886c37a2556586e92f13200bdffe3879d9d6b183 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -60,6 +60,7 @@ if (is_win && !is_msan) {
|
| }
|
| }
|
| } else {
|
| + # This has no sources on some platforms so must be a source_set.
|
| source_set("boringssl_asm") {
|
| visibility = [ ":*" ] # Only targets in this file can depend on this.
|
|
|
|
|