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

Side by Side Diff: source/test/depstest/dependencies.txt

Issue 1621943002: ICU 56 step 4: Apply post-56 fixes for measure/date format (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56goog
Patch Set: Created 4 years, 11 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
« no previous file with comments | « source/i18n/unicode/measunit.h ('k') | source/test/intltest/itformat.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- icu-dependencies -*- 1 # -*- icu-dependencies -*-
2 # Copyright (C) 2011-2015, International Business Machines 2 # Copyright (C) 2011-2015, International Business Machines
3 # Corporation and others. All Rights Reserved. 3 # Corporation and others. All Rights Reserved.
4 # 4 #
5 # file name: dependencies.txt 5 # file name: dependencies.txt
6 # 6 #
7 # created on: 2011may26 7 # created on: 2011may26
8 # created by: Markus W. Scherer 8 # created by: Markus W. Scherer
9 # 9 #
10 # See http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Check -library-dependencies 10 # See http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Check -library-dependencies
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 resbund_cnv.o 552 resbund_cnv.o
553 deps 553 deps
554 conversion resourcebundle ures_cnv 554 conversion resourcebundle ures_cnv
555 555
556 group: ures_cnv # ures_openU, path is a Unicode string 556 group: ures_cnv # ures_openU, path is a Unicode string
557 ures_cnv.o 557 ures_cnv.o
558 deps 558 deps
559 conversion resourcebundle 559 conversion resourcebundle
560 560
561 group: resourcebundle 561 group: resourcebundle
562 resbund.o uresbund.o uresdata.o 562 resource.o resbund.o uresbund.o uresdata.o
563 locavailable.o 563 locavailable.o
564 # uloc_tag.c and uloc_keytype.cpp convert between 564 # uloc_tag.c and uloc_keytype.cpp convert between
565 # old ICU/LDML/CLDR locale IDs and newer BCP 47 IDs. 565 # old ICU/LDML/CLDR locale IDs and newer BCP 47 IDs.
566 # They use data from resource bundles for some of the mappings. 566 # They use data from resource bundles for some of the mappings.
567 # We might want to generate .h files for that data, to #include rather than load, 567 # We might want to generate .h files for that data, to #include rather than load,
568 # to minimize dependencies from this code. 568 # to minimize dependencies from this code.
569 # Then we could separate this higher-level locale ID code from the resource bundle code. 569 # Then we could separate this higher-level locale ID code from the resource bundle code.
570 uloc.o uloc_tag.o uloc_keytype.o 570 uloc.o uloc_tag.o uloc_keytype.o
571 # Even basic locid.cpp via Locale constructors and Locale::getDefault() 571 # Even basic locid.cpp via Locale constructors and Locale::getDefault()
572 # depend on canonicalization and data loading. 572 # depend on canonicalization and data loading.
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 fmtable_cnv.o 886 fmtable_cnv.o
887 deps 887 deps
888 formattable unistr_cnv conversion 888 formattable unistr_cnv conversion
889 889
890 group: format 890 group: format
891 format.o fphdlimp.o fpositer.o ufieldpositer.o 891 format.o fphdlimp.o fpositer.o ufieldpositer.o
892 deps 892 deps
893 resourcebundle parsepos uvector32 893 resourcebundle parsepos uvector32
894 894
895 group: pluralrules 895 group: pluralrules
896 plurrule.o upluralrules.o 896 standardplural.o plurrule.o upluralrules.o
897 deps 897 deps
898 digitlist # plurals depend on decimals 898 digitlist # plurals depend on decimals
899 patternprops resourcebundle uvector uvector32 unifiedcache 899 patternprops resourcebundle uvector uvector32 unifiedcache
900 unistr_case_locale 900 unistr_case_locale
901 uclean_i18n 901 uclean_i18n
902 902
903 group: regex_cnv 903 group: regex_cnv
904 uregexc.o 904 uregexc.o
905 deps 905 deps
906 regex unistr_cnv 906 regex unistr_cnv
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 ustream.o 947 ustream.o
948 deps 948 deps
949 unistr_cnv 949 unistr_cnv
950 uchar # for u_isWhitespace() 950 uchar # for u_isWhitespace()
951 iostream 951 iostream
952 952
953 group: uclean_io 953 group: uclean_io
954 ucln_io.o 954 ucln_io.o
955 deps 955 deps
956 platform 956 platform
OLDNEW
« no previous file with comments | « source/i18n/unicode/measunit.h ('k') | source/test/intltest/itformat.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698