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

Unified Diff: build/common.gypi

Issue 507423005: Revert "Add armv7s to the iOS ARCH list" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ea388ac7d32cddc309dab352aa908d8cab23e5f3..2fce843f8e15abd4a8e1f561da33ba84634c2e8f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5099,13 +5099,13 @@
# This need to include the "arm" architectures but also the "x86"
# ones (they are used when building for the simulator).
['target_subarch=="arm32"', {
- 'VALID_ARCHS': ['armv7', 'armv7s', 'i386'],
+ 'VALID_ARCHS': ['armv7', 'i386'],
}],
['target_subarch=="arm64"', {
'VALID_ARCHS': ['arm64', 'x86_64'],
}],
['target_subarch=="both"', {
- 'VALID_ARCHS': ['arm64', 'armv7', 'armv7s', 'x86_64', 'i386'],
+ 'VALID_ARCHS': ['arm64', 'armv7', 'x86_64', 'i386'],
}],
['use_system_libcxx==1', {
'target_conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698