| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 95879db27d22cc2de89651027eebc9a21ee8c61c..3a7d1570bcc5b1bcaa24d1f634294f141ddf7b9d 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,6 +577,8 @@
|
| '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',
|
|
|