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

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: Removing explicit base dep Created 5 years, 3 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/components.gyp ('k') | net/base/net_error_list.h » ('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 c9257d0ae9fee9bcde741aa714921d36ebae086e..3dc46b6c8284f669a9736e80584f31fda63bc87e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -87,6 +87,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',
@@ -1001,6 +1004,7 @@
}],
['OS != "ios"', {
'sources': [
+ '<@(certificate_transparency_unittest_sources)',
'<@(devtools_http_handler_unittest_sources)',
'<@(error_page_unittest_sources)',
'<@(guest_view_unittest_sources)',
@@ -1021,6 +1025,7 @@
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
+ 'components.gyp:certificate_transparency',
'components.gyp:crash_test_support',
'components.gyp:data_reduction_proxy_content_browser',
'components.gyp:devtools_http_handler',
« no previous file with comments | « components/components.gyp ('k') | net/base/net_error_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698