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

Side by Side Diff: content/content_browser.gypi

Issue 8401001: Fix history importing by delaying DownloadManager creation. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix ifndefs Created 9 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/resource_context.cc ('k') | content/shell/shell_browser_context.h » ('j') | 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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'browser/download/download_buffer.cc', 112 'browser/download/download_buffer.cc',
113 'browser/download/download_buffer.h', 113 'browser/download/download_buffer.h',
114 'browser/download/download_create_info.cc', 114 'browser/download/download_create_info.cc',
115 'browser/download/download_create_info.h', 115 'browser/download/download_create_info.h',
116 'browser/download/download_file.cc', 116 'browser/download/download_file.cc',
117 'browser/download/download_file.h', 117 'browser/download/download_file.h',
118 'browser/download/download_file_manager.cc', 118 'browser/download/download_file_manager.cc',
119 'browser/download/download_file_manager.h', 119 'browser/download/download_file_manager.h',
120 'browser/download/download_id.cc', 120 'browser/download/download_id.cc',
121 'browser/download/download_id.h', 121 'browser/download/download_id.h',
122 'browser/download/download_id_factory.cc',
123 'browser/download/download_id_factory.h',
122 'browser/download/download_item.cc', 124 'browser/download/download_item.cc',
123 'browser/download/download_item.h', 125 'browser/download/download_item.h',
124 'browser/download/download_manager.cc', 126 'browser/download/download_manager.cc',
125 'browser/download/download_manager.h', 127 'browser/download/download_manager.h',
126 'browser/download/download_persistent_store_info.cc', 128 'browser/download/download_persistent_store_info.cc',
127 'browser/download/download_persistent_store_info.h', 129 'browser/download/download_persistent_store_info.h',
128 'browser/download/download_request_handle.cc', 130 'browser/download/download_request_handle.cc',
129 'browser/download/download_request_handle.h', 131 'browser/download/download_request_handle.h',
130 'browser/download/download_resource_handler.cc', 132 'browser/download/download_resource_handler.cc',
131 'browser/download/download_resource_handler.h', 133 'browser/download/download_resource_handler.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 'browser/renderer_host/java_bridge_channel_host.h', 770 'browser/renderer_host/java_bridge_channel_host.h',
769 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc', 771 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc',
770 'browser/renderer_host/java_bridge_dispatcher_host_manager.h', 772 'browser/renderer_host/java_bridge_dispatcher_host_manager.h',
771 'browser/renderer_host/java_bridge_dispatcher_host.cc', 773 'browser/renderer_host/java_bridge_dispatcher_host.cc',
772 'browser/renderer_host/java_bridge_dispatcher_host.h', 774 'browser/renderer_host/java_bridge_dispatcher_host.h',
773 ], 775 ],
774 }], 776 }],
775 ], 777 ],
776 } 778 }
777 779
OLDNEW
« no previous file with comments | « content/browser/resource_context.cc ('k') | content/shell/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698