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

Side by Side Diff: net/net.gypi

Issue 1932363003: Remove net::IPAddressNumber. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « net/dns/record_rdata.cc ('k') | net/quic/quic_socket_address_coder.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 'base/escape.cc', 23 'base/escape.cc',
24 'base/escape.h', 24 'base/escape.h',
25 'base/hash_value.cc', 25 'base/hash_value.cc',
26 'base/hash_value.h', 26 'base/hash_value.h',
27 'base/host_port_pair.cc', 27 'base/host_port_pair.cc',
28 'base/host_port_pair.h', 28 'base/host_port_pair.h',
29 'base/io_buffer.cc', 29 'base/io_buffer.cc',
30 'base/io_buffer.h', 30 'base/io_buffer.h',
31 'base/ip_address.cc', 31 'base/ip_address.cc',
32 'base/ip_address.h', 32 'base/ip_address.h',
33 'base/ip_address_number.h',
34 'base/ip_endpoint.cc', 33 'base/ip_endpoint.cc',
35 'base/ip_endpoint.h', 34 'base/ip_endpoint.h',
36 'base/load_timing_info.cc', 35 'base/load_timing_info.cc',
37 'base/load_timing_info.h', 36 'base/load_timing_info.h',
38 'base/lookup_string_in_fixed_set.cc', 37 'base/lookup_string_in_fixed_set.cc',
39 'base/lookup_string_in_fixed_set.h', 38 'base/lookup_string_in_fixed_set.h',
40 'base/net_error_details.h', 39 'base/net_error_details.h',
41 'base/net_error_list.h', 40 'base/net_error_list.h',
42 'base/net_errors.cc', 41 'base/net_errors.cc',
43 'base/net_errors.h', 42 'base/net_errors.h',
(...skipping 3085 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3136 ], 3135 ],
3137 } 3136 }
3138 } 3137 }
OLDNEW
« no previous file with comments | « net/dns/record_rdata.cc ('k') | net/quic/quic_socket_address_coder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698