summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorlliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 21:45:47 +0000
committerlliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 21:45:47 +0000
commit83b3c9e05dffd57392fc3877c6b3c3f4546c210d (patch)
treee7ee9323e17a9e513845d4c5cdd20f09a77cda1b /build
parentd67b1ce8691f3a829d090f401d22485b8c99adfc (diff)
downloadchromium_src-83b3c9e05dffd57392fc3877c6b3c3f4546c210d.zip
chromium_src-83b3c9e05dffd57392fc3877c6b3c3f4546c210d.tar.gz
chromium_src-83b3c9e05dffd57392fc3877c6b3c3f4546c210d.tar.bz2
Remove unnecessary Xcode setting for iOS builds.
The line being removed in this CL was originally added to prevent iOS builds from compiling for multiple archs. Since then, the VALID_ARCHS setting was added which accomplishes the same thing. BUG=None Review URL: https://chromiumcodereview.appspot.com/16831022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 23d0530..278d49c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4553,7 +4553,6 @@
],
}],
['OS=="ios"', {
- 'ARCHS': '$(ARCHS_UNIVERSAL_IPHONE_OS)',
# Just build armv7, until armv7s is correctly tested.
'VALID_ARCHS': 'armv7 i386',
# Target both iPhone and iPad.