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

Unified Diff: components/BUILD.gn

Issue 1415923004: Move prefix_set and parts of safe_browsing_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index ea5c134a60e9e7fcc6feb01da56d9eff65ab48eb..e75767a1ee27fdfcf40e1a4563ca5fedefd3bb8f 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -118,6 +118,7 @@ group("all_components") {
"//components/rappor",
"//components/renderer_context_menu",
"//components/resources:components_resources",
+ "//components/safe_browsing_db",
"//components/search_provider_logos",
"//components/security_interstitials/core",
"//components/sessions",
@@ -387,6 +388,7 @@ test("components_unittests") {
"//components/proxy_config:unit_tests",
"//components/query_parser:unit_tests",
"//components/rappor:unit_tests",
+ "//components/safe_browsing_db:unit_tests",
"//components/search_engines:unit_tests",
"//components/search:unit_tests",
"//components/search_provider_logos:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698