Commit b53e7d12 authored by svaldez's avatar svaldez Committed by Commit bot

Remove unused iOS assembly

R=davidben@chromium.org

Review-Url: https://codereview.chromium.org/2047483002
Cr-Commit-Position: refs/heads/master@{#398131}
parent 7948bc43
......@@ -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"', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment