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

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: Add missing DEPS file 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 cc563f79fd15feb219debfcdeedc4ca135fab0da..fb13f719e8eed79dcfc1469c1ffa4259ad7cdcb5 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -259,6 +259,8 @@
'autofill/browser/webdata/autofill_webdata_service.cc',
'autofill/browser/webdata/autofill_webdata_service.h',
'autofill/browser/webdata/autofill_webdata_service_observer.h',
+ 'autofill/content/browser/autofill_driver.cc',
+ 'autofill/content/browser/autofill_driver.h',
# This file is generated by the autofill_regexes action.
'<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698