summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 17:54:48 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 17:54:48 +0000
commitb584a879c1f8c607d952890a84b1625fa8d0a74f (patch)
tree57ac2dba65c764a22f31f15cc5e86c666a83a207 /components/autofill.gypi
parentafcc6820dc65730d049495cae6c418711aa5fa30 (diff)
downloadchromium_src-b584a879c1f8c607d952890a84b1625fa8d0a74f.zip
chromium_src-b584a879c1f8c607d952890a84b1625fa8d0a74f.tar.gz
chromium_src-b584a879c1f8c607d952890a84b1625fa8d0a74f.tar.bz2
components/autofill: Break the dependency on sync utility file.
Do this moving data_encryption_win* into core/browser, since it's only used from there. BUG=140037 TEST=unit_tests,checkdeps.py R=joi@chromium.org,isherman@chromium.org,akalin@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17745004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208948 0039d316-1c4b-4281-b951-d872f2087c98
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 ebd4cf0..a8a140b 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -163,6 +163,8 @@
'autofill/core/browser/credit_card.h',
'autofill/core/browser/credit_card_field.cc',
'autofill/core/browser/credit_card_field.h',
+ 'autofill/core/browser/data_encryption_win.cc',
+ 'autofill/core/browser/data_encryption_win.h',
'autofill/core/browser/email_field.cc',
'autofill/core/browser/email_field.h',
'autofill/core/browser/field_types.h',