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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 ], | 73 ], |
74 }, | 74 }, |
75 ], | 75 ], |
76 'direct_dependent_settings': { | 76 'direct_dependent_settings': { |
77 'include_dirs': [ | 77 'include_dirs': [ |
78 '<(SHARED_INTERMEDIATE_DIR)' | 78 '<(SHARED_INTERMEDIATE_DIR)' |
79 ], | 79 ], |
80 }, | 80 }, |
81 }, | 81 }, |
82 { | 82 { |
| 83 # Protobuf compiler / generator for certificate verifcation protocol |
| 84 # buffer. |
| 85 # GN version: //net:net_cert_proto |
| 86 'target_name': 'net_cert_proto', |
| 87 'type': 'static_library', |
| 88 'sources': [ |
| 89 'cert/proto/cert_verification.proto', |
| 90 ], |
| 91 'variables': { |
| 92 'enable_wexit_time_destructors': 1, |
| 93 'proto_in_dir': 'cert/proto', |
| 94 'proto_out_dir': 'net/cert/proto', |
| 95 'cc_generator_options': 'dllexport_decl=NET_EXPORT_PRIVATE:', |
| 96 'cc_include': 'net/base/net_export.h', |
| 97 }, |
| 98 'includes': [ |
| 99 '../build/protoc.gypi', |
| 100 ], |
| 101 'defines': [ |
| 102 'NET_IMPLEMENTATION', |
| 103 ], |
| 104 }, |
| 105 { |
83 # Protobuf compiler / generator for QUIC crypto protocol buffer. | 106 # Protobuf compiler / generator for QUIC crypto protocol buffer. |
84 # GN version: //net:net_quic_proto | 107 # GN version: //net:net_quic_proto |
85 'target_name': 'net_quic_proto', | 108 'target_name': 'net_quic_proto', |
86 'type': 'static_library', | 109 'type': 'static_library', |
87 'sources': [ | 110 'sources': [ |
88 'quic/proto/cached_network_parameters.proto', | 111 'quic/proto/cached_network_parameters.proto', |
89 'quic/proto/source_address_token.proto', | 112 'quic/proto/source_address_token.proto', |
90 ], | 113 ], |
91 'variables': { | 114 'variables': { |
92 'enable_wexit_time_destructors': 1, | 115 'enable_wexit_time_destructors': 1, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 { | 154 { |
132 'sources': [ | 155 'sources': [ |
133 'base/filename_util_icu.cc', | 156 'base/filename_util_icu.cc', |
134 'base/net_string_util_icu.cc', | 157 'base/net_string_util_icu.cc', |
135 ], | 158 ], |
136 'dependencies': [ | 159 'dependencies': [ |
137 '../base/base.gyp:base_i18n', | 160 '../base/base.gyp:base_i18n', |
138 '../third_party/icu/icu.gyp:icui18n', | 161 '../third_party/icu/icu.gyp:icui18n', |
139 '../third_party/icu/icu.gyp:icuuc', | 162 '../third_party/icu/icu.gyp:icuuc', |
140 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 163 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 164 'net_cert_proto', |
141 'net_quic_proto', | 165 'net_quic_proto', |
142 ], | 166 ], |
143 }], | 167 }], |
144 # Brotli support. | 168 # Brotli support. |
145 ['disable_brotli_filter == 1', { | 169 ['disable_brotli_filter == 1', { |
146 'sources': [ | 170 'sources': [ |
147 'filter/brotli_filter_disabled.cc', | 171 'filter/brotli_filter_disabled.cc', |
148 ], | 172 ], |
149 }, | 173 }, |
150 # 'disable_brotli_filter != 1' | 174 # 'disable_brotli_filter != 1' |
(...skipping 17 matching lines...) Expand all Loading... |
168 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 192 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
169 '../crypto/crypto.gyp:crypto', | 193 '../crypto/crypto.gyp:crypto', |
170 '../crypto/crypto.gyp:crypto_test_support', | 194 '../crypto/crypto.gyp:crypto_test_support', |
171 '../testing/gmock.gyp:gmock', | 195 '../testing/gmock.gyp:gmock', |
172 '../testing/gtest.gyp:gtest', | 196 '../testing/gtest.gyp:gtest', |
173 '../third_party/zlib/zlib.gyp:zlib', | 197 '../third_party/zlib/zlib.gyp:zlib', |
174 '../url/url.gyp:url_url_features', | 198 '../url/url.gyp:url_url_features', |
175 '../url/url.gyp:url_lib', | 199 '../url/url.gyp:url_lib', |
176 'balsa', | 200 'balsa', |
177 'net', | 201 'net', |
| 202 'net_cert_proto', |
178 'net_quic_proto', | 203 'net_quic_proto', |
179 'net_derived_sources', | 204 'net_derived_sources', |
180 'net_extras', | 205 'net_extras', |
181 'net_test_support', | 206 'net_test_support', |
182 'simple_quic_tools', | 207 'simple_quic_tools', |
183 'stale_while_revalidate_experiment_domains', | 208 'stale_while_revalidate_experiment_domains', |
184 ], | 209 ], |
185 'sources': [ | 210 'sources': [ |
186 '<@(net_test_sources)', | 211 '<@(net_test_sources)', |
187 ], | 212 ], |
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1749 '../build/isolate.gypi', | 1774 '../build/isolate.gypi', |
1750 ], | 1775 ], |
1751 'sources': [ | 1776 'sources': [ |
1752 'net_unittests.isolate', | 1777 'net_unittests.isolate', |
1753 ], | 1778 ], |
1754 }, | 1779 }, |
1755 ], | 1780 ], |
1756 }], | 1781 }], |
1757 ], | 1782 ], |
1758 } | 1783 } |
OLD | NEW |