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

Issue 646643002: Non-SFI Mode: Build libevent with PNaCl toolchain for nacl_helper_nonsfi. (Closed)

Created:
6 years, 2 months ago by hidehiko
Modified:
6 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@newlib5
Project:
chromium
Visibility:
Public.

Description

Non-SFI Mode: Build libevent with PNaCl toolchain for nacl_helper_nonsfi. This CL is to build libevent for nacl_helper_nonsfi, which will be depended on by base/ library (in more precise, nacl_helper_nonsfi will use MessagePumpLibevent for MessageLoopForIO). This CL includes: - Add .gyp file. - Add config.h and event-config.h customized for PNaCL toolchain. - Add random.c to support random() function, which is not provided by the newlib-based PNaCl toolchain. Note that this library is not actually used for now. It is just for making sure that the building it is successfully done. BUG=358465 TEST=Ran trybot. TBR=darin@chromium.org Committed: https://crrev.com/b919fef97f4868147f14cbfd6561b16b21552257 Cr-Commit-Position: refs/heads/master@{#299502}

Patch Set 1 #

Patch Set 2 : Rebase and fixed missing dependencies. #

Total comments: 12

Patch Set 3 : #

Total comments: 21

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -36 lines) Patch
M components/nacl_nonsfi.gyp View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/libevent/README.chromium View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/libevent/event-config.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
A third_party/libevent/libevent_nacl_nonsfi.gyp View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A + third_party/libevent/nacl_nonsfi/config.h View 1 2 3 9 chunks +25 lines, -18 lines 0 comments Download
A + third_party/libevent/nacl_nonsfi/event-config.h View 1 2 3 4 7 chunks +23 lines, -17 lines 0 comments Download
A third_party/libevent/nacl_nonsfi/random.c View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
hidehiko
This CL is depending on crrev.com/623123002, which is now in CQ. I'll run trybot when ...
6 years, 2 months ago (2014-10-09 17:17:54 UTC) #2
hidehiko
On 2014/10/09 17:17:54, hidehiko wrote: > This CL is depending on crrev.com/623123002, which is now ...
6 years, 2 months ago (2014-10-09 19:52:04 UTC) #3
hidehiko
On 2014/10/09 19:52:04, hidehiko wrote: > On 2014/10/09 17:17:54, hidehiko wrote: > > This CL ...
6 years, 2 months ago (2014-10-09 19:52:26 UTC) #4
Junichi Uekawa
https://codereview.chromium.org/646643002/diff/100001/components/nacl_nonsfi.gyp File components/nacl_nonsfi.gyp (right): https://codereview.chromium.org/646643002/diff/100001/components/nacl_nonsfi.gyp#newcode42 components/nacl_nonsfi.gyp:42: 'extra_deps_newlib32_nonsfi': [ dumb question, where does this symbol get ...
6 years, 2 months ago (2014-10-10 02:47:52 UTC) #5
hidehiko
Thank you for review. PTAL. https://codereview.chromium.org/646643002/diff/100001/components/nacl_nonsfi.gyp File components/nacl_nonsfi.gyp (right): https://codereview.chromium.org/646643002/diff/100001/components/nacl_nonsfi.gyp#newcode42 components/nacl_nonsfi.gyp:42: 'extra_deps_newlib32_nonsfi': [ On 2014/10/10 ...
6 years, 2 months ago (2014-10-10 06:27:41 UTC) #6
Mark Seaborn
https://codereview.chromium.org/646643002/diff/300001/components/nacl_nonsfi.gyp File components/nacl_nonsfi.gyp (right): https://codereview.chromium.org/646643002/diff/300001/components/nacl_nonsfi.gyp#newcode54 components/nacl_nonsfi.gyp:54: # This dependency is introduced to make sure the ...
6 years, 2 months ago (2014-10-13 16:02:01 UTC) #7
hidehiko
Thank you for review. PTAL. https://codereview.chromium.org/646643002/diff/300001/components/nacl_nonsfi.gyp File components/nacl_nonsfi.gyp (right): https://codereview.chromium.org/646643002/diff/300001/components/nacl_nonsfi.gyp#newcode54 components/nacl_nonsfi.gyp:54: # This dependency is ...
6 years, 2 months ago (2014-10-14 09:07:13 UTC) #10
Mark Seaborn
Commit message nits: "by PNaCl toolchain" -> "with PNaCl toolchain" "depended by base" -> "depended ...
6 years, 2 months ago (2014-10-14 15:48:00 UTC) #11
hidehiko
Thank you for review, Mark. +darin to R and TBR. Following the instruction in third_party/OWNERS, ...
6 years, 2 months ago (2014-10-14 16:53:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646643002/560001
6 years, 2 months ago (2014-10-14 16:54:48 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:560001)
6 years, 2 months ago (2014-10-14 17:31:19 UTC) #16
commit-bot: I haz the power
6 years, 2 months ago (2014-10-14 17:34:03 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b919fef97f4868147f14cbfd6561b16b21552257
Cr-Commit-Position: refs/heads/master@{#299502}

Powered by Google App Engine
This is Rietveld 408576698