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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1029 'dependencies': [ | 1029 'dependencies': [ |
1030 '../base/base.gyp:base', | 1030 '../base/base.gyp:base', |
1031 'net', | 1031 'net', |
1032 ], | 1032 ], |
1033 'sources': [ | 1033 'sources': [ |
1034 'tools/crl_set_dump/crl_set_dump.cc', | 1034 'tools/crl_set_dump/crl_set_dump.cc', |
1035 ], | 1035 ], |
1036 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1036 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1037 'msvs_disabled_warnings': [4267, ], | 1037 'msvs_disabled_warnings': [4267, ], |
1038 }, | 1038 }, |
| 1039 # GN version: //net:dns_fuzz_stub |
1039 { | 1040 { |
1040 'target_name': 'dns_fuzz_stub', | 1041 'target_name': 'dns_fuzz_stub', |
1041 'type': 'executable', | 1042 'type': 'executable', |
1042 'dependencies': [ | 1043 'dependencies': [ |
1043 '../base/base.gyp:base', | 1044 '../base/base.gyp:base', |
1044 'net', | 1045 'net', |
1045 ], | 1046 ], |
1046 'sources': [ | 1047 'sources': [ |
1047 'tools/dns_fuzz_stub/dns_fuzz_stub.cc', | 1048 'tools/dns_fuzz_stub/dns_fuzz_stub.cc', |
1048 ], | 1049 ], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1095 'dependencies': [ | 1096 'dependencies': [ |
1096 '../base/base.gyp:base', | 1097 '../base/base.gyp:base', |
1097 'net', | 1098 'net', |
1098 ], | 1099 ], |
1099 'sources': [ | 1100 'sources': [ |
1100 'spdy/fuzzing/hpack_fuzz_mutator.cc', | 1101 'spdy/fuzzing/hpack_fuzz_mutator.cc', |
1101 ], | 1102 ], |
1102 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1103 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1103 'msvs_disabled_warnings': [4267, ], | 1104 'msvs_disabled_warnings': [4267, ], |
1104 }, | 1105 }, |
| 1106 # GN version: //net:hpack_fuzz_wrapper |
1105 { | 1107 { |
1106 'target_name': 'hpack_fuzz_wrapper', | 1108 'target_name': 'hpack_fuzz_wrapper', |
1107 'type': 'executable', | 1109 'type': 'executable', |
1108 'dependencies': [ | 1110 'dependencies': [ |
1109 '../base/base.gyp:base', | 1111 '../base/base.gyp:base', |
1110 'net', | 1112 'net', |
1111 ], | 1113 ], |
1112 'sources': [ | 1114 'sources': [ |
1113 'spdy/fuzzing/hpack_fuzz_wrapper.cc', | 1115 'spdy/fuzzing/hpack_fuzz_wrapper.cc', |
1114 ], | 1116 ], |
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1760 '../build/isolate.gypi', | 1762 '../build/isolate.gypi', |
1761 ], | 1763 ], |
1762 'sources': [ | 1764 'sources': [ |
1763 'net_unittests.isolate', | 1765 'net_unittests.isolate', |
1764 ], | 1766 ], |
1765 }, | 1767 }, |
1766 ], | 1768 ], |
1767 }], | 1769 }], |
1768 ], | 1770 ], |
1769 } | 1771 } |
OLD | NEW |