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

Side by Side Diff: net/net.gyp

Issue 7646025: Detect file system errors during downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed illegal include from content. Created 9 years, 3 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 | Annotate | Revision Log
« net/base/mock_file_stream.h ('K') | « net/base/mock_file_stream.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'base/host_cache_unittest.cc', 927 'base/host_cache_unittest.cc',
928 'base/host_mapping_rules_unittest.cc', 928 'base/host_mapping_rules_unittest.cc',
929 'base/host_resolver_impl_unittest.cc', 929 'base/host_resolver_impl_unittest.cc',
930 'base/ip_endpoint_unittest.cc', 930 'base/ip_endpoint_unittest.cc',
931 'base/keygen_handler_unittest.cc', 931 'base/keygen_handler_unittest.cc',
932 'base/listen_socket_unittest.cc', 932 'base/listen_socket_unittest.cc',
933 'base/listen_socket_unittest.h', 933 'base/listen_socket_unittest.h',
934 'base/mapped_host_resolver_unittest.cc', 934 'base/mapped_host_resolver_unittest.cc',
935 'base/mime_sniffer_unittest.cc', 935 'base/mime_sniffer_unittest.cc',
936 'base/mime_util_unittest.cc', 936 'base/mime_util_unittest.cc',
937 'base/mock_file_stream.h',
wtc 2011/08/26 20:51:50 I wonder if this file should be added to the 'net_
ahendrickson 2011/08/26 21:06:54 Done.
937 'base/mock_filter_context.cc', 938 'base/mock_filter_context.cc',
938 'base/mock_filter_context.h', 939 'base/mock_filter_context.h',
939 'base/net_log_unittest.cc', 940 'base/net_log_unittest.cc',
940 'base/net_log_unittest.h', 941 'base/net_log_unittest.h',
941 'base/net_util_unittest.cc', 942 'base/net_util_unittest.cc',
942 'base/origin_bound_cert_service_unittest.cc', 943 'base/origin_bound_cert_service_unittest.cc',
943 'base/pem_tokenizer_unittest.cc', 944 'base/pem_tokenizer_unittest.cc',
944 'base/registry_controlled_domain_unittest.cc', 945 'base/registry_controlled_domain_unittest.cc',
945 'base/run_all_unittests.cc', 946 'base/run_all_unittests.cc',
946 'base/sdch_filter_unittest.cc', 947 'base/sdch_filter_unittest.cc',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 'tools/dump_cache/url_to_filename_encoder.cc', 1543 'tools/dump_cache/url_to_filename_encoder.cc',
1543 'tools/dump_cache/url_to_filename_encoder.h', 1544 'tools/dump_cache/url_to_filename_encoder.h',
1544 'tools/dump_cache/url_utilities.h', 1545 'tools/dump_cache/url_utilities.h',
1545 'tools/dump_cache/url_utilities.cc', 1546 'tools/dump_cache/url_utilities.cc',
1546 ], 1547 ],
1547 }, 1548 },
1548 ], 1549 ],
1549 }], 1550 }],
1550 ], 1551 ],
1551 } 1552 }
OLDNEW
« net/base/mock_file_stream.h ('K') | « net/base/mock_file_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698