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

Side by Side Diff: net/net.gyp

Issue 10701050: net: Implement canceling of all async operations in FileStream. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'base/dnssec_chain_verifier.h', 127 'base/dnssec_chain_verifier.h',
128 'base/dnssec_keyset.cc', 128 'base/dnssec_keyset.cc',
129 'base/dnssec_keyset.h', 129 'base/dnssec_keyset.h',
130 'base/escape.cc', 130 'base/escape.cc',
131 'base/escape.h', 131 'base/escape.h',
132 'base/ev_root_ca_metadata.cc', 132 'base/ev_root_ca_metadata.cc',
133 'base/ev_root_ca_metadata.h', 133 'base/ev_root_ca_metadata.h',
134 'base/expiring_cache.h', 134 'base/expiring_cache.h',
135 'base/file_stream.cc', 135 'base/file_stream.cc',
136 'base/file_stream.h', 136 'base/file_stream.h',
137 'base/file_stream_context.cc',
138 'base/file_stream_context.h',
139 'base/file_stream_context_posix.cc',
140 'base/file_stream_context_win.cc',
137 'base/file_stream_metrics.cc', 141 'base/file_stream_metrics.cc',
138 'base/file_stream_metrics.h', 142 'base/file_stream_metrics.h',
139 'base/file_stream_metrics_posix.cc', 143 'base/file_stream_metrics_posix.cc',
140 'base/file_stream_metrics_win.cc', 144 'base/file_stream_metrics_win.cc',
141 'base/file_stream_net_log_parameters.cc', 145 'base/file_stream_net_log_parameters.cc',
142 'base/file_stream_net_log_parameters.h', 146 'base/file_stream_net_log_parameters.h',
143 'base/file_stream_posix.cc',
144 'base/file_stream_posix.h',
145 'base/file_stream_whence.h', 147 'base/file_stream_whence.h',
146 'base/file_stream_win.cc',
147 'base/file_stream_win.h',
148 'base/filter.cc', 148 'base/filter.cc',
149 'base/filter.h', 149 'base/filter.h',
150 'base/gzip_filter.cc', 150 'base/gzip_filter.cc',
151 'base/gzip_filter.h', 151 'base/gzip_filter.h',
152 'base/gzip_header.cc', 152 'base/gzip_header.cc',
153 'base/gzip_header.h', 153 'base/gzip_header.h',
154 'base/host_cache.cc', 154 'base/host_cache.cc',
155 'base/host_cache.h', 155 'base/host_cache.h',
156 'base/host_mapping_rules.cc', 156 'base/host_mapping_rules.cc',
157 'base/host_mapping_rules.h', 157 'base/host_mapping_rules.h',
(...skipping 2227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 '--result', '<@(_outputs)', 2385 '--result', '<@(_outputs)',
2386 '--isolate', 'net_unittests.isolate', 2386 '--isolate', 'net_unittests.isolate',
2387 ], 2387 ],
2388 }, 2388 },
2389 ], 2389 ],
2390 }, 2390 },
2391 ], 2391 ],
2392 }], 2392 }],
2393 ], 2393 ],
2394 } 2394 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698