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 1983183002: Landing Recent QUIC changes until 5/14/2016 02:25:25 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "first try to fix link error for win_clang build" Created 4 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 | « 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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 'dependencies': [ 1148 'dependencies': [
1149 '../base/base.gyp:base', 1149 '../base/base.gyp:base',
1150 'net', 1150 'net',
1151 'net_quic_proto', 1151 'net_quic_proto',
1152 'simple_quic_tools', 1152 'simple_quic_tools',
1153 ], 1153 ],
1154 'sources': [ 1154 'sources': [
1155 'tools/quic/quic_packet_printer_bin.cc', 1155 'tools/quic/quic_packet_printer_bin.cc',
1156 ], 1156 ],
1157 }, 1157 },
1158 {
1159 'target_name': 'crypto_message_printer',
1160 'type': 'executable',
1161 'dependencies': [
1162 '../base/base.gyp:base',
1163 'net',
1164 ],
1165 'sources': [
1166 'tools/quic/crypto_message_printer_bin.cc',
1167 ],
1168 },
1158 { 1169 {
1159 'target_name': 'quic_server', 1170 'target_name': 'quic_server',
1160 'type': 'executable', 1171 'type': 'executable',
1161 'dependencies': [ 1172 'dependencies': [
1162 '../base/base.gyp:base', 1173 '../base/base.gyp:base',
1163 'net', 1174 'net',
1164 'net_quic_proto', 1175 'net_quic_proto',
1165 'simple_quic_tools', 1176 'simple_quic_tools',
1166 ], 1177 ],
1167 'sources': [ 1178 'sources': [
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 '../build/isolate.gypi', 1740 '../build/isolate.gypi',
1730 ], 1741 ],
1731 'sources': [ 1742 'sources': [
1732 'net_unittests.isolate', 1743 'net_unittests.isolate',
1733 ], 1744 ],
1734 }, 1745 },
1735 ], 1746 ],
1736 }], 1747 }],
1737 ], 1748 ],
1738 } 1749 }
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