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

Side by Side Diff: net/net.gypi

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'http/http_status_line_validator.cc', 190 'http/http_status_line_validator.cc',
191 'http/http_status_line_validator.h', 191 'http/http_status_line_validator.h',
192 'http/http_util.cc', 192 'http/http_util.cc',
193 'http/http_util.h', 193 'http/http_util.h',
194 'http/http_vary_data.cc', 194 'http/http_vary_data.cc',
195 'http/http_vary_data.h', 195 'http/http_vary_data.h',
196 'http/transport_security_state.cc', 196 'http/transport_security_state.cc',
197 'http/transport_security_state.h', 197 'http/transport_security_state.h',
198 'log/net_log.cc', 198 'log/net_log.cc',
199 'log/net_log.h', 199 'log/net_log.h',
200 'log/net_log_entry.cc',
201 'log/net_log_entry.h',
202 'log/net_log_source.cc',
203 'log/net_log_source.h',
204 'log/net_log_with_source.cc',
205 'log/net_log_with_source.h',
200 'log/net_log_capture_mode.cc', 206 'log/net_log_capture_mode.cc',
201 'log/net_log_capture_mode.h', 207 'log/net_log_capture_mode.h',
202 'log/net_log_event_type_list.h', 208 'log/net_log_event_type_list.h',
203 'log/net_log_source_type_list.h', 209 'log/net_log_source_type_list.h',
204 'socket/client_socket_handle.cc', 210 'socket/client_socket_handle.cc',
205 'socket/client_socket_handle.h', 211 'socket/client_socket_handle.h',
206 'socket/connection_attempts.h', 212 'socket/connection_attempts.h',
207 'socket/next_proto.h', 213 'socket/next_proto.h',
208 'socket/socket.h', 214 'socket/socket.h',
209 'socket/socket_performance_watcher.h', 215 'socket/socket_performance_watcher.h',
(...skipping 3049 matching lines...) Expand 10 before | Expand all | Expand 10 after
3259 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3265 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3260 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3266 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3261 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3267 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3262 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3268 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3263 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3269 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3264 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3270 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3265 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3271 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3266 ], 3272 ],
3267 } 3273 }
3268 } 3274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698