Status: Assigned Owner: [email protected] CC: maruelatchromium, [email protected] Labels: Type-Bug Pri-2 OS-All Area-Infrastructure Size-Medium
New issue 21500 by [email protected]: drop 'NN' (version number) from the name of the ICU data dll name http://code.google.com/p/chromium/issues/detail?id=21500 The icu data dll on Windows has 'NN' (the version number suffix). We used to have 'icudt38.dll' hard-coded in many places (chrome, sqlite, googleurl and build files, bot scripts). While upgrading to ICU 4.2, I removed all of them in C++/C files with ICU's version number macro. However, there are still some left in gyp and slave scripts. It'd be a maintenance headache (see http://codereview.chromium.org/200074). Because we will never have two versions of ICU data dll around in Chrome, there's no point of having the version number suffix. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
