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

Side by Side Diff: net/net.gypi

Issue 2496573002: Add header files that were missing from BUILD.gn. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « ios/chrome/browser/ntp_tiles/BUILD.gn ('k') | skia/BUILD.gn » ('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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'ssl/ssl_cipher_suite_names.h', 239 'ssl/ssl_cipher_suite_names.h',
240 'ssl/ssl_client_auth_cache.cc', 240 'ssl/ssl_client_auth_cache.cc',
241 'ssl/ssl_client_auth_cache.h', 241 'ssl/ssl_client_auth_cache.h',
242 'ssl/ssl_client_cert_type.h', 242 'ssl/ssl_client_cert_type.h',
243 'ssl/ssl_client_session_cache.cc', 243 'ssl/ssl_client_session_cache.cc',
244 'ssl/ssl_client_session_cache.h', 244 'ssl/ssl_client_session_cache.h',
245 'ssl/ssl_config.cc', 245 'ssl/ssl_config.cc',
246 'ssl/ssl_config.h', 246 'ssl/ssl_config.h',
247 'ssl/ssl_config_service.cc', 247 'ssl/ssl_config_service.cc',
248 'ssl/ssl_config_service.h', 248 'ssl/ssl_config_service.h',
249 'ssl/ssl_connection_status_flags.h',
249 'ssl/ssl_info.cc', 250 'ssl/ssl_info.cc',
250 'ssl/ssl_info.h', 251 'ssl/ssl_info.h',
251 'ssl/ssl_private_key.h', 252 'ssl/ssl_private_key.h',
252 'ssl/ssl_server_config.cc', 253 'ssl/ssl_server_config.cc',
253 'ssl/ssl_server_config.h', 254 'ssl/ssl_server_config.h',
254 'ssl/token_binding.cc', 255 'ssl/token_binding.cc',
255 'ssl/token_binding.h', 256 'ssl/token_binding.h',
256 ], 257 ],
257 'net_non_nacl_sources': [ 258 'net_non_nacl_sources': [
258 'android/cellular_signal_strength.cc', 259 'android/cellular_signal_strength.cc',
(...skipping 3047 matching lines...) Expand 10 before | Expand all | Expand 10 after
3306 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3307 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3307 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3308 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3308 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3309 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3309 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3310 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3310 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3311 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3311 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3312 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3312 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3313 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3313 ], 3314 ],
3314 } 3315 }
3315 } 3316 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ntp_tiles/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698