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

Unified Diff: chrome/browser/BUILD.gn

Issue 2543523002: Implement main CertificateReportingService code and add unit tests. (Closed)
Patch Set: estark comments 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/certificate_reporting_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 025c857d6dccc28166f873a9d0c1d6e3178dfe5a..3b04fcd530abaa16d03db2e245c94b970b50712d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4213,6 +4213,8 @@ static_library("test_support") {
# "Safe Browsing Basic" files used for safe browsing in full mode
# (safe_browsing=1) and mobile (=2)
sources += [
+ "safe_browsing/certificate_reporting_service_test_utils.cc",
+ "safe_browsing/certificate_reporting_service_test_utils.h",
"safe_browsing/mock_permission_report_sender.cc",
"safe_browsing/mock_permission_report_sender.h",
]
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/certificate_reporting_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698