| OLD | NEW |
| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 'http/http_byte_range_unittest.cc', | 437 'http/http_byte_range_unittest.cc', |
| 438 'http/http_cache_unittest.cc', | 438 'http/http_cache_unittest.cc', |
| 439 'http/http_chunked_decoder_unittest.cc', | 439 'http/http_chunked_decoder_unittest.cc', |
| 440 'http/http_network_layer_unittest.cc', | 440 'http/http_network_layer_unittest.cc', |
| 441 'http/http_network_transaction_unittest.cc', | 441 'http/http_network_transaction_unittest.cc', |
| 442 'http/http_response_headers_unittest.cc', | 442 'http/http_response_headers_unittest.cc', |
| 443 'http/http_transaction_unittest.cc', | 443 'http/http_transaction_unittest.cc', |
| 444 'http/http_transaction_unittest.h', | 444 'http/http_transaction_unittest.h', |
| 445 'http/http_util_unittest.cc', | 445 'http/http_util_unittest.cc', |
| 446 'http/http_vary_data_unittest.cc', | 446 'http/http_vary_data_unittest.cc', |
| 447 'proxy/proxy_config_service_common_unittest.cc', | |
| 448 'proxy/proxy_config_service_common_unittest.h', | 447 'proxy/proxy_config_service_common_unittest.h', |
| 449 'proxy/proxy_config_service_linux_unittest.cc', | 448 'proxy/proxy_config_service_linux_unittest.cc', |
| 450 'proxy/proxy_config_service_win_unittest.cc', | 449 'proxy/proxy_config_service_win_unittest.cc', |
| 451 'proxy/proxy_config_unittest.cc', | 450 'proxy/proxy_config_unittest.cc', |
| 452 'proxy/proxy_list_unittest.cc', | 451 'proxy/proxy_list_unittest.cc', |
| 453 'proxy/proxy_resolver_v8_unittest.cc', | 452 'proxy/proxy_resolver_v8_unittest.cc', |
| 454 'proxy/proxy_script_fetcher_unittest.cc', | 453 'proxy/proxy_script_fetcher_unittest.cc', |
| 455 'proxy/proxy_server_unittest.cc', | 454 'proxy/proxy_server_unittest.cc', |
| 456 'proxy/proxy_service_unittest.cc', | 455 'proxy/proxy_service_unittest.cc', |
| 457 'url_request/url_request_unittest.cc', | 456 'url_request/url_request_unittest.cc', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 { | 562 { |
| 564 'target_name': 'net_test_support', | 563 'target_name': 'net_test_support', |
| 565 'type': '<(library)', | 564 'type': '<(library)', |
| 566 'dependencies': [ | 565 'dependencies': [ |
| 567 'net', | 566 'net', |
| 568 '../base/base.gyp:base', | 567 '../base/base.gyp:base', |
| 569 ], | 568 ], |
| 570 'sources': [ | 569 'sources': [ |
| 571 'disk_cache/disk_cache_test_util.cc', | 570 'disk_cache/disk_cache_test_util.cc', |
| 572 'disk_cache/disk_cache_test_util.h', | 571 'disk_cache/disk_cache_test_util.h', |
| 572 'proxy/proxy_config_service_common_unittest.cc', |
| 573 'proxy/proxy_config_service_common_unittest.h', |
| 573 ], | 574 ], |
| 574 }, | 575 }, |
| 575 { | 576 { |
| 576 'target_name': 'net_resources', | 577 'target_name': 'net_resources', |
| 577 'type': 'none', | 578 'type': 'none', |
| 578 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', | 579 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', |
| 579 'rules': [ | 580 'rules': [ |
| 580 { | 581 { |
| 581 'rule_name': 'grit', | 582 'rule_name': 'grit', |
| 582 'extension': 'grd', | 583 'extension': 'grd', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'tools/fetch/http_server.cc', | 657 'tools/fetch/http_server.cc', |
| 657 'tools/fetch/http_server.h', | 658 'tools/fetch/http_server.h', |
| 658 'tools/fetch/http_session.cc', | 659 'tools/fetch/http_session.cc', |
| 659 'tools/fetch/http_session.h', | 660 'tools/fetch/http_session.h', |
| 660 ], | 661 ], |
| 661 }, | 662 }, |
| 662 ], | 663 ], |
| 663 }], | 664 }], |
| 664 ], | 665 ], |
| 665 } | 666 } |
| OLD | NEW |