| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 1b66ab83e6f89cde44fa56f6c4997412ec598555..1f059a95f544d36a6f8d945ad1dc046cb3472068 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -161,6 +161,9 @@
|
| 'base/x509_certificate_mac.cc',
|
| 'base/x509_certificate_nss.cc',
|
| 'base/x509_certificate_win.cc',
|
| + 'base/x509_cert_types.cc',
|
| + 'base/x509_cert_types.h',
|
| + 'base/x509_cert_types_mac.cc',
|
| ],
|
| 'export_dependent_settings': [
|
| '../base/base.gyp:base',
|
| @@ -630,6 +633,7 @@
|
| 'base/test_completion_callback_unittest.cc',
|
| 'base/upload_data_stream_unittest.cc',
|
| 'base/x509_certificate_unittest.cc',
|
| + 'base/x509_cert_types_unittest.cc',
|
| 'disk_cache/addr_unittest.cc',
|
| 'disk_cache/backend_unittest.cc',
|
| 'disk_cache/bitmap_unittest.cc',
|
|
|