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

Unified Diff: chrome/browser/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: comments + win fix 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 72240c61c716aaf55d58785bbc474b48b7ddb042..6109565e651a56b7a931978679e558447408892d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -107,6 +107,7 @@ source_set("browser") {
"//components/favicon/core",
"//components/favicon_base",
"//components/gcm_driver",
+ "//components/gcm_driver/crypto",
"//components/gcm_driver/instance_id",
"//components/google/core/browser",
"//components/guest_view/browser",

Powered by Google App Engine
This is Rietveld 408576698