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

Side by Side Diff: net/net.gyp

Issue 7056019: net: Add NET_API to a few more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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) 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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 ], 815 ],
816 }, 816 },
817 { 817 {
818 'target_name': 'net_unittests', 818 'target_name': 'net_unittests',
819 'type': 'executable', 819 'type': 'executable',
820 'dependencies': [ 820 'dependencies': [
821 'net', 821 'net',
822 'net_test_support', 822 'net_test_support',
823 '../base/base.gyp:base', 823 '../base/base.gyp:base',
824 '../base/base.gyp:base_i18n', 824 '../base/base.gyp:base_i18n',
825 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
wtc 2011/05/20 22:21:19 I remember you added some ynamic_annotations.gyp:d
rvargas (doing something else) 2011/05/20 22:54:55 Yes, but that was to net(.dll). For a static_libra
826 '../build/temp_gyp/googleurl.gyp:googleurl',
825 '../crypto/crypto.gyp:crypto', 827 '../crypto/crypto.gyp:crypto',
826 '../testing/gmock.gyp:gmock', 828 '../testing/gmock.gyp:gmock',
827 '../testing/gtest.gyp:gtest', 829 '../testing/gtest.gyp:gtest',
828 '../third_party/zlib/zlib.gyp:zlib', 830 '../third_party/zlib/zlib.gyp:zlib',
829 ], 831 ],
830 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 832 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
831 'sources': [ 833 'sources': [
832 'base/address_list_unittest.cc', 834 'base/address_list_unittest.cc',
833 'base/backoff_entry_unittest.cc', 835 'base/backoff_entry_unittest.cc',
834 'base/cert_database_nss_unittest.cc', 836 'base/cert_database_nss_unittest.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 }, 1049 },
1048 { 1050 {
1049 'target_name': 'net_perftests', 1051 'target_name': 'net_perftests',
1050 'type': 'executable', 1052 'type': 'executable',
1051 'dependencies': [ 1053 'dependencies': [
1052 'net', 1054 'net',
1053 'net_test_support', 1055 'net_test_support',
1054 '../base/base.gyp:base', 1056 '../base/base.gyp:base',
1055 '../base/base.gyp:base_i18n', 1057 '../base/base.gyp:base_i18n',
1056 '../base/base.gyp:test_support_perf', 1058 '../base/base.gyp:test_support_perf',
1059 '../build/temp_gyp/googleurl.gyp:googleurl',
1057 '../testing/gtest.gyp:gtest', 1060 '../testing/gtest.gyp:gtest',
1058 ], 1061 ],
1059 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73', 1062 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
1060 'sources': [ 1063 'sources': [
1061 'base/cookie_monster_perftest.cc', 1064 'base/cookie_monster_perftest.cc',
1062 'disk_cache/disk_cache_perftest.cc', 1065 'disk_cache/disk_cache_perftest.cc',
1063 'proxy/proxy_resolver_perftest.cc', 1066 'proxy/proxy_resolver_perftest.cc',
1064 ], 1067 ],
1065 'conditions': [ 1068 'conditions': [
1066 # This is needed to trigger the dll copy step on windows. 1069 # This is needed to trigger the dll copy step on windows.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 'tools/crash_cache/crash_cache.cc', 1114 'tools/crash_cache/crash_cache.cc',
1112 ], 1115 ],
1113 }, 1116 },
1114 { 1117 {
1115 'target_name': 'run_testserver', 1118 'target_name': 'run_testserver',
1116 'type': 'executable', 1119 'type': 'executable',
1117 'dependencies': [ 1120 'dependencies': [
1118 'net', 1121 'net',
1119 'net_test_support', 1122 'net_test_support',
1120 '../base/base.gyp:base', 1123 '../base/base.gyp:base',
1124 '../build/temp_gyp/googleurl.gyp:googleurl',
1121 '../testing/gtest.gyp:gtest', 1125 '../testing/gtest.gyp:gtest',
1122 ], 1126 ],
1123 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5', 1127 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1124 'sources': [ 1128 'sources': [
1125 'tools/testserver/run_testserver.cc', 1129 'tools/testserver/run_testserver.cc',
1126 ], 1130 ],
1127 }, 1131 },
1128 { 1132 {
1129 'target_name': 'net_test_support', 1133 'target_name': 'net_test_support',
1130 'type': '<(library)', 1134 'type': '<(library)',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 }, 1215 },
1212 ], 1216 ],
1213 'includes': [ '../build/grit_target.gypi' ], 1217 'includes': [ '../build/grit_target.gypi' ],
1214 }, 1218 },
1215 { 1219 {
1216 'target_name': 'fetch_client', 1220 'target_name': 'fetch_client',
1217 'type': 'executable', 1221 'type': 'executable',
1218 'dependencies': [ 1222 'dependencies': [
1219 'net', 1223 'net',
1220 '../base/base.gyp:base', 1224 '../base/base.gyp:base',
1225 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1226 '../build/temp_gyp/googleurl.gyp:googleurl',
1221 '../testing/gtest.gyp:gtest', 1227 '../testing/gtest.gyp:gtest',
1222 ], 1228 ],
1223 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123', 1229 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1224 'sources': [ 1230 'sources': [
1225 'tools/fetch/fetch_client.cc', 1231 'tools/fetch/fetch_client.cc',
1226 ], 1232 ],
1227 }, 1233 },
1228 { 1234 {
1229 'target_name': 'fetch_server', 1235 'target_name': 'fetch_server',
1230 'type': 'executable', 1236 'type': 'executable',
1231 'dependencies': [ 1237 'dependencies': [
1232 'net', 1238 'net',
1233 '../base/base.gyp:base', 1239 '../base/base.gyp:base',
1240 '../build/temp_gyp/googleurl.gyp:googleurl',
1234 '../testing/gtest.gyp:gtest', 1241 '../testing/gtest.gyp:gtest',
1235 ], 1242 ],
1236 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124', 1243 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1237 'sources': [ 1244 'sources': [
1238 'tools/fetch/fetch_server.cc', 1245 'tools/fetch/fetch_server.cc',
1239 'tools/fetch/http_listen_socket.cc', 1246 'tools/fetch/http_listen_socket.cc',
1240 'tools/fetch/http_listen_socket.h', 1247 'tools/fetch/http_listen_socket.h',
1241 'tools/fetch/http_server.cc', 1248 'tools/fetch/http_server.cc',
1242 'tools/fetch/http_server.h', 1249 'tools/fetch/http_server.h',
1243 'tools/fetch/http_server_request_info.cc', 1250 'tools/fetch/http_server_request_info.cc',
(...skipping 18 matching lines...) Expand all
1262 'server/http_server.h', 1269 'server/http_server.h',
1263 'server/http_server_request_info.cc', 1270 'server/http_server_request_info.cc',
1264 'server/http_server_request_info.h', 1271 'server/http_server_request_info.h',
1265 ], 1272 ],
1266 }, 1273 },
1267 { 1274 {
1268 'target_name': 'dnssec_chain_verify', 1275 'target_name': 'dnssec_chain_verify',
1269 'type': 'executable', 1276 'type': 'executable',
1270 'dependencies': [ 1277 'dependencies': [
1271 'net', 1278 'net',
1279 '../base/base.gyp:base',
1272 ], 1280 ],
1273 'sources': [ 1281 'sources': [
1274 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', 1282 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1275 ] 1283 ]
1276 }, 1284 },
1277 { 1285 {
1278 'target_name': 'ssl_false_start_blacklist_process', 1286 'target_name': 'ssl_false_start_blacklist_process',
1279 'type': 'executable', 1287 'type': 'executable',
1280 'toolsets': ['host'], 1288 'toolsets': ['host'],
1281 'include_dirs': [ 1289 'include_dirs': [
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 ], 1447 ],
1440 }], 1448 }],
1441 ], 1449 ],
1442 } 1450 }
1443 1451
1444 # Local Variables: 1452 # Local Variables:
1445 # tab-width:2 1453 # tab-width:2
1446 # indent-tabs-mode:nil 1454 # indent-tabs-mode:nil
1447 # End: 1455 # End:
1448 # vim: set expandtab tabstop=2 shiftwidth=2: 1456 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698