| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'cert/cert_verify_proc_mac.cc', | 306 'cert/cert_verify_proc_mac.cc', |
| 307 'cert/cert_verify_proc_mac.h', | 307 'cert/cert_verify_proc_mac.h', |
| 308 'cert/cert_verify_proc_nss.cc', | 308 'cert/cert_verify_proc_nss.cc', |
| 309 'cert/cert_verify_proc_nss.h', | 309 'cert/cert_verify_proc_nss.h', |
| 310 'cert/cert_verify_proc_openssl.cc', | 310 'cert/cert_verify_proc_openssl.cc', |
| 311 'cert/cert_verify_proc_openssl.h', | 311 'cert/cert_verify_proc_openssl.h', |
| 312 'cert/cert_verify_proc_win.cc', | 312 'cert/cert_verify_proc_win.cc', |
| 313 'cert/cert_verify_proc_win.h', | 313 'cert/cert_verify_proc_win.h', |
| 314 'cert/crl_set_storage.cc', | 314 'cert/crl_set_storage.cc', |
| 315 'cert/crl_set_storage.h', | 315 'cert/crl_set_storage.h', |
| 316 'cert/ct_ev_whitelist.h', |
| 316 'cert/ct_known_logs.cc', | 317 'cert/ct_known_logs.cc', |
| 317 'cert/ct_known_logs.h', | 318 'cert/ct_known_logs.h', |
| 318 'cert/ct_known_logs_static.h', | 319 'cert/ct_known_logs_static.h', |
| 319 'cert/ct_log_response_parser.cc', | 320 'cert/ct_log_response_parser.cc', |
| 320 'cert/ct_log_response_parser.h', | 321 'cert/ct_log_response_parser.h', |
| 321 'cert/ct_log_verifier.cc', | 322 'cert/ct_log_verifier.cc', |
| 322 'cert/ct_log_verifier.h', | 323 'cert/ct_log_verifier.h', |
| 323 'cert/ct_log_verifier_nss.cc', | 324 'cert/ct_log_verifier_nss.cc', |
| 324 'cert/ct_log_verifier_openssl.cc', | 325 'cert/ct_log_verifier_openssl.cc', |
| 325 'cert/ct_objects_extractor.h', | 326 'cert/ct_objects_extractor.h', |
| (...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 'tools/quic/test_tools/quic_test_client.h', | 1754 'tools/quic/test_tools/quic_test_client.h', |
| 1754 'tools/quic/test_tools/quic_test_utils.cc', | 1755 'tools/quic/test_tools/quic_test_utils.cc', |
| 1755 'tools/quic/test_tools/quic_test_utils.h', | 1756 'tools/quic/test_tools/quic_test_utils.h', |
| 1756 'tools/quic/test_tools/server_thread.h', | 1757 'tools/quic/test_tools/server_thread.h', |
| 1757 'tools/quic/test_tools/server_thread.cc', | 1758 'tools/quic/test_tools/server_thread.cc', |
| 1758 'tools/quic/test_tools/simple_client.h', | 1759 'tools/quic/test_tools/simple_client.h', |
| 1759 'tools/quic/test_tools/simple_client.cc', | 1760 'tools/quic/test_tools/simple_client.cc', |
| 1760 ], | 1761 ], |
| 1761 } | 1762 } |
| 1762 } | 1763 } |
| OLD | NEW |