diff options
author | ahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 23:31:01 +0000 |
---|---|---|
committer | ahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 23:31:01 +0000 |
commit | d3ae9ed4e3d0e7fa0c85eec1ca73f317e78d927f (patch) | |
tree | 2f6aef23582f2abef754fbcf1808cd29b48d8d58 /chrome/chrome_common.gypi | |
parent | 7f926a759d0ed7fc285de4b4aa10a39edbd6ed28 (diff) | |
download | chromium_src-d3ae9ed4e3d0e7fa0c85eec1ca73f317e78d927f.zip chromium_src-d3ae9ed4e3d0e7fa0c85eec1ca73f317e78d927f.tar.gz chromium_src-d3ae9ed4e3d0e7fa0c85eec1ca73f317e78d927f.tar.bz2 |
Adding Autocheckout IPC messages and stub implementations of their handlers.
BUG=169370
Review URL: https://chromiumcodereview.appspot.com/11817058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index e690f89..3dd8119 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -63,6 +63,7 @@ 'common/attrition_experiments.h', 'common/auto_start_linux.cc', 'common/auto_start_linux.h', + 'common/autofill/autocheckout_status.h', 'common/autofill/web_element_descriptor.cc', 'common/autofill/web_element_descriptor.h', 'common/autofill_messages.h', |