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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7967024: Profile shouldn't own PersonalDataManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addresses isherman #11 Created 9 years, 3 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
« no previous file with comments | « chrome/browser/webdata/web_data_service.cc ('k') | chrome/common/chrome_notification_types.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'browser/autofill/form_field.cc', 172 'browser/autofill/form_field.cc',
173 'browser/autofill/form_field.h', 173 'browser/autofill/form_field.h',
174 'browser/autofill/form_group.cc', 174 'browser/autofill/form_group.cc',
175 'browser/autofill/form_group.h', 175 'browser/autofill/form_group.h',
176 'browser/autofill/form_structure.cc', 176 'browser/autofill/form_structure.cc',
177 'browser/autofill/form_structure.h', 177 'browser/autofill/form_structure.h',
178 'browser/autofill/name_field.cc', 178 'browser/autofill/name_field.cc',
179 'browser/autofill/name_field.h', 179 'browser/autofill/name_field.h',
180 'browser/autofill/personal_data_manager.cc', 180 'browser/autofill/personal_data_manager.cc',
181 'browser/autofill/personal_data_manager.h', 181 'browser/autofill/personal_data_manager.h',
182 'browser/autofill/personal_data_manager_factory.cc',
183 'browser/autofill/personal_data_manager_factory.h',
182 'browser/autofill/personal_data_manager_mac.mm', 184 'browser/autofill/personal_data_manager_mac.mm',
183 'browser/autofill/personal_data_manager_observer.h', 185 'browser/autofill/personal_data_manager_observer.h',
184 'browser/autofill/phone_field.cc', 186 'browser/autofill/phone_field.cc',
185 'browser/autofill/phone_field.h', 187 'browser/autofill/phone_field.h',
186 'browser/autofill/phone_number.cc', 188 'browser/autofill/phone_number.cc',
187 'browser/autofill/phone_number.h', 189 'browser/autofill/phone_number.h',
188 'browser/autofill/phone_number_i18n.cc', 190 'browser/autofill/phone_number_i18n.cc',
189 'browser/autofill/phone_number_i18n.h', 191 'browser/autofill/phone_number_i18n.h',
190 'browser/autofill/select_control_handler.cc', 192 'browser/autofill/select_control_handler.cc',
191 'browser/autofill/select_control_handler.h', 193 'browser/autofill/select_control_handler.h',
(...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 'browser/sync/glue/bookmark_model_associator.h', 2077 'browser/sync/glue/bookmark_model_associator.h',
2076 'browser/sync/glue/browser_thread_model_worker.cc', 2078 'browser/sync/glue/browser_thread_model_worker.cc',
2077 'browser/sync/glue/browser_thread_model_worker.h', 2079 'browser/sync/glue/browser_thread_model_worker.h',
2078 'browser/sync/glue/change_processor.cc', 2080 'browser/sync/glue/change_processor.cc',
2079 'browser/sync/glue/change_processor.h', 2081 'browser/sync/glue/change_processor.h',
2080 'browser/sync/glue/data_type_controller.h', 2082 'browser/sync/glue/data_type_controller.h',
2081 'browser/sync/glue/data_type_manager.cc', 2083 'browser/sync/glue/data_type_manager.cc',
2082 'browser/sync/glue/data_type_manager.h', 2084 'browser/sync/glue/data_type_manager.h',
2083 'browser/sync/glue/data_type_manager_impl.cc', 2085 'browser/sync/glue/data_type_manager_impl.cc',
2084 'browser/sync/glue/data_type_manager_impl.h', 2086 'browser/sync/glue/data_type_manager_impl.h',
2085 'browser/sync/glue/do_optimistic_refresh_task.cc',
2086 'browser/sync/glue/do_optimistic_refresh_task.h',
2087 'browser/sync/glue/extension_data_type_controller.cc', 2087 'browser/sync/glue/extension_data_type_controller.cc',
2088 'browser/sync/glue/extension_data_type_controller.h', 2088 'browser/sync/glue/extension_data_type_controller.h',
2089 'browser/sync/glue/extension_setting_data_type_controller.cc', 2089 'browser/sync/glue/extension_setting_data_type_controller.cc',
2090 'browser/sync/glue/extension_setting_data_type_controller.h', 2090 'browser/sync/glue/extension_setting_data_type_controller.h',
2091 'browser/sync/glue/frontend_data_type_controller.cc', 2091 'browser/sync/glue/frontend_data_type_controller.cc',
2092 'browser/sync/glue/frontend_data_type_controller.h', 2092 'browser/sync/glue/frontend_data_type_controller.h',
2093 'browser/sync/glue/generic_change_processor.cc', 2093 'browser/sync/glue/generic_change_processor.cc',
2094 'browser/sync/glue/generic_change_processor.h', 2094 'browser/sync/glue/generic_change_processor.h',
2095 'browser/sync/glue/history_model_worker.cc', 2095 'browser/sync/glue/history_model_worker.cc',
2096 'browser/sync/glue/history_model_worker.h', 2096 'browser/sync/glue/history_model_worker.h',
(...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after
5069 # weak imports in dependents, who still must #include 5069 # weak imports in dependents, who still must #include
5070 # closure_blocks_leopard_compat.h to get weak imports. 5070 # closure_blocks_leopard_compat.h to get weak imports.
5071 'type': 'none', 5071 'type': 'none',
5072 }], 5072 }],
5073 ], 5073 ],
5074 }, 5074 },
5075 ], 5075 ],
5076 }], 5076 }],
5077 ], 5077 ],
5078 } 5078 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698