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

Issue 13541003: Reorder platforms in build_config to fix Android on Mac. (Closed)

Created:
7 years, 8 months ago by Torne
Modified:
7 years, 8 months ago
Reviewers:
benm (inactive)
CC:
chromium-reviews
Visibility:
Public.

Description

Reorder platforms in build_config to fix Android on Mac. The Android port relies on the global define ANDROID to identify that we are crosscompiling for Android, but __APPLE__ was being checked first in build_config.h, and so builds on a Mac sometimes ended up with the wrong OS_* macro defined. Reorder the list so that ANDROID is tested first, as it will only be set manually when crosscompiling (__APPLE__ is set internally by the compiler). BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192303

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M build/build_config.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Torne
7 years, 8 months ago (2013-04-03 15:49:34 UTC) #1
benm (inactive)
lgtm
7 years, 8 months ago (2013-04-03 15:51:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/torne@chromium.org/13541003/1
7 years, 8 months ago (2013-04-04 09:42:46 UTC) #3
commit-bot: I haz the power
7 years, 8 months ago (2013-04-04 11:51:28 UTC) #4
Message was sent while issue was closed.
Change committed as 192303

Powered by Google App Engine
This is Rietveld 408576698