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

Side by Side Diff: net/net.gypi

Issue 419013003: Replace c/b/nss_context by a KeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added Linux implementation. Created 6 years, 3 months 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 | Annotate | Revision Log
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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 'spdy/spdy_session_pool.cc', 1071 'spdy/spdy_session_pool.cc',
1072 'spdy/spdy_session_pool.h', 1072 'spdy/spdy_session_pool.h',
1073 'spdy/spdy_stream.cc', 1073 'spdy/spdy_stream.cc',
1074 'spdy/spdy_stream.h', 1074 'spdy/spdy_stream.h',
1075 'spdy/spdy_websocket_stream.cc', 1075 'spdy/spdy_websocket_stream.cc',
1076 'spdy/spdy_websocket_stream.h', 1076 'spdy/spdy_websocket_stream.h',
1077 'spdy/spdy_write_queue.cc', 1077 'spdy/spdy_write_queue.cc',
1078 'spdy/spdy_write_queue.h', 1078 'spdy/spdy_write_queue.h',
1079 'spdy/write_blocked_list.h', 1079 'spdy/write_blocked_list.h',
1080 'ssl/client_cert_store.h', 1080 'ssl/client_cert_store.h',
1081 'ssl/client_cert_store_chromeos.cc',
1082 'ssl/client_cert_store_chromeos.h',
1083 'ssl/client_cert_store_mac.cc', 1081 'ssl/client_cert_store_mac.cc',
1084 'ssl/client_cert_store_mac.h', 1082 'ssl/client_cert_store_mac.h',
1085 'ssl/client_cert_store_nss.cc', 1083 'ssl/client_cert_store_nss.cc',
1086 'ssl/client_cert_store_nss.h', 1084 'ssl/client_cert_store_nss.h',
1087 'ssl/client_cert_store_win.cc', 1085 'ssl/client_cert_store_win.cc',
1088 'ssl/client_cert_store_win.h', 1086 'ssl/client_cert_store_win.h',
1089 'ssl/ssl_cipher_suite_names.cc', 1087 'ssl/ssl_cipher_suite_names.cc',
1090 'ssl/ssl_cipher_suite_names.h', 1088 'ssl/ssl_cipher_suite_names.h',
1091 'ssl/ssl_config_service_defaults.cc', 1089 'ssl/ssl_config_service_defaults.cc',
1092 'ssl/ssl_config_service_defaults.h', 1090 'ssl/ssl_config_service_defaults.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'spdy/spdy_test_util_common.cc', 1627 'spdy/spdy_test_util_common.cc',
1630 'spdy/spdy_test_util_common.h', 1628 'spdy/spdy_test_util_common.h',
1631 'spdy/spdy_test_utils.cc', 1629 'spdy/spdy_test_utils.cc',
1632 'spdy/spdy_test_utils.h', 1630 'spdy/spdy_test_utils.h',
1633 'spdy/spdy_websocket_stream_unittest.cc', 1631 'spdy/spdy_websocket_stream_unittest.cc',
1634 'spdy/spdy_websocket_test_util.cc', 1632 'spdy/spdy_websocket_test_util.cc',
1635 'spdy/spdy_websocket_test_util.h', 1633 'spdy/spdy_websocket_test_util.h',
1636 'spdy/spdy_write_queue_unittest.cc', 1634 'spdy/spdy_write_queue_unittest.cc',
1637 'spdy/write_blocked_list_test.cc', 1635 'spdy/write_blocked_list_test.cc',
1638 'ssl/channel_id_service_unittest.cc', 1636 'ssl/channel_id_service_unittest.cc',
1639 'ssl/client_cert_store_chromeos_unittest.cc',
1640 'ssl/client_cert_store_mac_unittest.cc', 1637 'ssl/client_cert_store_mac_unittest.cc',
1641 'ssl/client_cert_store_nss_unittest.cc', 1638 'ssl/client_cert_store_nss_unittest.cc',
1642 'ssl/client_cert_store_unittest-inl.h', 1639 'ssl/client_cert_store_unittest-inl.h',
1643 'ssl/client_cert_store_win_unittest.cc', 1640 'ssl/client_cert_store_win_unittest.cc',
1644 'ssl/default_channel_id_store_unittest.cc', 1641 'ssl/default_channel_id_store_unittest.cc',
1645 'ssl/openssl_client_key_store_unittest.cc', 1642 'ssl/openssl_client_key_store_unittest.cc',
1646 'ssl/ssl_cipher_suite_names_unittest.cc', 1643 'ssl/ssl_cipher_suite_names_unittest.cc',
1647 'ssl/ssl_client_auth_cache_unittest.cc', 1644 'ssl/ssl_client_auth_cache_unittest.cc',
1648 'ssl/ssl_config_service_unittest.cc', 1645 'ssl/ssl_config_service_unittest.cc',
1649 'ssl/ssl_connection_status_flags_unittest.cc', 1646 'ssl/ssl_connection_status_flags_unittest.cc',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1737 'tools/quic/test_tools/quic_test_client.h', 1734 'tools/quic/test_tools/quic_test_client.h',
1738 'tools/quic/test_tools/quic_test_utils.cc', 1735 'tools/quic/test_tools/quic_test_utils.cc',
1739 'tools/quic/test_tools/quic_test_utils.h', 1736 'tools/quic/test_tools/quic_test_utils.h',
1740 'tools/quic/test_tools/server_thread.h', 1737 'tools/quic/test_tools/server_thread.h',
1741 'tools/quic/test_tools/server_thread.cc', 1738 'tools/quic/test_tools/server_thread.cc',
1742 'tools/quic/test_tools/simple_client.h', 1739 'tools/quic/test_tools/simple_client.h',
1743 'tools/quic/test_tools/simple_client.cc', 1740 'tools/quic/test_tools/simple_client.cc',
1744 ], 1741 ],
1745 } 1742 }
1746 } 1743 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698