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

Unified Diff: chrome/test/BUILD.gn

Issue 2650973005: Componentize ping_manager (Closed)
Patch Set: rebase Created 3 years, 10 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/browser/safe_browsing/test_safe_browsing_service.h ('k') | components/safe_browsing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 3716faa1657770cc66bd20301dccddce32f98ccd..7d1080d63554cd982b2f3b222e604894707196a7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4247,7 +4247,6 @@ test("unit_tests") {
if (safe_browsing_mode > 0) {
sources += [
"../browser/safe_browsing/certificate_reporting_service_unittest.cc",
- "../browser/safe_browsing/ping_manager_unittest.cc",
"../browser/safe_browsing/safe_browsing_blocking_page_unittest.cc",
"../browser/safe_browsing/threat_details_unittest.cc",
"../browser/safe_browsing/ui_manager_unittest.cc",
@@ -4328,6 +4327,7 @@ test("unit_tests") {
]
deps += [
":test_proto",
+ "//components/safe_browsing:base_ping_manager_unittest",
"//components/safe_browsing_db:v4_test_util",
]
« no previous file with comments | « chrome/browser/safe_browsing/test_safe_browsing_service.h ('k') | components/safe_browsing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698