Index: components/safe_browsing_db/BUILD.gn |
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn |
index f823af65aa324717c9926ccd90aee53a388b3df6..b987630cb97c865d081a9f73e53ba098a0ea824b 100644 |
--- a/components/safe_browsing_db/BUILD.gn |
+++ b/components/safe_browsing_db/BUILD.gn |
@@ -15,6 +15,7 @@ source_set("prefix_set") { |
"prefix_set.h", |
] |
deps = [ |
+ ":util", |
"//base", |
] |
} |
@@ -27,6 +28,7 @@ source_set("util") { |
deps = [ |
"//base", |
"//crypto", |
+ "//net", |
] |
if (is_win) { |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
@@ -45,6 +47,7 @@ source_set("unit_tests") { |
":util", |
"//base", |
"//testing/gtest", |
+ "//url", |
] |
if (is_win) { |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |