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

Unified Diff: components/components_tests.gyp

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn file fixes per 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
« 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 786c424a72adbf052796cac0856c46d6b8e070df..167ec02a1f33e1743eb5d47aa289e9f26468263c 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',
@@ -944,6 +947,7 @@
}],
['OS != "ios"', {
'sources': [
+ '<@(certificate_transparency_unittest_sources)',
'<@(devtools_http_handler_unittest_sources)',
'<@(error_page_unittest_sources)',
'<@(guest_view_unittest_sources)',
@@ -964,6 +968,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',
« 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