diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn | |
index 6f2adf5..67cf4fc 100644 | |
--- a/crypto/BUILD.gn | |
+++ b/crypto/BUILD.gn | |
@@ -345,7 +345,9 @@ config("platform_config") { | |
# on the current SSL library should just depend on this. | |
group("platform") { | |
if (use_openssl) { | |
- deps = [ | |
+ # TODO(monet) | |
+ #deps = [ | |
+ public_deps = [ | |
"//third_party/boringssl", | |
] | |
} else { |