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

Side by Side Diff: net/net.gyp

Issue 7165009: Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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
« no previous file with comments | « media/media.gyp ('k') | ppapi/ppapi_cpp.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'net_test_support', 830 'net_test_support',
831 '../base/base.gyp:base', 831 '../base/base.gyp:base',
832 '../base/base.gyp:base_i18n', 832 '../base/base.gyp:base_i18n',
833 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 833 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
834 '../build/temp_gyp/googleurl.gyp:googleurl', 834 '../build/temp_gyp/googleurl.gyp:googleurl',
835 '../crypto/crypto.gyp:crypto', 835 '../crypto/crypto.gyp:crypto',
836 '../testing/gmock.gyp:gmock', 836 '../testing/gmock.gyp:gmock',
837 '../testing/gtest.gyp:gtest', 837 '../testing/gtest.gyp:gtest',
838 '../third_party/zlib/zlib.gyp:zlib', 838 '../third_party/zlib/zlib.gyp:zlib',
839 ], 839 ],
840 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
841 'sources': [ 840 'sources': [
842 'base/address_list_unittest.cc', 841 'base/address_list_unittest.cc',
843 'base/backoff_entry_unittest.cc', 842 'base/backoff_entry_unittest.cc',
844 'base/cert_database_nss_unittest.cc', 843 'base/cert_database_nss_unittest.cc',
845 'base/cert_verifier_unittest.cc', 844 'base/cert_verifier_unittest.cc',
846 'base/cookie_monster_unittest.cc', 845 'base/cookie_monster_unittest.cc',
847 'base/crl_filter_unittest.cc', 846 'base/crl_filter_unittest.cc',
848 'base/data_url_unittest.cc', 847 'base/data_url_unittest.cc',
849 'base/directory_lister_unittest.cc', 848 'base/directory_lister_unittest.cc',
850 'base/dns_query_unittest.cc', 849 'base/dns_query_unittest.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'type': 'executable', 1061 'type': 'executable',
1063 'dependencies': [ 1062 'dependencies': [
1064 'net', 1063 'net',
1065 'net_test_support', 1064 'net_test_support',
1066 '../base/base.gyp:base', 1065 '../base/base.gyp:base',
1067 '../base/base.gyp:base_i18n', 1066 '../base/base.gyp:base_i18n',
1068 '../base/base.gyp:test_support_perf', 1067 '../base/base.gyp:test_support_perf',
1069 '../build/temp_gyp/googleurl.gyp:googleurl', 1068 '../build/temp_gyp/googleurl.gyp:googleurl',
1070 '../testing/gtest.gyp:gtest', 1069 '../testing/gtest.gyp:gtest',
1071 ], 1070 ],
1072 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
1073 'sources': [ 1071 'sources': [
1074 'base/cookie_monster_perftest.cc', 1072 'base/cookie_monster_perftest.cc',
1075 'disk_cache/disk_cache_perftest.cc', 1073 'disk_cache/disk_cache_perftest.cc',
1076 'proxy/proxy_resolver_perftest.cc', 1074 'proxy/proxy_resolver_perftest.cc',
1077 ], 1075 ],
1078 'conditions': [ 1076 'conditions': [
1079 # This is needed to trigger the dll copy step on windows. 1077 # This is needed to trigger the dll copy step on windows.
1080 # TODO(mark): Specifying this here shouldn't be necessary. 1078 # TODO(mark): Specifying this here shouldn't be necessary.
1081 [ 'OS == "win"', { 1079 [ 'OS == "win"', {
1082 'dependencies': [ 1080 'dependencies': [
(...skipping 16 matching lines...) Expand all
1099 ], 1097 ],
1100 }, 1098 },
1101 { 1099 {
1102 'target_name': 'tld_cleanup', 1100 'target_name': 'tld_cleanup',
1103 'type': 'executable', 1101 'type': 'executable',
1104 'dependencies': [ 1102 'dependencies': [
1105 '../base/base.gyp:base', 1103 '../base/base.gyp:base',
1106 '../base/base.gyp:base_i18n', 1104 '../base/base.gyp:base_i18n',
1107 '../build/temp_gyp/googleurl.gyp:googleurl', 1105 '../build/temp_gyp/googleurl.gyp:googleurl',
1108 ], 1106 ],
1109 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
1110 'sources': [ 1107 'sources': [
1111 'tools/tld_cleanup/tld_cleanup.cc', 1108 'tools/tld_cleanup/tld_cleanup.cc',
1112 ], 1109 ],
1113 }, 1110 },
1114 { 1111 {
1115 'target_name': 'crash_cache', 1112 'target_name': 'crash_cache',
1116 'type': 'executable', 1113 'type': 'executable',
1117 'dependencies': [ 1114 'dependencies': [
1118 'net', 1115 'net',
1119 'net_test_support', 1116 'net_test_support',
1120 '../base/base.gyp:base', 1117 '../base/base.gyp:base',
1121 ], 1118 ],
1122 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
1123 'sources': [ 1119 'sources': [
1124 'tools/crash_cache/crash_cache.cc', 1120 'tools/crash_cache/crash_cache.cc',
1125 ], 1121 ],
1126 }, 1122 },
1127 { 1123 {
1128 'target_name': 'run_testserver', 1124 'target_name': 'run_testserver',
1129 'type': 'executable', 1125 'type': 'executable',
1130 'dependencies': [ 1126 'dependencies': [
1131 'net', 1127 'net',
1132 'net_test_support', 1128 'net_test_support',
1133 '../base/base.gyp:base', 1129 '../base/base.gyp:base',
1134 '../build/temp_gyp/googleurl.gyp:googleurl', 1130 '../build/temp_gyp/googleurl.gyp:googleurl',
1135 '../testing/gtest.gyp:gtest', 1131 '../testing/gtest.gyp:gtest',
1136 ], 1132 ],
1137 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1138 'sources': [ 1133 'sources': [
1139 'tools/testserver/run_testserver.cc', 1134 'tools/testserver/run_testserver.cc',
1140 ], 1135 ],
1141 }, 1136 },
1142 { 1137 {
1143 'target_name': 'net_test_support', 1138 'target_name': 'net_test_support',
1144 'type': 'static_library', 1139 'type': 'static_library',
1145 'dependencies': [ 1140 'dependencies': [
1146 'net', 1141 'net',
1147 '../base/base.gyp:base', 1142 '../base/base.gyp:base',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 '../base/allocator/allocator.gyp:allocator', 1199 '../base/allocator/allocator.gyp:allocator',
1205 ], 1200 ],
1206 }], 1201 }],
1207 ], 1202 ],
1208 }], 1203 }],
1209 ], 1204 ],
1210 }, 1205 },
1211 { 1206 {
1212 'target_name': 'net_resources', 1207 'target_name': 'net_resources',
1213 'type': 'none', 1208 'type': 'none',
1214 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
1215 'variables': { 1209 'variables': {
1216 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', 1210 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net',
1217 }, 1211 },
1218 'actions': [ 1212 'actions': [
1219 { 1213 {
1220 'action_name': 'net_resources', 1214 'action_name': 'net_resources',
1221 'variables': { 1215 'variables': {
1222 'grit_grd_file': 'base/net_resources.grd', 1216 'grit_grd_file': 'base/net_resources.grd',
1223 }, 1217 },
1224 'includes': [ '../build/grit_action.gypi' ], 1218 'includes': [ '../build/grit_action.gypi' ],
1225 }, 1219 },
1226 ], 1220 ],
1227 'includes': [ '../build/grit_target.gypi' ], 1221 'includes': [ '../build/grit_target.gypi' ],
1228 }, 1222 },
1229 { 1223 {
1230 'target_name': 'fetch_client', 1224 'target_name': 'fetch_client',
1231 'type': 'executable', 1225 'type': 'executable',
1232 'dependencies': [ 1226 'dependencies': [
1233 'net', 1227 'net',
1234 '../base/base.gyp:base', 1228 '../base/base.gyp:base',
1235 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1229 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1236 '../build/temp_gyp/googleurl.gyp:googleurl', 1230 '../build/temp_gyp/googleurl.gyp:googleurl',
1237 '../testing/gtest.gyp:gtest', 1231 '../testing/gtest.gyp:gtest',
1238 ], 1232 ],
1239 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1240 'sources': [ 1233 'sources': [
1241 'tools/fetch/fetch_client.cc', 1234 'tools/fetch/fetch_client.cc',
1242 ], 1235 ],
1243 }, 1236 },
1244 { 1237 {
1245 'target_name': 'fetch_server', 1238 'target_name': 'fetch_server',
1246 'type': 'executable', 1239 'type': 'executable',
1247 'dependencies': [ 1240 'dependencies': [
1248 'net', 1241 'net',
1249 '../base/base.gyp:base', 1242 '../base/base.gyp:base',
1250 '../build/temp_gyp/googleurl.gyp:googleurl', 1243 '../build/temp_gyp/googleurl.gyp:googleurl',
1251 '../testing/gtest.gyp:gtest', 1244 '../testing/gtest.gyp:gtest',
1252 ], 1245 ],
1253 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1254 'sources': [ 1246 'sources': [
1255 'tools/fetch/fetch_server.cc', 1247 'tools/fetch/fetch_server.cc',
1256 'tools/fetch/http_listen_socket.cc', 1248 'tools/fetch/http_listen_socket.cc',
1257 'tools/fetch/http_listen_socket.h', 1249 'tools/fetch/http_listen_socket.h',
1258 'tools/fetch/http_server.cc', 1250 'tools/fetch/http_server.cc',
1259 'tools/fetch/http_server.h', 1251 'tools/fetch/http_server.h',
1260 'tools/fetch/http_server_request_info.cc', 1252 'tools/fetch/http_server_request_info.cc',
1261 'tools/fetch/http_server_request_info.h', 1253 'tools/fetch/http_server_request_info.h',
1262 'tools/fetch/http_server_response_info.cc', 1254 'tools/fetch/http_server_response_info.cc',
1263 'tools/fetch/http_server_response_info.h', 1255 'tools/fetch/http_server_response_info.h',
1264 'tools/fetch/http_session.cc', 1256 'tools/fetch/http_session.cc',
1265 'tools/fetch/http_session.h', 1257 'tools/fetch/http_session.h',
1266 ], 1258 ],
1267 }, 1259 },
1268 { 1260 {
1269 'target_name': 'http_server', 1261 'target_name': 'http_server',
1270 'type': 'static_library', 1262 'type': 'static_library',
1271 'dependencies': [ 1263 'dependencies': [
1272 'net', 1264 'net',
1273 '../base/base.gyp:base', 1265 '../base/base.gyp:base',
1274 '../testing/gtest.gyp:gtest', 1266 '../testing/gtest.gyp:gtest',
1275 ], 1267 ],
1276 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1277 'sources': [ 1268 'sources': [
1278 'server/http_server.cc', 1269 'server/http_server.cc',
1279 'server/http_server.h', 1270 'server/http_server.h',
1280 'server/http_server_request_info.cc', 1271 'server/http_server_request_info.cc',
1281 'server/http_server_request_info.h', 1272 'server/http_server_request_info.h',
1282 ], 1273 ],
1283 }, 1274 },
1284 { 1275 {
1285 'target_name': 'dnssec_chain_verify', 1276 'target_name': 'dnssec_chain_verify',
1286 'type': 'executable', 1277 'type': 'executable',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 ], 1444 ],
1454 }], 1445 }],
1455 ], 1446 ],
1456 } 1447 }
1457 1448
1458 # Local Variables: 1449 # Local Variables:
1459 # tab-width:2 1450 # tab-width:2
1460 # indent-tabs-mode:nil 1451 # indent-tabs-mode:nil
1461 # End: 1452 # End:
1462 # vim: set expandtab tabstop=2 shiftwidth=2: 1453 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | ppapi/ppapi_cpp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698