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

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

Issue 1953273002: Add support to GCMKeyStore for multiple keys per app_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid6fixstore
Patch Set: Simplify Decrypt fallback by banning IID token & GCM reg from sharing same app_id Created 4 years, 7 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/gcm_driver/crypto/BUILD.gn
diff --git a/components/gcm_driver/crypto/BUILD.gn b/components/gcm_driver/crypto/BUILD.gn
index d347de7d27a831735a60bcca4943d4a2a1c6667a..3752eb9b100ab75521d983ca32b5fe0225530e0f 100644
--- a/components/gcm_driver/crypto/BUILD.gn
+++ b/components/gcm_driver/crypto/BUILD.gn
@@ -64,6 +64,7 @@ source_set("unit_tests") {
"//components/gcm_driver/common",
"//crypto",
"//crypto:platform",
+ "//net:test_support",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
]

Powered by Google App Engine
This is Rietveld 408576698