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

Side by Side Diff: third_party/icu46/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: ICU 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 4.6
3 4
5 Description:
4 This directory contains the source code of ICU 4.6 for C/C++ 6 This directory contains the source code of ICU 4.6 for C/C++
5 7
6 1. It was obtained with the following: 8 1. It was obtained with the following:
7 9
8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46 10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46
9 11
10 2. The following directories were removed because they're not used by Chromium 12 2. The following directories were removed because they're not used by Chromium
11 at the moment: 13 at the moment:
12 as_is 14 as_is
13 packaging 15 packaging
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 - cros/icudt46l_dat.S : Built on Linux with 125 - cros/icudt46l_dat.S : Built on Linux with
124 abriged locale source files in cros/data put 126 abriged locale source files in cros/data put
125 in source/data. Those abridged locales files are 127 in source/data. Those abridged locales files are
126 for locales ChromeOS is not localized to. 128 for locales ChromeOS is not localized to.
127 129
128 11. The header files were moved as shown below: 130 11. The header files were moved as shown below:
129 131
130 source/common/unicode ==> public/common/unicode 132 source/common/unicode ==> public/common/unicode
131 source/i18n/unicode ==> public/i18n/unicode 133 source/i18n/unicode ==> public/i18n/unicode
132 134
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698