diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 08:41:19 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 08:41:19 +0000 |
commit | 017ec4bd5f21cc7cf052c417a69318a1cd43b4e0 (patch) | |
tree | 111660562c89946fe18b7b7dbc1700ef09773379 /chrome/chrome.gyp | |
parent | 427a09387bc17b2925d42294b930fe598667ef26 (diff) | |
download | chromium_src-017ec4bd5f21cc7cf052c417a69318a1cd43b4e0.zip chromium_src-017ec4bd5f21cc7cf052c417a69318a1cd43b4e0.tar.gz chromium_src-017ec4bd5f21cc7cf052c417a69318a1cd43b4e0.tar.bz2 |
Added constants, strings, protos for app sync.
BUG=51225
TEST=none needed
Review URL: http://codereview.chromium.org/3072022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 89f2882..5cb1a8a 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -848,6 +848,8 @@ '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.h', '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.cc', '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.h', + '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.cc', + '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.h', '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.cc', '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.h', '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.cc', |