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

Issue 200074: Add back icudt38.dll to the list of files to archive and the list of files fo... (Closed)

Created:
11 years, 3 months ago by jungshik at Google
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com, laforge
Visibility:
Public.

Description

Add back icudt38.dll to the list of files to archive and the list of files for which symbols should not be uploaded. This is necessary because build scripts are used by both pre-ICU upgrade builds (e.g. 3.0 branch) and trunk builds. This patch will be accompanied by another that takes care of the internal slave scripts. BUG=NONE TEST=For both 3.0 branch and trunk builds, archive_build works fine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25865

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M buildbot/scripts/common/chromium_config.py View 2 chunks +8 lines, -1 line 0 comments Download
M buildbot/scripts/slave/chromium/archive_build.py View 1 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jungshik at Google
11 years, 3 months ago (2009-09-10 06:07:18 UTC) #1
M-A Ruel
lgtm
11 years, 3 months ago (2009-09-10 13:17:30 UTC) #2
Mark Mentovai
Jungshik, can we change the DLL to be just "icudt.dll" so that this does not ...
11 years, 3 months ago (2009-09-10 13:48:01 UTC) #3
jungshik at Google
11 years, 3 months ago (2009-09-10 16:56:34 UTC) #4
On 2009/09/10 13:48:01, Mark Mentovai wrote:
> Jungshik, can we change the DLL to be just "icudt.dll" so that this
> does not become an ongoing maintenance task during future ICU
> upgrades?

Yes, that's the plan (my TODO comment). I just double-checked with an ICU folk
that it's perfectly ok to drop 'NN' from the data dll name as long as the data
entry point inside  the DLL is versioned. 

BTW, for this script, we still have to pay one-time cost of adding 'icudt.dll'
to the list, but that's certainly cheaper adding 'icudtNN.dll' whenever we
upgrade ICU :-)

Powered by Google App Engine
This is Rietveld 408576698