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': [ |
{ |