summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-10-26 06:18:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-26 13:19:42 +0000
commite77b484d71bd77c5c4e8ebcdc85632f73d570f58 (patch)
treeedb2b77e31be9e6e39825d25c94196610f783b9c /components/autofill.gypi
parent344e69ca2b1f2e20346eeb1f6d3d7d9fad38fd82 (diff)
downloadchromium_src-e77b484d71bd77c5c4e8ebcdc85632f73d570f58.zip
chromium_src-e77b484d71bd77c5c4e8ebcdc85632f73d570f58.tar.gz
chromium_src-e77b484d71bd77c5c4e8ebcdc85632f73d570f58.tar.bz2
[sync] Componentize AutofillDataTypeController and its unittest
The componentization of the production code is totally straightforward. The unittest is slightly more interesting, but just involves tearing down high-level infrastructure and replacing it with lower-level infrastructure. BUG=511250 Review URL: https://codereview.chromium.org/1410543009 Cr-Commit-Position: refs/heads/master@{#356042}
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 0580ed6..f30eb9d 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -203,6 +203,8 @@
'autofill/core/browser/webdata/autocomplete_syncable_service.h',
'autofill/core/browser/webdata/autofill_change.cc',
'autofill/core/browser/webdata/autofill_change.h',
+ 'autofill/core/browser/webdata/autofill_data_type_controller.cc',
+ 'autofill/core/browser/webdata/autofill_data_type_controller.h',
'autofill/core/browser/webdata/autofill_entry.cc',
'autofill/core/browser/webdata/autofill_entry.h',
'autofill/core/browser/webdata/autofill_profile_data_type_controller.cc',