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

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: mem leak Created 6 years 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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 9cdcf68bc6f089552e5d19853353a2e7ef1c9a88..56d3bf0e16e4bbe035b42e65d270b39d4e436f3f 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",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698