summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/protocol/sync_proto.gyp
diff options
context:
space:
mode:
authoralbertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 23:06:49 +0000
committeralbertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 23:06:49 +0000
commite09b39da942e19d4becad8f9c7aadc206385b58b (patch)
tree998ebef4aa1a2d330818ff8c864a204111167a44 /chrome/browser/sync/protocol/sync_proto.gyp
parent08c10e5772cb415f8d44d4e3a06de5d29d695b07 (diff)
downloadchromium_src-e09b39da942e19d4becad8f9c7aadc206385b58b.zip
chromium_src-e09b39da942e19d4becad8f9c7aadc206385b58b.tar.gz
chromium_src-e09b39da942e19d4becad8f9c7aadc206385b58b.tar.bz2
This is the first patch to support encryption. The Cryptographer class
manages a map of Nigori instances and allows data encrypted using different pass-phrase to be decrypted easily. BUG=none TEST=CryptographerTest, NigoriTest Review URL: http://codereview.chromium.org/2727006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/protocol/sync_proto.gyp')
-rwxr-xr-xchrome/browser/sync/protocol/sync_proto.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/protocol/sync_proto.gyp b/chrome/browser/sync/protocol/sync_proto.gyp
index c80e7d2..e4cde74 100755
--- a/chrome/browser/sync/protocol/sync_proto.gyp
+++ b/chrome/browser/sync/protocol/sync_proto.gyp
@@ -14,9 +14,11 @@
'type': 'none',
'sources': [
'sync.proto',
+ 'encryption.proto',
'autofill_specifics.proto',
'bookmark_specifics.proto',
'extension_specifics.proto',
+ 'nigori_specifics.proto',
'password_specifics.proto',
'preference_specifics.proto',
'theme_specifics.proto',