| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1305 'tools/testserver/run_testserver.cc', | 1305 'tools/testserver/run_testserver.cc', |
| 1306 ], | 1306 ], |
| 1307 }, | 1307 }, |
| 1308 { | 1308 { |
| 1309 'target_name': 'net_test_support', | 1309 'target_name': 'net_test_support', |
| 1310 'type': 'static_library', | 1310 'type': 'static_library', |
| 1311 'dependencies': [ | 1311 'dependencies': [ |
| 1312 'net', | 1312 'net', |
| 1313 '../base/base.gyp:base', | 1313 '../base/base.gyp:base', |
| 1314 '../base/base.gyp:test_support_base', | 1314 '../base/base.gyp:test_support_base', |
| 1315 '../build/temp_gyp/googleurl.gyp:googleurl', | |
| 1316 '../testing/gtest.gyp:gtest', | 1315 '../testing/gtest.gyp:gtest', |
| 1317 ], | 1316 ], |
| 1318 'sources': [ | 1317 'sources': [ |
| 1319 'base/cert_test_util.cc', | 1318 'base/cert_test_util.cc', |
| 1320 'base/cert_test_util.h', | 1319 'base/cert_test_util.h', |
| 1321 'base/cookie_monster_store_test.cc', | 1320 'base/cookie_monster_store_test.cc', |
| 1322 'base/cookie_monster_store_test.h', | 1321 'base/cookie_monster_store_test.h', |
| 1323 'base/cookie_store_test_helpers.cc', | 1322 'base/cookie_store_test_helpers.cc', |
| 1324 'base/cookie_store_test_helpers.h', | 1323 'base/cookie_store_test_helpers.h', |
| 1325 'base/mock_file_stream.cc', | 1324 'base/mock_file_stream.cc', |
| 1326 'base/mock_file_stream.h', | 1325 'base/mock_file_stream.h', |
| 1327 'base/mock_host_resolver.cc', | 1326 'base/mock_host_resolver.cc', |
| 1328 'base/mock_host_resolver.h', | 1327 'base/mock_host_resolver.h', |
| 1329 'base/net_test_suite.cc', | 1328 'base/net_test_suite.cc', |
| 1330 'base/net_test_suite.h', | 1329 'base/net_test_suite.h', |
| 1331 'base/test_completion_callback.cc', | 1330 'base/test_completion_callback.cc', |
| 1332 'base/test_completion_callback.h', | 1331 'base/test_completion_callback.h', |
| 1333 'base/test_host_resolver_observer.cc', | |
| 1334 'base/test_host_resolver_observer.h', | |
| 1335 'disk_cache/disk_cache_test_util.cc', | 1332 'disk_cache/disk_cache_test_util.cc', |
| 1336 'disk_cache/disk_cache_test_util.h', | 1333 'disk_cache/disk_cache_test_util.h', |
| 1337 'dns/dns_test_util.cc', | 1334 'dns/dns_test_util.cc', |
| 1338 'dns/dns_test_util.h', | 1335 'dns/dns_test_util.h', |
| 1339 'proxy/mock_proxy_resolver.cc', | 1336 'proxy/mock_proxy_resolver.cc', |
| 1340 'proxy/mock_proxy_resolver.h', | 1337 'proxy/mock_proxy_resolver.h', |
| 1341 'proxy/mock_proxy_script_fetcher.cc', | 1338 'proxy/mock_proxy_script_fetcher.cc', |
| 1342 'proxy/mock_proxy_script_fetcher.h', | 1339 'proxy/mock_proxy_script_fetcher.h', |
| 1343 'proxy/proxy_config_service_common_unittest.cc', | 1340 'proxy/proxy_config_service_common_unittest.cc', |
| 1344 'proxy/proxy_config_service_common_unittest.h', | 1341 'proxy/proxy_config_service_common_unittest.h', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1634 'tools/dump_cache/url_to_filename_encoder.cc', | 1631 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1635 'tools/dump_cache/url_to_filename_encoder.h', | 1632 'tools/dump_cache/url_to_filename_encoder.h', |
| 1636 'tools/dump_cache/url_utilities.h', | 1633 'tools/dump_cache/url_utilities.h', |
| 1637 'tools/dump_cache/url_utilities.cc', | 1634 'tools/dump_cache/url_utilities.cc', |
| 1638 ], | 1635 ], |
| 1639 }, | 1636 }, |
| 1640 ], | 1637 ], |
| 1641 }], | 1638 }], |
| 1642 ], | 1639 ], |
| 1643 } | 1640 } |
| OLD | NEW |