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

Unified Diff: chrome/test/BUILD.gn

Issue 2650973005: Componentize ping_manager (Closed)
Patch Set: fix deps 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 55c733f523e587afb8c632cbe890575234edeac3..d17ca6b6cf5f0a731e2ef57a44bf9145a4ac631c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4244,7 +4244,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",
@@ -4325,6 +4324,7 @@ test("unit_tests") {
]
deps += [
":test_proto",
+ "//components/safe_browsing:base_ping_manager_unittest",
"//components/safe_browsing_db:v4_test_util",
]

Powered by Google App Engine
This is Rietveld 408576698