| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index bf7092f43637e145e103ecaf8a2fab58ac8aa82d..e0c37c8e0f0109bc912494254c8589675c8403ab 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1511,12 +1511,12 @@ component("i18n") {
|
| "i18n/case_conversion.h",
|
| "i18n/char_iterator.cc",
|
| "i18n/char_iterator.h",
|
| + "i18n/encoding_detection.cc",
|
| + "i18n/encoding_detection.h",
|
| "i18n/file_util_icu.cc",
|
| "i18n/file_util_icu.h",
|
| "i18n/i18n_constants.cc",
|
| "i18n/i18n_constants.h",
|
| - "i18n/icu_encoding_detection.cc",
|
| - "i18n/icu_encoding_detection.h",
|
| "i18n/icu_string_conversions.cc",
|
| "i18n/icu_string_conversions.h",
|
| "i18n/icu_util.cc",
|
| @@ -1543,6 +1543,7 @@ component("i18n") {
|
| defines = [ "BASE_I18N_IMPLEMENTATION" ]
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| public_deps = [
|
| + "//third_party/ced",
|
| "//third_party/icu",
|
| ]
|
| deps = [
|
|
|