From fb2c5884aed83a46874cc18828510e41c7e7cc9b Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Fri, 26 Sep 2008 23:11:54 +0000 Subject: Roll the third_party/icu38 revision in DEPS to have SCons build libicu, not libicuuc. Add a new $ICU_LIBS construction variable to allow different platforms to link with different sets of ICU libraries. Use it in the LIBS lists of the various construction environments used to build the things that link with it. Review URL: http://codereview.chromium.org/4312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2651 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/page_cycler/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/page_cycler/SConscript') diff --git a/chrome/test/page_cycler/SConscript b/chrome/test/page_cycler/SConscript index e0a58fe..4e0aef6 100644 --- a/chrome/test/page_cycler/SConscript +++ b/chrome/test/page_cycler/SConscript @@ -26,7 +26,7 @@ env_test.Prepend( 'libpng', 'gtest', 'base_gfx', - 'icuuc', + env_test['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed 'common', 'zlib', 'modp_b64', -- cgit v1.1