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

Unified Diff: chrome/test/BUILD.gn

Issue 2503243003: Wire up CertificateReportingService to handle report uploads (Closed)
Patch Set: More documentation for CertificateReportingMetricsProvider 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 299d8e8dbba0a88eea50047463d2c0f46ed43ffc..2bfddd4893369c0090bee0225938a8cfdffadd8f 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