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",