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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2353413002: Store list information in ListInfo (was: StoreIdAndFIleName) (Closed)
Patch Set: sort the members of ListInfo by member name 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 | « chrome/browser/extensions/BUILD.gn ('k') | components/safe_browsing_db/database_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | components/safe_browsing_db/database_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698