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

Side by Side Diff: net/net.gyp

Issue 1017973002: Implement working tests for the simple QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 9 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 | « net/BUILD.gn ('k') | net/net.gypi » ('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 'conditions': [ 10 'conditions': [
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../testing/gtest.gyp:gtest', 108 '../testing/gtest.gyp:gtest',
109 '../third_party/zlib/zlib.gyp:zlib', 109 '../third_party/zlib/zlib.gyp:zlib',
110 '../url/url.gyp:url_lib', 110 '../url/url.gyp:url_lib',
111 'balsa', 111 'balsa',
112 'http_server', 112 'http_server',
113 'net', 113 'net',
114 'net_derived_sources', 114 'net_derived_sources',
115 'net_extras', 115 'net_extras',
116 'net_test_support', 116 'net_test_support',
117 'quic_tools', 117 'quic_tools',
118 'simple_quic_tools',
118 ], 119 ],
119 'sources': [ 120 'sources': [
120 '<@(net_test_sources)', 121 '<@(net_test_sources)',
121 ], 122 ],
122 'conditions': [ 123 'conditions': [
123 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 124 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
124 'dependencies': [ 125 'dependencies': [
125 'epoll_server', 126 'epoll_server',
126 'flip_in_mem_edsm_server_base', 127 'flip_in_mem_edsm_server_base',
127 'quic_base', 128 'quic_base',
(...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 '../build/isolate.gypi', 1518 '../build/isolate.gypi',
1518 ], 1519 ],
1519 'sources': [ 1520 'sources': [
1520 'net_unittests.isolate', 1521 'net_unittests.isolate',
1521 ], 1522 ],
1522 }, 1523 },
1523 ], 1524 ],
1524 }], 1525 }],
1525 ], 1526 ],
1526 } 1527 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698