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

Unified Diff: crypto/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 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
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 6f99a8e8b21a2ccdee3a5ee14b7a0cec3fb613bf..9f944e5b717febc133de2d56315026c2fa074988 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -16,8 +16,8 @@ component("crypto") {
"crypto_export.h",
"cssm_init.cc",
"cssm_init.h",
- "curve25519.cc",
"curve25519-donna.c",
+ "curve25519.cc",
"curve25519.h",
"ec_private_key.h",
"ec_private_key_nss.cc",
@@ -67,8 +67,8 @@ component("crypto") {
"rsa_private_key_openssl.cc",
"scoped_capi_types.h",
"scoped_nss_types.h",
- "secure_hash_default.cc",
"secure_hash.h",
+ "secure_hash_default.cc",
"secure_hash_openssl.cc",
"secure_util.cc",
"secure_util.h",
@@ -219,11 +219,11 @@ if (!is_win) {
"hmac_unittest.cc",
"nss_util_unittest.cc",
"openssl_bio_string_unittest.cc",
- "p224_unittest.cc",
"p224_spake_unittest.cc",
+ "p224_unittest.cc",
"random_unittest.cc",
- "rsa_private_key_unittest.cc",
"rsa_private_key_nss_unittest.cc",
+ "rsa_private_key_unittest.cc",
"secure_hash_unittest.cc",
"sha2_unittest.cc",
"signature_creator_unittest.cc",
@@ -256,10 +256,10 @@ if (!is_win) {
source_set("test_support") {
sources = [
- "scoped_test_nss_db.cc",
- "scoped_test_nss_db.h",
"scoped_test_nss_chromeos_user.cc",
"scoped_test_nss_chromeos_user.h",
+ "scoped_test_nss_db.cc",
+ "scoped_test_nss_db.h",
"scoped_test_system_nss_key_slot.cc",
"scoped_test_system_nss_key_slot.h",
]

Powered by Google App Engine
This is Rietveld 408576698