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

Unified Diff: components/gcm_driver.gypi

Issue 1231613005: Hook up the Push API with GCM's new ability to own encryption keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-encryption
Patch Set: Created 5 years, 5 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 6f4c44c0d7b67c5fe30990ccc5a77a7ff3e65d2c..3efdf2d21bacd3173f1a8eba1a1eea6b1296672e 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -26,12 +26,13 @@
'target_name': 'gcm_driver',
'type': 'static_library',
'dependencies': [
+ 'gcm_driver_common',
+ 'gcm_driver_crypto',
'os_crypt',
'../base/base.gyp:base',
'../google_apis/gcm/gcm.gyp:gcm',
'../net/net.gyp:net',
'../sync/sync.gyp:sync_proto',
- 'gcm_driver_common',
],
'include_dirs': [
'..',
@@ -207,6 +208,8 @@
],
'sources': [
# Note: file list duplicated in GN build.
+ 'gcm_driver/crypto/gcm_encryption_provider.cc',
+ 'gcm_driver/crypto/gcm_encryption_provider.h',
'gcm_driver/crypto/gcm_key_store.cc',
'gcm_driver/crypto/gcm_key_store.h',
'gcm_driver/crypto/gcm_message_cryptographer.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698