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

Unified Diff: components/autofill.gypi

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 | « chrome/test/base/chrome_render_view_test.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index c67abc5835f0571b47d8abeabe7968b6c94b2133..ccaddc410cb1bdd24375ba55ac6efb40bf046cf5 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -361,6 +361,8 @@
'sources': [
'autofill/content/browser/content_autofill_driver.cc',
'autofill/content/browser/content_autofill_driver.h',
+ 'autofill/content/browser/content_autofill_driver_factory.cc',
+ 'autofill/content/browser/content_autofill_driver_factory.h',
'autofill/content/browser/request_autocomplete_manager.cc',
'autofill/content/browser/request_autocomplete_manager.h',
'autofill/content/browser/risk/fingerprint.cc',
« no previous file with comments | « chrome/test/base/chrome_render_view_test.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698