Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: components/components_tests.gyp

Issue 1243563002: Teach the GCM Driver how to decrypt incoming messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-push-keys
Patch Set: address comment Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d1d3843211cf927032cee3e2a9e3cd0cc3371e82..d9557cee46731d1fb3e1cc524433e8eac8f8a5e4 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -248,6 +248,7 @@
],
'gcm_driver_crypto_unittest_sources': [
'gcm_driver/crypto/encryption_header_parsers_unittest.cc',
+ 'gcm_driver/crypto/gcm_encryption_provider_unittest.cc',
'gcm_driver/crypto/gcm_key_store_unittest.cc',
'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc',
],
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_service_impl.cc ('k') | components/gcm_driver/common/gcm_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698