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

Unified Diff: base/BUILD.gn

Issue 2578003002: Move |GetCanonicalEncodingNameByAliasName| to base/i18n (Closed)
Patch Set: rebased Created 3 years, 11 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 | « android_webview/browser/aw_content_browser_client.cc ('k') | base/i18n/character_encoding.h » ('j') | no next file with comments »
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 b3d426c04eb482f3a68604fffcc8efb4ee762bc7..81023b8d063dbe838f9b6e0ba3b54094b39e5157 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1594,6 +1594,8 @@ component("i18n") {
"i18n/case_conversion.h",
"i18n/char_iterator.cc",
"i18n/char_iterator.h",
+ "i18n/character_encoding.cc",
+ "i18n/character_encoding.h",
"i18n/encoding_detection.cc",
"i18n/encoding_detection.h",
"i18n/file_util_icu.cc",
@@ -1878,6 +1880,7 @@ test("base_unittests") {
"i18n/break_iterator_unittest.cc",
"i18n/case_conversion_unittest.cc",
"i18n/char_iterator_unittest.cc",
+ "i18n/character_encoding_unittest.cc",
"i18n/file_util_icu_unittest.cc",
"i18n/icu_string_conversions_unittest.cc",
"i18n/message_formatter_unittest.cc",
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | base/i18n/character_encoding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698