summaryrefslogtreecommitdiff
path: root/chromium/components/autofill_assistant/browser/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-12 14:27:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-13 09:35:20 +0000
commitc30a6232df03e1efbd9f3b226777b07e087a1122 (patch)
treee992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/autofill_assistant/browser/BUILD.gn
parent7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff)
downloadqtwebengine-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/components/autofill_assistant/browser/BUILD.gn')
-rw-r--r--chromium/components/autofill_assistant/browser/BUILD.gn10
1 files changed, 8 insertions, 2 deletions
diff --git a/chromium/components/autofill_assistant/browser/BUILD.gn b/chromium/components/autofill_assistant/browser/BUILD.gn
index 5d059ccea71..803c0e3f8bc 100644
--- a/chromium/components/autofill_assistant/browser/BUILD.gn
+++ b/chromium/components/autofill_assistant/browser/BUILD.gn
@@ -32,8 +32,6 @@ jumbo_static_library("browser") {
"actions/configure_bottom_sheet_action.h",
"actions/expect_navigation_action.cc",
"actions/expect_navigation_action.h",
- "actions/fallback_handler/fallback_data.cc",
- "actions/fallback_handler/fallback_data.h",
"actions/fallback_handler/required_field.cc",
"actions/fallback_handler/required_field.h",
"actions/fallback_handler/required_fields_fallback_handler.cc",
@@ -115,6 +113,8 @@ jumbo_static_library("browser") {
"event_handler.h",
"features.cc",
"features.h",
+ "field_formatter.cc",
+ "field_formatter.h",
"generic_ui_java_generated_enums.h",
"info_box.cc",
"info_box.h",
@@ -123,6 +123,8 @@ jumbo_static_library("browser") {
"overlay_state.h",
"protocol_utils.cc",
"protocol_utils.h",
+ "radio_button_controller.cc",
+ "radio_button_controller.h",
"rectf.cc",
"rectf.h",
"retry_timer.cc",
@@ -190,6 +192,7 @@ jumbo_static_library("browser") {
"//components/autofill_assistant/browser/devtools",
"//components/google/core/common:common",
"//components/password_manager/core/browser:browser",
+ "//components/password_manager/core/browser/form_parsing:form_parsing",
"//components/signin/public/identity_manager",
"//components/strings:components_strings_grit",
"//components/version_info",
@@ -248,6 +251,7 @@ source_set("unit_tests") {
"actions/set_form_field_value_action_unittest.cc",
"actions/show_details_action_unittest.cc",
"actions/show_generic_ui_action_unittest.cc",
+ "actions/show_progress_bar_action_unittest.cc",
"actions/tell_action_unittest.cc",
"actions/use_address_action_unittest.cc",
"actions/use_credit_card_action_unittest.cc",
@@ -260,7 +264,9 @@ source_set("unit_tests") {
"element_area_unittest.cc",
"element_precondition_unittest.cc",
"event_handler_unittest.cc",
+ "field_formatter_unittest.cc",
"protocol_utils_unittest.cc",
+ "radio_button_controller_unittest.cc",
"retry_timer_unittest.cc",
"script_executor_unittest.cc",
"script_precondition_unittest.cc",