summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorpeter <peter@chromium.org>2015-07-17 05:04:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-17 12:04:53 +0000
commitc77563c9f45fcfdddabfe1f14565ae920eab34f7 (patch)
tree909dd8102c118d43fdd70921284bdd2fa190e467 /components/components_tests.gyp
parent83011698be5f20098555b4d450aacf4fed1b7922 (diff)
downloadchromium_src-c77563c9f45fcfdddabfe1f14565ae920eab34f7.zip
chromium_src-c77563c9f45fcfdddabfe1f14565ae920eab34f7.tar.gz
chromium_src-c77563c9f45fcfdddabfe1f14565ae920eab34f7.tar.bz2
Implement GCMKeyStore for storing public/private key-pairs.
This CL implements a GCMKeyStore class, backed by a ProtoDatabase<>, that enables us to store public/private key-pairs for association with encrypted GCM messages. TBR=sdefresne (+2 lines in BUILD.gn) BUG=486040 Review URL: https://codereview.chromium.org/1226033002 Cr-Commit-Position: refs/heads/master@{#339242}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 4fef376..2e7bb3c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -230,6 +230,9 @@
'gcm_driver/gcm_driver_desktop_unittest.cc',
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
],
+ 'gcm_driver_crypto_unittest_sources': [
+ 'gcm_driver/crypto/gcm_key_store_unittest.cc',
+ ],
'google_unittest_sources': [
'google/core/browser/google_url_tracker_unittest.cc',
'google/core/browser/google_util_unittest.cc',
@@ -718,6 +721,7 @@
'<@(favicon_base_unittest_sources)',
'<@(favicon_unittest_sources)',
'<@(gcm_driver_unittest_sources)',
+ '<@(gcm_driver_crypto_unittest_sources)',
'<@(google_unittest_sources)',
'<@(history_unittest_sources)',
'<@(instance_id_unittest_sources)',
@@ -814,6 +818,7 @@
'components.gyp:favicon_base',
'components.gyp:favicon_core',
'components.gyp:gcm_driver',
+ 'components.gyp:gcm_driver_crypto',
'components.gyp:gcm_driver_test_support',
'components.gyp:google_core_browser',
'components.gyp:history_core_browser',