| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index fb5b853c3b442db4ce8da1195e44979eaea23a5a..bda18453fc53c2d7c3be747f0db48470c270554b 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -938,6 +938,7 @@
|
| 'socket/socket_test_util.h',
|
| 'test/cert_test_util.cc',
|
| 'test/cert_test_util.h',
|
| + 'test/cert_test_util_nss.cc',
|
| 'test/ct_test_util.cc',
|
| 'test/ct_test_util.h',
|
| 'test/embedded_test_server/embedded_test_server.cc',
|
| @@ -1021,6 +1022,11 @@
|
| 'dns/mock_mdns_socket_factory.h'
|
| ]
|
| }],
|
| + [ 'use_nss != 1', {
|
| + 'sources!': [
|
| + 'test/cert_test_util_nss.cc',
|
| + ],
|
| + }],
|
| ],
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [4267, ],
|
|
|