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

Issue 10696193: Have iOS use the same atomicops_internal implementation that Mac uses. (Closed)

Created:
8 years, 5 months ago by leng
Modified:
8 years, 5 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Have iOS use the same atomicops_internal implementation that Mac uses. The atomicops_internal file for Mac and iOS is not actually architecture-specific, so it is being renamd to be arch-independent. BUG=b/6754112 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146584

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added atomicops_internal_mac.h to base.gypi. #

Total comments: 2

Patch Set 3 : Fixed #include guard. #

Patch Set 4 : Fix #include guard without typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -202 lines) Patch
M base/atomicops.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + base/atomicops_internals_mac.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
D base/atomicops_internals_x86_macosx.h View 1 chunk +0 lines, -197 lines 0 comments Download
M base/base.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
leng
I left out the #pragma once that was in the bling version, because the chromium ...
8 years, 5 months ago (2012-07-12 12:29:56 UTC) #1
stuartmorgan
I imagine we should add this header to base.gypi's sources list. Now that it has ...
8 years, 5 months ago (2012-07-12 12:39:58 UTC) #2
stuartmorgan
Oops, meant to say LGTM with those changes.
8 years, 5 months ago (2012-07-12 12:40:23 UTC) #3
leng
I added atomicops_internal_mac.h to base.gypi, thank you for the reminder! https://chromiumcodereview.appspot.com/10696193/diff/1/base/atomicops.h File base/atomicops.h (right): https://chromiumcodereview.appspot.com/10696193/diff/1/base/atomicops.h#newcode135 ...
8 years, 5 months ago (2012-07-12 12:51:37 UTC) #4
leng
8 years, 5 months ago (2012-07-12 12:52:06 UTC) #5
Mark Mentovai
https://chromiumcodereview.appspot.com/10696193/diff/6/base/atomicops_internals_mac.h File base/atomicops_internals_mac.h (right): https://chromiumcodereview.appspot.com/10696193/diff/6/base/atomicops_internals_mac.h#newcode7 base/atomicops_internals_mac.h:7: #ifndef BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_ Fix. Also on lines 8 and 197.
8 years, 5 months ago (2012-07-12 15:54:36 UTC) #6
leng
Thanks for catching that! PTAL https://chromiumcodereview.appspot.com/10696193/diff/6/base/atomicops_internals_mac.h File base/atomicops_internals_mac.h (right): https://chromiumcodereview.appspot.com/10696193/diff/6/base/atomicops_internals_mac.h#newcode7 base/atomicops_internals_mac.h:7: #ifndef BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_ On 2012/07/12 ...
8 years, 5 months ago (2012-07-13 08:05:49 UTC) #7
Mark Mentovai
LGTM
8 years, 5 months ago (2012-07-13 12:55:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/10696193/8002
8 years, 5 months ago (2012-07-13 13:09:59 UTC) #9
commit-bot: I haz the power
Try job failure for 10696193-8002 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-13 14:28:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/10696193/8002
8 years, 5 months ago (2012-07-13 14:33:58 UTC) #11
commit-bot: I haz the power
8 years, 5 months ago (2012-07-13 16:49:45 UTC) #12
Change committed as 146584

Powered by Google App Engine
This is Rietveld 408576698