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

Side by Side Diff: net/net.gyp

Issue 6341004: More net/ reordering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Window gyp dependency Created 9 years, 11 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'base/static_cookie_policy.h', 182 'base/static_cookie_policy.h',
183 'base/test_root_certs.cc', 183 'base/test_root_certs.cc',
184 'base/test_root_certs.h', 184 'base/test_root_certs.h',
185 'base/test_root_certs_mac.cc', 185 'base/test_root_certs_mac.cc',
186 'base/test_root_certs_nss.cc', 186 'base/test_root_certs_nss.cc',
187 'base/test_root_certs_openssl.cc', 187 'base/test_root_certs_openssl.cc',
188 'base/test_root_certs_win.cc', 188 'base/test_root_certs_win.cc',
189 'base/transport_security_state.cc', 189 'base/transport_security_state.cc',
190 'base/transport_security_state.h', 190 'base/transport_security_state.h',
191 'base/sys_addrinfo.h', 191 'base/sys_addrinfo.h',
192 'base/test_completion_callback.h',
193 'base/upload_data.cc', 192 'base/upload_data.cc',
194 'base/upload_data.h', 193 'base/upload_data.h',
195 'base/upload_data_stream.cc', 194 'base/upload_data_stream.cc',
196 'base/upload_data_stream.h', 195 'base/upload_data_stream.h',
197 'base/winsock_init.cc', 196 'base/winsock_init.cc',
198 'base/winsock_init.h', 197 'base/winsock_init.h',
199 'base/x509_certificate.cc', 198 'base/x509_certificate.cc',
200 'base/x509_certificate.h', 199 'base/x509_certificate.h',
201 'base/x509_certificate_mac.cc', 200 'base/x509_certificate_mac.cc',
202 'base/x509_certificate_nss.cc', 201 'base/x509_certificate_nss.cc',
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 'type': '<(library)', 1151 'type': '<(library)',
1153 'dependencies': [ 1152 'dependencies': [
1154 'net', 1153 'net',
1155 '../base/base.gyp:base', 1154 '../base/base.gyp:base',
1156 '../base/base.gyp:test_support_base', 1155 '../base/base.gyp:test_support_base',
1157 '../testing/gtest.gyp:gtest', 1156 '../testing/gtest.gyp:gtest',
1158 ], 1157 ],
1159 'sources': [ 1158 'sources': [
1160 'base/cert_test_util.cc', 1159 'base/cert_test_util.cc',
1161 'base/cert_test_util.h', 1160 'base/cert_test_util.h',
1161 'base/test_completion_callback.cc',
1162 'base/test_completion_callback.h',
1162 'disk_cache/disk_cache_test_util.cc', 1163 'disk_cache/disk_cache_test_util.cc',
1163 'disk_cache/disk_cache_test_util.h', 1164 'disk_cache/disk_cache_test_util.h',
1164 'proxy/proxy_config_service_common_unittest.cc', 1165 'proxy/proxy_config_service_common_unittest.cc',
1165 'proxy/proxy_config_service_common_unittest.h', 1166 'proxy/proxy_config_service_common_unittest.h',
1166 'socket/socket_test_util.cc', 1167 'socket/socket_test_util.cc',
1167 'socket/socket_test_util.h', 1168 'socket/socket_test_util.h',
1168 'test/python_utils.cc', 1169 'test/python_utils.cc',
1169 'test/python_utils.h', 1170 'test/python_utils.h',
1170 'test/test_server.cc', 1171 'test/test_server.cc',
1171 'test/test_server_posix.cc', 1172 'test/test_server_posix.cc',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 ], 1416 ],
1416 }], 1417 }],
1417 ['OS=="win"', { 1418 ['OS=="win"', {
1418 'targets': [ 1419 'targets': [
1419 { 1420 {
1420 # TODO(port): dump_cache is still Windows-specific. 1421 # TODO(port): dump_cache is still Windows-specific.
1421 'target_name': 'dump_cache', 1422 'target_name': 'dump_cache',
1422 'type': 'executable', 1423 'type': 'executable',
1423 'dependencies': [ 1424 'dependencies': [
1424 'net', 1425 'net',
1426 'net_test_support',
1425 '../base/base.gyp:base', 1427 '../base/base.gyp:base',
1426 ], 1428 ],
1427 'sources': [ 1429 'sources': [
1428 'tools/dump_cache/cache_dumper.cc', 1430 'tools/dump_cache/cache_dumper.cc',
1429 'tools/dump_cache/cache_dumper.h', 1431 'tools/dump_cache/cache_dumper.h',
1430 'tools/dump_cache/dump_cache.cc', 1432 'tools/dump_cache/dump_cache.cc',
1431 'tools/dump_cache/dump_files.cc', 1433 'tools/dump_cache/dump_files.cc',
1432 'tools/dump_cache/upgrade.cc', 1434 'tools/dump_cache/upgrade.cc',
1433 'tools/dump_cache/url_to_filename_encoder.cc', 1435 'tools/dump_cache/url_to_filename_encoder.cc',
1434 'tools/dump_cache/url_to_filename_encoder.h', 1436 'tools/dump_cache/url_to_filename_encoder.h',
1435 'tools/dump_cache/url_utilities.h', 1437 'tools/dump_cache/url_utilities.h',
1436 'tools/dump_cache/url_utilities.cc', 1438 'tools/dump_cache/url_utilities.cc',
1437 ], 1439 ],
1438 }, 1440 },
1439 ], 1441 ],
1440 }], 1442 }],
1441 ], 1443 ],
1442 } 1444 }
1443 1445
1444 # Local Variables: 1446 # Local Variables:
1445 # tab-width:2 1447 # tab-width:2
1446 # indent-tabs-mode:nil 1448 # indent-tabs-mode:nil
1447 # End: 1449 # End:
1448 # vim: set expandtab tabstop=2 shiftwidth=2: 1450 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/proxy/multi_threaded_proxy_resolver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698