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

Unified Diff: components/BUILD.gn

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use group instead of a static_library for targets that have no sources. 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
« no previous file with comments | « chrome/test/data/SafeBrowsing/PrefixSetVersion3 ('k') | components/components.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 492734c537c45e441a3b4c5a3fec58f68ab6dfd9..b23022d7f8a622c18882bc8501053ae271287110 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",
« no previous file with comments | « chrome/test/data/SafeBrowsing/PrefixSetVersion3 ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698