Commit 13646fb6 authored by Matthias Körber's avatar Matthias Körber Committed by Commit Bot

[Autofill] Removed duplicate in file numbering and added file to BUILD.

Bug: 1100855
Change-Id: I6a0c6cda3c8bd452929346d8a9e547b24aa5c60c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279780
Auto-Submit: Matthias Körber <koerber@google.com>
Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Commit-Queue: Matthias Körber <koerber@google.com>
Cr-Commit-Position: refs/heads/master@{#785808}
parent 8b4ae459
...@@ -190,6 +190,7 @@ source_set("unit_tests") { ...@@ -190,6 +190,7 @@ source_set("unit_tests") {
bundle_data("unit_tests_bundle_data") { bundle_data("unit_tests_bundle_data") {
sources = [ sources = [
"//components/test/data/autofill/heuristics/input/000_i18n_de.html",
"//components/test/data/autofill/heuristics/input/001_i18n_de2.html", "//components/test/data/autofill/heuristics/input/001_i18n_de2.html",
"//components/test/data/autofill/heuristics/input/002_i18n_en.html", "//components/test/data/autofill/heuristics/input/002_i18n_en.html",
"//components/test/data/autofill/heuristics/input/003_i18n_es.html", "//components/test/data/autofill/heuristics/input/003_i18n_es.html",
...@@ -356,7 +357,8 @@ bundle_data("unit_tests_bundle_data") { ...@@ -356,7 +357,8 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/autofill/heuristics/input/165_i18n_es_two_last_names_2.html", "//components/test/data/autofill/heuristics/input/165_i18n_es_two_last_names_2.html",
"//components/test/data/autofill/heuristics/input/166_i18n_en_honorific_prefix.html", "//components/test/data/autofill/heuristics/input/166_i18n_en_honorific_prefix.html",
"//components/test/data/autofill/heuristics/input/167_helity.es.html", "//components/test/data/autofill/heuristics/input/167_helity.es.html",
"//components/test/data/autofill/heuristics/input/168_i18n_de.html", "//components/test/data/autofill/heuristics/input/168_i18n_hi.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/001_i18n_de2.out",
"//components/test/data/autofill/heuristics/output/002_i18n_en.out", "//components/test/data/autofill/heuristics/output/002_i18n_en.out",
"//components/test/data/autofill/heuristics/output/003_i18n_es.out", "//components/test/data/autofill/heuristics/output/003_i18n_es.out",
...@@ -523,7 +525,7 @@ bundle_data("unit_tests_bundle_data") { ...@@ -523,7 +525,7 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/autofill/heuristics/output/165_i18n_es_two_last_names_2.out", "//components/test/data/autofill/heuristics/output/165_i18n_es_two_last_names_2.out",
"//components/test/data/autofill/heuristics/output/166_i18n_en_honorific_prefix.out", "//components/test/data/autofill/heuristics/output/166_i18n_en_honorific_prefix.out",
"//components/test/data/autofill/heuristics/output/167_helity.es.out", "//components/test/data/autofill/heuristics/output/167_helity.es.out",
"//components/test/data/autofill/heuristics/output/168_i18n_de.out", "//components/test/data/autofill/heuristics/output/168_i18n_hi.out",
] ]
outputs = [ "{{bundle_resources_dir}}/" + outputs = [ "{{bundle_resources_dir}}/" +
"{{source_root_relative_dir}}/{{source_file_part}}" ] "{{source_root_relative_dir}}/{{source_file_part}}" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment