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

Side by Side Diff: content/content_browser.gypi

Issue 7618048: Move the core download files to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'browser/device_orientation/message_filter.h', 100 'browser/device_orientation/message_filter.h',
101 'browser/device_orientation/orientation.h', 101 'browser/device_orientation/orientation.h',
102 'browser/device_orientation/provider.cc', 102 'browser/device_orientation/provider.cc',
103 'browser/device_orientation/provider.h', 103 'browser/device_orientation/provider.h',
104 'browser/device_orientation/provider_impl.cc', 104 'browser/device_orientation/provider_impl.cc',
105 'browser/device_orientation/provider_impl.h', 105 'browser/device_orientation/provider_impl.h',
106 'browser/disposition_utils.cc', 106 'browser/disposition_utils.cc',
107 'browser/disposition_utils.h', 107 'browser/disposition_utils.h',
108 'browser/download/base_file.cc', 108 'browser/download/base_file.cc',
109 'browser/download/base_file.h', 109 'browser/download/base_file.h',
110 'browser/download/download_create_info.cc',
111 'browser/download/download_create_info.h',
112 'browser/download/download_file.cc',
113 'browser/download/download_file.h',
114 'browser/download/download_file_manager.cc',
115 'browser/download/download_file_manager.h',
116 'browser/download/download_item.cc',
117 'browser/download/download_item.h',
118 'browser/download/download_manager.cc',
119 'browser/download/download_manager.h',
120 'browser/download/download_request_handle.cc',
121 'browser/download/download_request_handle.h',
122 'browser/download/download_state_info.cc',
123 'browser/download/download_state_info.h',
124 'browser/download/download_status_updater.cc',
125 'browser/download/download_status_updater.h',
126 'browser/download/download_status_updater_delegate.h',
127 'browser/download/download_types.cc',
128 'browser/download/download_types.h',
110 'browser/download/mhtml_generation_manager.cc', 129 'browser/download/mhtml_generation_manager.cc',
111 'browser/download/mhtml_generation_manager.h', 130 'browser/download/mhtml_generation_manager.h',
112 'browser/download/save_file.cc', 131 'browser/download/save_file.cc',
113 'browser/download/save_file.h', 132 'browser/download/save_file.h',
114 'browser/download/save_file_manager.cc', 133 'browser/download/save_file_manager.cc',
115 'browser/download/save_file_manager.h', 134 'browser/download/save_file_manager.h',
116 'browser/download/save_file_resource_handler.cc', 135 'browser/download/save_file_resource_handler.cc',
117 'browser/download/save_file_resource_handler.h', 136 'browser/download/save_file_resource_handler.h',
118 'browser/download/save_item.cc', 137 'browser/download/save_item.cc',
119 'browser/download/save_item.h', 138 'browser/download/save_item.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'mac_bundle_resources': [ 556 'mac_bundle_resources': [
538 'browser/gpu.sb', 557 'browser/gpu.sb',
539 'browser/worker.sb', 558 'browser/worker.sb',
540 ], 559 ],
541 }, 560 },
542 }], 561 }],
543 ], 562 ],
544 }, 563 },
545 ], 564 ],
546 } 565 }
OLDNEW
« content/browser/download/download_manager.cc ('K') | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698