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

Side by Side Diff: net/net.gypi

Issue 2533953005: Standardize "net" category trace events (Closed)
Patch Set: self review Created 4 years 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'log/net_log_capture_mode.cc', 200 'log/net_log_capture_mode.cc',
201 'log/net_log_capture_mode.h', 201 'log/net_log_capture_mode.h',
202 'log/net_log_entry.cc', 202 'log/net_log_entry.cc',
203 'log/net_log_entry.h', 203 'log/net_log_entry.h',
204 'log/net_log_event_type_list.h', 204 'log/net_log_event_type_list.h',
205 'log/net_log_source.cc', 205 'log/net_log_source.cc',
206 'log/net_log_source.h', 206 'log/net_log_source.h',
207 'log/net_log_source_type_list.h', 207 'log/net_log_source_type_list.h',
208 'log/net_log_with_source.cc', 208 'log/net_log_with_source.cc',
209 'log/net_log_with_source.h', 209 'log/net_log_with_source.h',
210 'log/trace_constants.cc',
211 'log/trace_constants.h',
210 'socket/client_socket_handle.cc', 212 'socket/client_socket_handle.cc',
211 'socket/client_socket_handle.h', 213 'socket/client_socket_handle.h',
212 'socket/connection_attempts.h', 214 'socket/connection_attempts.h',
213 'socket/next_proto.cc', 215 'socket/next_proto.cc',
214 'socket/next_proto.h', 216 'socket/next_proto.h',
215 'socket/socket.h', 217 'socket/socket.h',
216 'socket/socket_bio_adapter.cc', 218 'socket/socket_bio_adapter.cc',
217 'socket/socket_bio_adapter.h', 219 'socket/socket_bio_adapter.h',
218 'socket/socket_performance_watcher.h', 220 'socket/socket_performance_watcher.h',
219 'socket/socket_performance_watcher_factory.h', 221 'socket/socket_performance_watcher_factory.h',
(...skipping 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after
3337 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3339 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3338 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3340 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3339 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3341 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3340 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3342 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3341 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3343 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3342 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3344 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3343 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3345 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3344 ], 3346 ],
3345 } 3347 }
3346 } 3348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698