Index: net/net.gyp |
=================================================================== |
--- net/net.gyp (revision 51931) |
+++ net/net.gyp (working copy) |
@@ -867,6 +867,20 @@ |
], |
}, |
{ |
+ 'target_name': 'run_testserver', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'net', |
+ 'net_test_support', |
+ '../base/base.gyp:base', |
+ '../testing/gtest.gyp:gtest', |
+ ], |
+ 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5', |
eroman
2010/07/09 18:36:14
Is this necessary? (I thought it was only during o
|
+ 'sources': [ |
+ 'tools/testserver/run_testserver.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'net_test_support', |
'type': '<(library)', |
'dependencies': [ |