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

Side by Side Diff: content/content_browser.gypi

Issue 8372073: Merge 8401001 r107836 into branch 912: Fix history importing by delaying DownloadManager creation. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/src/
Patch Set: 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'browser/download/base_file.cc', 109 'browser/download/base_file.cc',
110 'browser/download/base_file.h', 110 'browser/download/base_file.h',
111 'browser/download/download_create_info.cc', 111 'browser/download/download_create_info.cc',
112 'browser/download/download_create_info.h', 112 'browser/download/download_create_info.h',
113 'browser/download/download_file.cc', 113 'browser/download/download_file.cc',
114 'browser/download/download_file.h', 114 'browser/download/download_file.h',
115 'browser/download/download_file_manager.cc', 115 'browser/download/download_file_manager.cc',
116 'browser/download/download_file_manager.h', 116 'browser/download/download_file_manager.h',
117 'browser/download/download_id.cc', 117 'browser/download/download_id.cc',
118 'browser/download/download_id.h', 118 'browser/download/download_id.h',
119 'browser/download/download_id_factory.cc',
120 'browser/download/download_id_factory.h',
119 'browser/download/download_item.cc', 121 'browser/download/download_item.cc',
120 'browser/download/download_item.h', 122 'browser/download/download_item.h',
121 'browser/download/download_manager.cc', 123 'browser/download/download_manager.cc',
122 'browser/download/download_manager.h', 124 'browser/download/download_manager.h',
123 'browser/download/download_manager_delegate.h', 125 'browser/download/download_manager_delegate.h',
124 'browser/download/download_persistent_store_info.cc', 126 'browser/download/download_persistent_store_info.cc',
125 'browser/download/download_persistent_store_info.h', 127 'browser/download/download_persistent_store_info.h',
126 'browser/download/download_request_handle.cc', 128 'browser/download/download_request_handle.cc',
127 'browser/download/download_request_handle.h', 129 'browser/download/download_request_handle.h',
128 'browser/download/download_resource_handler.cc', 130 'browser/download/download_resource_handler.cc',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 681 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
680 ], 682 ],
681 }, { 683 }, {
682 'sources/': [ 684 'sources/': [
683 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 685 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
684 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 686 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
685 ], 687 ],
686 }], 688 }],
687 ], 689 ],
688 } 690 }
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