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

Unified Diff: components/components_tests.gyp

Issue 811353002: Move CT EV white list packaging API from chrome/ to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed missed nit Created 5 years, 11 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') | components/packed_ct_ev_whitelist.gypi » ('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 a2f3e668ad53bf529f9f75e23b8b48613d6a980a..e7628abcdf8a8c78b2fb177cced0d2ec91428721 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -190,6 +190,8 @@
'os_crypt/keychain_password_mac_unittest.mm',
'os_crypt/os_crypt_unittest.cc',
'ownership/owner_key_util_impl_unittest.cc',
+ 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
+ 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
'password_manager/core/browser/affiliation_fetcher_unittest.cc',
'password_manager/core/browser/affiliation_utils_unittest.cc',
'password_manager/core/browser/browser_save_password_progress_logger_unittest.cc',
@@ -351,6 +353,9 @@
'components.gyp:content_settings_core_browser',
'components.gyp:content_settings_core_common',
'components.gyp:content_settings_core_test_support',
+
+ # Dependencies of packed CT EV white list
+ 'components.gyp:packed_ct_ev_whitelist',
# Dependencies of crash
'components.gyp:crash_test_support',
« no previous file with comments | « components/components.gyp ('k') | components/packed_ct_ev_whitelist.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698