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

Issue 109553005: Compile ICU for [P]NaCl (Closed)

Created:
7 years ago by Sergey Ulanov
Modified:
7 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Compile ICU for [P]NaCl Added new targets icuuc_untrusted, icui18n_untrusted and icudata_untrusted that compile ICU for NaCl and PNaCl. BUG=276739 R=mark@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242173

Patch Set 1 : #

Patch Set 2 : #

Total comments: 25

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -311 lines) Patch
M README.chromium View 1 2 3 4 5 6 6 chunks +11 lines, -8 lines 0 comments Download
M icu.gyp View 1 2 3 4 5 6 3 chunks +5 lines, -301 lines 0 comments Download
A icu.gypi View 1 chunk +313 lines, -0 lines 0 comments Download
A icu_untrusted.gyp View 1 2 3 1 chunk +108 lines, -0 lines 0 comments Download
M patches/platform.patch View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
A patches/pnacl.h.patch View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
A + source/common/unicode/pnacl.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M source/common/unicode/ptypes.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Sergey Ulanov
7 years ago (2013-12-18 02:13:44 UTC) #1
jungshik at Google
On 2013/12/18 02:13:44, Sergey Ulanov wrote: Can you add the procedure you used to generate ...
7 years ago (2013-12-19 01:22:12 UTC) #2
jungshik at Google
On 2013/12/19 01:22:12, Jungshik Shin wrote: > On 2013/12/18 02:13:44, Sergey Ulanov wrote: > > ...
7 years ago (2013-12-19 06:24:55 UTC) #3
jungshik at Google
https://codereview.chromium.org/109553005/diff/30001/icu_untrusted.gyp File icu_untrusted.gyp (right): https://codereview.chromium.org/109553005/diff/30001/icu_untrusted.gyp#newcode58 icu_untrusted.gyp:58: 'source/data/in/icudt46l.dat' This was renamed to icudtl.dat to make it ...
7 years ago (2013-12-19 06:25:05 UTC) #4
Mark Mentovai
https://codereview.chromium.org/109553005/diff/30001/icu_data_to_c.py File icu_data_to_c.py (right): https://codereview.chromium.org/109553005/diff/30001/icu_data_to_c.py#newcode25 icu_data_to_c.py:25: #endif #else __attribute__((visibility("hidden"))) https://codereview.chromium.org/109553005/diff/30001/icu_data_to_c.py#newcode26 icu_data_to_c.py:26: uint32_t icudt46_dat[] = { ...
7 years ago (2013-12-19 18:26:47 UTC) #5
Sergey Ulanov
On 2013/12/19 06:24:55, Jungshik Shin wrote: > On 2013/12/19 01:22:12, Jungshik Shin wrote: > > ...
7 years ago (2013-12-20 00:23:34 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/109553005/diff/30001/icu_data_to_c.py File icu_data_to_c.py (right): https://codereview.chromium.org/109553005/diff/30001/icu_data_to_c.py#newcode25 icu_data_to_c.py:25: #endif On 2013/12/19 18:26:47, Mark Mentovai wrote: > #else ...
7 years ago (2013-12-20 00:55:21 UTC) #7
Mark Mentovai
LGTM. It’s a shame about the proliferation of the “untrusted” names. Maybe we should file ...
7 years ago (2013-12-20 19:03:00 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/109553005/diff/90001/README.chromium File README.chromium (right): https://codereview.chromium.org/109553005/diff/90001/README.chromium#newcode38 README.chromium:38: pnacl.h and applying the patches/pnacl.h.patch. On 2013/12/20 19:03:00, Mark ...
7 years ago (2013-12-20 19:36:21 UTC) #9
Mark Mentovai
https://codereview.chromium.org/109553005/diff/130001/patches/pnacl.h.patch File patches/pnacl.h.patch (right): https://codereview.chromium.org/109553005/diff/130001/patches/pnacl.h.patch#newcode8 patches/pnacl.h.patch:8: +#if 1 Something’s weird. The actual .h has #if ...
7 years ago (2013-12-20 19:42:26 UTC) #10
Sergey Ulanov
https://codereview.chromium.org/109553005/diff/130001/patches/pnacl.h.patch File patches/pnacl.h.patch (right): https://codereview.chromium.org/109553005/diff/130001/patches/pnacl.h.patch#newcode8 patches/pnacl.h.patch:8: +#if 1 On 2013/12/20 19:42:27, Mark Mentovai wrote: > ...
7 years ago (2013-12-20 19:48:03 UTC) #11
Mark Mentovai
LGTM
7 years ago (2013-12-20 20:01:45 UTC) #12
Sergey Ulanov
7 years ago (2013-12-20 21:05:41 UTC) #13
Message was sent while issue was closed.
Committed patchset #7 manually as r242173 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698