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

Unified Diff: base/BUILD.gn

Issue 2168003003: Replace ICU encoding detection with CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temorarily reverted test files Created 4 years, 5 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 | « no previous file | base/DEPS » ('j') | base/i18n/encoding_detection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index bef337af6532de8d984b05536e52c4c57b943568..fcd99043049f44e0369c68e1b9fbf8508b3b23e5 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1497,12 +1497,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",
@@ -1529,6 +1529,7 @@ component("i18n") {
defines = [ "BASE_I18N_IMPLEMENTATION" ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
public_deps = [
+ "//third_party/ced",
"//third_party/icu",
]
deps = [
« no previous file with comments | « no previous file | base/DEPS » ('j') | base/i18n/encoding_detection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698