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

Unified Diff: net/net.gyp

Issue 4524003: net: add Snap Start tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 10 years, 1 month 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 083aac4b434f7fee4ad11e882bb26a1ec5c523cd..2d2aa50b14a5fbed2a95d27b2f8c3b4379268934 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1381,6 +1381,36 @@
# },
# ]
# }],
+ ['OS=="linux"', {
+ 'targets': [
+ {
+ 'target_name': 'snap_start_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ 'net',
+ 'net_test_support',
+ 'openssl_helper',
+ '../build/linux/system.gyp:nss',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'base/run_all_unittests.cc',
+ 'socket/ssl_client_socket_snapstart_unittest.cc',
+ ]
+ },
+ {
+ 'target_name': 'openssl_helper',
+ 'type': 'executable',
+ 'dependencies': [
+ '../third_party/openssl/openssl.gyp:openssl',
+ ],
+ 'sources': [
+ 'test/openssl_helper.cc',
+ ],
+ },
+ ],
+ }],
['OS=="win"', {
'targets': [
{

Powered by Google App Engine
This is Rietveld 408576698