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

Unified Diff: components/BUILD.gn

Issue 2120683002: Fix up certificate error reporting histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused ios certificate_reporting dependency Created 4 years, 5 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/ssl/chrome_expect_ct_reporter_unittest.cc ('k') | components/certificate_reporting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e1921d16ac2e70bf1cf99b8544d63b646cae9261..c2247df0e0fd6fc2a66c782b931da1c3b77bd5bd 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -67,7 +67,6 @@ test("components_unittests") {
"//components/browsing_data_ui:unit_tests",
"//components/bubble:unit_tests",
"//components/captive_portal:unit_tests",
- "//components/certificate_reporting:unit_tests",
"//components/client_update_protocol:unit_tests",
"//components/cloud_devices/common:unit_tests",
"//components/component_updater:unit_tests",
@@ -172,6 +171,7 @@ test("components_unittests") {
"//components/autofill/content/public/cpp:unit_tests",
"//components/autofill/content/renderer:unit_tests",
"//components/cast_certificate:unit_tests",
+ "//components/certificate_reporting:unit_tests",
"//components/certificate_transparency:unit_tests",
"//components/crash/content/app:unit_tests",
"//components/crash/core/common:unit_tests",
« no previous file with comments | « chrome/browser/ssl/chrome_expect_ct_reporter_unittest.cc ('k') | components/certificate_reporting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698