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

Unified Diff: source/config/icu-config-bottom

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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 | « source/config/gmakever.mk ('k') | source/config/icu-config-top » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/icu-config-bottom
diff --git a/source/config/icu-config-bottom b/source/config/icu-config-bottom
index 8a89c147b47558987d0df0ed6fb6117330b76a4c..20d0cdd8b6400cf956cdaba849d07dab8975ffe9 100644
--- a/source/config/icu-config-bottom
+++ b/source/config/icu-config-bottom
@@ -1,5 +1,7 @@
## -*-sh-*-
## BEGIN of icu-config-bottom.
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
## Copyright (c) 2002-2013, International Business Machines Corporation and
## others. All Rights Reserved.
@@ -44,7 +46,6 @@ allflags()
echo " --invoke Print commands to invoke an ICU program"
echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. "
- echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
echo " --ldflags-searchpath Print only -L (search path) directive"
echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
@@ -279,7 +280,8 @@ do
;;
--ldflags-layout)
- echo $ECHO_N "${ICULIBS_LAYOUT} ${ICULIBS_LAYOUTEX} ${ECHO_C}"
+ echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
+ exit 1
;;
--ldflags-searchpath)
« no previous file with comments | « source/config/gmakever.mk ('k') | source/config/icu-config-top » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698