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

Unified Diff: crypto/BUILD.gn

Issue 1083493003: Encrypt certificate reports before uploading to HTTP URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add aead files to BUILD.gn Created 5 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 | « chrome/browser/safe_browsing/ping_manager.cc ('k') | crypto/aead_openssl.h » ('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 27e786ce85aef51f83c4e0f71feeaf6150f4a130..c1eabe634c11be577e6c9d5e7af963c2f87e6e32 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -8,6 +8,8 @@ import("//testing/test.gni")
component("crypto") {
output_name = "crcrypto" # Avoid colliding with OpenSSL's libcrypto.
sources = [
+ "aead_openssl.cc",
+ "aead_openssl.h",
"apple_keychain.h",
"apple_keychain_ios.mm",
"apple_keychain_mac.mm",
@@ -151,6 +153,8 @@ component("crypto") {
} else {
# Remove OpenSSL when using NSS.
sources -= [
+ "aead_openssl.cc",
+ "aead_openssl.h",
"ec_private_key_openssl.cc",
"ec_signature_creator_openssl.cc",
"encryptor_openssl.cc",
« no previous file with comments | « chrome/browser/safe_browsing/ping_manager.cc ('k') | crypto/aead_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698