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

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: Exclude all flip server files when OpenSSL is disabled 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..64841f6818b9dbedcce4c606044e5ebbee8777b8 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2001,6 +2001,9 @@
'socket/ssl_client_socket_openssl_unittest.cc',
'ssl/openssl_client_key_store_unittest.cc',
],
+ 'sources/': [
+ ['exclude', '^tools/flip_server'],
+ ],
},
],
[ 'enable_websockets != 1', {
« 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