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

Side by Side Diff: net/net.gypi

Issue 1378613004: Set Token-Binding HTTP header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tb-tls-ext-new
Patch Set: Add UMA logging of Token Binding support and NetLog event for Token Binding key lookup Created 5 years, 1 month 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
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 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 'ssl/client_cert_store_win.h', 1141 'ssl/client_cert_store_win.h',
1142 'ssl/ssl_config_service_defaults.cc', 1142 'ssl/ssl_config_service_defaults.cc',
1143 'ssl/ssl_config_service_defaults.h', 1143 'ssl/ssl_config_service_defaults.h',
1144 'ssl/ssl_platform_key.h', 1144 'ssl/ssl_platform_key.h',
1145 'ssl/ssl_platform_key_android.cc', 1145 'ssl/ssl_platform_key_android.cc',
1146 'ssl/ssl_platform_key_mac.cc', 1146 'ssl/ssl_platform_key_mac.cc',
1147 'ssl/ssl_platform_key_nss.cc', 1147 'ssl/ssl_platform_key_nss.cc',
1148 'ssl/ssl_platform_key_win.cc', 1148 'ssl/ssl_platform_key_win.cc',
1149 'ssl/threaded_ssl_private_key.cc', 1149 'ssl/threaded_ssl_private_key.cc',
1150 'ssl/threaded_ssl_private_key.h', 1150 'ssl/threaded_ssl_private_key.h',
1151 'ssl/token_binding.h',
1152 'ssl/token_binding_nss.cc',
1153 'ssl/token_binding_openssl.cc',
1151 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1154 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1152 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1155 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1153 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1156 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1154 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1157 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1155 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1158 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1156 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1159 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1157 'udp/datagram_client_socket.h', 1160 'udp/datagram_client_socket.h',
1158 'udp/datagram_server_socket.h', 1161 'udp/datagram_server_socket.h',
1159 'udp/datagram_socket.h', 1162 'udp/datagram_socket.h',
1160 'udp/diff_serv_code_point.h', 1163 'udp/diff_serv_code_point.h',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 'docs/bug-triage.md', 1905 'docs/bug-triage.md',
1903 'docs/bug-triage-labels.md', 1906 'docs/bug-triage-labels.md',
1904 'docs/bug-triage-suggested-workflow.md', 1907 'docs/bug-triage-suggested-workflow.md',
1905 'docs/code-patterns.md', 1908 'docs/code-patterns.md',
1906 'docs/life-of-a-url-request.md', 1909 'docs/life-of-a-url-request.md',
1907 'sdch/README.md', 1910 'sdch/README.md',
1908 ], 1911 ],
1909 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1912 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1910 } 1913 }
1911 } 1914 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698