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

Side by Side Diff: net/net.gyp

Issue 149076: reverting the change 19354, 19356 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | « 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',
486 'socket/ssl_client_socket_unittest.cc', 485 'socket/ssl_client_socket_unittest.cc',
487 'socket/tcp_client_socket_pool_unittest.cc', 486 'socket/tcp_client_socket_pool_unittest.cc',
488 'socket/tcp_client_socket_unittest.cc', 487 'socket/tcp_client_socket_unittest.cc',
489 'socket/tcp_pinger_unittest.cc', 488 'socket/tcp_pinger_unittest.cc',
490 'url_request/url_request_unittest.cc', 489 'url_request/url_request_unittest.cc',
491 'url_request/url_request_unittest.h', 490 'url_request/url_request_unittest.h',
492 ], 491 ],
493 'conditions': [ 492 'conditions': [
494 [ 'OS == "win"', { 493 [ 'OS == "win"', {
495 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ], 494 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'sources': [ 695 'sources': [
697 'tools/dump_cache/dump_cache.cc', 696 'tools/dump_cache/dump_cache.cc',
698 'tools/dump_cache/dump_files.cc', 697 'tools/dump_cache/dump_files.cc',
699 'tools/dump_cache/upgrade.cc', 698 'tools/dump_cache/upgrade.cc',
700 ], 699 ],
701 }, 700 },
702 ], 701 ],
703 }], 702 }],
704 ], 703 ],
705 } 704 }
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