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

Unified Diff: chrome/browser/extensions/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 | « no previous file | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 17159d7957c0ea9667cc9f7227d7964676f07fca..fcc33f1744e6f87bdc9fb5a425939b5ac8507a0f 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -816,6 +816,7 @@ static_library("extensions") {
# browser, then we can clean up these dependencies.
public_deps = [
"//chrome/common/extensions/api",
+ "//components/safe_browsing_db:util",
"//content/public/browser",
]
deps = [
@@ -868,7 +869,6 @@ static_library("extensions") {
"//components/rappor",
"//components/resources",
"//components/safe_browsing_db:database_manager",
- "//components/safe_browsing_db:util",
"//components/safe_json",
"//components/search_engines",
"//components/sessions",
« no previous file with comments | « no previous file | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698