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

Unified Diff: crypto/BUILD.gn

Issue 643703008: Adding openssl_bio_string to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | 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 43e20a55fd180677ba09fe521ee96f531963f3e8..a62e7f035f0ed9648668139d5bdc9705b9beeaf9 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -49,6 +49,8 @@ component("crypto") {
"nss_util.cc",
"nss_util.h",
"nss_util_internal.h",
+ "openssl_bio_string.cc",
+ "openssl_bio_string.h",
wtc 2014/10/24 23:43:19 Just FYP: these two files were added in https://co
pwestin(chromium) 2014/10/24 23:51:18 Acknowledged.
"openssl_util.cc",
"openssl_util.h",
"p224.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698