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

Side by Side Diff: net/net.gyp

Issue 10388206: [sync] Add --port and --xmpp-port parameters to run_testserver.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 7 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
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | net/test/OWNERS » ('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 (c) 2012 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 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 'proxy/mock_proxy_resolver.cc', 1526 'proxy/mock_proxy_resolver.cc',
1527 'proxy/mock_proxy_resolver.h', 1527 'proxy/mock_proxy_resolver.h',
1528 'proxy/mock_proxy_script_fetcher.cc', 1528 'proxy/mock_proxy_script_fetcher.cc',
1529 'proxy/mock_proxy_script_fetcher.h', 1529 'proxy/mock_proxy_script_fetcher.h',
1530 'proxy/proxy_config_service_common_unittest.cc', 1530 'proxy/proxy_config_service_common_unittest.cc',
1531 'proxy/proxy_config_service_common_unittest.h', 1531 'proxy/proxy_config_service_common_unittest.h',
1532 'socket/socket_test_util.cc', 1532 'socket/socket_test_util.cc',
1533 'socket/socket_test_util.h', 1533 'socket/socket_test_util.h',
1534 'test/base_test_server.cc', 1534 'test/base_test_server.cc',
1535 'test/base_test_server.h', 1535 'test/base_test_server.h',
1536 'test/local_sync_test_server.cc',
1537 'test/local_sync_test_server.h',
1536 'test/local_test_server_posix.cc', 1538 'test/local_test_server_posix.cc',
1537 'test/local_test_server_win.cc', 1539 'test/local_test_server_win.cc',
1538 'test/local_test_server.cc', 1540 'test/local_test_server.cc',
1539 'test/local_test_server.h', 1541 'test/local_test_server.h',
1540 'test/python_utils.cc', 1542 'test/python_utils.cc',
1541 'test/python_utils.h', 1543 'test/python_utils.h',
1542 'test/remote_test_server.cc', 1544 'test/remote_test_server.cc',
1543 'test/remote_test_server.h', 1545 'test/remote_test_server.h',
1544 'test/spawner_communicator.cc', 1546 'test/spawner_communicator.cc',
1545 'test/spawner_communicator.h', 1547 'test/spawner_communicator.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 'tools/dump_cache/url_to_filename_encoder.cc', 1862 'tools/dump_cache/url_to_filename_encoder.cc',
1861 'tools/dump_cache/url_to_filename_encoder.h', 1863 'tools/dump_cache/url_to_filename_encoder.h',
1862 'tools/dump_cache/url_utilities.h', 1864 'tools/dump_cache/url_utilities.h',
1863 'tools/dump_cache/url_utilities.cc', 1865 'tools/dump_cache/url_utilities.cc',
1864 ], 1866 ],
1865 }, 1867 },
1866 ], 1868 ],
1867 }], 1869 }],
1868 ], 1870 ],
1869 } 1871 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | net/test/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698