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

Unified Diff: components/components_tests.gyp

Issue 1222953002: Certificate Transparency: Add STH Fetching capability. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified handling of responses per review comments Created 5 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index aa40d13e87e1f707251161146230c37be560b19a..3e08cbf2f31135fc99c846f30636a75947a11223 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -88,6 +88,9 @@
'captive_portal_unittest_sources': [
'captive_portal/captive_portal_detector_unittest.cc',
],
+ 'certificate_transparency_unittest_sources': [
+ 'certificate_transparency/log_proof_fetcher_unittest.cc',
+ ],
'cloud_devices_unittest_sources': [
'cloud_devices/common/cloud_devices_urls_unittest.cc',
'cloud_devices/common/printer_description_unittest.cc',
@@ -940,6 +943,7 @@
}],
['OS != "ios"', {
'sources': [
+ '<@(certificate_transparency_unittest_sources)',
'<@(devtools_http_handler_unittest_sources)',
'<@(error_page_unittest_sources)',
'<@(guest_view_unittest_sources)',
@@ -960,6 +964,7 @@
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
+ 'components.gyp:certificate_transparency',
'components.gyp:data_reduction_proxy_content_browser',
'components.gyp:devtools_http_handler',
'components.gyp:dom_distiller_content_browser',

Powered by Google App Engine
This is Rietveld 408576698