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

Unified Diff: crypto/BUILD.gn

Issue 253643002: Remove unused bits implementing parts of RFC 4880 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | crypto/crypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 2841b151e412a120a15d14ed6e26328080a3167c..34f3ea04fdbf0f5208ea6bcd49733ac2691c3db3 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -49,8 +49,6 @@ component("crypto") {
"nss_util.cc",
"nss_util.h",
"nss_util_internal.h",
- "openpgp_symmetric_encryption.cc",
- "openpgp_symmetric_encryption.h",
"openssl_util.cc",
"openssl_util.h",
"p224.cc",
@@ -105,12 +103,6 @@ component("crypto") {
]
}
- if (use_openssl || !is_linux) {
- sources -= [
- "openpgp_symmetric_encryption.cc",
- "openpgp_symmetric_encryption.h",
- ]
- }
if (!is_mac) {
sources -= [
"cssm_init.cc",
@@ -218,21 +210,17 @@ test("crypto_unittests") {
"signature_creator_unittest.cc",
"signature_verifier_unittest.cc",
"symmetric_key_unittest.cc",
- "openpgp_symmetric_encryption_unittest.cc",
]
if (use_openssl) {
sources -= [
"nss_util_unittest.cc",
- "openpgp_symmetric_encryption_unittest.cc",
- "rsa_private_key_nss_unittest.cc",
Ryan Sleevi 2014/04/26 01:06:44 the RSA cleanup is slightly unrelated, but avoids
]
}
if (use_openssl || !is_linux) {
sources -= [
"rsa_private_key_nss_unittest.cc",
- "openpgp_symmetric_encryption_unittest.cc",
]
}
« no previous file with comments | « no previous file | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698