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

Unified Diff: components/components_tests.gyp

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 | « components/certificate_reporting/error_reporter_unittest.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 67004180b0d0d4013868fe79d8fb94c0665bcab7..3ae949dfcf2a6a9006e0380d022b2702b7ab0f55 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1030,7 +1030,6 @@
'<@(bubble_unittest_sources)',
'<@(captive_portal_unittest_sources)',
'<@(cast_certificate_unittest_sources)',
- '<@(certificate_reporting_unittest_sources)',
'<@(client_update_protocol_unittest_sources)',
'<@(cloud_devices_unittest_sources)',
'<@(component_updater_unittest_sources)',
@@ -1299,6 +1298,7 @@
}],
['OS != "ios"', {
'sources': [
+ '<@(certificate_reporting_unittest_sources)',
'<@(certificate_transparency_unittest_sources)',
'<@(child_trace_message_filter_unittest_sources)',
'<@(devtools_http_handler_unittest_sources)',
« no previous file with comments | « components/certificate_reporting/error_reporter_unittest.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698