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

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: Addressing review comments Created 5 years, 4 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 018fc1a32aa99e83e45b2c0eefb9c728e111d52d..a1acf9240bb74705bc6247a5c278489aa75c4175 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',
@@ -939,6 +942,7 @@
}],
['OS != "ios"', {
'sources': [
+ '<@(certificate_transparency_unittest_sources)',
'<@(devtools_http_handler_unittest_sources)',
'<@(error_page_unittest_sources)',
'<@(guest_view_unittest_sources)',
@@ -959,6 +963,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