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

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: Merged with trunk. 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 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 '../base/base.gyp:test_support_base', 1234 '../base/base.gyp:test_support_base',
1235 '../testing/gtest.gyp:gtest', 1235 '../testing/gtest.gyp:gtest',
1236 ], 1236 ],
1237 'sources': [ 1237 'sources': [
1238 'base/cert_test_util.cc', 1238 'base/cert_test_util.cc',
1239 'base/cert_test_util.h', 1239 'base/cert_test_util.h',
1240 'base/cookie_monster_store_test.cc', 1240 'base/cookie_monster_store_test.cc',
1241 'base/cookie_monster_store_test.h', 1241 'base/cookie_monster_store_test.h',
1242 'base/cookie_store_test_helpers.cc', 1242 'base/cookie_store_test_helpers.cc',
1243 'base/cookie_store_test_helpers.h', 1243 'base/cookie_store_test_helpers.h',
1244 'base/mock_file_stream.h',
1244 'base/mock_host_resolver.cc', 1245 'base/mock_host_resolver.cc',
1245 'base/mock_host_resolver.h', 1246 'base/mock_host_resolver.h',
1246 'base/net_test_suite.cc', 1247 'base/net_test_suite.cc',
1247 'base/net_test_suite.h', 1248 'base/net_test_suite.h',
1248 'base/test_completion_callback.cc', 1249 'base/test_completion_callback.cc',
1249 'base/test_completion_callback.h', 1250 'base/test_completion_callback.h',
1250 'base/test_host_resolver_observer.cc', 1251 'base/test_host_resolver_observer.cc',
1251 'base/test_host_resolver_observer.h', 1252 'base/test_host_resolver_observer.h',
1252 'disk_cache/disk_cache_test_util.cc', 1253 'disk_cache/disk_cache_test_util.cc',
1253 'disk_cache/disk_cache_test_util.h', 1254 'disk_cache/disk_cache_test_util.h',
(...skipping 288 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