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

Unified Diff: net/net.gyp

Issue 2901006: Add a run_testserver executable to make it easy to run the testserver... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | net/tools/testserver/run_testserver.cc » ('j') | net/tools/testserver/run_testserver.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | net/tools/testserver/run_testserver.cc » ('j') | net/tools/testserver/run_testserver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698