Skip to content

Commit

Permalink
Bug 1719746 - Add Locale to moz.build; r=platform-i18n-reviewers,greg…
Browse files Browse the repository at this point in the history
…tatum

Differential Revision: https://phabricator.services.mozilla.com/D126983
  • Loading branch information
dminor committed Oct 13, 2021
1 parent ee786d4 commit 80c2d1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions intl/components/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80c2d1d

Please sign in to comment.