| OLD | NEW |
| 1 # Copyright (c) 2012 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': [ |
| 11 ['chromeos==1 or OS=="android" or OS=="ios"', { | 11 ['chromeos==1 or OS=="android" or OS=="ios"', { |
| (...skipping 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1833 }, | 1833 }, |
| 1834 ], | 1834 ], |
| 1835 ], | 1835 ], |
| 1836 }, | 1836 }, |
| 1837 { | 1837 { |
| 1838 'target_name': 'net_test_support', | 1838 'target_name': 'net_test_support', |
| 1839 'type': 'static_library', | 1839 'type': 'static_library', |
| 1840 'dependencies': [ | 1840 'dependencies': [ |
| 1841 '../base/base.gyp:base', | 1841 '../base/base.gyp:base', |
| 1842 '../base/base.gyp:test_support_base', | 1842 '../base/base.gyp:test_support_base', |
| 1843 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 1843 '../testing/gtest.gyp:gtest', | 1844 '../testing/gtest.gyp:gtest', |
| 1844 'net', | 1845 'net', |
| 1845 ], | 1846 ], |
| 1846 'export_dependent_settings': [ | 1847 'export_dependent_settings': [ |
| 1847 '../base/base.gyp:base', | 1848 '../base/base.gyp:base', |
| 1848 '../base/base.gyp:test_support_base', | 1849 '../base/base.gyp:test_support_base', |
| 1849 '../testing/gtest.gyp:gtest', | 1850 '../testing/gtest.gyp:gtest', |
| 1850 ], | 1851 ], |
| 1851 'sources': [ | 1852 'sources': [ |
| 1852 'base/capturing_net_log.cc', | 1853 'base/capturing_net_log.cc', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1884 'proxy/mock_proxy_resolver.cc', | 1885 'proxy/mock_proxy_resolver.cc', |
| 1885 'proxy/mock_proxy_resolver.h', | 1886 'proxy/mock_proxy_resolver.h', |
| 1886 'proxy/mock_proxy_script_fetcher.cc', | 1887 'proxy/mock_proxy_script_fetcher.cc', |
| 1887 'proxy/mock_proxy_script_fetcher.h', | 1888 'proxy/mock_proxy_script_fetcher.h', |
| 1888 'proxy/proxy_config_service_common_unittest.cc', | 1889 'proxy/proxy_config_service_common_unittest.cc', |
| 1889 'proxy/proxy_config_service_common_unittest.h', | 1890 'proxy/proxy_config_service_common_unittest.h', |
| 1890 'socket/socket_test_util.cc', | 1891 'socket/socket_test_util.cc', |
| 1891 'socket/socket_test_util.h', | 1892 'socket/socket_test_util.h', |
| 1892 'test/base_test_server.cc', | 1893 'test/base_test_server.cc', |
| 1893 'test/base_test_server.h', | 1894 'test/base_test_server.h', |
| 1894 'test/local_sync_test_server.cc', | |
| 1895 'test/local_sync_test_server.h', | |
| 1896 'test/local_test_server_posix.cc', | 1895 'test/local_test_server_posix.cc', |
| 1897 'test/local_test_server_win.cc', | 1896 'test/local_test_server_win.cc', |
| 1898 'test/local_test_server.cc', | 1897 'test/local_test_server.cc', |
| 1899 'test/local_test_server.h', | 1898 'test/local_test_server.h', |
| 1900 'test/python_utils.cc', | 1899 'test/python_utils.cc', |
| 1901 'test/python_utils.h', | 1900 'test/python_utils.h', |
| 1902 'test/remote_test_server.cc', | 1901 'test/remote_test_server.cc', |
| 1903 'test/remote_test_server.h', | 1902 'test/remote_test_server.h', |
| 1904 'test/spawner_communicator.cc', | 1903 'test/spawner_communicator.cc', |
| 1905 'test/spawner_communicator.h', | 1904 'test/spawner_communicator.h', |
| 1906 'test/test_server.h', | 1905 'test/test_server.h', |
| 1907 'url_request/test_url_fetcher_factory.cc', | 1906 'url_request/test_url_fetcher_factory.cc', |
| 1908 'url_request/test_url_fetcher_factory.h', | 1907 'url_request/test_url_fetcher_factory.h', |
| 1909 'url_request/url_request_test_util.cc', | 1908 'url_request/url_request_test_util.cc', |
| 1910 'url_request/url_request_test_util.h', | 1909 'url_request/url_request_test_util.h', |
| 1911 ], | 1910 ], |
| 1912 'conditions': [ | 1911 'conditions': [ |
| 1913 ['inside_chromium_build==1 and OS != "ios"', { | 1912 ['inside_chromium_build==1 and OS != "ios"', { |
| 1914 'dependencies': [ | 1913 'dependencies': [ |
| 1915 # The test server uses Python modules generated by cloud print. | 1914 # The test server uses Python modules generated by cloud print. |
| 1916 # TODO(sync): Remove this hack (http://crbug.com/119403). | 1915 # TODO(cloud_policy): Remove this hack (http://crbug.com/119403). |
| 1917 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1916 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
| 1918 # The test server uses Python modules generated by the sync protos. | |
| 1919 # TODO(sync): Remove this hack (http://crbug.com/117559). | |
| 1920 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 1921 '../third_party/protobuf/protobuf.gyp:py_proto', | 1917 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 1922 ], | 1918 ], |
| 1923 }], | 1919 }], |
| 1924 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 1920 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 1925 'conditions': [ | 1921 'conditions': [ |
| 1926 ['use_openssl==1', { | 1922 ['use_openssl==1', { |
| 1927 'dependencies': [ | 1923 'dependencies': [ |
| 1928 '../third_party/openssl/openssl.gyp:openssl', | 1924 '../third_party/openssl/openssl.gyp:openssl', |
| 1929 ], | 1925 ], |
| 1930 }, { | 1926 }, { |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2191 ], | 2187 ], |
| 2192 'sources': [ | 2188 'sources': [ |
| 2193 'tools/net_watcher/net_watcher.cc', | 2189 'tools/net_watcher/net_watcher.cc', |
| 2194 ], | 2190 ], |
| 2195 }, | 2191 }, |
| 2196 { | 2192 { |
| 2197 'target_name': 'run_testserver', | 2193 'target_name': 'run_testserver', |
| 2198 'type': 'executable', | 2194 'type': 'executable', |
| 2199 'dependencies': [ | 2195 'dependencies': [ |
| 2200 '../base/base.gyp:base', | 2196 '../base/base.gyp:base', |
| 2201 '../build/temp_gyp/googleurl.gyp:googleurl', | 2197 '../base/base.gyp:test_support_base', |
| 2202 '../testing/gtest.gyp:gtest', | 2198 '../testing/gtest.gyp:gtest', |
| 2203 'net', | |
| 2204 'net_test_support', | 2199 'net_test_support', |
| 2205 ], | 2200 ], |
| 2206 'sources': [ | 2201 'sources': [ |
| 2207 'tools/testserver/run_testserver.cc', | 2202 'tools/testserver/run_testserver.cc', |
| 2208 ], | 2203 ], |
| 2209 }, | 2204 }, |
| 2210 { | 2205 { |
| 2211 'target_name': 'stress_cache', | 2206 'target_name': 'stress_cache', |
| 2212 'type': 'executable', | 2207 'type': 'executable', |
| 2213 'dependencies': [ | 2208 'dependencies': [ |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2435 '--result', '<@(_outputs)', | 2430 '--result', '<@(_outputs)', |
| 2436 '--isolate', 'net_unittests.isolate', | 2431 '--isolate', 'net_unittests.isolate', |
| 2437 ], | 2432 ], |
| 2438 }, | 2433 }, |
| 2439 ], | 2434 ], |
| 2440 }, | 2435 }, |
| 2441 ], | 2436 ], |
| 2442 }], | 2437 }], |
| 2443 ], | 2438 ], |
| 2444 } | 2439 } |
| OLD | NEW |