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

Unified Diff: tools/gn/secondary/crypto/BUILD.gn

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « tools/gn/secondary/components/translate/BUILD.gn ('k') | tools/gn/secondary/ipc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/crypto/BUILD.gn
diff --git a/tools/gn/secondary/crypto/BUILD.gn b/tools/gn/secondary/crypto/BUILD.gn
index 2ce5b38db2a43de60c0fec250047e583d7d53498..b9ea117b9aeb4be0266ae597bbb469f4d7ef4ea1 100644
--- a/tools/gn/secondary/crypto/BUILD.gn
+++ b/tools/gn/secondary/crypto/BUILD.gn
@@ -17,7 +17,6 @@ crypto_minimal_sources = [
]
component("crypto") {
- external = true
output_name = "crcrypto" # Avoid colliding with OpenSSL's libcrypto.
sources = [
"apple_keychain.h",
@@ -186,7 +185,6 @@ component("crypto") {
# A minimal crypto subset for core features that small standalone targets can
# use to reduce code size.
static_library("crypto_minimal") {
- external = true
sources = crypto_minimal_sources
deps = [
@@ -198,7 +196,6 @@ static_library("crypto_minimal") {
}
test("crypto_unittests") {
- external = true
sources = [
# Tests.
"curve25519_unittest.cc",
« no previous file with comments | « tools/gn/secondary/components/translate/BUILD.gn ('k') | tools/gn/secondary/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698