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

Side by Side Diff: content/content_browser.gypi

Issue 11238044: Refactor BaseFile methods to return a DownloadInterruptReason instead of a net::Error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove SHFILE_TO_REASON macro 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/download/save_file_manager.cc ('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) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'browser/device_orientation/provider_impl.cc', 311 'browser/device_orientation/provider_impl.cc',
312 'browser/device_orientation/provider_impl.h', 312 'browser/device_orientation/provider_impl.h',
313 'browser/dom_storage/dom_storage_context_impl.cc', 313 'browser/dom_storage/dom_storage_context_impl.cc',
314 'browser/dom_storage/dom_storage_context_impl.h', 314 'browser/dom_storage/dom_storage_context_impl.h',
315 'browser/dom_storage/dom_storage_message_filter.cc', 315 'browser/dom_storage/dom_storage_message_filter.cc',
316 'browser/dom_storage/dom_storage_message_filter.h', 316 'browser/dom_storage/dom_storage_message_filter.h',
317 'browser/dom_storage/session_storage_namespace_impl.cc', 317 'browser/dom_storage/session_storage_namespace_impl.cc',
318 'browser/dom_storage/session_storage_namespace_impl.h', 318 'browser/dom_storage/session_storage_namespace_impl.h',
319 'browser/download/base_file.cc', 319 'browser/download/base_file.cc',
320 'browser/download/base_file.h', 320 'browser/download/base_file.h',
321 'browser/download/base_file_linux.cc',
322 'browser/download/base_file_mac.cc',
323 'browser/download/base_file_posix.cc',
324 'browser/download/base_file_win.cc',
321 'browser/download/byte_stream.cc', 325 'browser/download/byte_stream.cc',
322 'browser/download/byte_stream.h', 326 'browser/download/byte_stream.h',
323 'browser/download/download_create_info.cc', 327 'browser/download/download_create_info.cc',
324 'browser/download/download_create_info.h', 328 'browser/download/download_create_info.h',
325 'browser/download/download_file.h', 329 'browser/download/download_file.h',
326 'browser/download/download_file_factory.cc', 330 'browser/download/download_file_factory.cc',
327 'browser/download/download_file_factory.h', 331 'browser/download/download_file_factory.h',
328 'browser/download/download_file_impl.cc', 332 'browser/download/download_file_impl.cc',
329 'browser/download/download_file_impl.h', 333 'browser/download/download_file_impl.h',
330 'browser/download/download_interrupt_reasons_impl.cc', 334 'browser/download/download_interrupt_reasons_impl.cc',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 ['exclude', '^browser/renderer_host/java/'], 1102 ['exclude', '^browser/renderer_host/java/'],
1099 ], 1103 ],
1100 }], 1104 }],
1101 ['input_speech==0', { 1105 ['input_speech==0', {
1102 'sources/': [ 1106 'sources/': [
1103 ['exclude', '^browser/speech/'], 1107 ['exclude', '^browser/speech/'],
1104 ], 1108 ],
1105 }], 1109 }],
1106 ], 1110 ],
1107 } 1111 }
OLDNEW
« no previous file with comments | « content/browser/download/save_file_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698