Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: components/autofill/content/browser/BUILD.gn

Issue 2762233004: Fix autofill popup controller key press callback registration (Closed)
Patch Set: Fix typo Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 885768862843504c1a06540673493fe18e274179..5fa6ea67efdb9b7f86ea900db9a76ec5f52b2c66 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -10,6 +10,8 @@ static_library("browser") {
"content_autofill_driver.h",
"content_autofill_driver_factory.cc",
"content_autofill_driver_factory.h",
+ "key_press_handler_manager.cc",
+ "key_press_handler_manager.h",
"risk/fingerprint.cc",
"risk/fingerprint.h",
]
@@ -61,6 +63,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_autofill_driver_unittest.cc",
+ "key_press_handler_manager_unittest.cc",
"payments/payments_client_unittest.cc",
]
« no previous file with comments | « chrome/test/data/autofill/cross_origin_iframe.html ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698