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

Issue 652393003: Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi. (Closed)

Created:
6 years, 1 month ago by hidehiko
Modified:
6 years, 1 month ago
Reviewers:
Mark Seaborn, teravest
CC:
chromium-reviews, hamaji, Junichi Uekawa, mazda
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi. This CL builds the ppapi_proxy, ppapi_shared and ppapi_ipc libraries for nacl_helper_nonsfi. It is now for just making sure it is built properly. It will be actually used from nacl_helper_nonsfi in a following CL. BUG=358465 TEST=Ran trybot. Built nacl_helper_nonsfi on top of this CL, and made sure some browser tests actually work well locally. Committed: https://crrev.com/b0c30620cec01a6d508347537860c8e97d7a861e Cr-Commit-Position: refs/heads/master@{#302015}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -16 lines) Patch
M components/nacl_nonsfi.gyp View 1 2 chunks +4 lines, -13 lines 0 comments Download
M ppapi/nacl_irt/irt_ppapi.cc View 1 2 3 chunks +21 lines, -1 line 0 comments Download
M ppapi/nacl_irt/irt_start.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ppapi/nacl_irt/manifest_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/nacl_irt/plugin_main.cc View 1 1 chunk +1 line, -1 line 3 comments Download
M ppapi/ppapi_ipc_nacl.gyp View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy_nacl.gyp View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared_nacl.gyp View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
hidehiko
Thank you for your review in advance, - hidehiko
6 years, 1 month ago (2014-10-27 08:51:56 UTC) #2
Mark Seaborn
https://codereview.chromium.org/652393003/diff/1/ppapi/nacl_irt/manifest_service.cc File ppapi/nacl_irt/manifest_service.cc (right): https://codereview.chromium.org/652393003/diff/1/ppapi/nacl_irt/manifest_service.cc#newcode107 ppapi/nacl_irt/manifest_service.cc:107: #if defined(OS_NACL) && !defined(__native_client_nonsfi__) Can use OS_NACL_SFI once your ...
6 years, 1 month ago (2014-10-27 18:59:07 UTC) #3
hidehiko
Thank you for review. PTAL. https://codereview.chromium.org/652393003/diff/1/ppapi/nacl_irt/manifest_service.cc File ppapi/nacl_irt/manifest_service.cc (right): https://codereview.chromium.org/652393003/diff/1/ppapi/nacl_irt/manifest_service.cc#newcode107 ppapi/nacl_irt/manifest_service.cc:107: #if defined(OS_NACL) && !defined(__native_client_nonsfi__) ...
6 years, 1 month ago (2014-10-28 20:14:00 UTC) #6
Mark Seaborn
LGTM https://codereview.chromium.org/652393003/diff/50001/ppapi/nacl_irt/irt_ppapi.cc File ppapi/nacl_irt/irt_ppapi.cc (right): https://codereview.chromium.org/652393003/diff/50001/ppapi/nacl_irt/irt_ppapi.cc#newcode21 ppapi/nacl_irt/irt_ppapi.cc:21: #if !defined(OS_NACL_NONSFI) If you're going to add a ...
6 years, 1 month ago (2014-10-28 21:57:23 UTC) #7
hidehiko
Thank you for review, Mark. Justin, would you mind to review? Regards, - hidehiko https://codereview.chromium.org/652393003/diff/50001/ppapi/nacl_irt/irt_ppapi.cc ...
6 years, 1 month ago (2014-10-29 06:00:14 UTC) #9
teravest
lgtm https://codereview.chromium.org/652393003/diff/90001/ppapi/nacl_irt/plugin_main.cc File ppapi/nacl_irt/plugin_main.cc (right): https://codereview.chromium.org/652393003/diff/90001/ppapi/nacl_irt/plugin_main.cc#newcode38 ppapi/nacl_irt/plugin_main.cc:38: // TODO(hidehiko): Make sure this SRPC is actually ...
6 years, 1 month ago (2014-10-29 16:20:08 UTC) #10
Mark Seaborn
https://codereview.chromium.org/652393003/diff/90001/ppapi/nacl_irt/plugin_main.cc File ppapi/nacl_irt/plugin_main.cc (right): https://codereview.chromium.org/652393003/diff/90001/ppapi/nacl_irt/plugin_main.cc#newcode38 ppapi/nacl_irt/plugin_main.cc:38: // TODO(hidehiko): Make sure this SRPC is actually used ...
6 years, 1 month ago (2014-10-29 16:37:31 UTC) #11
hidehiko
Thank you for review. Submitting... https://codereview.chromium.org/652393003/diff/90001/ppapi/nacl_irt/plugin_main.cc File ppapi/nacl_irt/plugin_main.cc (right): https://codereview.chromium.org/652393003/diff/90001/ppapi/nacl_irt/plugin_main.cc#newcode38 ppapi/nacl_irt/plugin_main.cc:38: // TODO(hidehiko): Make sure ...
6 years, 1 month ago (2014-10-30 00:34:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/652393003/90001
6 years, 1 month ago (2014-10-30 00:37:37 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:90001)
6 years, 1 month ago (2014-10-30 01:51:20 UTC) #15
commit-bot: I haz the power
6 years, 1 month ago (2014-10-30 01:52:13 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b0c30620cec01a6d508347537860c8e97d7a861e
Cr-Commit-Position: refs/heads/master@{#302015}

Powered by Google App Engine
This is Rietveld 408576698