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

Unified Diff: components/certificate_transparency.gypi

Issue 2149973003: Extracts CT DNS test utilities into a standalone class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: components/certificate_transparency.gypi
diff --git a/components/certificate_transparency.gypi b/components/certificate_transparency.gypi
index cfdfe4b799e32c31682d0323acea3ef7d603fb7e..cde58f558faeeff1ebb71f46f1ca897833f061cb 100644
--- a/components/certificate_transparency.gypi
+++ b/components/certificate_transparency.gypi
@@ -35,6 +35,24 @@
'certificate_transparency/tree_state_tracker.h',
'certificate_transparency/tree_state_tracker.cc',
],
- }
+ },
+ {
+ # GN version: //components/certificate_transparency:test_support
+ 'target_name': 'certificate_transparency_test_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../net/net.gyp:net',
+ '../net/net.gyp:net_test_support',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'certificate_transparency/mock_log_dns_traffic.cc',
+ 'certificate_transparency/mock_log_dns_traffic.h',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | components/certificate_transparency/BUILD.gn » ('j') | components/certificate_transparency/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698