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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 'socket/ssl_client_socket.h', | 122 'socket/ssl_client_socket.h', |
| 123 'socket/ssl_client_socket_openssl.cc', | 123 'socket/ssl_client_socket_openssl.cc', |
| 124 'socket/ssl_client_socket_openssl.h', | 124 'socket/ssl_client_socket_openssl.h', |
| 125 'socket/ssl_client_socket_pool.cc', | 125 'socket/ssl_client_socket_pool.cc', |
| 126 'socket/ssl_client_socket_pool.h', | 126 'socket/ssl_client_socket_pool.h', |
| 127 'socket/ssl_error_params.cc', | 127 'socket/ssl_error_params.cc', |
| 128 'socket/ssl_error_params.h', | 128 'socket/ssl_error_params.h', |
| 129 'socket/ssl_session_cache_openssl.cc', | 129 'socket/ssl_session_cache_openssl.cc', |
| 130 'socket/ssl_session_cache_openssl.h', | 130 'socket/ssl_session_cache_openssl.h', |
| 131 'socket/ssl_socket.h', | 131 'socket/ssl_socket.h', |
| 132 'ssl/default_server_bound_cert_store.cc', | 132 'ssl/default_channel_id_store.cc', |
| 133 'ssl/default_server_bound_cert_store.h', | 133 'ssl/default_channel_id_store.h', |
|
wtc
2014/07/01 19:50:52
List these two files after ssl/channel_id_*
Ryan Hamilton
2014/07/21 19:12:09
Done.
| |
| 134 'ssl/channel_id_service.cc', | |
| 135 'ssl/channel_id_service.h', | |
| 136 'ssl/channel_id_store.cc', | |
| 137 'ssl/channel_id_store.h', | |
| 134 'ssl/openssl_client_key_store.cc', | 138 'ssl/openssl_client_key_store.cc', |
| 135 'ssl/openssl_client_key_store.h', | 139 'ssl/openssl_client_key_store.h', |
| 136 'ssl/server_bound_cert_service.cc', | |
| 137 'ssl/server_bound_cert_service.h', | |
| 138 'ssl/server_bound_cert_store.cc', | |
| 139 'ssl/server_bound_cert_store.h', | |
| 140 'ssl/signed_certificate_timestamp_and_status.cc', | 140 'ssl/signed_certificate_timestamp_and_status.cc', |
| 141 'ssl/signed_certificate_timestamp_and_status.h', | 141 'ssl/signed_certificate_timestamp_and_status.h', |
| 142 'ssl/ssl_cert_request_info.cc', | 142 'ssl/ssl_cert_request_info.cc', |
| 143 'ssl/ssl_cert_request_info.h', | 143 'ssl/ssl_cert_request_info.h', |
| 144 'ssl/ssl_client_auth_cache.cc', | 144 'ssl/ssl_client_auth_cache.cc', |
| 145 'ssl/ssl_client_auth_cache.h', | 145 'ssl/ssl_client_auth_cache.h', |
| 146 'ssl/ssl_client_cert_type.h', | 146 'ssl/ssl_client_cert_type.h', |
| 147 'ssl/ssl_config.cc', | 147 'ssl/ssl_config.cc', |
| 148 'ssl/ssl_config.h', | 148 'ssl/ssl_config.h', |
| 149 'ssl/ssl_info.cc', | 149 'ssl/ssl_info.cc', |
| (...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1606 'spdy/spdy_stream_unittest.cc', | 1606 'spdy/spdy_stream_unittest.cc', |
| 1607 'spdy/spdy_test_util_common.cc', | 1607 'spdy/spdy_test_util_common.cc', |
| 1608 'spdy/spdy_test_util_common.h', | 1608 'spdy/spdy_test_util_common.h', |
| 1609 'spdy/spdy_test_utils.cc', | 1609 'spdy/spdy_test_utils.cc', |
| 1610 'spdy/spdy_test_utils.h', | 1610 'spdy/spdy_test_utils.h', |
| 1611 'spdy/spdy_websocket_stream_unittest.cc', | 1611 'spdy/spdy_websocket_stream_unittest.cc', |
| 1612 'spdy/spdy_websocket_test_util.cc', | 1612 'spdy/spdy_websocket_test_util.cc', |
| 1613 'spdy/spdy_websocket_test_util.h', | 1613 'spdy/spdy_websocket_test_util.h', |
| 1614 'spdy/spdy_write_queue_unittest.cc', | 1614 'spdy/spdy_write_queue_unittest.cc', |
| 1615 'spdy/write_blocked_list_test.cc', | 1615 'spdy/write_blocked_list_test.cc', |
| 1616 'ssl/channel_id_service_unittest.cc', | |
| 1616 'ssl/client_cert_store_chromeos_unittest.cc', | 1617 'ssl/client_cert_store_chromeos_unittest.cc', |
| 1617 'ssl/client_cert_store_mac_unittest.cc', | 1618 'ssl/client_cert_store_mac_unittest.cc', |
| 1618 'ssl/client_cert_store_nss_unittest.cc', | 1619 'ssl/client_cert_store_nss_unittest.cc', |
| 1619 'ssl/client_cert_store_unittest-inl.h', | 1620 'ssl/client_cert_store_unittest-inl.h', |
| 1620 'ssl/client_cert_store_win_unittest.cc', | 1621 'ssl/client_cert_store_win_unittest.cc', |
| 1621 'ssl/default_server_bound_cert_store_unittest.cc', | 1622 'ssl/default_channel_id_store_unittest.cc', |
| 1622 'ssl/openssl_client_key_store_unittest.cc', | 1623 'ssl/openssl_client_key_store_unittest.cc', |
| 1623 'ssl/server_bound_cert_service_unittest.cc', | |
| 1624 'ssl/ssl_cipher_suite_names_unittest.cc', | 1624 'ssl/ssl_cipher_suite_names_unittest.cc', |
| 1625 'ssl/ssl_client_auth_cache_unittest.cc', | 1625 'ssl/ssl_client_auth_cache_unittest.cc', |
| 1626 'ssl/ssl_config_service_unittest.cc', | 1626 'ssl/ssl_config_service_unittest.cc', |
| 1627 'ssl/ssl_connection_status_flags_unittest.cc', | 1627 'ssl/ssl_connection_status_flags_unittest.cc', |
| 1628 'test/gtest_util.h', | 1628 'test/gtest_util.h', |
| 1629 'test/embedded_test_server/embedded_test_server_unittest.cc', | 1629 'test/embedded_test_server/embedded_test_server_unittest.cc', |
| 1630 'test/embedded_test_server/http_request_unittest.cc', | 1630 'test/embedded_test_server/http_request_unittest.cc', |
| 1631 'test/embedded_test_server/http_response_unittest.cc', | 1631 'test/embedded_test_server/http_response_unittest.cc', |
| 1632 'test/python_utils_unittest.cc', | 1632 'test/python_utils_unittest.cc', |
| 1633 'test/run_all_unittests.cc', | 1633 'test/run_all_unittests.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1715 'tools/quic/test_tools/quic_test_client.h', | 1715 'tools/quic/test_tools/quic_test_client.h', |
| 1716 'tools/quic/test_tools/quic_test_utils.cc', | 1716 'tools/quic/test_tools/quic_test_utils.cc', |
| 1717 'tools/quic/test_tools/quic_test_utils.h', | 1717 'tools/quic/test_tools/quic_test_utils.h', |
| 1718 'tools/quic/test_tools/server_thread.h', | 1718 'tools/quic/test_tools/server_thread.h', |
| 1719 'tools/quic/test_tools/server_thread.cc', | 1719 'tools/quic/test_tools/server_thread.cc', |
| 1720 'tools/quic/test_tools/simple_client.h', | 1720 'tools/quic/test_tools/simple_client.h', |
| 1721 'tools/quic/test_tools/simple_client.cc', | 1721 'tools/quic/test_tools/simple_client.cc', |
| 1722 ], | 1722 ], |
| 1723 } | 1723 } |
| 1724 } | 1724 } |
| OLD | NEW |