| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 'http/http_cache_unittest.cc', | 491 'http/http_cache_unittest.cc', |
| 492 'http/http_chunked_decoder_unittest.cc', | 492 'http/http_chunked_decoder_unittest.cc', |
| 493 'http/http_network_layer_unittest.cc', | 493 'http/http_network_layer_unittest.cc', |
| 494 'http/http_network_transaction_unittest.cc', | 494 'http/http_network_transaction_unittest.cc', |
| 495 'http/http_response_headers_unittest.cc', | 495 'http/http_response_headers_unittest.cc', |
| 496 'http/http_transaction_unittest.cc', | 496 'http/http_transaction_unittest.cc', |
| 497 'http/http_transaction_unittest.h', | 497 'http/http_transaction_unittest.h', |
| 498 'http/http_util_unittest.cc', | 498 'http/http_util_unittest.cc', |
| 499 'http/http_vary_data_unittest.cc', | 499 'http/http_vary_data_unittest.cc', |
| 500 'proxy/init_proxy_resolver_unittest.cc', | 500 'proxy/init_proxy_resolver_unittest.cc', |
| 501 'proxy/mock_proxy_resolver.h', |
| 501 'proxy/proxy_config_service_linux_unittest.cc', | 502 'proxy/proxy_config_service_linux_unittest.cc', |
| 502 'proxy/proxy_config_service_win_unittest.cc', | 503 'proxy/proxy_config_service_win_unittest.cc', |
| 503 'proxy/proxy_config_unittest.cc', | 504 'proxy/proxy_config_unittest.cc', |
| 504 'proxy/proxy_list_unittest.cc', | 505 'proxy/proxy_list_unittest.cc', |
| 505 'proxy/proxy_resolver_js_bindings_unittest.cc', | 506 'proxy/proxy_resolver_js_bindings_unittest.cc', |
| 506 'proxy/proxy_resolver_v8_unittest.cc', | 507 'proxy/proxy_resolver_v8_unittest.cc', |
| 507 'proxy/proxy_script_fetcher_unittest.cc', | 508 'proxy/proxy_script_fetcher_unittest.cc', |
| 508 'proxy/proxy_server_unittest.cc', | 509 'proxy/proxy_server_unittest.cc', |
| 509 'proxy/proxy_service_unittest.cc', | 510 'proxy/proxy_service_unittest.cc', |
| 510 'proxy/single_threaded_proxy_resolver_unittest.cc', | 511 'proxy/single_threaded_proxy_resolver_unittest.cc', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'sources': [ | 726 'sources': [ |
| 726 'tools/dump_cache/dump_cache.cc', | 727 'tools/dump_cache/dump_cache.cc', |
| 727 'tools/dump_cache/dump_files.cc', | 728 'tools/dump_cache/dump_files.cc', |
| 728 'tools/dump_cache/upgrade.cc', | 729 'tools/dump_cache/upgrade.cc', |
| 729 ], | 730 ], |
| 730 }, | 731 }, |
| 731 ], | 732 ], |
| 732 }], | 733 }], |
| 733 ], | 734 ], |
| 734 } | 735 } |
| OLD | NEW |