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

Unified Diff: components/autofill.gypi

Issue 772253003: Create an autofill Suggestion class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index ccaddc410cb1bdd24375ba55ac6efb40bf046cf5..b05c68b963ed6a6087298aa599f71e67352a6bf6 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -141,6 +141,8 @@
'autofill/core/browser/autofill_scanner.cc',
'autofill/core/browser/autofill_scanner.h',
'autofill/core/browser/autofill_server_field_info.h',
+ 'autofill/core/browser/autofill_sync_constants.cc',
+ 'autofill/core/browser/autofill_sync_constants.h',
'autofill/core/browser/autofill_type.cc',
'autofill/core/browser/autofill_type.h',
'autofill/core/browser/autofill_xml_parser.cc',
@@ -177,6 +179,8 @@
'autofill/core/browser/popup_item_ids.h',
'autofill/core/browser/state_names.cc',
'autofill/core/browser/state_names.h',
+ 'autofill/core/browser/suggestion.cc',
+ 'autofill/core/browser/suggestion.h',
'autofill/core/browser/validation.cc',
'autofill/core/browser/validation.h',
'autofill/core/browser/webdata/autofill_change.cc',
@@ -253,6 +257,7 @@
'autofill/core/browser/autofill_test_utils.h',
'autofill/core/browser/data_driven_test.cc',
'autofill/core/browser/data_driven_test.h',
+ 'autofill/core/browser/suggestion_test_helpers.h',
'autofill/core/browser/test_autofill_client.cc',
'autofill/core/browser/test_autofill_client.h',
'autofill/core/browser/test_autofill_driver.cc',

Powered by Google App Engine
This is Rietveld 408576698