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

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: Remove sequence numbers from mock reads Created 4 years, 10 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
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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 'ssl/ssl_key_logger.h', 1181 'ssl/ssl_key_logger.h',
1182 'ssl/ssl_platform_key.h', 1182 'ssl/ssl_platform_key.h',
1183 'ssl/ssl_platform_key_android.cc', 1183 'ssl/ssl_platform_key_android.cc',
1184 'ssl/ssl_platform_key_mac.cc', 1184 'ssl/ssl_platform_key_mac.cc',
1185 'ssl/ssl_platform_key_nss.cc', 1185 'ssl/ssl_platform_key_nss.cc',
1186 'ssl/ssl_platform_key_task_runner.cc', 1186 'ssl/ssl_platform_key_task_runner.cc',
1187 'ssl/ssl_platform_key_task_runner.h', 1187 'ssl/ssl_platform_key_task_runner.h',
1188 'ssl/ssl_platform_key_win.cc', 1188 'ssl/ssl_platform_key_win.cc',
1189 'ssl/threaded_ssl_private_key.cc', 1189 'ssl/threaded_ssl_private_key.cc',
1190 'ssl/threaded_ssl_private_key.h', 1190 'ssl/threaded_ssl_private_key.h',
1191 'ssl/token_binding.h',
1192 'ssl/token_binding_nss.cc',
1193 'ssl/token_binding_openssl.cc',
1191 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1194 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1192 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1195 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1193 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1196 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1194 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1197 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1195 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1198 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1196 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1199 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1197 'udp/datagram_client_socket.h', 1200 'udp/datagram_client_socket.h',
1198 'udp/datagram_server_socket.h', 1201 'udp/datagram_server_socket.h',
1199 'udp/datagram_socket.h', 1202 'udp/datagram_socket.h',
1200 'udp/diff_serv_code_point.h', 1203 'udp/diff_serv_code_point.h',
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'docs/bug-triage-labels.md', 1976 'docs/bug-triage-labels.md',
1974 'docs/bug-triage-suggested-workflow.md', 1977 'docs/bug-triage-suggested-workflow.md',
1975 'docs/code-patterns.md', 1978 'docs/code-patterns.md',
1976 'docs/crash-course-in-net-internals.md', 1979 'docs/crash-course-in-net-internals.md',
1977 'docs/life-of-a-url-request.md', 1980 'docs/life-of-a-url-request.md',
1978 'sdch/README.md', 1981 'sdch/README.md',
1979 ], 1982 ],
1980 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1983 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1981 } 1984 }
1982 } 1985 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698