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

Unified Diff: chrome/browser/BUILD.gn

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define a variable for safe_browsing_db_mobile_unittest_sources Created 4 years, 11 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/app/android/chrome_main_delegate_android.cc ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 5a5c8120a9b9605689303c48d57aa0a391dfee65..6f1a8af6a35c57c1f763f124e09143cad0af59a1 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -547,8 +547,8 @@ source_set("browser") {
"//chrome")
deps += [
"//chrome/browser/safe_browsing:chunk_proto",
- "//chrome/browser/safe_browsing:metadata_proto",
"//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing_db:metadata_proto",
]
if (safe_browsing_mode == 1) {
sources +=
@@ -564,6 +564,7 @@ source_set("browser") {
rebase_path(gypi_values.chrome_browser_safe_browsing_mobile_sources,
".",
"//chrome")
+ deps += [ "//components/safe_browsing_db:safe_browsing_db_mobile" ]
}
}
« no previous file with comments | « chrome/app/android/chrome_main_delegate_android.cc ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698