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

Unified Diff: crypto/BUILD.gn

Issue 1957683002: Address more TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@todo
Patch Set: iOS Created 4 years, 7 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 | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/core/BUILD.gn » ('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 479fe420459ed858a0155632f004f721840493f2..2c4af86b4d9c0a59acde348ec5dcc51609180150 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -127,34 +127,6 @@ component("crypto") {
}
}
-# TODO(GYP): TODO(dpranke), fix the compile errors for this stuff
-# and make it work.
-if (false && is_win) {
- # A minimal crypto subset for hmac-related stuff that small standalone
- # targets can use to reduce code size on Windows. This does not depend on
- # OpenSSL/NSS but will use Windows APIs for that functionality.
- source_set("crypto_minimal_win") {
- sources = [
- "crypto_export.h",
- "hmac.cc",
- "hmac.h",
- "openssl_util.cc",
- "openssl_util.h",
- "secure_util.cc",
- "secure_util.h",
- "symmetric_key.cc",
- "symmetric_key.h",
- ]
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- ]
-
- defines = [ "CRYPTO_IMPLEMENTATION" ]
- }
-}
-
test("crypto_unittests") {
sources = [
"aead_unittest.cc",
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698