From 239c36afc85ab1ad68f9a934c6ae48ed1d5721eb Mon Sep 17 00:00:00 2001 From: Dan Minor Date: Mon, 18 Oct 2021 13:38:20 +0000 Subject: [PATCH] Bug 1719746 - Add Locale to moz.build; r=platform-i18n-reviewers,gregtatum Differential Revision: https://phabricator.services.mozilla.com/D126983 --- .clang-format-ignore | 2 +- intl/components/moz.build | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.clang-format-ignore b/.clang-format-ignore index db9e8f9a46e9..881d824e7d24 100644 --- a/.clang-format-ignore +++ b/.clang-format-ignore @@ -4,7 +4,7 @@ build/clang-plugin/.* config/gcc-stl-wrapper.template.h config/msvc-stl-wrapper.template.h # Generated code -js/src/builtin/intl/LanguageTagGenerated.cpp +intl/components/src/LocaleGenerated.cpp js/src/builtin/intl/TimeZoneDataGenerated.h # Don't want to reformat irregexp (third-party code) diff --git a/intl/components/moz.build b/intl/components/moz.build index 74180218ad67..affeb6206766 100644 --- a/intl/components/moz.build +++ b/intl/components/moz.build @@ -35,7 +35,9 @@ UNIFIED_SOURCES += [ "src/ICU4CGlue.cpp", "src/ICU4CLibrary.cpp", "src/ListFormat.cpp", + "src/Locale.cpp", "src/LocaleCanonicalizer.cpp", + "src/LocaleGenerated.cpp", "src/MeasureUnit.cpp", "src/NumberFormat.cpp", "src/NumberFormatFields.cpp",