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

Side by Side Diff: net/net.gyp

Issue 10161005: Add DefaultListenSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix year in license header Created 8 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'base/cert_verify_result.cc', 86 'base/cert_verify_result.cc',
87 'base/cert_verify_result.h', 87 'base/cert_verify_result.h',
88 'base/completion_callback.h', 88 'base/completion_callback.h',
89 'base/connection_type_histograms.cc', 89 'base/connection_type_histograms.cc',
90 'base/connection_type_histograms.h', 90 'base/connection_type_histograms.h',
91 'base/crl_set.cc', 91 'base/crl_set.cc',
92 'base/crl_set.h', 92 'base/crl_set.h',
93 'base/crypto_module.h', 93 'base/crypto_module.h',
94 'base/crypto_module_nss.cc', 94 'base/crypto_module_nss.cc',
95 'base/crypto_module_openssl.cc', 95 'base/crypto_module_openssl.cc',
96 'base/default_listen_socket.cc',
97 'base/default_listen_socket.h',
96 'base/data_url.cc', 98 'base/data_url.cc',
97 'base/data_url.h', 99 'base/data_url.h',
98 'base/default_server_bound_cert_store.cc', 100 'base/default_server_bound_cert_store.cc',
99 'base/default_server_bound_cert_store.h', 101 'base/default_server_bound_cert_store.h',
100 'base/directory_lister.cc', 102 'base/directory_lister.cc',
101 'base/directory_lister.h', 103 'base/directory_lister.h',
102 'base/dns_reloader.cc', 104 'base/dns_reloader.cc',
103 'base/dns_reloader.h', 105 'base/dns_reloader.h',
104 'base/dns_util.cc', 106 'base/dns_util.cc',
105 'base/dns_util.h', 107 'base/dns_util.h',
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 'tools/dump_cache/url_to_filename_encoder.cc', 1846 'tools/dump_cache/url_to_filename_encoder.cc',
1845 'tools/dump_cache/url_to_filename_encoder.h', 1847 'tools/dump_cache/url_to_filename_encoder.h',
1846 'tools/dump_cache/url_utilities.h', 1848 'tools/dump_cache/url_utilities.h',
1847 'tools/dump_cache/url_utilities.cc', 1849 'tools/dump_cache/url_utilities.cc',
1848 ], 1850 ],
1849 }, 1851 },
1850 ], 1852 ],
1851 }], 1853 }],
1852 ], 1854 ],
1853 } 1855 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698