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

Unified Diff: components/autofill/core/common/BUILD.gn

Issue 1457393003: [Autofill] Guard against the initialization failure of ICU Collator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UBool Created 5 years, 1 month 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
Index: components/autofill/core/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index 9a53fe2486ac71f61381f1b4a23961b97ac0c7bc..a0c0e67c0c506b3902e8f0b6a71f55140fc77b57 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -56,6 +56,7 @@ static_library("common") {
source_set("unit_tests") {
testonly = true
sources = [
+ "autofill_l10n_util_unittest.cc",
"autofill_regexes_unittest.cc",
"autofill_util_unittest.cc",
"form_data_unittest.cc",
@@ -68,6 +69,7 @@ source_set("unit_tests") {
":common",
"//base",
"//base:i18n",
+ "//base/test:test_support",
"//components/autofill/core/browser",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698