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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'net', 860 'net',
861 'net_test_support', 861 'net_test_support',
862 '../base/base.gyp:base', 862 '../base/base.gyp:base',
863 ], 863 ],
864 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3', 864 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
865 'sources': [ 865 'sources': [
866 'tools/crash_cache/crash_cache.cc', 866 'tools/crash_cache/crash_cache.cc',
867 ], 867 ],
868 }, 868 },
869 { 869 {
870 'target_name': 'run_testserver',
871 'type': 'executable',
872 'dependencies': [
873 'net',
874 'net_test_support',
875 '../base/base.gyp:base',
876 '../testing/gtest.gyp:gtest',
877 ],
878 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
eroman 2010/07/09 18:36:14 Is this necessary? (I thought it was only during o
879 'sources': [
880 'tools/testserver/run_testserver.cc',
881 ],
882 },
883 {
870 'target_name': 'net_test_support', 884 'target_name': 'net_test_support',
871 'type': '<(library)', 885 'type': '<(library)',
872 'dependencies': [ 886 'dependencies': [
873 'net', 887 'net',
874 '../base/base.gyp:base', 888 '../base/base.gyp:base',
875 '../testing/gtest.gyp:gtest', 889 '../testing/gtest.gyp:gtest',
876 ], 890 ],
877 'sources': [ 891 'sources': [
878 'base/cert_test_util.cc', 892 'base/cert_test_util.cc',
879 'base/cert_test_util.h', 893 'base/cert_test_util.h',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 ], 1102 ],
1089 }], 1103 }],
1090 ], 1104 ],
1091 } 1105 }
1092 1106
1093 # Local Variables: 1107 # Local Variables:
1094 # tab-width:2 1108 # tab-width:2
1095 # indent-tabs-mode:nil 1109 # indent-tabs-mode:nil
1096 # End: 1110 # End:
1097 # vim: set expandtab tabstop=2 shiftwidth=2: 1111 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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