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

Unified Diff: crypto/BUILD.gn

Issue 246303005: Make GN's "check" run cleanly. (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 | device/usb/BUILD.gn » ('j') | net/dns/host_resolver_impl.h » ('J')
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 1f31f8b09894934cc4f1d3633cb405e1abd892bd..2841b151e412a120a15d14ed6e26328080a3167c 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -13,7 +13,6 @@ component("crypto") {
"capi_util.cc",
"capi_util.h",
"crypto_export.h",
- "crypto_module_blocking_password_delegate.h",
brettw 2014/04/22 21:17:23 This file doesn't exist.
"cssm_init.cc",
"cssm_init.h",
"curve25519.cc",
@@ -174,13 +173,17 @@ if (is_win) {
# OpenSSL/NSS but will use Windows APIs for that functionality.
source_set("crypto_minimal_win") {
sources = [
+ "crypto_export.h",
"hmac.cc",
"hmac.h",
"hmac_win.cc",
+ "scoped_capi_types.h",
+ "scoped_nss_types.h",
"secure_util.cc",
"secure_util.h",
"symmetric_key.h",
"symmetric_key_win.cc",
+ "third_party/nss/chromium-blapi.h",
"third_party/nss/chromium-sha256.h",
"third_party/nss/sha512.cc",
]
« no previous file with comments | « no previous file | device/usb/BUILD.gn » ('j') | net/dns/host_resolver_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698