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

Unified Diff: source/i18n/i18n.vcxproj.filters

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/i18n.vcxproj ('k') | source/i18n/measfmt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/i18n.vcxproj.filters
diff --git a/source/i18n/i18n.vcxproj.filters b/source/i18n/i18n.vcxproj.filters
index 35c3fe2317ceaca125517b89c04d86d63ee74262..9164f5a3ccac28eef4d64de6352e61c58a1ab458 100644
--- a/source/i18n/i18n.vcxproj.filters
+++ b/source/i18n/i18n.vcxproj.filters
@@ -282,6 +282,9 @@
<ClCompile Include="smpdtfst.cpp">
<Filter>formatting</Filter>
</ClCompile>
+ <ClCompile Include="standardplural.cpp">
+ <Filter>formatting</Filter>
+ </ClCompile>
<ClCompile Include="taiwncal.cpp">
<Filter>formatting</Filter>
</ClCompile>
@@ -787,6 +790,9 @@
<ClInclude Include="smpdtfst.h">
<Filter>formatting</Filter>
</ClInclude>
+ <ClInclude Include="standardplural.h">
+ <Filter>formatting</Filter>
+ </ClInclude>
<ClInclude Include="taiwncal.h">
<Filter>formatting</Filter>
</ClInclude>
« no previous file with comments | « source/i18n/i18n.vcxproj ('k') | source/i18n/measfmt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698