diff options
Diffstat (limited to 'chromium/components/autofill_assistant/browser/BUILD.gn')
-rw-r--r-- | chromium/components/autofill_assistant/browser/BUILD.gn | 10 |
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", |