Index: components/safe_browsing_db/BUILD.gn |
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn |
index 589a239c7179ae252b7c4d039ae0580db630222a..6eaa09b4ad3dc561822d39ccd257d061c937df73 100644 |
--- a/components/safe_browsing_db/BUILD.gn |
+++ b/components/safe_browsing_db/BUILD.gn |
@@ -154,8 +154,10 @@ static_library("util") { |
"util.cc", |
"util.h", |
] |
- deps = [ |
+ public_deps = [ |
":v4_protocol_manager_util", |
+ ] |
+ deps = [ |
"//base", |
"//crypto", |
"//net", |
@@ -226,8 +228,10 @@ source_set("v4_protocol_manager_util") { |
"v4_protocol_manager_util.cc", |
"v4_protocol_manager_util.h", |
] |
- deps = [ |
+ public_deps = [ |
":safebrowsing_proto", |
+ ] |
+ deps = [ |
"//base", |
"//net", |
"//url", |