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

Side by Side Diff: net/net.gyp

Issue 139009: Tests for socks4/4a implementation. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: scoped_refptr Created 11 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
« no previous file with comments | « no previous file | net/socket/socket_test_util.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'http/http_util_unittest.cc', 475 'http/http_util_unittest.cc',
476 'http/http_vary_data_unittest.cc', 476 'http/http_vary_data_unittest.cc',
477 'proxy/proxy_config_service_linux_unittest.cc', 477 'proxy/proxy_config_service_linux_unittest.cc',
478 'proxy/proxy_config_service_win_unittest.cc', 478 'proxy/proxy_config_service_win_unittest.cc',
479 'proxy/proxy_config_unittest.cc', 479 'proxy/proxy_config_unittest.cc',
480 'proxy/proxy_list_unittest.cc', 480 'proxy/proxy_list_unittest.cc',
481 'proxy/proxy_resolver_v8_unittest.cc', 481 'proxy/proxy_resolver_v8_unittest.cc',
482 'proxy/proxy_script_fetcher_unittest.cc', 482 'proxy/proxy_script_fetcher_unittest.cc',
483 'proxy/proxy_server_unittest.cc', 483 'proxy/proxy_server_unittest.cc',
484 'proxy/proxy_service_unittest.cc', 484 'proxy/proxy_service_unittest.cc',
485 'socket/socks_client_socket_unittest.cc',
485 'socket/ssl_client_socket_unittest.cc', 486 'socket/ssl_client_socket_unittest.cc',
486 'socket/tcp_client_socket_pool_unittest.cc', 487 'socket/tcp_client_socket_pool_unittest.cc',
487 'socket/tcp_client_socket_unittest.cc', 488 'socket/tcp_client_socket_unittest.cc',
488 'socket/tcp_pinger_unittest.cc', 489 'socket/tcp_pinger_unittest.cc',
489 'url_request/url_request_unittest.cc', 490 'url_request/url_request_unittest.cc',
490 'url_request/url_request_unittest.h', 491 'url_request/url_request_unittest.h',
491 ], 492 ],
492 'conditions': [ 493 'conditions': [
493 [ 'OS == "win"', { 494 [ 'OS == "win"', {
494 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ], 495 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'sources': [ 696 'sources': [
696 'tools/dump_cache/dump_cache.cc', 697 'tools/dump_cache/dump_cache.cc',
697 'tools/dump_cache/dump_files.cc', 698 'tools/dump_cache/dump_files.cc',
698 'tools/dump_cache/upgrade.cc', 699 'tools/dump_cache/upgrade.cc',
699 ], 700 ],
700 }, 701 },
701 ], 702 ],
702 }], 703 }],
703 ], 704 ],
704 } 705 }
OLDNEW
« no previous file with comments | « no previous file | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698