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

Unified Diff: components/packed_ct_ev_whitelist.gypi

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_tests.gyp ('k') | components/packed_ct_ev_whitelist/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/packed_ct_ev_whitelist.gypi
diff --git a/components/url_fixer.gypi b/components/packed_ct_ev_whitelist.gypi
similarity index 59%
copy from components/url_fixer.gypi
copy to components/packed_ct_ev_whitelist.gypi
index 917e9d77d743ca4563f5cb00d0624dc4f56f9232..e58129c6b920883c2bf94410ad8e50e23378b38b 100644
--- a/components/url_fixer.gypi
+++ b/components/packed_ct_ev_whitelist.gypi
@@ -5,20 +5,23 @@
{
'targets': [
{
- # GN version: //components/url_fixer
- 'target_name': 'url_fixer',
+ # GN version: //components/packed_ct_ev_whitelist
+ 'target_name': 'packed_ct_ev_whitelist',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
'../base/base.gyp:base',
+ '../content/content.gyp:content_common',
'../net/net.gyp:net',
],
'sources': [
# Note: sources list duplicated in GN build.
- 'url_fixer/url_fixer.cc',
- 'url_fixer/url_fixer.h',
+ 'packed_ct_ev_whitelist/bit_stream_reader.cc',
+ 'packed_ct_ev_whitelist/bit_stream_reader.h',
+ 'packed_ct_ev_whitelist/packed_ct_ev_whitelist.cc',
+ 'packed_ct_ev_whitelist/packed_ct_ev_whitelist.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « components/components_tests.gyp ('k') | components/packed_ct_ev_whitelist/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698