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

Side by Side Diff: net/net.gypi

Issue 188873004: Compile src/net for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « net/net.gyp ('k') | net/net_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 # Subset of net source files that are compiled for NaCl (net_nacl target).
8 # These files must not depend on files listed in sources list in the net
9 # target.
10 'net_nacl_common_sources' : [
11 'base/address_family.h',
12 'base/address_list.cc',
13 'base/address_list.h',
14 'base/auth.cc',
15 'base/auth.h',
16 'base/completion_callback.h',
17 'base/connection_type_histograms.cc',
18 'base/connection_type_histograms.h',
19 'base/dns_util.cc',
20 'base/dns_util.h',
21 'base/escape.cc',
22 'base/escape.h',
23 'base/hash_value.cc',
24 'base/hash_value.h',
25 'base/load_timing_info.cc',
26 'base/load_timing_info.h',
27 'base/host_port_pair.cc',
28 'base/host_port_pair.h',
29 'base/io_buffer.cc',
30 'base/io_buffer.h',
31 'base/ip_endpoint.cc',
32 'base/ip_endpoint.h',
33 'base/net_error_list.h',
34 'base/net_errors.cc',
35 'base/net_errors.h',
36 'base/net_errors_posix.cc',
37 'base/net_export.h',
38 'base/net_log.cc',
39 'base/net_log.h',
40 'base/net_log_event_type_list.h',
41 'base/net_log_source_type_list.h',
42 'base/net_module.cc',
43 'base/net_module.h',
44 'base/net_util.cc',
45 'base/net_util.h',
46 'base/net_util_posix.cc',
47 'base/openssl_private_key_store.h',
48 'base/openssl_private_key_store_android.cc',
49 'base/openssl_private_key_store_memory.cc',
50 'base/rand_callback.h',
51 'base/registry_controlled_domains/registry_controlled_domain.cc',
52 'base/registry_controlled_domains/registry_controlled_domain.h',
53 'base/sys_addrinfo.h',
54 'base/zap.cc',
55 'base/zap.h',
56 'cert/asn1_util.cc',
57 'cert/asn1_util.h',
58 'cert/cert_database.cc',
59 'cert/cert_database.h',
60 'cert/cert_database_openssl.cc',
61 'cert/cert_status_flags.cc',
62 'cert/cert_status_flags.h',
63 'cert/cert_verifier.cc',
64 'cert/cert_verifier.h',
65 'cert/cert_verify_result.cc',
66 'cert/cert_verify_result.h',
67 'cert/pem_tokenizer.cc',
68 'cert/pem_tokenizer.h',
69 'cert/signed_certificate_timestamp.cc',
70 'cert/signed_certificate_timestamp.h',
71 'cert/single_request_cert_verifier.cc',
72 'cert/single_request_cert_verifier.h',
73 'cert/x509_cert_types.cc',
74 'cert/x509_cert_types.h',
75 'cert/x509_certificate.cc',
76 'cert/x509_certificate.h',
77 'cert/x509_certificate_net_log_param.cc',
78 'cert/x509_certificate_net_log_param.h',
79 'cert/x509_certificate_openssl.cc',
80 'cert/x509_util.cc',
81 'cert/x509_util.h',
82 'cert/x509_util_openssl.cc',
83 'cert/x509_util_openssl.h',
84 'http/http_auth_challenge_tokenizer.cc',
85 'http/http_auth_challenge_tokenizer.h',
86 'http/http_byte_range.cc',
87 'http/http_byte_range.h',
88 'http/http_log_util.cc',
89 'http/http_log_util.h',
90 'http/http_request_headers.cc',
91 'http/http_request_headers.h',
92 'http/http_response_headers.cc',
93 'http/http_response_headers.h',
94 'http/http_response_info.cc',
95 'http/http_response_info.h',
96 'http/http_security_headers.cc',
97 'http/http_security_headers.h',
98 'http/http_util.cc',
99 'http/http_util.h',
100 'http/http_util_icu.cc',
101 'http/http_vary_data.cc',
102 'http/http_vary_data.h',
103 'http/transport_security_state.cc',
104 'http/transport_security_state.h',
105 'socket/client_socket_handle.cc',
106 'socket/client_socket_handle.h',
107 'socket/client_socket_pool_histograms.cc',
108 'socket/client_socket_pool_histograms.h',
109 'socket/next_proto.h',
110 'socket/socket.h',
111 'socket/ssl_client_socket.cc',
112 'socket/ssl_client_socket.h',
113 'socket/ssl_client_socket_openssl.cc',
114 'socket/ssl_client_socket_openssl.h',
115 'socket/ssl_client_socket_pool.cc',
116 'socket/ssl_client_socket_pool.h',
117 'socket/ssl_error_params.cc',
118 'socket/ssl_error_params.h',
119 'socket/ssl_session_cache_openssl.cc',
120 'socket/ssl_session_cache_openssl.h',
121 'socket/ssl_socket.h',
122 'ssl/default_server_bound_cert_store.cc',
123 'ssl/default_server_bound_cert_store.h',
124 'ssl/openssl_client_key_store.cc',
125 'ssl/openssl_client_key_store.h',
126 'ssl/server_bound_cert_service.cc',
127 'ssl/server_bound_cert_service.h',
128 'ssl/server_bound_cert_store.cc',
129 'ssl/server_bound_cert_store.h',
130 'ssl/signed_certificate_timestamp_and_status.cc',
131 'ssl/signed_certificate_timestamp_and_status.h',
132 'ssl/ssl_cert_request_info.cc',
133 'ssl/ssl_cert_request_info.h',
134 'ssl/ssl_client_auth_cache.cc',
135 'ssl/ssl_client_auth_cache.h',
136 'ssl/ssl_client_cert_type.h',
137 'ssl/ssl_config.cc',
138 'ssl/ssl_config.h',
139 'ssl/ssl_info.cc',
140 'ssl/ssl_info.h',
141 ],
142 }
143 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/net_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698