Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: net/net.gyp

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/pyautolib/pyautolib.i ('k') | net/test/base_test_server.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 }, 1838 },
1839 ], 1839 ],
1840 ], 1840 ],
1841 }, 1841 },
1842 { 1842 {
1843 'target_name': 'net_test_support', 1843 'target_name': 'net_test_support',
1844 'type': 'static_library', 1844 'type': 'static_library',
1845 'dependencies': [ 1845 'dependencies': [
1846 '../base/base.gyp:base', 1846 '../base/base.gyp:base',
1847 '../base/base.gyp:test_support_base', 1847 '../base/base.gyp:test_support_base',
1848 '../build/temp_gyp/googleurl.gyp:googleurl',
1848 '../testing/gtest.gyp:gtest', 1849 '../testing/gtest.gyp:gtest',
1849 'net', 1850 'net',
1850 ], 1851 ],
1851 'export_dependent_settings': [ 1852 'export_dependent_settings': [
1852 '../base/base.gyp:base', 1853 '../base/base.gyp:base',
1853 '../base/base.gyp:test_support_base', 1854 '../base/base.gyp:test_support_base',
1854 '../testing/gtest.gyp:gtest', 1855 '../testing/gtest.gyp:gtest',
1855 ], 1856 ],
1856 'sources': [ 1857 'sources': [
1857 'base/capturing_net_log.cc', 1858 'base/capturing_net_log.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 'proxy/mock_proxy_resolver.cc', 1890 'proxy/mock_proxy_resolver.cc',
1890 'proxy/mock_proxy_resolver.h', 1891 'proxy/mock_proxy_resolver.h',
1891 'proxy/mock_proxy_script_fetcher.cc', 1892 'proxy/mock_proxy_script_fetcher.cc',
1892 'proxy/mock_proxy_script_fetcher.h', 1893 'proxy/mock_proxy_script_fetcher.h',
1893 'proxy/proxy_config_service_common_unittest.cc', 1894 'proxy/proxy_config_service_common_unittest.cc',
1894 'proxy/proxy_config_service_common_unittest.h', 1895 'proxy/proxy_config_service_common_unittest.h',
1895 'socket/socket_test_util.cc', 1896 'socket/socket_test_util.cc',
1896 'socket/socket_test_util.h', 1897 'socket/socket_test_util.h',
1897 'test/base_test_server.cc', 1898 'test/base_test_server.cc',
1898 'test/base_test_server.h', 1899 'test/base_test_server.h',
1899 'test/local_sync_test_server.cc',
1900 'test/local_sync_test_server.h',
1901 'test/local_test_server_posix.cc', 1900 'test/local_test_server_posix.cc',
1902 'test/local_test_server_win.cc', 1901 'test/local_test_server_win.cc',
1903 'test/local_test_server.cc', 1902 'test/local_test_server.cc',
1904 'test/local_test_server.h', 1903 'test/local_test_server.h',
1905 'test/python_utils.cc', 1904 'test/python_utils.cc',
1906 'test/python_utils.h', 1905 'test/python_utils.h',
1907 'test/remote_test_server.cc', 1906 'test/remote_test_server.cc',
1908 'test/remote_test_server.h', 1907 'test/remote_test_server.h',
1909 'test/spawner_communicator.cc', 1908 'test/spawner_communicator.cc',
1910 'test/spawner_communicator.h', 1909 'test/spawner_communicator.h',
1911 'test/test_server.h', 1910 'test/test_server.h',
1912 'url_request/test_url_fetcher_factory.cc', 1911 'url_request/test_url_fetcher_factory.cc',
1913 'url_request/test_url_fetcher_factory.h', 1912 'url_request/test_url_fetcher_factory.h',
1914 'url_request/url_request_test_util.cc', 1913 'url_request/url_request_test_util.cc',
1915 'url_request/url_request_test_util.h', 1914 'url_request/url_request_test_util.h',
1916 ], 1915 ],
1917 'conditions': [ 1916 'conditions': [
1918 ['inside_chromium_build==1 and OS != "ios"', { 1917 ['inside_chromium_build==1 and OS != "ios"', {
1919 'dependencies': [ 1918 'dependencies': [
1920 # The test server uses Python modules generated by cloud print. 1919 # The test server uses Python modules generated by cloud print.
1921 # TODO(sync): Remove this hack (http://crbug.com/119403). 1920 # TODO(cloud_policy): Remove this hack (http://crbug.com/119403).
1922 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile', 1921 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile',
1923 # The test server uses Python modules generated by the sync protos.
1924 # TODO(sync): Remove this hack (http://crbug.com/117559).
1925 '../sync/protocol/sync_proto.gyp:sync_proto',
1926 '../third_party/protobuf/protobuf.gyp:py_proto', 1922 '../third_party/protobuf/protobuf.gyp:py_proto',
1927 ], 1923 ],
1928 }], 1924 }],
1929 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 1925 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
1930 'conditions': [ 1926 'conditions': [
1931 ['use_openssl==1', { 1927 ['use_openssl==1', {
1932 'dependencies': [ 1928 'dependencies': [
1933 '../third_party/openssl/openssl.gyp:openssl', 1929 '../third_party/openssl/openssl.gyp:openssl',
1934 ], 1930 ],
1935 }, { 1931 }, {
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 ], 2192 ],
2197 'sources': [ 2193 'sources': [
2198 'tools/net_watcher/net_watcher.cc', 2194 'tools/net_watcher/net_watcher.cc',
2199 ], 2195 ],
2200 }, 2196 },
2201 { 2197 {
2202 'target_name': 'run_testserver', 2198 'target_name': 'run_testserver',
2203 'type': 'executable', 2199 'type': 'executable',
2204 'dependencies': [ 2200 'dependencies': [
2205 '../base/base.gyp:base', 2201 '../base/base.gyp:base',
2206 '../build/temp_gyp/googleurl.gyp:googleurl', 2202 '../base/base.gyp:test_support_base',
2207 '../testing/gtest.gyp:gtest', 2203 '../testing/gtest.gyp:gtest',
2208 'net',
2209 'net_test_support', 2204 'net_test_support',
2210 ], 2205 ],
2211 'sources': [ 2206 'sources': [
2212 'tools/testserver/run_testserver.cc', 2207 'tools/testserver/run_testserver.cc',
2213 ], 2208 ],
2214 }, 2209 },
2215 { 2210 {
2216 'target_name': 'stress_cache', 2211 'target_name': 'stress_cache',
2217 'type': 'executable', 2212 'type': 'executable',
2218 'dependencies': [ 2213 'dependencies': [
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
2440 '--result', '<@(_outputs)', 2435 '--result', '<@(_outputs)',
2441 '--isolate', 'net_unittests.isolate', 2436 '--isolate', 'net_unittests.isolate',
2442 ], 2437 ],
2443 }, 2438 },
2444 ], 2439 ],
2445 }, 2440 },
2446 ], 2441 ],
2447 }], 2442 }],
2448 ], 2443 ],
2449 } 2444 }
OLDNEW
« no previous file with comments | « chrome/test/pyautolib/pyautolib.i ('k') | net/test/base_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698