Index: components/cast_certificate.gypi |
diff --git a/components/client_update_protocol.gypi b/components/cast_certificate.gypi |
similarity index 50% |
copy from components/client_update_protocol.gypi |
copy to components/cast_certificate.gypi |
index ba395d06f969ee70cf5451aa90b6c06e93ee2786..dc5f8e6d1fee36e82f989a63d375bd6ce2625747 100644 |
--- a/components/client_update_protocol.gypi |
+++ b/components/cast_certificate.gypi |
@@ -5,36 +5,37 @@ |
{ |
'targets': [ |
{ |
- # GN version: //components/client_update_protocol |
- 'target_name': 'client_update_protocol', |
+ 'target_name': 'cast_certificate', |
'type': 'static_library', |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- '../crypto/crypto.gyp:crypto', |
- ], |
- |
'include_dirs': [ |
'..', |
], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../net/net.gyp:net', |
+ ], |
'sources': [ |
- 'client_update_protocol/ecdsa.h', |
- 'client_update_protocol/ecdsa.cc', |
+ 'cast_certificate/cast_cert_validator.cc', |
+ 'cast_certificate/cast_cert_validator.h', |
+ 'cast_certificate/cast_root_ca_cert_der-inc.h', |
+ 'cast_certificate/eureka_root_ca_der-inc.h', |
], |
}, |
{ |
- # GN version: //components/client_update_protocol:test_support |
- 'target_name': 'client_update_protocol_test_support', |
+ 'target_name': 'cast_certificate_test_support', |
'type': 'static_library', |
- 'dependencies': [ |
- 'update_client', |
- '../testing/gtest.gyp:gtest', |
- ], |
- |
'include_dirs': [ |
'..', |
], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../net/net.gyp:net', |
+ '../testing/gtest.gyp:gtest', |
+ 'cast_certificate', |
+ ], |
'sources': [ |
- 'client_update_protocol/ecdsa_unittest.cc', |
+ 'cast_certificate/cast_cert_validator_test_helpers.cc', |
+ 'cast_certificate/cast_cert_validator_test_helpers.h', |
], |
}, |
], |