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

Side by Side Diff: net/net.gypi

Issue 2551153003: Add static domain security state generator tool. (Closed)
Patch Set: Fix iOS? 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
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/domain_security_preload_generator/bit_writer.h » ('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 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after
3523 'third_party/nist-pkits/crls/requireExplicitPolicy4subsubsubCACRL.crl', 3523 'third_party/nist-pkits/crls/requireExplicitPolicy4subsubsubCACRL.crl',
3524 'third_party/nist-pkits/crls/requireExplicitPolicy5CACRL.crl', 3524 'third_party/nist-pkits/crls/requireExplicitPolicy5CACRL.crl',
3525 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3525 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3526 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3526 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3527 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3527 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3528 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3528 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3529 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3529 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3530 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3530 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3531 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3531 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3532 ], 3532 ],
3533 'net_domain_security_state_generator_sources': [
3534 'tools/domain_security_preload_generator/bit_writer.cc',
3535 'tools/domain_security_preload_generator/bit_writer.h',
3536 'tools/domain_security_preload_generator/cert_util.cc',
3537 'tools/domain_security_preload_generator/cert_util.h',
3538 'tools/domain_security_preload_generator/domain_security_entry.cc',
3539 'tools/domain_security_preload_generator/domain_security_entry.h',
3540 'tools/domain_security_preload_generator/domain_security_preload_generator .cc',
3541 'tools/domain_security_preload_generator/huffman/huffman_frequency_tracker .cc',
3542 'tools/domain_security_preload_generator/huffman/huffman_frequency_tracker .h',
3543 'tools/domain_security_preload_generator/pinset.cc',
3544 'tools/domain_security_preload_generator/pinset.h',
3545 'tools/domain_security_preload_generator/pinsets.cc',
3546 'tools/domain_security_preload_generator/pinsets.h',
3547 'tools/domain_security_preload_generator/preloaded_state_generator.cc',
3548 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3549 'tools/domain_security_preload_generator/spki_hash.cc',
3550 'tools/domain_security_preload_generator/spki_hash.h',
3551 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3552 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3553 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3554 'tools/domain_security_preload_generator/trie/trie_writer.h',
3555 ],
3533 } 3556 }
3534 } 3557 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/domain_security_preload_generator/bit_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698