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

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 Short Name: icu
2 URL: http://site.icu-project.org/ 3 URL: http://site.icu-project.org/
4 Version: 4.6
3 5
6 Description:
4 This directory contains the source code of ICU 4.6 for C/C++ 7 This directory contains the source code of ICU 4.6 for C/C++
5 8
6 1. It was obtained with the following: 9 1. It was obtained with the following:
7 10
8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46 11 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46
9 12
10 2. The following directories were removed because they're not used by Chromium 13 2. The following directories were removed because they're not used by Chromium
11 at the moment: 14 at the moment:
12 as_is 15 as_is
13 packaging 16 packaging
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 - cros/icudt46l_dat.S : Built on Linux with 126 - cros/icudt46l_dat.S : Built on Linux with
124 abriged locale source files in cros/data put 127 abriged locale source files in cros/data put
125 in source/data. Those abridged locales files are 128 in source/data. Those abridged locales files are
126 for locales ChromeOS is not localized to. 129 for locales ChromeOS is not localized to.
127 130
128 11. The header files were moved as shown below: 131 11. The header files were moved as shown below:
129 132
130 source/common/unicode ==> public/common/unicode 133 source/common/unicode ==> public/common/unicode
131 source/i18n/unicode ==> public/i18n/unicode 134 source/i18n/unicode ==> public/i18n/unicode
132 135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698