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

Unified Diff: components/autofill.gypi

Issue 16286020: Abstract WebContentsObserver from Autofill shared code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 7 years, 6 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index b677b194da2ac5067c4bc385917eb8f32dc671cf..147e2345a5081fb8dc3f456425987e1d8aafdf0c 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -141,6 +141,7 @@
'autofill/browser/autofill_download.h',
'autofill/browser/autofill_download_url.cc',
'autofill/browser/autofill_download_url.h',
+ 'autofill/browser/autofill_driver.h',
'autofill/browser/autofill_external_delegate.cc',
'autofill/browser/autofill_external_delegate.h',
'autofill/browser/autofill_field.cc',
@@ -280,6 +281,8 @@
'component_resources.gyp:component_resources',
],
'sources': [
+ 'autofill/content/browser/autofill_driver_impl.cc',
+ 'autofill/content/browser/autofill_driver_impl.h',
'autofill/content/browser/risk/fingerprint.cc',
'autofill/content/browser/risk/fingerprint.h',
'autofill/content/browser/wallet/encryption_escrow_client.cc',

Powered by Google App Engine
This is Rietveld 408576698