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

Unified Diff: chrome/test/BUILD.gn

Issue 2503243003: Wire up CertificateReportingService to handle report uploads (Closed)
Patch Set: Rebase Created 4 years 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 ba93142fd4b616889bcd3b50aa8ba0c41c737ebc..0a3914f1da976c9b8dfa4d8ed8c0b756f1a64b7c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2373,6 +2373,7 @@ test("browser_tests") {
}
if (safe_browsing_mode == 1) {
sources += [
+ "../browser/safe_browsing/certificate_reporting_service_browsertest.cc",
"../browser/safe_browsing/permission_reporter_browsertest.cc",
"../browser/safe_browsing/safe_browsing_blocking_page_test.cc",
"../browser/safe_browsing/safe_browsing_navigation_observer_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698