diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/ios/chrome/browser/autofill/BUILD.gn | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/ios/chrome/browser/autofill/BUILD.gn')
-rw-r--r-- | chromium/ios/chrome/browser/autofill/BUILD.gn | 12 |
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}}" ] |