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

Side by Side Diff: net/net.gypi

Issue 1941083002: JobController 1: Adding a new class HttpStreamFactoryImpl::JobController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment fix Created 4 years, 7 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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'http/http_server_properties_manager.h', 887 'http/http_server_properties_manager.h',
888 'http/http_status_code.cc', 888 'http/http_status_code.cc',
889 'http/http_status_code.h', 889 'http/http_status_code.h',
890 'http/http_stream.h', 890 'http/http_stream.h',
891 'http/http_stream_factory.cc', 891 'http/http_stream_factory.cc',
892 'http/http_stream_factory.h', 892 'http/http_stream_factory.h',
893 'http/http_stream_factory_impl.cc', 893 'http/http_stream_factory_impl.cc',
894 'http/http_stream_factory_impl.h', 894 'http/http_stream_factory_impl.h',
895 'http/http_stream_factory_impl_job.cc', 895 'http/http_stream_factory_impl_job.cc',
896 'http/http_stream_factory_impl_job.h', 896 'http/http_stream_factory_impl_job.h',
897 'http/http_stream_factory_impl_job_controller.cc',
898 'http/http_stream_factory_impl_job_controller.h',
897 'http/http_stream_factory_impl_request.cc', 899 'http/http_stream_factory_impl_request.cc',
898 'http/http_stream_factory_impl_request.h', 900 'http/http_stream_factory_impl_request.h',
899 'http/http_stream_parser.cc', 901 'http/http_stream_parser.cc',
900 'http/http_stream_parser.h', 902 'http/http_stream_parser.h',
901 'http/http_transaction.h', 903 'http/http_transaction.h',
902 'http/http_transaction_factory.h', 904 'http/http_transaction_factory.h',
903 'http/http_version.h', 905 'http/http_version.h',
904 'http/md4.cc', 906 'http/md4.cc',
905 'http/md4.h', 907 'http/md4.h',
906 'http/partial_data.cc', 908 'http/partial_data.cc',
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3135 ], 3137 ],
3136 } 3138 }
3137 } 3139 }
OLDNEW
« net/http/http_stream_factory_impl_request.cc ('K') | « net/http/http_stream_factory_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698