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

Issue 2289173002: Just skip deployment target checks for OS versions newer than our SDK (Closed)

Created:
4 years, 3 months ago by Sidney San Martín
Modified:
4 years, 3 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Just skip deployment target checks for OS versions newer than our SDK Instead of guessing what *would* have been the OS X version constant for a version our SDK doesn't even support and then asserting when we're wrong, just skip the check when it doesn't matter. BUG=636093 Committed: https://crrev.com/9745ad33c757b587eade6247bff56379576c6fa7 Cr-Commit-Position: refs/heads/master@{#415391}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Drop _ prefix, CHECK -> TEST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -40 lines) Patch
M base/mac/mac_util.h View 1 1 chunk +26 lines, -40 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (10 generated)
Sidney San Martín
I promise, I'll put this to bed soon :).
4 years, 3 months ago (2016-08-30 15:55:03 UTC) #7
Mark Mentovai
I’m concerned that the layers of macro indirection are harder to understand now, but it’s ...
4 years, 3 months ago (2016-08-30 16:08:15 UTC) #8
Mark Mentovai
Mark Mentovai wrote: > Don’t use CHECK, though, because then it makes it seem like ...
4 years, 3 months ago (2016-08-30 16:08:48 UTC) #9
Sidney San Martín
https://codereview.chromium.org/2289173002/diff/60001/base/mac/mac_util.h File base/mac/mac_util.h (right): https://codereview.chromium.org/2289173002/diff/60001/base/mac/mac_util.h#newcode123 base/mac/mac_util.h:123: #define _DEFINE_IS_OS_FUNCS(V, CHECK_TARGET) \ On 2016/08/30 16:08:15, Mark Mentovai ...
4 years, 3 months ago (2016-08-30 16:58:43 UTC) #10
Mark Mentovai
If you #undef them when you're done, as you do, you don't need to do ...
4 years, 3 months ago (2016-08-30 17:14:42 UTC) #11
Sidney San Martín
On 2016/08/30 17:14:42, Mark Mentovai wrote: > If you #undef them when you're done, as ...
4 years, 3 months ago (2016-08-30 17:19:28 UTC) #12
Mark Mentovai
On 2016/08/30 17:19:28, Sidney San Martín wrote: > On 2016/08/30 17:14:42, Mark Mentovai wrote: > ...
4 years, 3 months ago (2016-08-30 17:51:55 UTC) #13
Sidney San Martín
On 2016/08/30 17:51:55, Mark Mentovai wrote: > The preprocessor would warn if that happened, provided ...
4 years, 3 months ago (2016-08-30 18:27:31 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2289173002/80001
4 years, 3 months ago (2016-08-30 18:28:25 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:80001)
4 years, 3 months ago (2016-08-30 19:25:06 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 19:27:57 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9745ad33c757b587eade6247bff56379576c6fa7
Cr-Commit-Position: refs/heads/master@{#415391}

Powered by Google App Engine
This is Rietveld 408576698