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

Side by Side Diff: content/content_browser.gypi

Issue 7373004: Move the save file code from chrome to content. This is just a file move so the DEPS in content\b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'browser/device_orientation/data_fetcher.h', 83 'browser/device_orientation/data_fetcher.h',
84 'browser/device_orientation/message_filter.cc', 84 'browser/device_orientation/message_filter.cc',
85 'browser/device_orientation/message_filter.h', 85 'browser/device_orientation/message_filter.h',
86 'browser/device_orientation/orientation.h', 86 'browser/device_orientation/orientation.h',
87 'browser/device_orientation/provider.cc', 87 'browser/device_orientation/provider.cc',
88 'browser/device_orientation/provider.h', 88 'browser/device_orientation/provider.h',
89 'browser/device_orientation/provider_impl.cc', 89 'browser/device_orientation/provider_impl.cc',
90 'browser/device_orientation/provider_impl.h', 90 'browser/device_orientation/provider_impl.h',
91 'browser/disposition_utils.cc', 91 'browser/disposition_utils.cc',
92 'browser/disposition_utils.h', 92 'browser/disposition_utils.h',
93 'browser/download/base_file.cc',
94 'browser/download/base_file.h',
95 'browser/download/save_file.cc',
96 'browser/download/save_file.h',
97 'browser/download/save_file_manager.cc',
98 'browser/download/save_file_manager.h',
99 'browser/download/save_file_resource_handler.cc',
100 'browser/download/save_file_resource_handler.h',
101 'browser/download/save_item.cc',
102 'browser/download/save_item.h',
103 'browser/download/save_package.cc',
104 'browser/download/save_package.h',
105 'browser/download/save_types.cc',
106 'browser/download/save_types.h',
93 'browser/file_system/browser_file_system_helper.cc', 107 'browser/file_system/browser_file_system_helper.cc',
94 'browser/file_system/browser_file_system_helper.h', 108 'browser/file_system/browser_file_system_helper.h',
95 'browser/file_system/file_system_dispatcher_host.cc', 109 'browser/file_system/file_system_dispatcher_host.cc',
96 'browser/file_system/file_system_dispatcher_host.h', 110 'browser/file_system/file_system_dispatcher_host.h',
97 'browser/find_pasteboard.h', 111 'browser/find_pasteboard.h',
98 'browser/find_pasteboard.mm', 112 'browser/find_pasteboard.mm',
99 'browser/font_list_async.cc', 113 'browser/font_list_async.cc',
100 'browser/font_list_async.h', 114 'browser/font_list_async.h',
101 'browser/geolocation/access_token_store.h', 115 'browser/geolocation/access_token_store.h',
102 'browser/geolocation/arbitrator_dependency_factory.cc', 116 'browser/geolocation/arbitrator_dependency_factory.cc',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'mac_bundle_resources': [ 498 'mac_bundle_resources': [
485 'browser/gpu.sb', 499 'browser/gpu.sb',
486 'browser/worker.sb', 500 'browser/worker.sb',
487 ], 501 ],
488 }, 502 },
489 }], 503 }],
490 ], 504 ],
491 }, 505 },
492 ], 506 ],
493 } 507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698