Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 43b02f0b212ab2d739e49e1f36f27645a4238c8f..5e44c22f66eef872ae9e79a4d8138e2b58977e4a 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -11,6 +11,7 @@ component("base") { |
"third_party/dmg_fp/dtoa_wrapper.cc", |
"third_party/icu/icu_utf.cc", |
"third_party/icu/icu_utf.h", |
+ "third_party/superfasthash/superfasthash.c", |
"allocator/allocator_extension.cc", |
"allocator/allocator_extension.h", |
"allocator/type_profiler_control.cc", |
@@ -75,6 +76,8 @@ component("base") { |
"base64.cc", |
"base64.h", |
"basictypes.h", |
+ "big_endian.cc", |
+ "big_endian.h", |
"bind.h", |
"bind_helpers.cc", |
"bind_helpers.h", |
@@ -859,12 +862,14 @@ component("i18n") { |
"i18n/bidi_line_iterator.h", |
"i18n/break_iterator.cc", |
"i18n/break_iterator.h", |
- "i18n/char_iterator.cc", |
- "i18n/char_iterator.h", |
"i18n/case_conversion.cc", |
"i18n/case_conversion.h", |
+ "i18n/char_iterator.cc", |
+ "i18n/char_iterator.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", |
@@ -875,12 +880,18 @@ component("i18n") { |
"i18n/number_formatting.h", |
"i18n/rtl.cc", |
"i18n/rtl.h", |
+ "i18n/streaming_utf8_validator.cc", |
+ "i18n/streaming_utf8_validator.h", |
"i18n/string_compare.cc", |
"i18n/string_compare.h", |
"i18n/string_search.cc", |
"i18n/string_search.h", |
"i18n/time_formatting.cc", |
"i18n/time_formatting.h", |
+ "i18n/timezone.cc", |
+ "i18n/timezone.h", |
+ "i18n/utf8_validator_tables.cc", |
+ "i18n/utf8_validator_tables.h", |
] |
defines = [ "BASE_I18N_IMPLEMENTATION" ] |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |