| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'base/url_util.h', | 291 'base/url_util.h', |
| 292 'base/winsock_init.cc', | 292 'base/winsock_init.cc', |
| 293 'base/winsock_init.h', | 293 'base/winsock_init.h', |
| 294 'base/winsock_util.cc', | 294 'base/winsock_util.cc', |
| 295 'base/winsock_util.h', | 295 'base/winsock_util.h', |
| 296 'cert/cert_database_android.cc', | 296 'cert/cert_database_android.cc', |
| 297 'cert/cert_database_ios.cc', | 297 'cert/cert_database_ios.cc', |
| 298 'cert/cert_database_mac.cc', | 298 'cert/cert_database_mac.cc', |
| 299 'cert/cert_database_nss.cc', | 299 'cert/cert_database_nss.cc', |
| 300 'cert/cert_database_win.cc', | 300 'cert/cert_database_win.cc', |
| 301 'cert/cert_policy_enforcer.cc', |
| 302 'cert/cert_policy_enforcer.h', |
| 301 'cert/cert_trust_anchor_provider.h', | 303 'cert/cert_trust_anchor_provider.h', |
| 302 'cert/cert_verify_proc.cc', | 304 'cert/cert_verify_proc.cc', |
| 303 'cert/cert_verify_proc.h', | 305 'cert/cert_verify_proc.h', |
| 304 'cert/cert_verify_proc_android.cc', | 306 'cert/cert_verify_proc_android.cc', |
| 305 'cert/cert_verify_proc_android.h', | 307 'cert/cert_verify_proc_android.h', |
| 306 'cert/cert_verify_proc_mac.cc', | 308 'cert/cert_verify_proc_mac.cc', |
| 307 'cert/cert_verify_proc_mac.h', | 309 'cert/cert_verify_proc_mac.h', |
| 308 'cert/cert_verify_proc_nss.cc', | 310 'cert/cert_verify_proc_nss.cc', |
| 309 'cert/cert_verify_proc_nss.h', | 311 'cert/cert_verify_proc_nss.h', |
| 310 'cert/cert_verify_proc_openssl.cc', | 312 'cert/cert_verify_proc_openssl.cc', |
| (...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1286 'base/priority_queue_unittest.cc', | 1288 'base/priority_queue_unittest.cc', |
| 1287 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1289 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 1288 'base/sdch_dictionary_fetcher_unittest.cc', | 1290 'base/sdch_dictionary_fetcher_unittest.cc', |
| 1289 'base/sdch_manager_unittest.cc', | 1291 'base/sdch_manager_unittest.cc', |
| 1290 'base/static_cookie_policy_unittest.cc', | 1292 'base/static_cookie_policy_unittest.cc', |
| 1291 'base/test_completion_callback_unittest.cc', | 1293 'base/test_completion_callback_unittest.cc', |
| 1292 'base/trace_net_log_observer_unittest.cc', | 1294 'base/trace_net_log_observer_unittest.cc', |
| 1293 'base/upload_bytes_element_reader_unittest.cc', | 1295 'base/upload_bytes_element_reader_unittest.cc', |
| 1294 'base/upload_file_element_reader_unittest.cc', | 1296 'base/upload_file_element_reader_unittest.cc', |
| 1295 'base/url_util_unittest.cc', | 1297 'base/url_util_unittest.cc', |
| 1298 'cert/cert_policy_enforcer_unittest.cc', |
| 1296 'cert/cert_verify_proc_unittest.cc', | 1299 'cert/cert_verify_proc_unittest.cc', |
| 1297 'cert/crl_set_unittest.cc', | 1300 'cert/crl_set_unittest.cc', |
| 1298 'cert/ct_log_response_parser_unittest.cc', | 1301 'cert/ct_log_response_parser_unittest.cc', |
| 1299 'cert/ct_log_verifier_unittest.cc', | 1302 'cert/ct_log_verifier_unittest.cc', |
| 1300 'cert/ct_objects_extractor_unittest.cc', | 1303 'cert/ct_objects_extractor_unittest.cc', |
| 1301 'cert/ct_serialization_unittest.cc', | 1304 'cert/ct_serialization_unittest.cc', |
| 1302 'cert/ev_root_ca_metadata_unittest.cc', | 1305 'cert/ev_root_ca_metadata_unittest.cc', |
| 1303 'cert/jwk_serializer_unittest.cc', | 1306 'cert/jwk_serializer_unittest.cc', |
| 1304 'cert/multi_log_ct_verifier_unittest.cc', | 1307 'cert/multi_log_ct_verifier_unittest.cc', |
| 1305 'cert/multi_threaded_cert_verifier_unittest.cc', | 1308 'cert/multi_threaded_cert_verifier_unittest.cc', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 'tools/quic/test_tools/quic_test_client.h', | 1756 'tools/quic/test_tools/quic_test_client.h', |
| 1754 'tools/quic/test_tools/quic_test_utils.cc', | 1757 'tools/quic/test_tools/quic_test_utils.cc', |
| 1755 'tools/quic/test_tools/quic_test_utils.h', | 1758 'tools/quic/test_tools/quic_test_utils.h', |
| 1756 'tools/quic/test_tools/server_thread.h', | 1759 'tools/quic/test_tools/server_thread.h', |
| 1757 'tools/quic/test_tools/server_thread.cc', | 1760 'tools/quic/test_tools/server_thread.cc', |
| 1758 'tools/quic/test_tools/simple_client.h', | 1761 'tools/quic/test_tools/simple_client.h', |
| 1759 'tools/quic/test_tools/simple_client.cc', | 1762 'tools/quic/test_tools/simple_client.cc', |
| 1760 ], | 1763 ], |
| 1761 } | 1764 } |
| 1762 } | 1765 } |
| OLD | NEW |