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

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

Issue 1910903002: Remove *_openssl files for gcm_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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 7dd4d731250139360ed105ef0d874326d614e5db..d347de7d27a831735a60bcca4943d4a2a1c6667a 100644
--- a/components/gcm_driver/crypto/BUILD.gn
+++ b/components/gcm_driver/crypto/BUILD.gn
@@ -15,10 +15,8 @@ source_set("crypto") {
"gcm_key_store.h",
"gcm_message_cryptographer.cc",
"gcm_message_cryptographer.h",
- "gcm_message_cryptographer_openssl.cc",
"p256_key_util.cc",
"p256_key_util.h",
- "p256_key_util_openssl.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698