| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 ], | 869 ], |
| 870 }], | 870 }], |
| 871 ], | 871 ], |
| 872 }, | 872 }, |
| 873 { | 873 { |
| 874 'target_name': 'net_test_support', | 874 'target_name': 'net_test_support', |
| 875 'type': 'static_library', | 875 'type': 'static_library', |
| 876 'dependencies': [ | 876 'dependencies': [ |
| 877 '../base/base.gyp:base', | 877 '../base/base.gyp:base', |
| 878 '../base/base.gyp:test_support_base', | 878 '../base/base.gyp:test_support_base', |
| 879 '../crypto/crypto.gyp:crypto', |
| 879 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util', | 880 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util', |
| 880 '../testing/gtest.gyp:gtest', | 881 '../testing/gtest.gyp:gtest', |
| 881 '../testing/gmock.gyp:gmock', | 882 '../testing/gmock.gyp:gmock', |
| 882 '../url/url.gyp:url_lib', | 883 '../url/url.gyp:url_lib', |
| 883 'net', | 884 'net', |
| 884 ], | 885 ], |
| 885 'export_dependent_settings': [ | 886 'export_dependent_settings': [ |
| 886 '../base/base.gyp:base', | 887 '../base/base.gyp:base', |
| 887 # TODO(mmenke): This depends on icu, figure out a way to build tests | 888 # TODO(mmenke): This depends on icu, figure out a way to build tests |
| 888 # without icu. | 889 # without icu. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 960 'test/spawned_test_server/remote_test_server.h', | 961 'test/spawned_test_server/remote_test_server.h', |
| 961 'test/spawned_test_server/spawned_test_server.h', | 962 'test/spawned_test_server/spawned_test_server.h', |
| 962 'test/spawned_test_server/spawner_communicator.cc', | 963 'test/spawned_test_server/spawner_communicator.cc', |
| 963 'test/spawned_test_server/spawner_communicator.h', | 964 'test/spawned_test_server/spawner_communicator.h', |
| 964 'test/url_request/url_request_failed_job.cc', | 965 'test/url_request/url_request_failed_job.cc', |
| 965 'test/url_request/url_request_failed_job.h', | 966 'test/url_request/url_request_failed_job.h', |
| 966 'test/url_request/url_request_mock_data_job.cc', | 967 'test/url_request/url_request_mock_data_job.cc', |
| 967 'test/url_request/url_request_mock_data_job.h', | 968 'test/url_request/url_request_mock_data_job.h', |
| 968 'test/url_request/url_request_mock_http_job.cc', | 969 'test/url_request/url_request_mock_http_job.cc', |
| 969 'test/url_request/url_request_mock_http_job.h', | 970 'test/url_request/url_request_mock_http_job.h', |
| 971 'test/url_request/url_request_slow_download_job.cc', |
| 972 'test/url_request/url_request_slow_download_job.h', |
| 970 'url_request/test_url_fetcher_factory.cc', | 973 'url_request/test_url_fetcher_factory.cc', |
| 971 'url_request/test_url_fetcher_factory.h', | 974 'url_request/test_url_fetcher_factory.h', |
| 972 'url_request/test_url_request_interceptor.cc', | 975 'url_request/test_url_request_interceptor.cc', |
| 973 'url_request/test_url_request_interceptor.h', | 976 'url_request/test_url_request_interceptor.h', |
| 974 'url_request/url_request_test_util.cc', | 977 'url_request/url_request_test_util.cc', |
| 975 'url_request/url_request_test_util.h', | 978 'url_request/url_request_test_util.h', |
| 976 ], | 979 ], |
| 977 'conditions': [ | 980 'conditions': [ |
| 978 ['OS != "ios"', { | 981 ['OS != "ios"', { |
| 979 'dependencies': [ | 982 'dependencies': [ |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1746 '../build/isolate.gypi', | 1749 '../build/isolate.gypi', |
| 1747 ], | 1750 ], |
| 1748 'sources': [ | 1751 'sources': [ |
| 1749 'net_unittests.isolate', | 1752 'net_unittests.isolate', |
| 1750 ], | 1753 ], |
| 1751 }, | 1754 }, |
| 1752 ], | 1755 ], |
| 1753 }], | 1756 }], |
| 1754 ], | 1757 ], |
| 1755 } | 1758 } |
| OLD | NEW |