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

Unified Diff: third_party/icu38/SConscript

Issue 5017: Have the SCons build name our combined ICU library in line with... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu38/SConscript
===================================================================
--- third_party/icu38/SConscript (revision 2463)
+++ third_party/icu38/SConscript (working copy)
@@ -354,9 +354,9 @@
else:
icu_data = env.Install('$OBJ_ROOT', 'source/data/in/icudt38l.dat')
-icu_lib = env.ChromeStaticLibrary('icuuc', cpp_object_files +
- c_object_files +
- stray_object_files)
+icu_lib = env.ChromeStaticLibrary('icu', cpp_object_files +
+ c_object_files +
+ stray_object_files)
# The ICU library isn't useful without the data properly installed.
env.Requires(icu_lib, icu_data)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698