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

Side by Side Diff: net/net.gyp

Issue 216553008: Sync various changes to QuicTestClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OVERRIDE Created 6 years, 8 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/test_tools/quic_test_client.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 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 2158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 'tools/quic/test_tools/quic_in_memory_cache_peer.h', 2169 'tools/quic/test_tools/quic_in_memory_cache_peer.h',
2170 'tools/quic/test_tools/quic_in_memory_cache_peer.cc', 2170 'tools/quic/test_tools/quic_in_memory_cache_peer.cc',
2171 'tools/quic/test_tools/quic_server_peer.cc', 2171 'tools/quic/test_tools/quic_server_peer.cc',
2172 'tools/quic/test_tools/quic_server_peer.h', 2172 'tools/quic/test_tools/quic_server_peer.h',
2173 'tools/quic/test_tools/quic_test_client.cc', 2173 'tools/quic/test_tools/quic_test_client.cc',
2174 'tools/quic/test_tools/quic_test_client.h', 2174 'tools/quic/test_tools/quic_test_client.h',
2175 'tools/quic/test_tools/quic_test_utils.cc', 2175 'tools/quic/test_tools/quic_test_utils.cc',
2176 'tools/quic/test_tools/quic_test_utils.h', 2176 'tools/quic/test_tools/quic_test_utils.h',
2177 'tools/quic/test_tools/server_thread.h', 2177 'tools/quic/test_tools/server_thread.h',
2178 'tools/quic/test_tools/server_thread.cc', 2178 'tools/quic/test_tools/server_thread.cc',
2179 'tools/quic/test_tools/simple_client.h',
2180 'tools/quic/test_tools/simple_client.cc',
2179 ], 2181 ],
2180 }], 2182 }],
2181 ['chromeos==1', { 2183 ['chromeos==1', {
2182 'sources!': [ 2184 'sources!': [
2183 'base/network_change_notifier_linux_unittest.cc', 2185 'base/network_change_notifier_linux_unittest.cc',
2184 'proxy/proxy_config_service_linux_unittest.cc', 2186 'proxy/proxy_config_service_linux_unittest.cc',
2185 ], 2187 ],
2186 }], 2188 }],
2187 [ 'OS == "android"', { 2189 [ 'OS == "android"', {
2188 'sources!': [ 2190 'sources!': [
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 'java_in_dir': 'cronet/android/sample/javatests', 3382 'java_in_dir': 'cronet/android/sample/javatests',
3381 'resource_dir': 'cronet/android/sample/res', 3383 'resource_dir': 'cronet/android/sample/res',
3382 'is_test_apk': 1, 3384 'is_test_apk': 1,
3383 }, 3385 },
3384 'includes': [ '../build/java_apk.gypi' ], 3386 'includes': [ '../build/java_apk.gypi' ],
3385 }, 3387 },
3386 ], 3388 ],
3387 }], # OS=="android" 3389 }], # OS=="android"
3388 ], 3390 ],
3389 } 3391 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/quic/test_tools/quic_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698