Chromium Code Reviews| Index: third_party/boringssl/BUILD.gn |
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn |
| index e14775476d5a14af71473b1a066fea43535bb1bb..41f12f17fd717442621d7b64a93e92e285821f32 100644 |
| --- a/third_party/boringssl/BUILD.gn |
| +++ b/third_party/boringssl/BUILD.gn |
| @@ -92,7 +92,7 @@ component("boringssl") { |
| } |
| } else if (current_cpu == "arm") { |
|
davidben
2015/04/06 21:54:39
The arm/armv7 thing doesn't apply to GN too, does
|
| sources += gypi_values.boringssl_linux_arm_sources |
| - } else if (current_cpu == "arm64") { |
| + } else if (current_cpu == "arm64" && (is_linux || is_android)) { |
| sources += gypi_values.boringssl_linux_aarch64_sources |
| } else { |
| defines += [ "OPENSSL_NO_ASM" ] |