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

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: 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 359ad36849c97b7f5e7f1453ccb12f694d6bc4ed..526f6aa603decede72b9461619e0799c52bd012d 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -352,6 +352,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',

Powered by Google App Engine
This is Rietveld 408576698