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

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

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 6 years, 1 month 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 def5a450c0386e29f6936b7489a42b6bb1926c35..fdc4e97f298c161bca3ce83eb37e74ef878c7c92 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -9,6 +9,8 @@ static_library("browser") {
sources = [
"content_autofill_driver.cc",
"content_autofill_driver.h",
+ "content_autofill_driver_factory.cc",
+ "content_autofill_driver_factory.h",
"request_autocomplete_manager.cc",
"request_autocomplete_manager.h",
"risk/fingerprint.cc",

Powered by Google App Engine
This is Rietveld 408576698