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

Issue 1233913002: Refactor incompatible pointer type to a config (Closed)

Created:
5 years, 5 months ago by Peter Mayo
Modified:
5 years, 5 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor incompatible pointer type to a config It makes it easier to fix the logic in a single place, for example when porting a new cross compiler. BUG=None TEST=gn gen generates the same ninja files. TBR=brettw@chromium.org Committed: https://crrev.com/d68ffb8b4bf017ec49d2a6fbb46b9e46299c4f16 Cr-Commit-Position: refs/heads/master@{#339257}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix typo #

Total comments: 4

Patch Set 3 : Address feedback #

Patch Set 4 : Added mipsel clause back #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -19 lines) Patch
M build/config/compiler/BUILD.gn View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M build/secondary/third_party/nss/BUILD.gn View 4 chunks +6 lines, -6 lines 0 comments Download
M gpu/gles2_conform_support/BUILD.gn View 2 chunks +1 line, -1 line 0 comments Download
M third_party/usrsctp/BUILD.gn View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/yasm/BUILD.gn View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 35 (7 generated)
Peter Mayo
git cl upload suggested brettw, not sure which of you wants to grab this.
5 years, 5 months ago (2015-07-13 18:10:30 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1233913002/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1233913002/diff/1/build/config/compiler/BUILD.gn#newcode1068 build/config/compiler/BUILD.gn:1068: # Some code presumes that pointers to structures/objects are ...
5 years, 5 months ago (2015-07-13 23:08:04 UTC) #3
Peter Mayo
https://codereview.chromium.org/1233913002/diff/1/third_party/usrsctp/BUILD.gn File third_party/usrsctp/BUILD.gn (left): https://codereview.chromium.org/1233913002/diff/1/third_party/usrsctp/BUILD.gn#oldcode130 third_party/usrsctp/BUILD.gn:130: cflags = [ "-w" ] On 2015/07/13 23:08:04, Dirk ...
5 years, 5 months ago (2015-07-14 14:10:31 UTC) #4
Peter Mayo
Fix typo
5 years, 5 months ago (2015-07-14 14:10:56 UTC) #5
Peter Mayo
https://codereview.chromium.org/1233913002/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1233913002/diff/1/build/config/compiler/BUILD.gn#newcode1068 build/config/compiler/BUILD.gn:1068: # Some code presumes that pointers to structures/objects are ...
5 years, 5 months ago (2015-07-14 14:14:28 UTC) #6
Dirk Pranke
https://codereview.chromium.org/1233913002/diff/1/third_party/usrsctp/BUILD.gn File third_party/usrsctp/BUILD.gn (left): https://codereview.chromium.org/1233913002/diff/1/third_party/usrsctp/BUILD.gn#oldcode130 third_party/usrsctp/BUILD.gn:130: cflags = [ "-w" ] On 2015/07/14 14:10:30, Peter ...
5 years, 5 months ago (2015-07-14 15:54:14 UTC) #7
Peter Mayo
On 2015/07/14 15:54:14, Dirk Pranke wrote: > https://codereview.chromium.org/1233913002/diff/1/third_party/usrsctp/BUILD.gn > File third_party/usrsctp/BUILD.gn (left): > > https://codereview.chromium.org/1233913002/diff/1/third_party/usrsctp/BUILD.gn#oldcode130 ...
5 years, 5 months ago (2015-07-14 16:03:14 UTC) #8
Dirk Pranke
> How do I test mipsel? I don't see a (gn|chromium) mipsel trybot. I'm not ...
5 years, 5 months ago (2015-07-14 16:05:24 UTC) #9
Dirk Pranke
+sbc ... Sam, what's the right change here for the mips port?
5 years, 5 months ago (2015-07-14 16:06:01 UTC) #11
Sam Clegg
On 2015/07/14 16:06:01, Dirk Pranke wrote: > +sbc ... Sam, what's the right change here ...
5 years, 5 months ago (2015-07-15 17:40:10 UTC) #12
Sam Clegg
https://codereview.chromium.org/1233913002/diff/20001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1233913002/diff/20001/build/config/compiler/BUILD.gn#newcode1076 build/config/compiler/BUILD.gn:1076: #cflags -= [ "-Werror", "-Wall" ] Remove this comment? ...
5 years, 5 months ago (2015-07-15 17:40:20 UTC) #13
Peter Mayo
On 2015/07/15 17:40:10, Sam Clegg wrote: > On 2015/07/14 16:06:01, Dirk Pranke wrote: > I ...
5 years, 5 months ago (2015-07-15 18:04:36 UTC) #14
Peter Mayo
Address feedback
5 years, 5 months ago (2015-07-15 18:08:55 UTC) #15
Peter Mayo
https://codereview.chromium.org/1233913002/diff/20001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1233913002/diff/20001/build/config/compiler/BUILD.gn#newcode1076 build/config/compiler/BUILD.gn:1076: #cflags -= [ "-Werror", "-Wall" ] On 2015/07/15 17:40:20, ...
5 years, 5 months ago (2015-07-15 18:09:38 UTC) #16
Sam Clegg
On 2015/07/15 18:04:36, Peter Mayo wrote: > On 2015/07/15 17:40:10, Sam Clegg wrote: > > ...
5 years, 5 months ago (2015-07-15 18:20:13 UTC) #17
Peter Mayo
Added mipsel clause back
5 years, 5 months ago (2015-07-15 18:29:05 UTC) #18
Peter Mayo
> > Why are you checking current_cpu == "arm" in your new code but the ...
5 years, 5 months ago (2015-07-15 18:39:42 UTC) #19
Sam Clegg
On 2015/07/15 18:39:42, Peter Mayo wrote: > > > > Why are you checking current_cpu ...
5 years, 5 months ago (2015-07-15 18:45:23 UTC) #20
Peter Mayo
On 2015/07/15 18:45:23, Sam Clegg wrote: > On 2015/07/15 18:39:42, Peter Mayo wrote: > > ...
5 years, 5 months ago (2015-07-15 19:01:45 UTC) #21
Sam Clegg
On 2015/07/15 19:01:45, Peter Mayo wrote: > On 2015/07/15 18:45:23, Sam Clegg wrote: > > ...
5 years, 5 months ago (2015-07-15 19:12:53 UTC) #22
Dirk Pranke
lgtm
5 years, 5 months ago (2015-07-15 19:37:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1233913002/60001
5 years, 5 months ago (2015-07-15 21:47:20 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/79113)
5 years, 5 months ago (2015-07-15 21:59:30 UTC) #28
Peter Mayo
Brett, Are you comfortable if I TBR BUILD.gn changes reviewed by Dirk?
5 years, 5 months ago (2015-07-16 20:00:32 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1233913002/60001
5 years, 5 months ago (2015-07-17 15:03:58 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-17 15:35:33 UTC) #33
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/d68ffb8b4bf017ec49d2a6fbb46b9e46299c4f16 Cr-Commit-Position: refs/heads/master@{#339257}
5 years, 5 months ago (2015-07-17 15:36:26 UTC) #34
brettw
5 years, 5 months ago (2015-07-20 17:03:57 UTC) #35
Message was sent while issue was closed.
This was fine. LGTM

Powered by Google App Engine
This is Rietveld 408576698