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

Unified Diff: components/rappor/BUILD.gn

Issue 2718253002: Remove Safebrowsing Rappor support (Closed)
Patch Set: Remove sb include Created 3 years, 9 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/rappor/BUILD.gn
diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
index 66b87449b248d65e01e38e10805ca630c563b78f..763a05a14c2a700f068d36268a91e985ba6e7fe2 100644
--- a/components/rappor/BUILD.gn
+++ b/components/rappor/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//testing/test.gni")
+
static_library("rappor") {
sources = [
"bloom_filter.cc",
@@ -106,3 +108,14 @@ source_set("unit_tests") {
"//url",
]
}
+
+# Convenience testing target
+test("rappor_unittests") {
+ sources = [
+ "//components/test/run_all_unittests.cc",
+ ]
+ deps = [
+ ":unit_tests",
+ "//components/test:test_support",
+ ]
+}
« no previous file with comments | « components/metrics_services_manager/metrics_services_manager_client.h ('k') | components/rappor/public/rappor_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698