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

Side by Side Diff: net/net.gypi

Issue 2561913003: Create a QUIC wrapper around a mutex and a mutex lock. (Closed)
Patch Set: fix Created 4 years 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 | net/quic/core/crypto/crypto_secret_boxer.h » ('j') | 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 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 'quic/core/quic_versions.h', 1208 'quic/core/quic_versions.h',
1209 'quic/core/quic_write_blocked_list.cc', 1209 'quic/core/quic_write_blocked_list.cc',
1210 'quic/core/quic_write_blocked_list.h', 1210 'quic/core/quic_write_blocked_list.h',
1211 'quic/core/spdy_utils.cc', 1211 'quic/core/spdy_utils.cc',
1212 'quic/core/spdy_utils.h', 1212 'quic/core/spdy_utils.h',
1213 'quic/platform/api/quic_clock.cc', 1213 'quic/platform/api/quic_clock.cc',
1214 'quic/platform/api/quic_clock.h', 1214 'quic/platform/api/quic_clock.h',
1215 'quic/platform/api/quic_ip_address_family.h', 1215 'quic/platform/api/quic_ip_address_family.h',
1216 'quic/platform/api/quic_ip_address.cc', 1216 'quic/platform/api/quic_ip_address.cc',
1217 'quic/platform/api/quic_ip_address.h', 1217 'quic/platform/api/quic_ip_address.h',
1218 'quic/platform/api/quic_mutex.cc',
1219 'quic/platform/api/quic_mutex.h',
1218 'quic/platform/api/quic_socket_address.cc', 1220 'quic/platform/api/quic_socket_address.cc',
1219 'quic/platform/api/quic_socket_address.h', 1221 'quic/platform/api/quic_socket_address.h',
1220 'quic/platform/impl/quic_chromium_clock.cc', 1222 'quic/platform/impl/quic_chromium_clock.cc',
1221 'quic/platform/impl/quic_chromium_clock.h', 1223 'quic/platform/impl/quic_chromium_clock.h',
1222 'quic/platform/impl/quic_ip_address_impl.cc', 1224 'quic/platform/impl/quic_ip_address_impl.cc',
1223 'quic/platform/impl/quic_ip_address_impl.h', 1225 'quic/platform/impl/quic_ip_address_impl.h',
1226 'quic/platform/impl/quic_mutex_impl.cc',
1227 'quic/platform/impl/quic_mutex_impl.h',
1224 'quic/platform/impl/quic_socket_address_impl.cc', 1228 'quic/platform/impl/quic_socket_address_impl.cc',
1225 'quic/platform/impl/quic_socket_address_impl.h', 1229 'quic/platform/impl/quic_socket_address_impl.h',
1226 'quic/quartc/quartc_alarm_factory.cc', 1230 'quic/quartc/quartc_alarm_factory.cc',
1227 'quic/quartc/quartc_alarm_factory.h', 1231 'quic/quartc/quartc_alarm_factory.h',
1228 'quic/quartc/quartc_factory.cc', 1232 'quic/quartc/quartc_factory.cc',
1229 'quic/quartc/quartc_factory.h', 1233 'quic/quartc/quartc_factory.h',
1230 'quic/quartc/quartc_factory_interface.h', 1234 'quic/quartc/quartc_factory_interface.h',
1231 'quic/quartc/quartc_packet_writer.cc', 1235 'quic/quartc/quartc_packet_writer.cc',
1232 'quic/quartc/quartc_packet_writer.h', 1236 'quic/quartc/quartc_packet_writer.h',
1233 'quic/quartc/quartc_session.cc', 1237 'quic/quartc/quartc_session.cc',
(...skipping 2279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3513 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3517 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3514 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3518 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3515 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3519 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3516 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3520 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3517 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3521 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3518 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3522 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3519 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3523 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3520 ], 3524 ],
3521 } 3525 }
3522 } 3526 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/crypto/crypto_secret_boxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698