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

Side by Side Diff: net/net.gypi

Issue 1807313002: Move token_binding_nss.cc to net_non_nacl_sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'ssl/ssl_config.h', 206 'ssl/ssl_config.h',
207 'ssl/ssl_config_service.cc', 207 'ssl/ssl_config_service.cc',
208 'ssl/ssl_config_service.h', 208 'ssl/ssl_config_service.h',
209 'ssl/ssl_failure_state.h', 209 'ssl/ssl_failure_state.h',
210 'ssl/ssl_info.cc', 210 'ssl/ssl_info.cc',
211 'ssl/ssl_info.h', 211 'ssl/ssl_info.h',
212 'ssl/ssl_private_key.h', 212 'ssl/ssl_private_key.h',
213 'ssl/ssl_server_config.cc', 213 'ssl/ssl_server_config.cc',
214 'ssl/ssl_server_config.h', 214 'ssl/ssl_server_config.h',
215 'ssl/token_binding.h', 215 'ssl/token_binding.h',
216 'ssl/token_binding_nss.cc',
217 'ssl/token_binding_openssl.cc', 216 'ssl/token_binding_openssl.cc',
218 217
219 # Most files in net/quic are in net_nacl_common_sources, except for the 218 # Most files in net/quic are in net_nacl_common_sources, except for the
220 # files that have dependency on SPDY (net/spdy) or NSS. 219 # files that have dependency on SPDY (net/spdy) or NSS.
221 'quic/congestion_control/cubic.cc', 220 'quic/congestion_control/cubic.cc',
222 'quic/congestion_control/cubic.h', 221 'quic/congestion_control/cubic.h',
223 'quic/congestion_control/cubic_bytes.cc', 222 'quic/congestion_control/cubic_bytes.cc',
224 'quic/congestion_control/cubic_bytes.h', 223 'quic/congestion_control/cubic_bytes.h',
225 'quic/congestion_control/general_loss_algorithm.cc', 224 'quic/congestion_control/general_loss_algorithm.cc',
226 'quic/congestion_control/general_loss_algorithm.h', 225 'quic/congestion_control/general_loss_algorithm.h',
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'ssl/ssl_platform_key_android.cc', 1187 'ssl/ssl_platform_key_android.cc',
1189 'ssl/ssl_platform_key_mac.cc', 1188 'ssl/ssl_platform_key_mac.cc',
1190 'ssl/ssl_platform_key_nss.cc', 1189 'ssl/ssl_platform_key_nss.cc',
1191 'ssl/ssl_platform_key_task_runner.cc', 1190 'ssl/ssl_platform_key_task_runner.cc',
1192 'ssl/ssl_platform_key_task_runner.h', 1191 'ssl/ssl_platform_key_task_runner.h',
1193 'ssl/ssl_platform_key_win.cc', 1192 'ssl/ssl_platform_key_win.cc',
1194 'ssl/test_ssl_private_key.cc', 1193 'ssl/test_ssl_private_key.cc',
1195 'ssl/test_ssl_private_key.h', 1194 'ssl/test_ssl_private_key.h',
1196 'ssl/threaded_ssl_private_key.cc', 1195 'ssl/threaded_ssl_private_key.cc',
1197 'ssl/threaded_ssl_private_key.h', 1196 'ssl/threaded_ssl_private_key.h',
1197 'ssl/token_binding_nss.cc',
1198 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1198 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1199 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1199 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1200 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1200 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1201 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1201 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1202 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1202 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1203 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1203 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1204 'udp/datagram_client_socket.h', 1204 'udp/datagram_client_socket.h',
1205 'udp/datagram_server_socket.h', 1205 'udp/datagram_server_socket.h',
1206 'udp/datagram_socket.h', 1206 'udp/datagram_socket.h',
1207 'udp/diff_serv_code_point.h', 1207 'udp/diff_serv_code_point.h',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1991 'docs/bug-triage-labels.md', 1991 'docs/bug-triage-labels.md',
1992 'docs/bug-triage-suggested-workflow.md', 1992 'docs/bug-triage-suggested-workflow.md',
1993 'docs/code-patterns.md', 1993 'docs/code-patterns.md',
1994 'docs/crash-course-in-net-internals.md', 1994 'docs/crash-course-in-net-internals.md',
1995 'docs/life-of-a-url-request.md', 1995 'docs/life-of-a-url-request.md',
1996 'sdch/README.md', 1996 'sdch/README.md',
1997 ], 1997 ],
1998 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1998 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1999 } 1999 }
2000 } 2000 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698