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

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

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (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
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/crypto/gcm_message_cryptographer_nss.cc » ('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 778c1c8177b66bc6469c044aaaf77b5a0f42cc2b..7dd4d731250139360ed105ef0d874326d614e5db 100644
--- a/components/gcm_driver/crypto/BUILD.gn
+++ b/components/gcm_driver/crypto/BUILD.gn
@@ -15,11 +15,9 @@ source_set("crypto") {
"gcm_key_store.h",
"gcm_message_cryptographer.cc",
"gcm_message_cryptographer.h",
- "gcm_message_cryptographer_nss.cc",
"gcm_message_cryptographer_openssl.cc",
"p256_key_util.cc",
"p256_key_util.h",
- "p256_key_util_nss.cc",
"p256_key_util_openssl.cc",
]
@@ -33,18 +31,6 @@ source_set("crypto") {
"//net",
"//third_party/protobuf:protobuf_lite",
]
-
- if (use_openssl) {
- sources -= [
- "gcm_message_cryptographer_nss.cc",
- "p256_key_util_nss.cc",
- ]
- } else {
- sources -= [
- "gcm_message_cryptographer_openssl.cc",
- "p256_key_util_openssl.cc",
- ]
- }
}
# GYP version: components/gcm_driver.gypi:gcm_driver_crypto_test_support
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/crypto/gcm_message_cryptographer_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698