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

Unified Diff: components/BUILD.gn

Issue 1624723002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fetch, rebase, format 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/test/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 4a6c87dbe6fde5f062406fda1cdbd4b39c57d375..565b4d962b625487cacc00b95cc553af56847ec8 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -269,6 +269,10 @@ test("components_unittests") {
"//components/printing/renderer",
]
}
+
+ if (safe_browsing_mode == 2) {
+ deps += [ "//components/safe_browsing_db:unit_tests_mobile" ]
+ }
}
repack("components_tests_pak") {
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698