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

Issue 3329012: Change ICU_UTIL_DATA_IMPL on Linux to match the reality.... (Closed)

Created:
10 years, 3 months ago by jungshik at Google
Modified:
9 years, 7 months ago
Reviewers:
agl, sgk
CC:
chromium-reviews, jshin+watch_chromium.org, brettw-cc_chromium.org, Evan Martin
Visibility:
Public.

Description

Change ICU_UTIL_DATA_IMPL on Linux to match the reality. We've bundled the ICU data file for 'ages' on Linux, but ICU_UTIL_DATA_IMPL on Linux is still set to ICU_UTIL_DATA_FILE. Apparently, this hasn't been noticed because u_setDataDirectory and udata_setFileAccess just set the global variable pointing to the data file location. This is not totally free because u_setDataDirectory does some locking/unlocking. BUG=NONE TEST=Builds go through on Linux and binaries (chrome, test, etc) run just fine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58725

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M base/i18n/icu_util.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jungshik at Google
10 years, 3 months ago (2010-09-04 00:28:23 UTC) #1
jungshik at Google
10 years, 3 months ago (2010-09-04 00:28:41 UTC) #2
jungshik at Google
10 years, 3 months ago (2010-09-07 17:45:16 UTC) #3
agl
LGTM
10 years, 3 months ago (2010-09-07 17:46:04 UTC) #4
sgk
10 years, 3 months ago (2010-09-07 18:05:23 UTC) #5
lgtm++

Powered by Google App Engine
This is Rietveld 408576698