| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |