Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: third_party/boringssl/BUILD.gn

Issue 1064693002: Compile BoringSSL for arm64 iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/boringssl/boringssl.gyp » ('j') | third_party/boringssl/boringssl.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | third_party/boringssl/boringssl.gyp » ('j') | third_party/boringssl/boringssl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698