diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 20:53:22 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 20:53:22 +0000 |
commit | 21293f74fca1ffea704f89df0b258cc2e49ed023 (patch) | |
tree | e486ff69cc4548df5cd64f49e484f91258467166 /components/autofill.gypi | |
parent | 0de20ce13f83d2df051841a79c94b2823b89ff83 (diff) | |
download | chromium_src-21293f74fca1ffea704f89df0b258cc2e49ed023.zip chromium_src-21293f74fca1ffea704f89df0b258cc2e49ed023.tar.gz chromium_src-21293f74fca1ffea704f89df0b258cc2e49ed023.tar.bz2 |
Generate autofill messages inside the component
BUG=140037
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/14312006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index 1fa9d96..4268928 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -73,6 +73,8 @@ 'autofill/common/autofill_constants.cc', 'autofill/common/autofill_constants.h', 'autofill/common/autofill_messages.h', + 'autofill/common/autofill_message_generator.cc', + 'autofill/common/autofill_message_generator.h', 'autofill/common/autofill_pref_names.cc', 'autofill/common/autofill_pref_names.h', 'autofill/common/autofill_switches.cc', |