[Autofill] Add component installer for regex data
Addition of a component installer used to download regex data for
Autofill.
Change-Id: I82bbbbdb7448399dc95c509fc14dc2f04d4232e5
Bug: 1121990
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320837
Reviewed-by: Sorin Jianu <[email protected]>
Reviewed-by: Christoph Schwering <[email protected]>
Reviewed-by: Matthias Körber <[email protected]>
Commit-Queue: Martynas Sinkievič <[email protected]>
Cr-Commit-Position: refs/heads/master@{#813510}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index a15362c..3a8a28a 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -278,6 +278,8 @@
"command_updater_impl.h",
"complex_tasks/task_tab_helper.cc",
"complex_tasks/task_tab_helper.h",
+ "component_updater/autofill_regex_component_installer.cc",
+ "component_updater/autofill_regex_component_installer.h",
"component_updater/autofill_states_component_installer.cc",
"component_updater/autofill_states_component_installer.h",
"component_updater/chrome_component_updater_configurator.cc",