summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/autofill/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/chrome/browser/autofill/BUILD.gn')
-rw-r--r--chromium/ios/chrome/browser/autofill/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/ios/chrome/browser/autofill/BUILD.gn b/chromium/ios/chrome/browser/autofill/BUILD.gn
index bdf8ad7dec0..14875dfa48d 100644
--- a/chromium/ios/chrome/browser/autofill/BUILD.gn
+++ b/chromium/ios/chrome/browser/autofill/BUILD.gn
@@ -162,10 +162,12 @@ source_set("unit_tests") {
"//components/autofill/ios/form_util:test_support",
"//components/infobars/core",
"//components/keyed_service/core",
+ "//components/password_manager/ios",
"//components/security_state/ios",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state:test_support",
"//ios/chrome/browser/infobars",
+ "//ios/chrome/browser/passwords",
"//ios/chrome/browser/ssl",
"//ios/chrome/browser/ui/autofill",
"//ios/chrome/browser/ui/autofill/form_input_accessory",
@@ -345,7 +347,12 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/autofill/heuristics/input/155_fmm-ja_inm.gob.mx.html",
"//components/test/data/autofill/heuristics/input/156_buyAlbum_bandcamp.com_price.html",
"//components/test/data/autofill/heuristics/input/157_bug_971402_opentable_checkout.html",
+ "//components/test/data/autofill/heuristics/input/158_i18n_ml.html",
"//components/test/data/autofill/heuristics/input/159_bug_966406_transavia.com.html",
+ "//components/test/data/autofill/heuristics/input/160_credit_card_ignore_birthday_fields.html",
+ "//components/test/data/autofill/heuristics/input/161_i18n_tr.html",
+ "//components/test/data/autofill/heuristics/input/162_i18n_tr2.html",
+ "//components/test/data/autofill/heuristics/input/163_giftcard_hotels.com.html",
"//components/test/data/autofill/heuristics/output/000_i18n_de.out",
"//components/test/data/autofill/heuristics/output/001_i18n_de2.out",
"//components/test/data/autofill/heuristics/output/002_i18n_en.out",
@@ -503,7 +510,12 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/autofill/heuristics/output/155_fmm-ja_inm.gob.mx.out",
"//components/test/data/autofill/heuristics/output/156_buyAlbum_bandcamp.com_price.out",
"//components/test/data/autofill/heuristics/output/157_bug_971402_opentable_checkout.out",
+ "//components/test/data/autofill/heuristics/output/158_i18n_ml.out",
"//components/test/data/autofill/heuristics/output/159_bug_966406_transavia.com.out",
+ "//components/test/data/autofill/heuristics/output/160_credit_card_ignore_birthday_fields.out",
+ "//components/test/data/autofill/heuristics/output/161_i18n_tr.out",
+ "//components/test/data/autofill/heuristics/output/162_i18n_tr2.out",
+ "//components/test/data/autofill/heuristics/output/163_giftcard_hotels.com.out",
]
outputs = [ "{{bundle_resources_dir}}/" +
"{{source_root_relative_dir}}/{{source_file_part}}" ]