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

Unified Diff: crypto/BUILD.gn

Issue 2332473002: Use new BoringSSL scopers in //crypto (Closed)
Patch Set: rebase Created 4 years, 3 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 | « components/update_client/test_configurator.cc ('k') | crypto/ec_private_key.h » ('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 a912d934c506c2ec6c13abf7281a41ca0473a76f..73d45db40637218cec253d7e8d83897cb77c9740 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -84,6 +84,10 @@ component("crypto") {
"//base/third_party/dynamic_annotations",
]
+ public_deps = [
+ "//third_party/boringssl",
+ ]
+
if (!is_mac && !is_ios) {
sources -= [
"apple_keychain.h",
« no previous file with comments | « components/update_client/test_configurator.cc ('k') | crypto/ec_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698