build: add libicu i18n support
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 21 Nov 2013 16:13:58 +0000 (17:13 +0100)
committerTrevor Norris <trev.norris@gmail.com>
Fri, 6 Dec 2013 00:15:21 +0000 (16:15 -0800)
commit9e32a7daaa62c809eaafa171e898f6d61865cff2
tree9dd6ff8e8b0fb7169bd01d18f34265c15c1eb86d
parent9ba0d905b0da23d540c23b073d794989612d4664
build: add libicu i18n support

Adds a --with-icu-path= switch to the configure script.  Requires that
the user checks out the copy of libicu that's bundled with chromium to
a fixed directory.  It's still a little rough around the edges but it
works.

Fixes #6371.
README.md
common.gypi
configure