| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 26a6adf2021b83e6f5387265beb491f10760ea19..966aed44b12d01f6f321df49e8dccb7beb8cdafc 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -261,7 +261,7 @@
|
| ],
|
| }],
|
| [ 'OS == "ios"', {
|
| - # Only include these files on iOS when using NSS for cert
|
| + # Only include these files on iOS when using NSS for cert
|
| # verification.
|
| 'sources!': [
|
| 'cert/x509_util_ios.cc',
|
| @@ -577,8 +577,6 @@
|
| 'dns/mock_mdns_socket_factory.h',
|
| 'http/http_transaction_test_util.cc',
|
| 'http/http_transaction_test_util.h',
|
| - 'http/http_stream_factory_test_util.cc',
|
| - 'http/http_stream_factory_test_util.h',
|
| 'log/test_net_log.cc',
|
| 'log/test_net_log.h',
|
| 'log/test_net_log_entry.cc',
|
|
|