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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 1 month 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
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.

Powered by Google App Engine
This is Rietveld 408576698