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

Side by Side Diff: net/net.gyp

Issue 24493003: Factor out ServerThread from the QUIC EndToEndTest in order to reuse in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments Created 7 years, 2 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 | « no previous file | net/tools/quic/end_to_end_test.cc » ('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 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 'tools/quic/test_tools/mock_quic_dispatcher.cc', 1934 'tools/quic/test_tools/mock_quic_dispatcher.cc',
1935 'tools/quic/test_tools/mock_quic_dispatcher.h', 1935 'tools/quic/test_tools/mock_quic_dispatcher.h',
1936 'tools/quic/test_tools/quic_client_peer.cc', 1936 'tools/quic/test_tools/quic_client_peer.cc',
1937 'tools/quic/test_tools/quic_client_peer.h', 1937 'tools/quic/test_tools/quic_client_peer.h',
1938 'tools/quic/test_tools/quic_epoll_connection_helper_peer.cc', 1938 'tools/quic/test_tools/quic_epoll_connection_helper_peer.cc',
1939 'tools/quic/test_tools/quic_epoll_connection_helper_peer.h', 1939 'tools/quic/test_tools/quic_epoll_connection_helper_peer.h',
1940 'tools/quic/test_tools/quic_test_client.cc', 1940 'tools/quic/test_tools/quic_test_client.cc',
1941 'tools/quic/test_tools/quic_test_client.h', 1941 'tools/quic/test_tools/quic_test_client.h',
1942 'tools/quic/test_tools/quic_test_utils.cc', 1942 'tools/quic/test_tools/quic_test_utils.cc',
1943 'tools/quic/test_tools/quic_test_utils.h', 1943 'tools/quic/test_tools/quic_test_utils.h',
1944 'tools/quic/test_tools/server_thread.h',
1945 'tools/quic/test_tools/server_thread.cc',
1944 ], 1946 ],
1945 }], 1947 }],
1946 ['chromeos==1', { 1948 ['chromeos==1', {
1947 'sources!': [ 1949 'sources!': [
1948 'base/network_change_notifier_linux_unittest.cc', 1950 'base/network_change_notifier_linux_unittest.cc',
1949 'proxy/proxy_config_service_linux_unittest.cc', 1951 'proxy/proxy_config_service_linux_unittest.cc',
1950 ], 1952 ],
1951 }], 1953 }],
1952 [ 'OS == "android"', { 1954 [ 'OS == "android"', {
1953 'sources!': [ 1955 'sources!': [
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
2977 'net_unittests.isolate', 2979 'net_unittests.isolate',
2978 ], 2980 ],
2979 'sources': [ 2981 'sources': [
2980 'net_unittests.isolate', 2982 'net_unittests.isolate',
2981 ], 2983 ],
2982 }, 2984 },
2983 ], 2985 ],
2984 }], 2986 }],
2985 ], 2987 ],
2986 } 2988 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698