Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 16 matching lines...) Expand all Loading... | |
| 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_endpoint.cc', | 33 'base/ip_endpoint.cc', |
| 34 'base/ip_endpoint.h', | 34 'base/ip_endpoint.h', |
| 35 'base/load_timing_info.cc', | 35 'base/load_timing_info.cc', |
| 36 'base/load_timing_info.h', | 36 'base/load_timing_info.h', |
| 37 'base/logging_network_change_observer.cc', | |
| 38 'base/logging_network_change_observer.h', | |
|
mmenke
2016/05/12 16:47:58
Need to be in the non-nacl list
pauljensen
2016/05/12 16:52:56
Done.
| |
| 37 'base/lookup_string_in_fixed_set.cc', | 39 'base/lookup_string_in_fixed_set.cc', |
| 38 'base/lookup_string_in_fixed_set.h', | 40 'base/lookup_string_in_fixed_set.h', |
| 39 'base/net_error_details.h', | 41 'base/net_error_details.h', |
| 40 'base/net_error_list.h', | 42 'base/net_error_list.h', |
| 41 'base/net_errors.cc', | 43 'base/net_errors.cc', |
| 42 'base/net_errors.h', | 44 'base/net_errors.h', |
| 43 'base/net_errors_posix.cc', | 45 'base/net_errors_posix.cc', |
| 44 'base/net_export.h', | 46 'base/net_export.h', |
| 45 'base/net_module.cc', | 47 'base/net_module.cc', |
| 46 'base/net_module.h', | 48 'base/net_module.h', |
| (...skipping 3035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3085 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3086 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3089 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', | 3090 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', |
| 3089 ], | 3091 ], |
| 3090 } | 3092 } |
| 3091 } | 3093 } |
| OLD | NEW |