Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: net/net.gyp

Issue 23724020: Disable unittests that depends on OpenSSL when use_openssl==0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 081a48a29a36c2f1358ba1cfb3cd0c4e09138f5d..79522cfc1d3f18333d453ebed82f823feff4b5d3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2000,6 +2000,8 @@
'quic/test_tools/crypto_test_utils_openssl.cc',
'socket/ssl_client_socket_openssl_unittest.cc',
'ssl/openssl_client_key_store_unittest.cc',
+ 'tools/flip_server/http_interface_test.cc',
yhirano 2013/09/09 11:11:07 I think you can exclude all files in tools/flip_se
+ 'tools/flip_server/spdy_interface_test.cc',
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698