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

Unified Diff: components/gcm_driver/crypto/BUILD.gn

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/gcm_driver/BUILD.gn ('k') | components/gcm_driver/crypto/gcm_encryption_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/crypto/BUILD.gn
diff --git a/components/gcm_driver/crypto/BUILD.gn b/components/gcm_driver/crypto/BUILD.gn
index f7ceece06119d99921103a6a993b89be74370de1..ad2ec7aeb2166335af6fa9b7e72f6e5fb21af25a 100644
--- a/components/gcm_driver/crypto/BUILD.gn
+++ b/components/gcm_driver/crypto/BUILD.gn
@@ -7,6 +7,8 @@ import("//build/config/crypto.gni")
# GYP version: components/gcm_driver.gypi:gcm_driver_crypto
source_set("crypto") {
sources = [
+ "gcm_encryption_provider.cc",
+ "gcm_encryption_provider.h",
"gcm_key_store.cc",
"gcm_key_store.h",
"gcm_message_cryptographer.cc",
@@ -16,11 +18,10 @@ source_set("crypto") {
]
deps = [
+ "proto",
"//base",
"//crypto",
"//crypto:platform",
- "//components/gcm_driver",
- "//components/gcm_driver/crypto/proto",
"//components/leveldb_proto",
"//third_party/protobuf:protobuf_lite",
]
« no previous file with comments | « components/gcm_driver/BUILD.gn ('k') | components/gcm_driver/crypto/gcm_encryption_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698