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

Issue 1059613002: Enable large file support (Closed)

Created:
5 years, 8 months ago by oshima
Modified:
5 years, 7 months ago
Reviewers:
Dirk Pranke, vapier, brettw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable large file support ChromeOS may use 32bit userspace on 64bit kernel. Make sure all 64bits are used when acessing file. note: _FILE_OFFSET_BITS is already set to 64 on posix. BUG=471407 Committed: https://crrev.com/f33a81c14818d8cdde53e3dc34f1b1344a4583f3 Cr-Commit-Position: refs/heads/master@{#323688}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
oshima
5 years, 8 months ago (2015-04-02 22:06:54 UTC) #2
vapier
there's no reason for this to be CrOS specific. this applies to all Linux/glibc systems.
5 years, 8 months ago (2015-04-02 22:10:53 UTC) #3
oshima
On 2015/04/02 22:10:53, vapier wrote: > there's no reason for this to be CrOS specific. ...
5 years, 8 months ago (2015-04-02 22:59:41 UTC) #4
Dirk Pranke
presumably we should add this to the GN configs as well?
5 years, 8 months ago (2015-04-02 23:01:17 UTC) #5
vapier
if tests pass, i can't think of a reason to not lgtm
5 years, 8 months ago (2015-04-02 23:18:45 UTC) #6
vapier
ugh, lgtm
5 years, 8 months ago (2015-04-02 23:18:59 UTC) #7
oshima
On 2015/04/02 23:18:59, vapier wrote: > ugh, lgtm Looks like this broke android build. Let ...
5 years, 8 months ago (2015-04-02 23:20:30 UTC) #8
oshima
Uploaded new patch. PTAL On 2015/04/02 23:01:17, Dirk Pranke wrote: > presumably we should add ...
5 years, 8 months ago (2015-04-02 23:33:59 UTC) #9
vapier
yeah, android uses bionic which i can see handling LFS differently lgtm
5 years, 8 months ago (2015-04-02 23:57:33 UTC) #10
Dirk Pranke
oh, sorry, somehow I'm blind and didn't see the second file :(. lgtm.
5 years, 8 months ago (2015-04-03 00:09:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1059613002/60001
5 years, 8 months ago (2015-04-03 04:44:17 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-03 08:02:52 UTC) #14
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/f33a81c14818d8cdde53e3dc34f1b1344a4583f3 Cr-Commit-Position: refs/heads/master@{#323688}
5 years, 8 months ago (2015-04-03 20:35:19 UTC) #15
brettw
5 years, 7 months ago (2015-05-11 21:03:53 UTC) #17
Message was sent while issue was closed.
This is not right. The place you changed is in the "Debug_Base" configuration.
This will apply these flags only to the debug build in GYP. In the GN build
these are applied correctly. I'll reopen the bug.

Powered by Google App Engine
This is Rietveld 408576698