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

Issue 23535007: For iOS, don't override VALID_ARCHS in Debug configuration. (Closed)

Created:
7 years, 3 months ago by lliabraa
Modified:
7 years, 3 months ago
CC:
chromium-reviews, stuartmorgan
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

For iOS, don't override VALID_ARCHS in Debug configuration. When Xcode recognizes a device, it sets the active arch to the arch of the device. Since the Debug configuration is set to only compile for the active arch, Xcode was failing to build when an iPhone 5 was connected because that device uses armv7s which is not in the list of VALID_ARCHS. This CL uses the default value of VALID_ARCHS for Debug so that Xcode will build no matter what device is connected. This CL also moves the arch-twiddling into an OS=="ios" block to make it clear that the configurations are only needed for iOS. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222625

Patch Set 1 #

Patch Set 2 : chunk mismatch #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -9 lines) Patch
M build/common.gypi View 2 chunks +23 lines, -9 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
lliabraa
7 years, 3 months ago (2013-09-06 17:21:12 UTC) #1
Mark Mentovai
LGTM. Check the comment and also get Rohit’s review. https://codereview.chromium.org/23535007/diff/3001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/23535007/diff/3001/build/common.gypi#newcode4680 build/common.gypi:4680: ...
7 years, 3 months ago (2013-09-06 17:38:44 UTC) #2
lliabraa
https://codereview.chromium.org/23535007/diff/3001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/23535007/diff/3001/build/common.gypi#newcode4680 build/common.gypi:4680: 'VALID_ARCHS': 'armv7 i386', On 2013/09/06 17:38:44, Mark Mentovai wrote: ...
7 years, 3 months ago (2013-09-06 18:12:40 UTC) #3
rohitrao (ping after 24h)
lgtm
7 years, 3 months ago (2013-09-06 18:59:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/23535007/3001
7 years, 3 months ago (2013-09-11 17:11:37 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-09-11 20:49:24 UTC) #6
Message was sent while issue was closed.
Change committed as 222625

Powered by Google App Engine
This is Rietveld 408576698