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

Unified Diff: third_party/boringssl/boringssl.gyp

Issue 2047483002: Remove unused iOS assembly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« third_party/boringssl/BUILD.gn ('K') | « third_party/boringssl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl.gyp
diff --git a/third_party/boringssl/boringssl.gyp b/third_party/boringssl/boringssl.gyp
index 311fee43834f5739ff1df3ad18351125e06afead..e847e07db3ffe5235de1801a47226e2d72061bc9 100644
--- a/third_party/boringssl/boringssl.gyp
+++ b/third_party/boringssl/boringssl.gyp
@@ -134,7 +134,7 @@
}],
['target_arch == "ia32" and msan == 0', {
'conditions': [
- ['OS == "mac" or OS == "ios"', {
+ ['OS == "mac"', {
'sources': [ '<@(boringssl_mac_x86_sources)' ],
}],
['OS == "linux" or OS == "android"', {
@@ -160,7 +160,7 @@
}],
['target_arch == "x64" and msan == 0', {
'conditions': [
- ['OS == "mac" or OS == "ios"', {
+ ['OS == "mac"', {
'sources': [ '<@(boringssl_mac_x86_64_sources)' ],
}],
['OS == "linux" or OS == "android"', {
« third_party/boringssl/BUILD.gn ('K') | « third_party/boringssl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698