blob: 0b4f9915fa915b5eb6455cd490ec725beaab9fb0 [file] [log] [blame]
[email protected]6c178512010-01-04 20:27:251# Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]83019902009-12-02 05:32:592# Use of this source code is governed by a BSD-style license that can be
[email protected]78962e2e2010-08-25 17:33:343# found in the LICENSE file.
[email protected]83019902009-12-02 05:32:594
5{
6 'targets': [
7 {
8 'target_name': 'browser',
9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
11 'dependencies': [
12 'common',
[email protected]3c3065d2010-05-06 21:59:5513 'common_net',
[email protected]275538b92010-06-11 07:18:2314 'chrome_extra_resources',
[email protected]83019902009-12-02 05:32:5915 'chrome_resources',
16 'chrome_strings',
[email protected]43b7a2e2010-09-08 05:47:5117 'debugger',
[email protected]2578c8ab2010-07-15 20:46:3618 'installer_util',
[email protected]fd626782010-01-22 05:26:0619 'platform_locale_settings',
[email protected]89cfc19d2010-06-04 15:36:3520 'profile_import',
[email protected]298883bc2010-04-30 14:50:5821 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
[email protected]5ceb5e92010-11-11 08:47:1422 'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
[email protected]bd1b1d62010-11-11 21:53:1623 'safe_browsing_csd_proto',
[email protected]fb5726502010-04-05 23:19:2424 'syncapi',
[email protected]83019902009-12-02 05:32:5925 'theme_resources',
[email protected]86206622010-05-14 05:45:2626 'userfeedback_proto',
[email protected]83019902009-12-02 05:32:5927 '../app/app.gyp:app_resources',
28 '../app/app.gyp:app_strings',
29 '../media/media.gyp:media',
30 '../printing/printing.gyp:printing',
31 '../skia/skia.gyp:skia',
32 '../third_party/bzip2/bzip2.gyp:bzip2',
[email protected]ec64212b2010-03-18 01:02:4333 '../third_party/expat/expat.gyp:expat',
[email protected]83019902009-12-02 05:32:5934 '../third_party/icu/icu.gyp:icui18n',
35 '../third_party/icu/icu.gyp:icuuc',
36 '../third_party/libjingle/libjingle.gyp:libjingle',
37 '../third_party/libxml/libxml.gyp:libxml',
38 '../third_party/npapi/npapi.gyp:npapi',
39 '../third_party/hunspell/hunspell.gyp:hunspell',
[email protected]2fed40d2010-08-18 14:01:2140 '../third_party/speex/speex.gyp:libspeex',
[email protected]69d3dfe82010-05-14 03:21:5541 '../webkit/support/webkit_support.gyp:appcache',
[email protected]22339b12010-08-27 18:29:2442 '../webkit/support/webkit_support.gyp:blob',
[email protected]69d3dfe82010-05-14 03:21:5543 '../webkit/support/webkit_support.gyp:database',
[email protected]f05ca652010-09-16 04:46:1444 '../webkit/support/webkit_support.gyp:fileapi',
[email protected]69d3dfe82010-05-14 03:21:5545 '../webkit/support/webkit_support.gyp:glue',
46 '../webkit/support/webkit_support.gyp:webkit_resources',
[email protected]83019902009-12-02 05:32:5947 ],
48 'include_dirs': [
49 '..',
50 '<(INTERMEDIATE_DIR)',
51 ],
52 'defines': [
53 '<@(nacl_defines)',
54 ],
[email protected]3b32fa62010-02-25 23:17:0955 'direct_dependent_settings': {
56 'defines': [
57 '<@(nacl_defines)',
58 ],
59 },
[email protected]83019902009-12-02 05:32:5960 'sources': [
61 # All .cc, .h, .m, and .mm files under browser except for tests and
62 # mocks.
[email protected]1a47d7e2010-10-15 00:37:2463 'browser/about_flags.cc',
64 'browser/about_flags.h',
[email protected]c5c2a672010-10-01 23:28:0465 'browser/accessibility/browser_accessibility.cc',
66 'browser/accessibility/browser_accessibility.h',
[email protected]0d7dad62010-10-19 21:18:5067 'browser/accessibility/browser_accessibility_cocoa.h',
68 'browser/accessibility/browser_accessibility_cocoa.mm',
69 'browser/accessibility/browser_accessibility_delegate_mac.h',
70 'browser/accessibility/browser_accessibility_mac.h',
71 'browser/accessibility/browser_accessibility_mac.mm',
[email protected]c5c2a672010-10-01 23:28:0472 'browser/accessibility/browser_accessibility_manager.cc',
73 'browser/accessibility/browser_accessibility_manager.h',
[email protected]1dbadbd2010-10-13 18:50:1074 'browser/accessibility/browser_accessibility_manager_mac.h',
75 'browser/accessibility/browser_accessibility_manager_mac.mm',
[email protected]c5c2a672010-10-01 23:28:0476 'browser/accessibility/browser_accessibility_manager_win.cc',
77 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]0d7dad62010-10-19 21:18:5078 'browser/accessibility/browser_accessibility_state.cc',
79 'browser/accessibility/browser_accessibility_state.h',
[email protected]c5c2a672010-10-01 23:28:0480 'browser/accessibility/browser_accessibility_win.cc',
81 'browser/accessibility/browser_accessibility_win.h',
[email protected]dcddcdb02010-02-23 09:10:1382 'browser/accessibility_events.h',
83 'browser/accessibility_events.cc',
[email protected]da2566e12010-03-10 06:23:3584 'browser/aeropeek_manager.cc',
85 'browser/aeropeek_manager.h',
[email protected]83019902009-12-02 05:32:5986 'browser/alternate_nav_url_fetcher.cc',
87 'browser/alternate_nav_url_fetcher.h',
88 'browser/app_controller_cppsafe_mac.h',
89 'browser/app_controller_mac.h',
90 'browser/app_controller_mac.mm',
[email protected]f7be2197b2010-04-23 00:20:4491 'browser/app_icon_win.cc',
92 'browser/app_icon_win.h',
[email protected]214594ae2010-05-18 13:29:1593 'browser/app_launched_animation.h',
[email protected]0082d7e0d2010-02-27 14:34:1294 'browser/appcache/appcache_dispatcher_host.cc',
95 'browser/appcache/appcache_dispatcher_host.h',
96 'browser/appcache/appcache_frontend_proxy.cc',
97 'browser/appcache/appcache_frontend_proxy.h',
98 'browser/appcache/chrome_appcache_service.cc',
99 'browser/appcache/chrome_appcache_service.h',
[email protected]042ecea2010-03-27 01:36:43100 'browser/appcache/view_appcache_internals_job_factory.cc',
[email protected]85d252e2010-04-06 22:21:02101 'browser/appcache/view_appcache_internals_job_factory.h',
[email protected]83019902009-12-02 05:32:59102 'browser/autocomplete/autocomplete.cc',
103 'browser/autocomplete/autocomplete.h',
104 'browser/autocomplete/autocomplete_accessibility.cc',
105 'browser/autocomplete/autocomplete_accessibility.h',
[email protected]69c579e2010-04-23 20:01:00106 'browser/autocomplete/autocomplete_classifier.cc',
107 'browser/autocomplete/autocomplete_classifier.h',
[email protected]83019902009-12-02 05:32:59108 'browser/autocomplete/autocomplete_edit.cc',
109 'browser/autocomplete/autocomplete_edit.h',
110 'browser/autocomplete/autocomplete_edit_view.h',
111 'browser/autocomplete/autocomplete_edit_view_gtk.cc',
112 'browser/autocomplete/autocomplete_edit_view_gtk.h',
113 'browser/autocomplete/autocomplete_edit_view_mac.h',
114 'browser/autocomplete/autocomplete_edit_view_mac.mm',
115 'browser/autocomplete/autocomplete_edit_view_win.cc',
116 'browser/autocomplete/autocomplete_edit_view_win.h',
[email protected]9ac40092010-10-27 23:05:26117 'browser/autocomplete/autocomplete_match.cc',
118 'browser/autocomplete/autocomplete_match.h',
[email protected]83019902009-12-02 05:32:59119 'browser/autocomplete/autocomplete_popup_model.cc',
120 'browser/autocomplete/autocomplete_popup_model.h',
121 'browser/autocomplete/autocomplete_popup_view.h',
122 'browser/autocomplete/autocomplete_popup_view_gtk.cc',
123 'browser/autocomplete/autocomplete_popup_view_gtk.h',
124 'browser/autocomplete/autocomplete_popup_view_mac.h',
125 'browser/autocomplete/autocomplete_popup_view_mac.mm',
126 'browser/autocomplete/history_contents_provider.cc',
127 'browser/autocomplete/history_contents_provider.h',
[email protected]497606b2010-10-12 17:31:23128 'browser/autocomplete/history_provider.cc',
129 'browser/autocomplete/history_provider.h',
[email protected]bbf7e53f2010-08-21 03:48:22130 'browser/autocomplete/history_provider_util.cc',
131 'browser/autocomplete/history_provider_util.h',
[email protected]7c6821d2010-08-04 16:07:34132 'browser/autocomplete/history_quick_provider.cc',
133 'browser/autocomplete/history_quick_provider.h',
[email protected]83019902009-12-02 05:32:59134 'browser/autocomplete/history_url_provider.cc',
135 'browser/autocomplete/history_url_provider.h',
136 'browser/autocomplete/keyword_provider.cc',
137 'browser/autocomplete/keyword_provider.h',
138 'browser/autocomplete/search_provider.cc',
139 'browser/autocomplete/search_provider.h',
[email protected]6db0def92010-03-02 19:55:45140 'browser/autocomplete_history_manager.cc',
141 'browser/autocomplete_history_manager.h',
[email protected]d7240bf2009-12-15 22:18:37142 'browser/autofill/address_field.cc',
143 'browser/autofill/address_field.h',
[email protected]ab2d6f992010-01-04 22:57:19144 'browser/autofill/address.cc',
145 'browser/autofill/address.h',
[email protected]8ebfa3b2010-02-12 04:24:08146 'browser/autofill/autofill_address_model_mac.h',
147 'browser/autofill/autofill_address_model_mac.mm',
[email protected]cff83fe2010-06-09 17:19:57148 'browser/autofill/autofill_address_sheet_controller_mac.h',
149 'browser/autofill/autofill_address_sheet_controller_mac.mm',
[email protected]71f7579b2010-07-17 07:45:19150 'browser/autofill/autofill_cc_infobar.h',
151 'browser/autofill/autofill_cc_infobar_win.cc',
[email protected]cf8ebbb2010-07-08 22:34:38152 'browser/autofill/autofill_cc_infobar_delegate.h',
153 'browser/autofill/autofill_cc_infobar_delegate.cc',
[email protected]8ebfa3b2010-02-12 04:24:08154 'browser/autofill/autofill_credit_card_model_mac.h',
155 'browser/autofill/autofill_credit_card_model_mac.mm',
[email protected]cff83fe2010-06-09 17:19:57156 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
157 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
[email protected]8ebfa3b2010-02-12 04:24:08158 'browser/autofill/autofill_dialog_controller_mac.h',
159 'browser/autofill/autofill_dialog_controller_mac.mm',
[email protected]c113686b2010-01-13 22:08:28160 'browser/autofill/autofill_dialog_gtk.cc',
[email protected]8ebfa3b2010-02-12 04:24:08161 'browser/autofill/autofill_dialog_mac.mm',
[email protected]ac0844422010-02-01 20:24:48162 # Windows version of autofill dialog is defined in
[email protected]213dac22010-11-09 07:35:32163 # 'browser/ui/views/autofill_profiles_view_win.cc'
[email protected]c113686b2010-01-13 22:08:28164 'browser/autofill/autofill_dialog.h',
[email protected]427b7da72010-03-22 21:23:18165 'browser/autofill/autofill_download.cc',
166 'browser/autofill/autofill_download.h',
[email protected]e5cd1be92010-11-01 20:01:07167 'browser/autofill/autofill_editor_gtk.cc',
[email protected]83019902009-12-02 05:32:59168 'browser/autofill/autofill_field.cc',
169 'browser/autofill/autofill_field.h',
[email protected]f69c8852010-10-12 02:36:46170 'browser/autofill/autofill_ie_toolbar_import_win.cc',
171 'browser/autofill/autofill_ie_toolbar_import_win.h',
[email protected]83019902009-12-02 05:32:59172 'browser/autofill/autofill_manager.cc',
173 'browser/autofill/autofill_manager.h',
[email protected]6ee50a82010-11-24 07:04:03174 'browser/autofill/autofill_metrics.cc',
175 'browser/autofill/autofill_metrics.h',
[email protected]0f1a6802010-01-07 23:13:09176 'browser/autofill/autofill_profile.cc',
177 'browser/autofill/autofill_profile.h',
[email protected]68ffae92010-02-16 23:53:47178 'browser/autofill/autofill_text_field_mac.h',
179 'browser/autofill/autofill_text_field_mac.mm',
[email protected]83019902009-12-02 05:32:59180 'browser/autofill/autofill_type.cc',
181 'browser/autofill/autofill_type.h',
[email protected]ec64212b2010-03-18 01:02:43182 'browser/autofill/autofill_xml_parser.cc',
183 'browser/autofill/autofill_xml_parser.h',
[email protected]849b7f82010-01-07 19:35:57184 'browser/autofill/billing_address.h',
[email protected]6c178512010-01-04 20:27:25185 'browser/autofill/contact_info.cc',
186 'browser/autofill/contact_info.h',
[email protected]9bd382a72009-12-16 19:40:29187 'browser/autofill/credit_card_field.cc',
188 'browser/autofill/credit_card_field.h',
[email protected]d02de452010-01-06 20:25:41189 'browser/autofill/credit_card.cc',
190 'browser/autofill/credit_card.h',
[email protected]66aaff1002010-04-21 04:09:58191 'browser/autofill/fax_field.cc',
192 'browser/autofill/fax_field.h',
[email protected]3db3ff62010-01-07 00:35:39193 'browser/autofill/fax_number.h',
[email protected]83019902009-12-02 05:32:59194 'browser/autofill/field_types.h',
[email protected]e2d86672009-12-09 23:42:34195 'browser/autofill/form_field.cc',
196 'browser/autofill/form_field.h',
[email protected]a7b29dd2010-07-12 22:40:06197 'browser/autofill/form_group.cc',
[email protected]85b2c132009-12-22 02:02:58198 'browser/autofill/form_group.h',
[email protected]83019902009-12-02 05:32:59199 'browser/autofill/form_structure.cc',
200 'browser/autofill/form_structure.h',
[email protected]849b7f82010-01-07 19:35:57201 'browser/autofill/home_address.h',
[email protected]3db3ff62010-01-07 00:35:39202 'browser/autofill/home_phone_number.h',
[email protected]1cf1f462009-12-17 00:02:05203 'browser/autofill/name_field.cc',
204 'browser/autofill/name_field.h',
[email protected]83019902009-12-02 05:32:59205 'browser/autofill/personal_data_manager.cc',
206 'browser/autofill/personal_data_manager.h',
[email protected]6842a3f2010-03-09 17:39:44207 'browser/autofill/personal_data_manager_mac.mm',
[email protected]cfb77312009-12-11 00:18:25208 'browser/autofill/phone_field.cc',
209 'browser/autofill/phone_field.h',
[email protected]3db3ff62010-01-07 00:35:39210 'browser/autofill/phone_number.cc',
211 'browser/autofill/phone_number.h',
[email protected]967d2f2e2010-07-24 00:15:39212 'browser/autofill/select_control_handler.cc',
213 'browser/autofill/select_control_handler.h',
[email protected]83019902009-12-02 05:32:59214 'browser/automation/automation_autocomplete_edit_tracker.h',
215 'browser/automation/automation_browser_tracker.h',
216 'browser/automation/extension_automation_constants.h',
217 'browser/automation/extension_automation_constants.cc',
218 'browser/automation/automation_extension_function.h',
219 'browser/automation/automation_extension_function.cc',
[email protected]790788ac2010-04-06 17:52:19220 'browser/automation/automation_extension_tracker.cc',
221 'browser/automation/automation_extension_tracker.h',
[email protected]566a0f762010-03-10 04:14:57222 'browser/automation/automation_provider_chromeos.cc',
[email protected]83019902009-12-02 05:32:59223 'browser/automation/automation_provider_gtk.cc',
224 'browser/automation/automation_provider_mac.mm',
[email protected]83019902009-12-02 05:32:59225 'browser/automation/automation_provider_win.cc',
226 'browser/automation/automation_provider.cc',
227 'browser/automation/automation_provider.h',
[email protected]7c983cc2010-07-16 11:33:34228 'browser/automation/automation_provider_json.h',
229 'browser/automation/automation_provider_json.cc',
[email protected]83019902009-12-02 05:32:59230 'browser/automation/automation_provider_list.cc',
231 'browser/automation/automation_provider_list_generic.cc',
232 'browser/automation/automation_provider_list_mac.mm',
233 'browser/automation/automation_provider_list.h',
234 'browser/automation/automation_provider_observers.cc',
235 'browser/automation/automation_provider_observers.h',
236 'browser/automation/automation_resource_message_filter.cc',
237 'browser/automation/automation_resource_message_filter.h',
[email protected]3a3d47472010-07-15 21:03:54238 'browser/automation/automation_resource_routing_delegate.cc',
239 'browser/automation/automation_resource_routing_delegate.h',
[email protected]83019902009-12-02 05:32:59240 'browser/automation/automation_resource_tracker.cc',
241 'browser/automation/automation_resource_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00242 'browser/automation/automation_tab_tracker.cc',
[email protected]83019902009-12-02 05:32:59243 'browser/automation/automation_tab_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00244 'browser/automation/automation_window_tracker.cc',
[email protected]cce6f1b2010-08-18 18:33:00245 'browser/automation/automation_window_tracker.h',
[email protected]e253b2612009-12-10 21:55:08246 'browser/automation/chrome_frame_automation_provider.cc',
247 'browser/automation/chrome_frame_automation_provider.h',
[email protected]83019902009-12-02 05:32:59248 'browser/automation/extension_port_container.cc',
249 'browser/automation/extension_port_container.h',
[email protected]7256dab2010-08-23 22:35:18250 'browser/automation/testing_automation_provider_gtk.cc',
251 'browser/automation/testing_automation_provider_mac.mm',
[email protected]78962e2e2010-08-25 17:33:34252 'browser/automation/testing_automation_provider_views.cc',
[email protected]7256dab2010-08-23 22:35:18253 'browser/automation/testing_automation_provider_win.cc',
[email protected]cce6f1b2010-08-18 18:33:00254 'browser/automation/testing_automation_provider.cc',
255 'browser/automation/testing_automation_provider.h',
256 'browser/automation/url_request_automation_job.cc',
257 'browser/automation/url_request_automation_job.h',
[email protected]853300a82010-07-27 21:17:57258 'browser/automation/ui_controls_internal.h',
[email protected]83019902009-12-02 05:32:59259 'browser/automation/ui_controls_linux.cc',
[email protected]1b5a48c2010-04-29 23:08:30260 'browser/automation/ui_controls_mac.mm',
[email protected]83019902009-12-02 05:32:59261 'browser/automation/ui_controls_win.cc',
262 'browser/automation/ui_controls.h',
[email protected]aa0508122010-11-08 23:16:50263 'browser/background_application_list_model.cc',
264 'browser/background_application_list_model.h',
[email protected]398206c2010-06-21 01:46:08265 'browser/background_contents_service.cc',
[email protected]aa0508122010-11-08 23:16:50266 'browser/background_contents_service.h',
267 'browser/background_mode_manager.cc',
268 'browser/background_mode_manager.h',
[email protected]b569c112010-11-22 20:53:44269 'browser/background_page_tracker.cc',
270 'browser/background_page_tracker.h',
[email protected]c65e2f152010-10-14 15:30:40271 'browser/blocked_content_container.cc',
272 'browser/blocked_content_container.h',
[email protected]83019902009-12-02 05:32:59273 'browser/bookmarks/bookmark_codec.cc',
274 'browser/bookmarks/bookmark_codec.h',
275 'browser/bookmarks/bookmark_context_menu_controller.cc',
276 'browser/bookmarks/bookmark_context_menu_controller.h',
[email protected]83019902009-12-02 05:32:59277 'browser/bookmarks/bookmark_drop_info.cc',
278 'browser/bookmarks/bookmark_drop_info.h',
[email protected]a0835ac2010-09-13 19:40:08279 'browser/bookmarks/bookmark_editor.cc',
[email protected]83019902009-12-02 05:32:59280 'browser/bookmarks/bookmark_editor.h',
[email protected]d31c4a52010-04-12 21:41:02281 'browser/bookmarks/bookmark_folder_editor_controller.cc',
282 'browser/bookmarks/bookmark_folder_editor_controller.h',
[email protected]83019902009-12-02 05:32:59283 'browser/bookmarks/bookmark_index.cc',
284 'browser/bookmarks/bookmark_index.h',
285 'browser/bookmarks/bookmark_html_writer.cc',
286 'browser/bookmarks/bookmark_html_writer.h',
[email protected]83019902009-12-02 05:32:59287 'browser/bookmarks/bookmark_model.cc',
288 'browser/bookmarks/bookmark_model.h',
289 'browser/bookmarks/bookmark_model_observer.h',
[email protected]dd0598522010-11-26 23:12:49290 'browser/bookmarks/bookmark_node_data.cc',
291 'browser/bookmarks/bookmark_node_data.h',
[email protected]0fe52a02010-02-06 00:39:25292 'browser/bookmarks/bookmark_pasteboard_helper_mac.h',
293 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm',
[email protected]83019902009-12-02 05:32:59294 'browser/bookmarks/bookmark_service.h',
295 'browser/bookmarks/bookmark_storage.cc',
296 'browser/bookmarks/bookmark_storage.h',
[email protected]83019902009-12-02 05:32:59297 'browser/bookmarks/bookmark_utils.cc',
298 'browser/bookmarks/bookmark_utils.h',
[email protected]4bdde602010-06-16 03:17:35299 'browser/bookmarks/recently_used_folders_combo_model.cc',
[email protected]541f55a2010-09-07 16:42:53300 'browser/bookmarks/recently_used_folders_combo_model.h',
[email protected]83019902009-12-02 05:32:59301 'browser/browser_about_handler.cc',
302 'browser/browser_about_handler.h',
[email protected]d27893f62010-07-03 05:47:42303 'browser/browser_child_process_host.cc',
304 'browser/browser_child_process_host.h',
[email protected]4b580bf2010-12-02 19:16:07305 'browser/browser_io_message_filter.cc',
306 'browser/browser_io_message_filter.h',
[email protected]83019902009-12-02 05:32:59307 'browser/browser_main.cc',
308 'browser/browser_main_gtk.cc',
[email protected]c6032e82010-09-13 20:06:05309 'browser/browser_main_gtk.h',
[email protected]83019902009-12-02 05:32:59310 'browser/browser_main_mac.mm',
[email protected]f8abf722010-07-07 19:46:24311 'browser/browser_main_posix.cc',
[email protected]1fec64352010-07-27 13:55:21312 'browser/browser_main_posix.h',
[email protected]83019902009-12-02 05:32:59313 'browser/browser_main_win.cc',
314 'browser/browser_main_win.h',
[email protected]83019902009-12-02 05:32:59315 'browser/browser_process.cc',
316 'browser/browser_process.h',
317 'browser/browser_process_impl.cc',
318 'browser/browser_process_impl.h',
[email protected]0ac83682010-01-22 17:46:27319 'browser/browser_process_sub_thread.cc',
320 'browser/browser_process_sub_thread.h',
[email protected]2efebbbf2010-10-25 10:31:21321 'browser/browser_signin.cc',
322 'browser/browser_signin.h',
[email protected]83019902009-12-02 05:32:59323 'browser/browser_shutdown.cc',
324 'browser/browser_shutdown.h',
[email protected]092b04e2010-10-12 23:23:44325 'browser/browser_thread.cc',
326 'browser/browser_thread.h',
[email protected]83019902009-12-02 05:32:59327 'browser/browser_trial.cc',
328 'browser/browser_trial.h',
329 'browser/browser_url_handler.cc',
330 'browser/browser_url_handler.h',
[email protected]f26795eb2010-02-26 23:45:35331 'browser/browsing_data_appcache_helper.cc',
332 'browser/browsing_data_appcache_helper.h',
[email protected]b5c6e302010-02-10 18:13:40333 'browser/browsing_data_database_helper.cc',
334 'browser/browsing_data_database_helper.h',
[email protected]2823fb242010-09-23 08:53:26335 'browser/browsing_data_indexed_db_helper.cc',
336 'browser/browsing_data_indexed_db_helper.h',
[email protected]8f9aefd2010-01-25 13:50:48337 'browser/browsing_data_local_storage_helper.cc',
338 'browser/browsing_data_local_storage_helper.h',
[email protected]83019902009-12-02 05:32:59339 'browser/browsing_data_remover.cc',
340 'browser/browsing_data_remover.h',
341 'browser/browsing_instance.cc',
342 'browser/browsing_instance.h',
[email protected]43461682010-10-29 00:52:36343 'browser/bug_report_data.h',
344 'browser/bug_report_data.cc',
[email protected]83019902009-12-02 05:32:59345 'browser/bug_report_util.cc',
346 'browser/bug_report_util.h',
[email protected]86206622010-05-14 05:45:26347 # TODO(rkc): Find a better way to include these files
348 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc',
[email protected]ac1894a2010-08-22 10:38:54349 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
[email protected]86206622010-05-14 05:45:26350 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
[email protected]86206622010-05-14 05:45:26351 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
352 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
353 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
354 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
[email protected]83019902009-12-02 05:32:59355 'browser/cancelable_request.cc',
356 'browser/cancelable_request.h',
357 'browser/cert_store.cc',
358 'browser/cert_store.h',
[email protected]0fd776c402010-09-29 21:59:17359 'browser/certificate_manager_model.cc',
360 'browser/certificate_manager_model.h',
[email protected]8ae178b12010-07-07 22:55:27361 'browser/certificate_viewer.cc',
362 'browser/certificate_viewer.h',
[email protected]83019902009-12-02 05:32:59363 'browser/character_encoding.cc',
364 'browser/character_encoding.h',
[email protected]4bdd8e12009-12-07 18:21:03365 'browser/child_process_launcher.cc',
[email protected]83019902009-12-02 05:32:59366 'browser/child_process_launcher.h',
367 'browser/child_process_security_policy.cc',
368 'browser/child_process_security_policy.h',
[email protected]22339b12010-08-27 18:29:24369 'browser/chrome_blob_storage_context.cc',
370 'browser/chrome_blob_storage_context.h',
[email protected]83019902009-12-02 05:32:59371 'browser/chrome_browser_application_mac.h',
372 'browser/chrome_browser_application_mac.mm',
373 'browser/chrome_plugin_browsing_context.cc',
374 'browser/chrome_plugin_browsing_context.h',
375 'browser/chrome_plugin_host.cc',
376 'browser/chrome_plugin_host.h',
[email protected]83f22072010-03-02 23:47:09377 'browser/chromeos/notifications/balloon_collection_impl.cc',
[email protected]284727882010-08-19 20:59:04378 'browser/chromeos/notifications/balloon_collection_impl.h',
[email protected]2e5cc5f2010-02-05 22:02:18379 'browser/chromeos/notifications/balloon_view.cc',
[email protected]284727882010-08-19 20:59:04380 'browser/chromeos/notifications/balloon_view.h',
381 'browser/chromeos/notifications/balloon_view_host.cc',
382 'browser/chromeos/notifications/balloon_view_host.h',
[email protected]2e5cc5f2010-02-05 22:02:18383 'browser/chromeos/notifications/notification_panel.cc',
[email protected]284727882010-08-19 20:59:04384 'browser/chromeos/notifications/notification_panel.h',
[email protected]0fecda62010-03-19 21:59:01385 'browser/chromeos/notifications/system_notification.cc',
[email protected]284727882010-08-19 20:59:04386 'browser/chromeos/notifications/system_notification.h',
[email protected]3b845752010-03-17 01:19:06387 'browser/chromeos/notifications/system_notification_factory.cc',
[email protected]284727882010-08-19 20:59:04388 'browser/chromeos/notifications/system_notification_factory.h',
[email protected]d032b3792010-06-07 22:02:39389 'browser/chromeos/audio_handler.cc',
390 'browser/chromeos/audio_handler.h',
[email protected]ac4bf502010-05-04 16:58:07391 'browser/chromeos/boot_times_loader.cc',
392 'browser/chromeos/boot_times_loader.h',
[email protected]5f449baa2010-10-08 20:29:59393 'browser/chromeos/browser_main_chromeos.cc',
394 'browser/chromeos/browser_main_chromeos.h',
[email protected]73bd67b2010-07-16 16:00:09395 'browser/chromeos/cros_settings.cc',
396 'browser/chromeos/cros_settings.h',
397 'browser/chromeos/cros_settings_names.cc',
398 'browser/chromeos/cros_settings_names.h',
[email protected]93a49ae2010-08-03 23:50:47399 'browser/chromeos/cros_settings_provider.h',
[email protected]1f821952010-11-01 06:56:44400 'browser/chromeos/cros_settings_provider.cc',
[email protected]4a6861a2010-08-23 19:04:46401 'browser/chromeos/cros/burn_library.cc',
402 'browser/chromeos/cros/burn_library.h',
[email protected]268b02f2010-02-04 21:07:15403 'browser/chromeos/cros/cros_library.cc',
404 'browser/chromeos/cros/cros_library.h',
[email protected]62c7ef32010-03-23 23:44:24405 'browser/chromeos/cros/cros_library_loader.cc',
406 'browser/chromeos/cros/cros_library_loader.h',
[email protected]ad8a6ea2010-03-11 00:05:02407 'browser/chromeos/cros/cryptohome_library.cc',
408 'browser/chromeos/cros/cryptohome_library.h',
[email protected]0b6da802010-06-15 01:50:03409 'browser/chromeos/cros/keyboard_library.cc',
410 'browser/chromeos/cros/keyboard_library.h',
[email protected]291d8b72010-06-21 09:43:14411 'browser/chromeos/cros/input_method_library.cc',
412 'browser/chromeos/cros/input_method_library.h',
[email protected]268b02f2010-02-04 21:07:15413 'browser/chromeos/cros/login_library.cc',
414 'browser/chromeos/cros/login_library.h',
415 'browser/chromeos/cros/mount_library.cc',
416 'browser/chromeos/cros/mount_library.h',
417 'browser/chromeos/cros/network_library.cc',
418 'browser/chromeos/cros/network_library.h',
419 'browser/chromeos/cros/power_library.cc',
420 'browser/chromeos/cros/power_library.h',
[email protected]a39c2d12010-05-14 23:48:27421 'browser/chromeos/cros/screen_lock_library.cc',
422 'browser/chromeos/cros/screen_lock_library.h',
[email protected]b1220622010-04-28 22:46:16423 'browser/chromeos/cros/speech_synthesis_library.cc',
424 'browser/chromeos/cros/speech_synthesis_library.h',
[email protected]e251662c2010-05-20 05:55:06425 'browser/chromeos/cros/syslogs_library.cc',
426 'browser/chromeos/cros/syslogs_library.h',
[email protected]94a922b2010-06-30 23:18:15427 'browser/chromeos/cros/system_library.cc',
428 'browser/chromeos/cros/system_library.h',
[email protected]b4e05f22010-09-08 17:27:46429 'browser/chromeos/cros/touchpad_library.cc',
430 'browser/chromeos/cros/touchpad_library.h',
[email protected]3cdf3762010-07-13 22:55:55431 'browser/chromeos/cros/update_library.cc',
[email protected]399a8da2010-07-19 14:42:24432 'browser/chromeos/cros/update_library.h',
[email protected]c3f4ad22010-05-28 09:20:09433 'browser/chromeos/customization_document.cc',
[email protected]478739e32010-06-17 17:09:05434 'browser/chromeos/customization_document.h',
[email protected]73bd67b2010-07-16 16:00:09435 'browser/chromeos/dom_ui/accounts_options_handler.cc',
436 'browser/chromeos/dom_ui/accounts_options_handler.h',
437 'browser/chromeos/dom_ui/core_chromeos_options_handler.cc',
438 'browser/chromeos/dom_ui/core_chromeos_options_handler.h',
[email protected]7096f562010-08-16 21:59:04439 'browser/chromeos/dom_ui/cros_options_page_ui_handler.cc',
440 'browser/chromeos/dom_ui/cros_options_page_ui_handler.h',
[email protected]4ccc05e2010-10-06 19:32:15441 'browser/chromeos/dom_ui/cros_personal_options_handler.cc',
442 'browser/chromeos/dom_ui/cros_personal_options_handler.h',
[email protected]722119e2010-08-26 03:09:37443 'browser/chromeos/dom_ui/imageburner_ui.cc',
444 'browser/chromeos/dom_ui/imageburner_ui.h',
[email protected]b2e23e32010-07-28 07:03:55445 'browser/chromeos/dom_ui/internet_options_handler.cc',
446 'browser/chromeos/dom_ui/internet_options_handler.h',
[email protected]d1d150f2010-11-04 05:41:39447 'browser/chromeos/dom_ui/keyboard_overlay_ui.cc',
448 'browser/chromeos/dom_ui/keyboard_overlay_ui.h',
[email protected]783bf592010-07-22 10:49:55449 'browser/chromeos/dom_ui/language_chewing_options_handler.cc',
450 'browser/chromeos/dom_ui/language_chewing_options_handler.h',
[email protected]c5419ba2010-08-24 04:44:46451 'browser/chromeos/dom_ui/language_customize_modifier_keys_handler.cc',
452 'browser/chromeos/dom_ui/language_customize_modifier_keys_handler.h',
[email protected]1c741b82010-07-14 03:57:47453 'browser/chromeos/dom_ui/language_hangul_options_handler.cc',
454 'browser/chromeos/dom_ui/language_hangul_options_handler.h',
[email protected]ffa7c162010-07-28 00:41:27455 'browser/chromeos/dom_ui/language_mozc_options_handler.cc',
456 'browser/chromeos/dom_ui/language_mozc_options_handler.h',
[email protected]fec86262010-07-14 08:09:46457 'browser/chromeos/dom_ui/language_options_handler.cc',
458 'browser/chromeos/dom_ui/language_options_handler.h',
[email protected]54023fa2010-09-08 08:43:52459 'browser/chromeos/dom_ui/language_options_util.cc',
[email protected]871c71502010-07-28 07:02:49460 'browser/chromeos/dom_ui/language_options_util.h',
[email protected]ffa7c162010-07-28 00:41:27461 'browser/chromeos/dom_ui/language_pinyin_options_handler.cc',
462 'browser/chromeos/dom_ui/language_pinyin_options_handler.h',
[email protected]9d3f7d5e2010-09-25 06:17:04463 'browser/chromeos/dom_ui/mobile_setup_ui.cc',
464 'browser/chromeos/dom_ui/mobile_setup_ui.h',
[email protected]89ccd242010-10-12 08:58:27465 'browser/chromeos/dom_ui/network_menu_ui.cc',
466 'browser/chromeos/dom_ui/network_menu_ui.h',
[email protected]e8f0ee22010-08-04 16:17:38467 'browser/chromeos/dom_ui/proxy_handler.cc',
468 'browser/chromeos/dom_ui/proxy_handler.h',
[email protected]9d3f7d5e2010-09-25 06:17:04469 'browser/chromeos/dom_ui/register_page_ui.cc',
470 'browser/chromeos/dom_ui/register_page_ui.h',
[email protected]3a051a4b2010-10-04 23:59:23471 'browser/chromeos/dom_ui/domui_menu_control.h',
472 'browser/chromeos/dom_ui/menu_ui.cc',
473 'browser/chromeos/dom_ui/menu_ui.h',
[email protected]c7db33a2010-10-06 18:57:25474 'browser/chromeos/dom_ui/stats_options_handler.cc',
475 'browser/chromeos/dom_ui/stats_options_handler.h',
[email protected]9c0a58002010-09-17 23:18:55476 'browser/chromeos/dom_ui/system_info_ui.cc',
477 'browser/chromeos/dom_ui/system_info_ui.h',
[email protected]478739e32010-06-17 17:09:05478 'browser/chromeos/dom_ui/system_options_handler.cc',
479 'browser/chromeos/dom_ui/system_options_handler.h',
[email protected]7096f562010-08-16 21:59:04480 'browser/chromeos/dom_ui/system_settings_provider.cc',
481 'browser/chromeos/dom_ui/system_settings_provider.h',
[email protected]6777a572010-10-08 18:07:17482 'browser/chromeos/dom_ui/wrench_menu_ui.cc',
483 'browser/chromeos/dom_ui/wrench_menu_ui.h',
[email protected]c766a162010-06-30 22:45:45484 'browser/chromeos/drop_shadow_label.cc',
[email protected]62cb9942010-12-01 13:09:32485 'browser/chromeos/enterprise_extension_observer.cc',
486 'browser/chromeos/enterprise_extension_observer.h',
[email protected]83019902009-12-02 05:32:59487 'browser/chromeos/external_metrics.cc',
488 'browser/chromeos/external_metrics.h',
489 'browser/chromeos/external_protocol_dialog.cc',
490 'browser/chromeos/external_protocol_dialog.h',
[email protected]17e64222010-02-12 23:32:42491 'browser/chromeos/frame/browser_frame_chromeos.cc',
492 'browser/chromeos/frame/browser_frame_chromeos.h',
493 'browser/chromeos/frame/browser_view.cc',
494 'browser/chromeos/frame/browser_view.h',
[email protected]5afc7052010-09-29 16:50:58495 'browser/chromeos/frame/bubble_frame_view.cc',
496 'browser/chromeos/frame/bubble_frame_view.h',
497 'browser/chromeos/frame/bubble_window.cc',
498 'browser/chromeos/frame/bubble_window.h',
[email protected]17e64222010-02-12 23:32:42499 'browser/chromeos/frame/panel_browser_view.cc',
500 'browser/chromeos/frame/panel_browser_view.h',
501 'browser/chromeos/frame/panel_controller.cc',
502 'browser/chromeos/frame/panel_controller.h',
[email protected]592468b2010-02-10 23:08:47503 'browser/chromeos/google_update_chromeos.cc',
[email protected]83019902009-12-02 05:32:59504 'browser/chromeos/gview_request_interceptor.cc',
[email protected]e22fbfc2010-06-26 02:35:30505 'browser/chromeos/gview_request_interceptor.h',
[email protected]1e8e7652010-06-18 10:12:21506 'browser/chromeos/input_method/input_method_util.cc',
507 'browser/chromeos/input_method/input_method_util.h',
[email protected]401d8812010-08-19 08:37:24508 'browser/chromeos/language_preferences.cc',
509 'browser/chromeos/language_preferences.h',
[email protected]c6f88212010-02-10 07:22:54510 'browser/chromeos/login/account_creation_view.cc',
511 'browser/chromeos/login/account_creation_view.h',
[email protected]0e6e80682010-03-04 16:13:27512 'browser/chromeos/login/account_screen.cc',
513 'browser/chromeos/login/account_screen.h',
[email protected]c61f5aa2010-09-28 04:38:08514 'browser/chromeos/login/authentication_notification_details.h',
515 'browser/chromeos/login/authenticator.cc',
[email protected]83a4301f2010-02-22 22:01:26516 'browser/chromeos/login/authenticator.h',
[email protected]1b36b742010-09-22 17:04:18517 'browser/chromeos/login/auth_attempt_state.cc',
518 'browser/chromeos/login/auth_attempt_state.h',
519 'browser/chromeos/login/auth_attempt_state_resolver.cc',
520 'browser/chromeos/login/auth_attempt_state_resolver.h',
[email protected]d7883d02010-04-02 15:45:28521 'browser/chromeos/login/auth_response_handler.cc',
522 'browser/chromeos/login/auth_response_handler.h',
[email protected]e67090c2010-08-05 13:50:43523 'browser/chromeos/login/apply_services_customization.cc',
524 'browser/chromeos/login/apply_services_customization.h',
[email protected]ad30e062010-04-05 18:11:18525 'browser/chromeos/login/background_view.cc',
526 'browser/chromeos/login/background_view.h',
[email protected]64ec0342010-06-03 13:00:40527 'browser/chromeos/login/camera.cc',
528 'browser/chromeos/login/camera.h',
[email protected]551707a2010-06-16 16:59:47529 'browser/chromeos/login/captcha_view.cc',
530 'browser/chromeos/login/captcha_view.h',
[email protected]2e47c7c22010-03-19 17:14:25531 'browser/chromeos/login/client_login_response_handler.cc',
532 'browser/chromeos/login/client_login_response_handler.h',
[email protected]ad30e062010-04-05 18:11:18533 'browser/chromeos/login/cookie_fetcher.cc',
534 'browser/chromeos/login/cookie_fetcher.h',
[email protected]1b36b742010-09-22 17:04:18535 'browser/chromeos/login/cryptohome_op.cc',
536 'browser/chromeos/login/cryptohome_op.h',
[email protected]6e648942010-07-14 12:52:23537 'browser/chromeos/login/eula_view.cc',
538 'browser/chromeos/login/eula_view.h',
[email protected]507c71072010-03-12 21:56:17539 'browser/chromeos/login/existing_user_controller.cc',
540 'browser/chromeos/login/existing_user_controller.h',
[email protected]b15ffb182010-08-03 10:09:39541 'browser/chromeos/login/existing_user_view.cc',
542 'browser/chromeos/login/existing_user_view.h',
[email protected]83a4301f2010-02-22 22:01:26543 'browser/chromeos/login/google_authenticator.cc',
544 'browser/chromeos/login/google_authenticator.h',
[email protected]a0779002010-10-06 14:53:36545 'browser/chromeos/login/guest_user_view.cc',
546 'browser/chromeos/login/guest_user_view.h',
[email protected]063bb2b22010-09-06 15:59:08547 'browser/chromeos/login/help_app_launcher.cc',
548 'browser/chromeos/login/help_app_launcher.h',
[email protected]8a6d0082010-06-02 12:34:22549 'browser/chromeos/login/helper.cc',
[email protected]d63b52152010-09-17 12:29:42550 'browser/chromeos/login/helper.h',
[email protected]0ae17ad42010-08-20 09:48:46551 'browser/chromeos/login/html_page_screen.cc',
552 'browser/chromeos/login/html_page_screen.h',
[email protected]1b36b742010-09-22 17:04:18553 'browser/chromeos/login/image_decoder.cc',
554 'browser/chromeos/login/image_decoder.h',
555 'browser/chromeos/login/image_downloader.cc',
556 'browser/chromeos/login/image_downloader.h',
557 'browser/chromeos/login/issue_response_handler.cc',
558 'browser/chromeos/login/issue_response_handler.h',
[email protected]e161c1912010-10-09 13:49:03559 'browser/chromeos/login/keyboard_switch_menu.cc',
560 'browser/chromeos/login/keyboard_switch_menu.h',
[email protected]4caf6262010-06-17 14:05:43561 'browser/chromeos/login/language_switch_menu.cc',
562 'browser/chromeos/login/language_switch_menu.h',
[email protected]dfdcdab2010-06-09 16:20:05563 'browser/chromeos/login/login_html_dialog.cc',
564 'browser/chromeos/login/login_html_dialog.h',
[email protected]cd5d0b1c2010-09-29 16:32:50565 'browser/chromeos/login/login_performer.cc',
566 'browser/chromeos/login/login_performer.h',
[email protected]afe05a282010-05-27 17:44:03567 'browser/chromeos/login/login_screen.cc',
568 'browser/chromeos/login/login_screen.h',
[email protected]83a4301f2010-02-22 22:01:26569 'browser/chromeos/login/login_status_consumer.h',
[email protected]a10d16e2010-03-26 12:41:22570 'browser/chromeos/login/login_utils.cc',
571 'browser/chromeos/login/login_utils.h',
[email protected]045124c82010-05-13 10:07:43572 'browser/chromeos/login/message_bubble.h',
573 'browser/chromeos/login/message_bubble.cc',
[email protected]042c3682010-02-10 18:05:13574 'browser/chromeos/login/network_selection_view.cc',
575 'browser/chromeos/login/network_selection_view.h',
[email protected]935e9e12010-03-25 15:29:13576 'browser/chromeos/login/network_screen.cc',
577 'browser/chromeos/login/network_screen.h',
578 'browser/chromeos/login/network_screen_delegate.h',
[email protected]afe05a282010-05-27 17:44:03579 'browser/chromeos/login/new_user_view.cc',
580 'browser/chromeos/login/new_user_view.h',
[email protected]1b36b742010-09-22 17:04:18581 'browser/chromeos/login/online_attempt.cc',
582 'browser/chromeos/login/online_attempt.h',
[email protected]5b7a0cf2010-07-23 10:04:07583 'browser/chromeos/login/oobe_progress_bar.cc',
584 'browser/chromeos/login/oobe_progress_bar.h',
[email protected]02ed0b32010-07-22 01:27:13585 'browser/chromeos/login/owner_key_utils.cc',
586 'browser/chromeos/login/owner_key_utils.h',
[email protected]4ada2382010-07-29 21:28:11587 'browser/chromeos/login/owner_manager.cc',
588 'browser/chromeos/login/owner_manager.h',
[email protected]e99e0b32010-08-25 00:53:44589 'browser/chromeos/login/ownership_service.cc',
590 'browser/chromeos/login/ownership_service.h',
[email protected]472734742010-10-11 03:17:05591 'browser/chromeos/login/parallel_authenticator.cc',
592 'browser/chromeos/login/parallel_authenticator.h',
[email protected]56515402010-07-05 17:37:00593 'browser/chromeos/login/password_changed_view.cc',
594 'browser/chromeos/login/password_changed_view.h',
[email protected]e15bdd222010-11-03 12:03:49595 'browser/chromeos/login/proxy_settings_dialog.cc',
596 'browser/chromeos/login/proxy_settings_dialog.h',
[email protected]69719212010-07-12 11:37:25597 'browser/chromeos/login/registration_screen.cc',
[email protected]41291322010-07-15 17:09:01598 'browser/chromeos/login/registration_screen.h',
[email protected]f5836702010-02-09 19:11:18599 'browser/chromeos/login/rounded_rect_painter.cc',
600 'browser/chromeos/login/rounded_rect_painter.h',
[email protected]ab2bd2c2010-05-05 07:18:27601 'browser/chromeos/login/screen_locker.cc',
602 'browser/chromeos/login/screen_locker.h',
603 'browser/chromeos/login/screen_lock_view.cc',
604 'browser/chromeos/login/screen_lock_view.h',
[email protected]649e12c32010-02-06 04:41:21605 'browser/chromeos/login/screen_observer.h',
[email protected]f65210cc2010-10-30 01:48:48606 'browser/chromeos/login/shutdown_button.cc',
607 'browser/chromeos/login/shutdown_button.h',
[email protected]32352d12010-09-03 21:40:10608 'browser/chromeos/login/signed_settings.cc',
609 'browser/chromeos/login/signed_settings.h',
[email protected]62eeafc2010-09-14 16:37:41610 'browser/chromeos/login/signed_settings_helper.cc',
611 'browser/chromeos/login/signed_settings_helper.h',
[email protected]20564b3c2010-10-28 14:25:46612 'browser/chromeos/login/signed_settings_temp_storage.cc',
613 'browser/chromeos/login/signed_settings_temp_storage.h',
[email protected]1b36b742010-09-22 17:04:18614 'browser/chromeos/login/test_attempt_state.cc',
615 'browser/chromeos/login/test_attempt_state.h',
[email protected]91d01602010-10-28 17:18:25616 'browser/chromeos/login/textfield_with_margin.cc',
617 'browser/chromeos/login/textfield_with_margin.h',
[email protected]b96f34a2010-04-21 17:47:01618 'browser/chromeos/login/update_screen.cc',
619 'browser/chromeos/login/update_screen.h',
[email protected]842cd6c62010-03-06 17:56:32620 'browser/chromeos/login/update_view.cc',
621 'browser/chromeos/login/update_view.h',
[email protected]507c71072010-03-12 21:56:17622 'browser/chromeos/login/user_controller.cc',
623 'browser/chromeos/login/user_controller.h',
[email protected]8f0d8ecd12010-04-20 11:51:30624 'browser/chromeos/login/user_image_downloader.cc',
625 'browser/chromeos/login/user_image_downloader.h',
626 'browser/chromeos/login/user_image_loader.cc',
627 'browser/chromeos/login/user_image_loader.h',
[email protected]64ec0342010-06-03 13:00:40628 'browser/chromeos/login/user_image_screen.cc',
629 'browser/chromeos/login/user_image_screen.h',
630 'browser/chromeos/login/user_image_view.cc',
631 'browser/chromeos/login/user_image_view.h',
[email protected]56f0ffc82010-02-04 21:30:37632 'browser/chromeos/login/user_manager.cc',
633 'browser/chromeos/login/user_manager.h',
[email protected]41e13b362010-06-16 21:27:05634 'browser/chromeos/login/user_view.cc',
635 'browser/chromeos/login/user_view.h',
[email protected]c57206e92010-10-21 02:13:24636 'browser/chromeos/login/username_view.cc',
637 'browser/chromeos/login/username_view.h',
[email protected]28e139d2010-03-01 14:55:22638 'browser/chromeos/login/view_screen.h',
[email protected]88e71dc2010-05-07 11:31:38639 'browser/chromeos/login/web_page_screen.cc',
640 'browser/chromeos/login/web_page_screen.h',
641 'browser/chromeos/login/web_page_view.cc',
642 'browser/chromeos/login/web_page_view.h',
[email protected]86cffea2010-08-25 21:31:59643 'browser/chromeos/login/wizard_accessibility_handler.cc',
644 'browser/chromeos/login/wizard_accessibility_handler.h',
645 'browser/chromeos/login/wizard_accessibility_helper.cc',
646 'browser/chromeos/login/wizard_accessibility_helper.h',
[email protected]28e139d2010-03-01 14:55:22647 'browser/chromeos/login/wizard_controller.cc',
648 'browser/chromeos/login/wizard_controller.h',
[email protected]042c3682010-02-10 18:05:13649 'browser/chromeos/login/wizard_screen.h',
[email protected]0fecda62010-03-19 21:59:01650 'browser/chromeos/low_battery_observer.cc',
651 'browser/chromeos/low_battery_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54652 'browser/chromeos/metrics_cros_settings_provider.cc',
653 'browser/chromeos/metrics_cros_settings_provider.h',
[email protected]f7f72652010-05-04 20:53:13654 'browser/chromeos/native_dialog_window.cc',
655 'browser/chromeos/native_dialog_window.h',
[email protected]8d1b864d12010-10-10 00:04:34656 'browser/chromeos/native_theme_chromeos.cc',
657 'browser/chromeos/native_theme_chromeos.h',
[email protected]e8da0a02010-02-15 14:07:08658 'browser/chromeos/network_list.cc',
659 'browser/chromeos/network_list.h',
[email protected]24e8fd52010-07-10 00:36:56660 'browser/chromeos/network_state_notifier.cc',
661 'browser/chromeos/network_state_notifier.h',
[email protected]39216be2010-06-01 17:54:36662 'browser/chromeos/network_message_observer.cc',
663 'browser/chromeos/network_message_observer.h',
[email protected]f49a0c882010-07-15 23:35:00664 'browser/chromeos/options/cellular_config_view.cc',
665 'browser/chromeos/options/cellular_config_view.h',
[email protected]6692b0d72010-07-15 03:40:23666 'browser/chromeos/offline/offline_load_page.cc',
667 'browser/chromeos/offline/offline_load_page.h',
668 'browser/chromeos/offline/offline_load_service.cc',
669 'browser/chromeos/offline/offline_load_service.h',
[email protected]c14b4022010-02-04 19:36:02670 'browser/chromeos/options/internet_page_view.cc',
671 'browser/chromeos/options/internet_page_view.h',
[email protected]3fb19f5c2010-02-17 00:49:50672 'browser/chromeos/options/ip_config_view.cc',
673 'browser/chromeos/options/ip_config_view.h',
[email protected]ffd6ed42010-06-17 02:07:49674 'browser/chromeos/options/language_config_model.cc',
675 'browser/chromeos/options/language_config_model.h',
[email protected]2a5cd8d62010-06-03 09:03:18676 'browser/chromeos/options/language_config_util.h',
[email protected]c179d852010-03-09 06:39:10677 'browser/chromeos/options/language_config_view.cc',
678 'browser/chromeos/options/language_config_view.h',
[email protected]525dbe22010-06-01 07:05:43679 'browser/chromeos/options/language_chewing_config_view.cc',
680 'browser/chromeos/options/language_chewing_config_view.h',
[email protected]1919eb82010-03-15 07:55:14681 'browser/chromeos/options/language_hangul_config_view.cc',
682 'browser/chromeos/options/language_hangul_config_view.h',
[email protected]594b8f52010-04-27 18:10:30683 'browser/chromeos/options/language_pinyin_config_view.cc',
684 'browser/chromeos/options/language_pinyin_config_view.h',
[email protected]6e5c4b82010-05-24 08:18:44685 'browser/chromeos/options/language_mozc_config_view.cc',
686 'browser/chromeos/options/language_mozc_config_view.h',
[email protected]9cc6216822010-03-03 23:17:27687 'browser/chromeos/options/network_config_view.cc',
688 'browser/chromeos/options/network_config_view.h',
[email protected]b96f34a2010-04-21 17:47:01689 'browser/chromeos/options/options_window_view.cc',
690 'browser/chromeos/options/options_window_view.h',
[email protected]c14b4022010-02-04 19:36:02691 'browser/chromeos/options/settings_page_view.cc',
692 'browser/chromeos/options/settings_page_view.h',
693 'browser/chromeos/options/system_page_view.cc',
694 'browser/chromeos/options/system_page_view.h',
[email protected]9cc6216822010-03-03 23:17:27695 'browser/chromeos/options/wifi_config_view.cc',
696 'browser/chromeos/options/wifi_config_view.h',
[email protected]83019902009-12-02 05:32:59697 'browser/chromeos/panels/panel_scroller.cc',
698 'browser/chromeos/panels/panel_scroller.h',
699 'browser/chromeos/panels/panel_scroller_container.cc',
700 'browser/chromeos/panels/panel_scroller_container.h',
701 'browser/chromeos/panels/panel_scroller_header.cc',
702 'browser/chromeos/panels/panel_scroller_header.h',
[email protected]6fdd4182010-10-14 23:59:26703 'browser/chromeos/plugin_selection_policy.cc',
704 'browser/chromeos/plugin_selection_policy.h',
[email protected]83019902009-12-02 05:32:59705 'browser/chromeos/preferences.cc',
706 'browser/chromeos/preferences.h',
[email protected]f50278cd2010-08-24 17:34:08707 'browser/chromeos/proxy_config_service.h',
708 'browser/chromeos/proxy_config_service_impl.cc',
709 'browser/chromeos/proxy_config_service_impl.h',
[email protected]2bb5fcd2010-11-16 14:31:54710 'browser/chromeos/proxy_cros_settings_provider.cc',
711 'browser/chromeos/proxy_cros_settings_provider.h',
[email protected]d032b3792010-06-07 22:02:39712 'browser/chromeos/pulse_audio_mixer.cc',
713 'browser/chromeos/pulse_audio_mixer.h',
[email protected]83a90f72010-02-04 20:36:41714 'browser/chromeos/status/clock_menu_button.cc',
715 'browser/chromeos/status/clock_menu_button.h',
[email protected]432867b2010-10-09 13:31:16716 'browser/chromeos/status/input_method_menu.cc',
717 'browser/chromeos/status/input_method_menu.h',
[email protected]54da7e372010-10-12 09:54:49718 'browser/chromeos/status/input_method_menu_button.cc',
719 'browser/chromeos/status/input_method_menu_button.h',
[email protected]b938810a2010-09-14 08:17:26720 'browser/chromeos/status/network_dropdown_button.cc',
721 'browser/chromeos/status/network_dropdown_button.h',
722 'browser/chromeos/status/network_menu.cc',
723 'browser/chromeos/status/network_menu.h',
[email protected]83a90f72010-02-04 20:36:41724 'browser/chromeos/status/network_menu_button.cc',
725 'browser/chromeos/status/network_menu_button.h',
[email protected]83a90f72010-02-04 20:36:41726 'browser/chromeos/status/power_menu_button.cc',
727 'browser/chromeos/status/power_menu_button.h',
728 'browser/chromeos/status/status_area_button.cc',
729 'browser/chromeos/status/status_area_button.h',
730 'browser/chromeos/status/status_area_host.h',
731 'browser/chromeos/status/status_area_view.cc',
732 'browser/chromeos/status/status_area_view.h',
[email protected]cc4c9742010-05-17 21:04:02733 'browser/chromeos/system_key_event_listener.cc',
734 'browser/chromeos/system_key_event_listener.h',
[email protected]0b4d3382010-07-14 16:13:04735 'browser/chromeos/tab_closeable_state_watcher.cc',
736 'browser/chromeos/tab_closeable_state_watcher.h',
[email protected]3cdf3762010-07-13 22:55:55737 'browser/chromeos/update_observer.cc',
738 'browser/chromeos/update_observer.h',
[email protected]83019902009-12-02 05:32:59739 'browser/chromeos/usb_mount_observer.cc',
740 'browser/chromeos/usb_mount_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54741 'browser/chromeos/user_cros_settings_provider.cc',
742 'browser/chromeos/user_cros_settings_provider.h',
[email protected]83019902009-12-02 05:32:59743 'browser/chromeos/version_loader.cc',
744 'browser/chromeos/version_loader.h',
[email protected]d59b3152010-03-24 04:41:54745 'browser/chromeos/view_ids.h',
[email protected]ae601242010-11-12 21:54:43746 'browser/chromeos/views/copy_background.cc',
747 'browser/chromeos/views/copy_background.h',
[email protected]d34f59d2010-11-13 12:32:02748 'browser/chromeos/views/dropdown_button.cc',
749 'browser/chromeos/views/dropdown_button.h',
[email protected]5ab0b972010-11-09 09:43:58750 'browser/chromeos/views/menu_locator.cc',
751 'browser/chromeos/views/menu_locator.h',
752 'browser/chromeos/views/native_menu_domui.cc',
753 'browser/chromeos/views/native_menu_domui.h',
754 'browser/chromeos/views/domui_menu_widget.cc',
755 'browser/chromeos/views/domui_menu_widget.h',
[email protected]3de008822010-06-16 17:26:54756 'browser/chromeos/volume_bubble.cc',
757 'browser/chromeos/volume_bubble.h',
758 'browser/chromeos/volume_bubble_view.cc',
759 'browser/chromeos/volume_bubble_view.h',
[email protected]ea87eee2010-02-22 16:59:24760 'browser/chromeos/wm_ipc.cc',
761 'browser/chromeos/wm_ipc.h',
762 'browser/chromeos/wm_message_listener.cc',
763 'browser/chromeos/wm_message_listener.h',
[email protected]d65adb12010-04-28 17:26:49764 'browser/chromeos/wm_overview_controller.cc',
765 'browser/chromeos/wm_overview_controller.h',
[email protected]c766a162010-06-30 22:45:45766 'browser/chromeos/wm_overview_fav_icon.cc',
767 'browser/chromeos/wm_overview_fav_icon.h',
[email protected]d65adb12010-04-28 17:26:49768 'browser/chromeos/wm_overview_snapshot.cc',
769 'browser/chromeos/wm_overview_snapshot.h',
[email protected]c766a162010-06-30 22:45:45770 'browser/chromeos/wm_overview_title.cc',
771 'browser/chromeos/wm_overview_title.h',
[email protected]97c2c032010-07-07 22:43:41772 'browser/clipboard_dispatcher_gtk.cc',
773 'browser/clipboard_dispatcher_mac.mm',
774 'browser/clipboard_dispatcher_win.cc',
775 'browser/clipboard_dispatcher.h',
[email protected]83019902009-12-02 05:32:59776 'browser/command_updater.cc',
777 'browser/command_updater.h',
[email protected]47115102010-02-19 19:01:47778 'browser/content_exceptions_table_model.cc',
779 'browser/content_exceptions_table_model.h',
[email protected]5ec40cf2010-03-09 11:34:51780 'browser/content_setting_bubble_model.cc',
781 'browser/content_setting_bubble_model.h',
[email protected]77767742010-03-02 22:06:27782 'browser/content_setting_combo_model.cc',
783 'browser/content_setting_combo_model.h',
[email protected]352104e2010-03-05 11:40:08784 'browser/content_setting_image_model.cc',
785 'browser/content_setting_image_model.h',
[email protected]5f24f212010-12-02 14:47:45786 'browser/content_settings/content_settings_details.h',
787 'browser/content_settings/content_settings_pattern.cc',
788 'browser/content_settings/content_settings_pattern.h',
[email protected]2dd6bca02010-11-30 12:48:44789 'browser/content_settings/content_settings_provider.h',
[email protected]9d01a6a2010-11-30 12:03:33790 'browser/content_settings/host_content_settings_map.cc',
791 'browser/content_settings/host_content_settings_map.h',
[email protected]83019902009-12-02 05:32:59792 'browser/cookies_tree_model.cc',
793 'browser/cookies_tree_model.h',
794 'browser/cross_site_request_manager.cc',
795 'browser/cross_site_request_manager.h',
[email protected]7fff79012010-05-12 00:19:05796 'browser/custom_home_pages_table_model.cc',
797 'browser/custom_home_pages_table_model.h',
[email protected]9b82ad7a2010-05-19 01:04:54798 'browser/default_encoding_combo_model.cc',
799 'browser/default_encoding_combo_model.h',
[email protected]83019902009-12-02 05:32:59800 'browser/defaults.cc',
801 'browser/defaults.h',
[email protected]ac7e4e12010-08-26 14:34:41802 'browser/device_orientation/accelerometer_mac.cc',
803 'browser/device_orientation/accelerometer_mac.h',
[email protected]ddd18442010-08-23 07:39:28804 'browser/device_orientation/data_fetcher.h',
[email protected]57ead352010-08-11 14:42:53805 'browser/device_orientation/dispatcher_host.cc',
806 'browser/device_orientation/dispatcher_host.h',
807 'browser/device_orientation/orientation.h',
808 'browser/device_orientation/provider.cc',
809 'browser/device_orientation/provider.h',
[email protected]ddd18442010-08-23 07:39:28810 'browser/device_orientation/provider_impl.cc',
811 'browser/device_orientation/provider_impl.h',
[email protected]83019902009-12-02 05:32:59812 'browser/diagnostics/diagnostics_main.cc',
813 'browser/diagnostics/diagnostics_main.h',
814 'browser/diagnostics/diagnostics_model.h',
815 'browser/diagnostics/diagnostics_model.cc',
816 'browser/diagnostics/diagnostics_test.h',
817 'browser/diagnostics/sqlite_diagnostics.cc',
818 'browser/diagnostics/sqlite_diagnostics.h',
[email protected]26f46472009-12-20 03:57:10819 'browser/diagnostics/recon_diagnostics.cc',
820 'browser/diagnostics/recon_diagnostics.h',
[email protected]83019902009-12-02 05:32:59821 'browser/dom_operation_notification_details.h',
[email protected]45a613e2010-04-16 23:39:26822 'browser/dom_ui/app_launcher_handler.cc',
823 'browser/dom_ui/app_launcher_handler.h',
[email protected]6404197b2010-03-03 00:40:40824 'browser/dom_ui/bookmarks_ui.cc',
825 'browser/dom_ui/bookmarks_ui.h',
[email protected]ac1894a2010-08-22 10:38:54826 'browser/dom_ui/bug_report_ui.cc',
827 'browser/dom_ui/bug_report_ui.h',
[email protected]83019902009-12-02 05:32:59828 'browser/dom_ui/chrome_url_data_manager.cc',
829 'browser/dom_ui/chrome_url_data_manager.h',
[email protected]2a30775a2010-10-18 19:42:22830 'browser/dom_ui/constrained_html_ui.cc',
831 'browser/dom_ui/constrained_html_ui.h',
[email protected]83019902009-12-02 05:32:59832 'browser/dom_ui/devtools_ui.cc',
833 'browser/dom_ui/devtools_ui.h',
834 'browser/dom_ui/dom_ui.cc',
835 'browser/dom_ui/dom_ui.h',
836 'browser/dom_ui/dom_ui_factory.cc',
837 'browser/dom_ui/dom_ui_factory.h',
838 'browser/dom_ui/dom_ui_favicon_source.cc',
839 'browser/dom_ui/dom_ui_favicon_source.h',
[email protected]ac1894a2010-08-22 10:38:54840 'browser/dom_ui/dom_ui_screenshot_source.cc',
841 'browser/dom_ui/dom_ui_screenshot_source.h',
[email protected]83019902009-12-02 05:32:59842 'browser/dom_ui/dom_ui_theme_source.cc',
843 'browser/dom_ui/dom_ui_theme_source.h',
844 'browser/dom_ui/dom_ui_thumbnail_source.cc',
845 'browser/dom_ui/dom_ui_thumbnail_source.h',
[email protected]73852b8f2010-05-14 00:38:12846 'browser/dom_ui/dom_ui_util.cc',
847 'browser/dom_ui/dom_ui_util.h',
[email protected]83019902009-12-02 05:32:59848 'browser/dom_ui/downloads_dom_handler.cc',
849 'browser/dom_ui/downloads_dom_handler.h',
850 'browser/dom_ui/downloads_ui.cc',
851 'browser/dom_ui/downloads_ui.h',
852 'browser/dom_ui/fileicon_source.cc',
853 'browser/dom_ui/fileicon_source.h',
854 'browser/dom_ui/filebrowse_ui.cc',
855 'browser/dom_ui/filebrowse_ui.h',
[email protected]1a47d7e2010-10-15 00:37:24856 'browser/dom_ui/flags_ui.cc',
857 'browser/dom_ui/flags_ui.h',
[email protected]5edb9222010-08-18 00:23:29858 'browser/dom_ui/foreign_session_handler.cc',
859 'browser/dom_ui/foreign_session_handler.h',
[email protected]83019902009-12-02 05:32:59860 'browser/dom_ui/history_ui.cc',
861 'browser/dom_ui/history_ui.h',
[email protected]95ae24f2010-06-21 19:13:14862 'browser/dom_ui/history2_ui.cc',
863 'browser/dom_ui/history2_ui.h',
[email protected]feacf682009-12-03 23:54:45864 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
865 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
[email protected]83019902009-12-02 05:32:59866 'browser/dom_ui/html_dialog_ui.cc',
867 'browser/dom_ui/html_dialog_ui.h',
[email protected]9c88d4752010-09-16 20:59:42868 'browser/dom_ui/keyboard_ui.cc',
869 'browser/dom_ui/keyboard_ui.h',
[email protected]17496bbe2010-03-10 19:48:23870 'browser/dom_ui/mediaplayer_ui.cc',
871 'browser/dom_ui/mediaplayer_ui.h',
[email protected]83019902009-12-02 05:32:59872 'browser/dom_ui/most_visited_handler.cc',
873 'browser/dom_ui/most_visited_handler.h',
[email protected]c92c75052010-03-17 00:26:51874 'browser/dom_ui/net_internals_ui.cc',
875 'browser/dom_ui/net_internals_ui.h',
[email protected]83019902009-12-02 05:32:59876 'browser/dom_ui/new_tab_page_sync_handler.cc',
877 'browser/dom_ui/new_tab_page_sync_handler.h',
878 'browser/dom_ui/new_tab_ui.cc',
879 'browser/dom_ui/new_tab_ui.h',
[email protected]61334a42010-10-18 16:37:04880 'browser/dom_ui/ntp_login_handler.cc',
881 'browser/dom_ui/ntp_login_handler.h',
[email protected]83019902009-12-02 05:32:59882 'browser/dom_ui/ntp_resource_cache.cc',
883 'browser/dom_ui/ntp_resource_cache.h',
[email protected]cec1b8d2010-03-24 00:21:34884 'browser/dom_ui/plugins_ui.cc',
885 'browser/dom_ui/plugins_ui.h',
[email protected]c57bc9b2010-11-01 21:07:20886 'browser/dom_ui/print_preview_handler.cc',
887 'browser/dom_ui/print_preview_handler.h',
[email protected]ff9e04df2010-10-04 22:41:01888 'browser/dom_ui/print_preview_ui.cc',
889 'browser/dom_ui/print_preview_ui.h',
[email protected]1cd5f75f2010-06-23 22:36:43890 'browser/dom_ui/remoting_ui.cc',
891 'browser/dom_ui/remoting_ui.h',
[email protected]01709112010-10-01 19:34:07892 'browser/dom_ui/options/about_page_handler.cc',
893 'browser/dom_ui/options/about_page_handler.h',
894 'browser/dom_ui/options/add_startup_page_handler.cc',
895 'browser/dom_ui/options/add_startup_page_handler.h',
896 'browser/dom_ui/options/advanced_options_handler.cc',
897 'browser/dom_ui/options/advanced_options_handler.h',
898 'browser/dom_ui/options/advanced_options_utils.h',
899 'browser/dom_ui/options/advanced_options_utils_gtk.cc',
900 'browser/dom_ui/options/advanced_options_utils_mac.mm',
901 'browser/dom_ui/options/advanced_options_utils_win.cc',
902 'browser/dom_ui/options/autofill_options_handler.cc',
903 'browser/dom_ui/options/autofill_options_handler.h',
904 'browser/dom_ui/options/browser_options_handler.cc',
905 'browser/dom_ui/options/browser_options_handler.h',
906 'browser/dom_ui/options/certificate_manager_handler.cc',
907 'browser/dom_ui/options/certificate_manager_handler.h',
908 'browser/dom_ui/options/clear_browser_data_handler.cc',
909 'browser/dom_ui/options/clear_browser_data_handler.h',
910 'browser/dom_ui/options/content_settings_handler.cc',
911 'browser/dom_ui/options/content_settings_handler.h',
912 'browser/dom_ui/options/cookies_view_handler.cc',
913 'browser/dom_ui/options/cookies_view_handler.h',
914 'browser/dom_ui/options/core_options_handler.cc',
915 'browser/dom_ui/options/core_options_handler.h',
916 'browser/dom_ui/options/font_settings_handler.cc',
917 'browser/dom_ui/options/font_settings_handler.h',
918 'browser/dom_ui/options/font_settings_utils.h',
919 'browser/dom_ui/options/font_settings_utils_gtk.cc',
920 'browser/dom_ui/options/font_settings_utils_mac.mm',
921 'browser/dom_ui/options/font_settings_utils_win.cc',
922 'browser/dom_ui/options/import_data_handler.cc',
923 'browser/dom_ui/options/import_data_handler.h',
924 'browser/dom_ui/options/options_managed_banner_handler.cc',
925 'browser/dom_ui/options/options_managed_banner_handler.h',
926 'browser/dom_ui/options/options_ui.cc',
927 'browser/dom_ui/options/options_ui.h',
928 'browser/dom_ui/options/passwords_exceptions_handler.cc',
929 'browser/dom_ui/options/passwords_exceptions_handler.h',
930 'browser/dom_ui/options/personal_options_handler.cc',
931 'browser/dom_ui/options/personal_options_handler.h',
[email protected]2cd4f8a2010-10-20 21:48:29932 'browser/dom_ui/options/stop_syncing_handler.cc',
933 'browser/dom_ui/options/stop_syncing_handler.h',
[email protected]01709112010-10-01 19:34:07934 'browser/dom_ui/options/sync_options_handler.cc',
935 'browser/dom_ui/options/sync_options_handler.h',
936 'browser/dom_ui/options/search_engine_manager_handler.cc',
937 'browser/dom_ui/options/search_engine_manager_handler.h',
[email protected]755e1b732010-06-24 23:28:53938 'browser/dom_ui/shared_resources_data_source.cc',
939 'browser/dom_ui/shared_resources_data_source.h',
[email protected]83019902009-12-02 05:32:59940 'browser/dom_ui/shown_sections_handler.cc',
941 'browser/dom_ui/shown_sections_handler.h',
[email protected]a5353ba2010-06-21 22:55:48942 'browser/dom_ui/slideshow_ui.cc',
943 'browser/dom_ui/slideshow_ui.h',
[email protected]e79154a2010-10-27 21:58:02944 'browser/dom_ui/textfields_ui.cc',
945 'browser/dom_ui/textfields_ui.h',
[email protected]83019902009-12-02 05:32:59946 'browser/dom_ui/tips_handler.cc',
947 'browser/dom_ui/tips_handler.h',
[email protected]5edb9222010-08-18 00:23:29948 'browser/dom_ui/value_helper.cc',
949 'browser/dom_ui/value_helper.h',
[email protected]f15edeb2010-08-27 16:27:15950 'browser/download/base_file.cc',
951 'browser/download/base_file.h',
[email protected]83019902009-12-02 05:32:59952 'browser/download/download_exe.cc',
953 'browser/download/download_file.cc',
954 'browser/download/download_file.h',
[email protected]6c69796d2010-07-16 21:41:16955 'browser/download/download_file_manager.cc',
956 'browser/download/download_file_manager.h',
[email protected]82f37b02010-07-29 22:04:57957 'browser/download/download_history.cc',
958 'browser/download/download_history.h',
[email protected]6c69796d2010-07-16 21:41:16959 'browser/download/download_item.cc',
960 'browser/download/download_item.h',
[email protected]83019902009-12-02 05:32:59961 'browser/download/download_item_model.cc',
962 'browser/download/download_item_model.h',
963 'browser/download/download_manager.cc',
964 'browser/download/download_manager.h',
[email protected]e5dc4222010-08-30 22:16:32965 'browser/download/download_prefs.cc',
966 'browser/download/download_prefs.h',
[email protected]83019902009-12-02 05:32:59967 'browser/download/download_request_infobar_delegate.h',
968 'browser/download/download_request_infobar_delegate.cc',
[email protected]41291322010-07-15 17:09:01969 'browser/download/download_request_limiter.cc',
970 'browser/download/download_request_limiter.h',
[email protected]83019902009-12-02 05:32:59971 'browser/download/download_shelf.cc',
972 'browser/download/download_shelf.h',
973 'browser/download/download_started_animation.h',
[email protected]073ed7b2010-09-27 09:20:02974 'browser/download/download_status_updater.cc',
975 'browser/download/download_status_updater.h',
976 'browser/download/download_status_updater_delegate.h',
[email protected]a0835ac2010-09-13 19:40:08977 'browser/download/download_types.cc',
[email protected]6c69796d2010-07-16 21:41:16978 'browser/download/download_types.h',
[email protected]83019902009-12-02 05:32:59979 'browser/download/download_util.cc',
980 'browser/download/download_util.h',
[email protected]8af9d032010-02-10 00:00:32981 'browser/download/drag_download_file.cc',
982 'browser/download/drag_download_file.h',
983 'browser/download/drag_download_util.cc',
984 'browser/download/drag_download_util.h',
[email protected]83019902009-12-02 05:32:59985 'browser/download/save_file.cc',
986 'browser/download/save_file.h',
987 'browser/download/save_file_manager.cc',
988 'browser/download/save_file_manager.h',
989 'browser/download/save_item.cc',
990 'browser/download/save_item.h',
991 'browser/download/save_package.cc',
992 'browser/download/save_package.h',
[email protected]93aa89c72010-10-20 21:32:04993 'browser/download/save_types.cc',
[email protected]83019902009-12-02 05:32:59994 'browser/download/save_types.h',
[email protected]83019902009-12-02 05:32:59995 'browser/extensions/convert_user_script.cc',
996 'browser/extensions/convert_user_script.h',
[email protected]5ba5dab2010-11-18 02:31:04997 'browser/extensions/convert_web_app.cc',
998 'browser/extensions/convert_web_app.h',
[email protected]83019902009-12-02 05:32:59999 'browser/extensions/crashed_extension_infobar.cc',
1000 'browser/extensions/crashed_extension_infobar.h',
1001 'browser/extensions/crx_installer.cc',
1002 'browser/extensions/crx_installer.h',
[email protected]ec5b50d2010-10-09 16:35:181003 'browser/extensions/default_apps.cc',
1004 'browser/extensions/default_apps.h',
[email protected]5cbe1e22010-01-30 01:18:561005 'browser/extensions/extension_accessibility_api.cc',
1006 'browser/extensions/extension_accessibility_api.h',
1007 'browser/extensions/extension_accessibility_api_constants.cc',
1008 'browser/extensions/extension_accessibility_api_constants.h',
[email protected]9b071852010-04-02 06:45:311009 'browser/extensions/extension_bookmark_helpers.cc',
1010 'browser/extensions/extension_bookmark_helpers.h',
[email protected]83019902009-12-02 05:32:591011 'browser/extensions/extension_bookmarks_module.cc',
1012 'browser/extensions/extension_bookmarks_module.h',
1013 'browser/extensions/extension_bookmarks_module_constants.cc',
1014 'browser/extensions/extension_bookmarks_module_constants.h',
[email protected]9dd97bc2010-01-14 01:40:041015 'browser/extensions/extension_bookmark_manager_api.cc',
1016 'browser/extensions/extension_bookmark_manager_api.h',
[email protected]83019902009-12-02 05:32:591017 'browser/extensions/extension_browser_actions_api.cc',
1018 'browser/extensions/extension_browser_actions_api.h',
[email protected]446255952010-03-17 20:41:581019 'browser/extensions/extension_clipboard_api.cc',
1020 'browser/extensions/extension_clipboard_api.h',
[email protected]2e3b5202010-03-23 06:52:411021 'browser/extensions/extension_context_menu_api.cc',
1022 'browser/extensions/extension_context_menu_api.h',
[email protected]7e9f4a82010-03-22 22:36:201023 'browser/extensions/extension_context_menu_model.cc',
1024 'browser/extensions/extension_context_menu_model.h',
[email protected]898bbd32010-05-18 18:52:291025 'browser/extensions/extension_cookies_api.cc',
1026 'browser/extensions/extension_cookies_api.h',
1027 'browser/extensions/extension_cookies_api_constants.cc',
1028 'browser/extensions/extension_cookies_api_constants.h',
1029 'browser/extensions/extension_cookies_helpers.cc',
1030 'browser/extensions/extension_cookies_helpers.h',
[email protected]83019902009-12-02 05:32:591031 'browser/extensions/extension_creator.cc',
1032 'browser/extensions/extension_creator.h',
[email protected]c10da4b02010-03-25 14:38:321033 'browser/extensions/extension_data_deleter.cc',
1034 'browser/extensions/extension_data_deleter.h',
[email protected]83019902009-12-02 05:32:591035 'browser/extensions/extension_disabled_infobar_delegate.cc',
1036 'browser/extensions/extension_disabled_infobar_delegate.h',
1037 'browser/extensions/extension_devtools_bridge.cc',
1038 'browser/extensions/extension_devtools_bridge.h',
1039 'browser/extensions/extension_devtools_events.cc',
1040 'browser/extensions/extension_devtools_events.h',
1041 'browser/extensions/extension_devtools_manager.cc',
1042 'browser/extensions/extension_devtools_manager.h',
1043 'browser/extensions/extension_dom_ui.cc',
1044 'browser/extensions/extension_dom_ui.h',
[email protected]14a000d2010-04-29 21:44:241045 'browser/extensions/extension_error_reporter.cc',
1046 'browser/extensions/extension_error_reporter.h',
[email protected]83019902009-12-02 05:32:591047 'browser/extensions/extension_event_names.cc',
1048 'browser/extensions/extension_event_names.h',
[email protected]2c699652010-10-15 18:22:411049 'browser/extensions/extension_event_router.cc',
1050 'browser/extensions/extension_event_router.h',
[email protected]83019902009-12-02 05:32:591051 'browser/extensions/execute_code_in_tab_function.cc',
1052 'browser/extensions/execute_code_in_tab_function.h',
1053 'browser/extensions/extension_browser_event_router.cc',
1054 'browser/extensions/extension_browser_event_router.h',
[email protected]83019902009-12-02 05:32:591055 'browser/extensions/extension_function.cc',
1056 'browser/extensions/extension_function.h',
1057 'browser/extensions/extension_function_dispatcher.cc',
1058 'browser/extensions/extension_function_dispatcher.h',
1059 'browser/extensions/extension_history_api.cc',
1060 'browser/extensions/extension_history_api.h',
1061 'browser/extensions/extension_history_api_constants.cc',
1062 'browser/extensions/extension_history_api_constants.h',
1063 'browser/extensions/extension_host.cc',
1064 'browser/extensions/extension_host.h',
[email protected]cf390ea42009-12-09 04:14:021065 'browser/extensions/extension_host_mac.h',
1066 'browser/extensions/extension_host_mac.mm',
[email protected]b671760b2010-07-15 21:13:471067 'browser/extensions/extension_icon_manager.cc',
1068 'browser/extensions/extension_icon_manager.h',
[email protected]f5205412010-03-16 00:19:341069 'browser/extensions/extension_idle_api.cc',
1070 'browser/extensions/extension_idle_api.h',
1071 'browser/extensions/extension_idle_api_constants.cc',
1072 'browser/extensions/extension_idle_api_constants.h',
[email protected]83019902009-12-02 05:32:591073 'browser/extensions/extension_i18n_api.cc',
1074 'browser/extensions/extension_i18n_api.h',
[email protected]4361c7c2010-09-30 21:57:531075 'browser/extensions/extension_info_map.cc',
1076 'browser/extensions/extension_info_map.h',
[email protected]f34e79632010-03-17 02:34:081077 'browser/extensions/extension_infobar_module.cc',
1078 'browser/extensions/extension_infobar_module.h',
1079 'browser/extensions/extension_infobar_module_constants.cc',
1080 'browser/extensions/extension_infobar_module_constants.h',
1081 'browser/extensions/extension_infobar_delegate.cc',
1082 'browser/extensions/extension_infobar_delegate.h',
[email protected]d6833852010-08-20 18:00:451083 'browser/extensions/extension_input_api.cc',
1084 'browser/extensions/extension_input_api.h',
[email protected]83019902009-12-02 05:32:591085 'browser/extensions/extension_install_ui.cc',
1086 'browser/extensions/extension_install_ui.h',
[email protected]cffd7892010-08-26 17:43:281087 'browser/extensions/extension_management_api.cc',
1088 'browser/extensions/extension_management_api.h',
[email protected]2e3b5202010-03-23 06:52:411089 'browser/extensions/extension_menu_manager.cc',
1090 'browser/extensions/extension_menu_manager.h',
[email protected]83019902009-12-02 05:32:591091 'browser/extensions/extension_message_service.cc',
1092 'browser/extensions/extension_message_service.h',
[email protected]438772df2010-02-26 18:08:431093 'browser/extensions/extension_metrics_module.cc',
1094 'browser/extensions/extension_metrics_module.h',
[email protected]a65882c2010-11-12 15:15:091095 'browser/extensions/extension_module.cc',
1096 'browser/extensions/extension_module.h',
[email protected]56ad3792010-05-28 17:45:331097 'browser/extensions/extension_omnibox_api.cc',
1098 'browser/extensions/extension_omnibox_api.h',
[email protected]83019902009-12-02 05:32:591099 'browser/extensions/extension_page_actions_module.cc',
1100 'browser/extensions/extension_page_actions_module.h',
1101 'browser/extensions/extension_page_actions_module_constants.cc',
1102 'browser/extensions/extension_page_actions_module_constants.h',
1103 'browser/extensions/extension_popup_api.cc',
1104 'browser/extensions/extension_popup_api.h',
[email protected]83019902009-12-02 05:32:591105 'browser/extensions/extension_prefs.cc',
1106 'browser/extensions/extension_prefs.h',
[email protected]db198b22010-07-12 16:48:491107 'browser/extensions/extension_pref_store.cc',
1108 'browser/extensions/extension_pref_store.h',
[email protected]83019902009-12-02 05:32:591109 'browser/extensions/extension_process_manager.cc',
1110 'browser/extensions/extension_process_manager.h',
[email protected]381162b2010-01-28 17:29:351111 'browser/extensions/extension_processes_api.cc',
1112 'browser/extensions/extension_processes_api.h',
1113 'browser/extensions/extension_processes_api_constants.cc',
1114 'browser/extensions/extension_processes_api_constants.h',
[email protected]83019902009-12-02 05:32:591115 'browser/extensions/extension_protocols.cc',
1116 'browser/extensions/extension_protocols.h',
[email protected]a9c23a52010-08-04 09:13:441117 'browser/extensions/extension_proxy_api.cc',
1118 'browser/extensions/extension_proxy_api.h',
[email protected]17d40f02010-07-01 01:18:061119 'browser/extensions/extension_rlz_module.cc',
1120 'browser/extensions/extension_rlz_module.h',
[email protected]5afc7052010-09-29 16:50:581121 'browser/extensions/extension_sidebar_api.cc',
1122 'browser/extensions/extension_sidebar_api.h',
[email protected]83019902009-12-02 05:32:591123 'browser/extensions/extension_tabs_module.cc',
1124 'browser/extensions/extension_tabs_module.h',
1125 'browser/extensions/extension_tabs_module_constants.cc',
1126 'browser/extensions/extension_tabs_module_constants.h',
1127 'browser/extensions/extension_test_api.cc',
1128 'browser/extensions/extension_test_api.h',
[email protected]8abe0a32010-08-12 00:40:221129 'browser/extensions/extension_tts_api.cc',
1130 'browser/extensions/extension_tts_api.h',
[email protected]0e6168792010-10-13 16:29:261131 'browser/extensions/extension_tts_api_chromeos.cc',
1132 'browser/extensions/extension_tts_api_linux.cc',
[email protected]22aa4b62010-09-02 17:19:461133 'browser/extensions/extension_tts_api_mac.mm',
[email protected]5686e182010-09-15 22:33:381134 'browser/extensions/extension_tts_api_util.cc',
1135 'browser/extensions/extension_tts_api_util.h',
[email protected]22aa4b62010-09-02 17:19:461136 'browser/extensions/extension_tts_api_win.cc',
[email protected]e0360f2c2009-12-07 22:34:311137 'browser/extensions/extension_toolbar_model.cc',
1138 'browser/extensions/extension_toolbar_model.h',
[email protected]83019902009-12-02 05:32:591139 'browser/extensions/extension_updater.cc',
1140 'browser/extensions/extension_updater.h',
[email protected]4c2f0d52010-09-02 07:32:321141 'browser/extensions/extension_webrequest_api_constants.cc',
1142 'browser/extensions/extension_webrequest_api_constants.h',
[email protected]784688a62010-09-13 07:06:521143 'browser/extensions/extension_webnavigation_api.cc',
1144 'browser/extensions/extension_webnavigation_api.h',
[email protected]4c2f0d52010-09-02 07:32:321145 'browser/extensions/extension_webnavigation_api_constants.cc',
1146 'browser/extensions/extension_webnavigation_api_constants.h',
[email protected]63cda0c2010-09-01 04:41:231147 'browser/extensions/extension_webstore_private_api.cc',
1148 'browser/extensions/extension_webstore_private_api.h',
[email protected]d13950e2009-12-04 01:43:021149 'browser/extensions/extensions_quota_service.cc',
1150 'browser/extensions/extensions_quota_service.h',
[email protected]83019902009-12-02 05:32:591151 'browser/extensions/extensions_service.cc',
1152 'browser/extensions/extensions_service.h',
[email protected]6aeac8342010-10-01 20:21:181153 'browser/extensions/extensions_startup.cc',
1154 'browser/extensions/extensions_startup.h',
[email protected]83019902009-12-02 05:32:591155 'browser/extensions/extensions_ui.cc',
1156 'browser/extensions/extensions_ui.h',
1157 'browser/extensions/external_extension_provider.h',
[email protected]83019902009-12-02 05:32:591158 'browser/extensions/external_pref_extension_provider.cc',
1159 'browser/extensions/external_pref_extension_provider.h',
[email protected]21a5a672010-11-04 10:47:421160 'browser/extensions/external_policy_extension_provider.cc',
1161 'browser/extensions/external_policy_extension_provider.h',
1162 'browser/extensions/external_registry_extension_provider_win.cc',
1163 'browser/extensions/external_registry_extension_provider_win.h',
[email protected]83019902009-12-02 05:32:591164 'browser/extensions/file_reader.cc',
1165 'browser/extensions/file_reader.h',
1166 'browser/extensions/gtk_theme_installed_infobar_delegate.cc',
1167 'browser/extensions/gtk_theme_installed_infobar_delegate.h',
1168 'browser/extensions/image_loading_tracker.cc',
1169 'browser/extensions/image_loading_tracker.h',
1170 'browser/extensions/pack_extension_job.cc',
1171 'browser/extensions/pack_extension_job.h',
1172 'browser/extensions/sandboxed_extension_unpacker.cc',
1173 'browser/extensions/sandboxed_extension_unpacker.h',
[email protected]21a5a672010-11-04 10:47:421174 'browser/extensions/stateful_external_extension_provider.cc',
1175 'browser/extensions/stateful_external_extension_provider.h',
[email protected]83019902009-12-02 05:32:591176 'browser/extensions/theme_installed_infobar_delegate.cc',
1177 'browser/extensions/theme_installed_infobar_delegate.h',
1178 'browser/extensions/user_script_listener.cc',
1179 'browser/extensions/user_script_listener.h',
1180 'browser/extensions/user_script_master.cc',
1181 'browser/extensions/user_script_master.h',
1182 'browser/external_protocol_handler.cc',
1183 'browser/external_protocol_handler.h',
[email protected]4bdde602010-06-16 03:17:351184 'browser/external_tab_container_win.cc',
1185 'browser/external_tab_container_win.h',
[email protected]83019902009-12-02 05:32:591186 'browser/global_keyboard_shortcuts_mac.h',
1187 'browser/global_keyboard_shortcuts_mac.mm',
1188 'browser/fav_icon_helper.cc',
1189 'browser/fav_icon_helper.h',
1190 'browser/favicon_service.cc',
1191 'browser/favicon_service.h',
[email protected]8ecad5e2010-12-02 21:18:331192 'browser/file_path_watcher/file_path_watcher.cc',
1193 'browser/file_path_watcher/file_path_watcher.h',
1194 'browser/file_path_watcher/file_path_watcher_inotify.cc',
1195 'browser/file_path_watcher/file_path_watcher_mac.cc',
1196 'browser/file_path_watcher/file_path_watcher_win.cc',
[email protected]ba70d082010-09-10 16:54:491197 'browser/file_select_helper.cc',
1198 'browser/file_select_helper.h',
[email protected]6c20697e2010-11-09 06:59:161199 'browser/file_system/browser_file_system_context.cc',
1200 'browser/file_system/browser_file_system_context.h',
[email protected]2b06a992010-08-21 05:48:221201 'browser/file_system/file_system_dispatcher_host.cc',
1202 'browser/file_system/file_system_dispatcher_host.h',
[email protected]820735792010-07-29 23:40:011203 'browser/first_run/first_run.cc',
1204 'browser/first_run/first_run.h',
1205 'browser/first_run/first_run_mac.mm',
1206 'browser/first_run/first_run_win.cc',
1207 'browser/first_run/first_run_gtk.cc',
[email protected]83019902009-12-02 05:32:591208 'browser/fonts_languages_window.h',
[email protected]83019902009-12-02 05:32:591209 'browser/gears_integration.cc',
1210 'browser/gears_integration.h',
[email protected]8b96de122010-02-15 15:15:221211 'browser/geolocation/access_token_store.cc',
1212 'browser/geolocation/access_token_store.h',
[email protected]d0ca28c2010-09-13 10:55:171213 'browser/geolocation/core_location_data_provider_mac.h',
1214 'browser/geolocation/core_location_data_provider_mac.mm',
1215 'browser/geolocation/core_location_provider_mac.h',
1216 'browser/geolocation/core_location_provider_mac.mm',
[email protected]38e08982010-10-22 17:28:431217 'browser/geolocation/device_data_provider.cc',
[email protected]4048ddb92010-01-28 12:24:241218 'browser/geolocation/device_data_provider.h',
1219 'browser/geolocation/empty_device_data_provider.cc',
1220 'browser/geolocation/empty_device_data_provider.h',
[email protected]d363f1632010-08-26 16:55:221221 'browser/geolocation/gateway_data_provider_common.cc',
1222 'browser/geolocation/gateway_data_provider_common.h',
[email protected]87996f62010-10-14 15:11:161223 'browser/geolocation/gateway_data_provider_linux.cc',
1224 'browser/geolocation/gateway_data_provider_linux.h',
[email protected]899fbcf02010-09-24 14:17:341225 'browser/geolocation/gateway_data_provider_win.cc',
1226 'browser/geolocation/gateway_data_provider_win.h',
[email protected]0aade3e2010-10-01 16:28:581227 'browser/geolocation/geolocation_content_settings_map.cc',
1228 'browser/geolocation/geolocation_content_settings_map.h',
[email protected]ecad7762010-10-22 13:58:481229 'browser/geolocation/geolocation_dispatcher_host_old.cc',
1230 'browser/geolocation/geolocation_dispatcher_host_old.h',
[email protected]0aade3e2010-10-01 16:28:581231 'browser/geolocation/geolocation_exceptions_table_model.cc',
1232 'browser/geolocation/geolocation_exceptions_table_model.h',
1233 'browser/geolocation/geolocation_observer.h',
[email protected]58c321d2010-02-19 12:11:281234 'browser/geolocation/geolocation_permission_context.cc',
1235 'browser/geolocation/geolocation_permission_context.h',
[email protected]e1d4edb2010-02-17 17:33:561236 'browser/geolocation/geolocation_prefs.cc',
[email protected]7c927b62010-02-24 09:54:131237 'browser/geolocation/geolocation_prefs.h',
[email protected]0aade3e2010-10-01 16:28:581238 'browser/geolocation/geolocation_provider.cc',
1239 'browser/geolocation/geolocation_provider.h',
[email protected]777a7b62010-05-11 13:28:161240 'browser/geolocation/geolocation_settings_state.cc',
1241 'browser/geolocation/geolocation_settings_state.h',
[email protected]a2fd492a2010-05-27 15:26:181242 'browser/geolocation/gps_location_provider_linux.cc',
1243 'browser/geolocation/gps_location_provider_linux.h',
1244 'browser/geolocation/libgps_2_38_wrapper_linux.cc',
1245 'browser/geolocation/libgps_2_94_wrapper_linux.cc',
1246 'browser/geolocation/libgps_wrapper_linux.cc',
1247 'browser/geolocation/libgps_wrapper_linux.h',
[email protected]8b96de122010-02-15 15:15:221248 'browser/geolocation/location_arbitrator.cc',
1249 'browser/geolocation/location_arbitrator.h',
[email protected]9732c032010-02-02 18:28:081250 'browser/geolocation/location_provider.cc',
1251 'browser/geolocation/location_provider.h',
[email protected]9732c032010-02-02 18:28:081252 'browser/geolocation/network_location_provider.cc',
1253 'browser/geolocation/network_location_provider.h',
1254 'browser/geolocation/network_location_request.cc',
1255 'browser/geolocation/network_location_request.h',
[email protected]41b5abb2010-02-25 10:15:231256 'browser/geolocation/osx_wifi.h',
[email protected]3cc2e592010-06-21 13:45:431257 'browser/geolocation/wifi_data_provider_chromeos.cc',
1258 'browser/geolocation/wifi_data_provider_chromeos.h',
[email protected]4048ddb92010-01-28 12:24:241259 'browser/geolocation/wifi_data_provider_common.cc',
1260 'browser/geolocation/wifi_data_provider_common.h',
[email protected]5eaf6272010-03-08 11:11:241261 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
[email protected]4048ddb92010-01-28 12:24:241262 'browser/geolocation/wifi_data_provider_common_win.cc',
1263 'browser/geolocation/wifi_data_provider_common_win.h',
1264 'browser/geolocation/wifi_data_provider_linux.cc',
1265 'browser/geolocation/wifi_data_provider_linux.h',
1266 'browser/geolocation/wifi_data_provider_mac.cc',
1267 'browser/geolocation/wifi_data_provider_mac.h',
1268 'browser/geolocation/wifi_data_provider_win.cc',
1269 'browser/geolocation/wifi_data_provider_win.h',
[email protected]04d75b6f2010-08-17 11:38:401270 'browser/geolocation/win7_location_api_win.cc',
1271 'browser/geolocation/win7_location_api_win.h',
1272 'browser/geolocation/win7_location_provider_win.cc',
1273 'browser/geolocation/win7_location_provider_win.h',
[email protected]f7578f52010-08-30 22:22:491274 'browser/google/google_update.cc',
1275 'browser/google/google_update.h',
1276 'browser/google/google_update_settings_posix.cc',
1277 'browser/google/google_url_tracker.cc',
1278 'browser/google/google_url_tracker.h',
1279 'browser/google/google_util.cc',
1280 'browser/google/google_util.h',
[email protected]c0fc0942010-01-13 00:55:371281 'browser/gpu_process_host.cc',
1282 'browser/gpu_process_host.h',
[email protected]1082b1d2010-03-30 00:31:221283 'browser/gpu_process_host_ui_shim.cc',
1284 'browser/gpu_process_host_ui_shim.h',
[email protected]83019902009-12-02 05:32:591285 'browser/gtk/about_chrome_dialog.cc',
1286 'browser/gtk/about_chrome_dialog.h',
[email protected]4762a9e2010-01-19 17:52:421287 'browser/gtk/accelerators_gtk.cc',
1288 'browser/gtk/accelerators_gtk.h',
[email protected]5cbe1e22010-01-30 01:18:561289 'browser/gtk/accessibility_event_router_gtk.cc',
1290 'browser/gtk/accessibility_event_router_gtk.h',
1291 'browser/gtk/accessible_widget_helper_gtk.cc',
1292 'browser/gtk/accessible_widget_helper_gtk.h',
[email protected]83019902009-12-02 05:32:591293 'browser/gtk/back_forward_button_gtk.cc',
1294 'browser/gtk/back_forward_button_gtk.h',
[email protected]83019902009-12-02 05:32:591295 'browser/gtk/bookmark_bar_gtk.cc',
1296 'browser/gtk/bookmark_bar_gtk.h',
[email protected]57b8ac22010-01-27 18:39:491297 'browser/gtk/bookmark_bar_instructions_gtk.cc',
1298 'browser/gtk/bookmark_bar_instructions_gtk.h',
[email protected]83019902009-12-02 05:32:591299 'browser/gtk/bookmark_bubble_gtk.cc',
1300 'browser/gtk/bookmark_bubble_gtk.h',
[email protected]83019902009-12-02 05:32:591301 'browser/gtk/bookmark_editor_gtk.cc',
1302 'browser/gtk/bookmark_editor_gtk.h',
[email protected]83019902009-12-02 05:32:591303 'browser/gtk/bookmark_menu_controller_gtk.cc',
1304 'browser/gtk/bookmark_menu_controller_gtk.h',
1305 'browser/gtk/bookmark_tree_model.cc',
1306 'browser/gtk/bookmark_tree_model.h',
1307 'browser/gtk/bookmark_utils_gtk.cc',
1308 'browser/gtk/bookmark_utils_gtk.h',
1309 'browser/gtk/browser_actions_toolbar_gtk.cc',
1310 'browser/gtk/browser_actions_toolbar_gtk.h',
1311 'browser/gtk/browser_titlebar.cc',
1312 'browser/gtk/browser_titlebar.h',
1313 'browser/gtk/browser_toolbar_gtk.cc',
1314 'browser/gtk/browser_toolbar_gtk.h',
1315 'browser/gtk/browser_window_factory_gtk.cc',
1316 'browser/gtk/browser_window_gtk.cc',
1317 'browser/gtk/browser_window_gtk.h',
1318 'browser/gtk/cairo_cached_surface.cc',
1319 'browser/gtk/cairo_cached_surface.h',
[email protected]c3deb9a22010-03-09 03:30:021320 'browser/gtk/certificate_dialogs.cc',
1321 'browser/gtk/certificate_dialogs.h',
[email protected]1b1a264a2010-01-14 22:36:351322 'browser/gtk/certificate_viewer.cc',
1323 'browser/gtk/certificate_viewer.h',
[email protected]033de1112010-11-13 19:04:001324 'browser/gtk/chrome_gtk_frame.cc',
1325 'browser/gtk/chrome_gtk_frame.h',
[email protected]83019902009-12-02 05:32:591326 'browser/gtk/clear_browsing_data_dialog_gtk.cc',
1327 'browser/gtk/clear_browsing_data_dialog_gtk.h',
[email protected]a503c97c2010-07-16 13:05:481328 'browser/gtk/collected_cookies_gtk.cc',
1329 'browser/gtk/collected_cookies_gtk.h',
[email protected]97c22ee2010-10-18 20:28:131330 'browser/gtk/constrained_html_delegate_gtk.cc',
[email protected]83019902009-12-02 05:32:591331 'browser/gtk/constrained_window_gtk.cc',
1332 'browser/gtk/constrained_window_gtk.h',
[email protected]c4d6f872010-04-07 21:00:331333 'browser/gtk/content_setting_bubble_gtk.cc',
1334 'browser/gtk/content_setting_bubble_gtk.h',
[email protected]cd1454e932010-05-13 21:36:591335 'browser/gtk/gconf_titlebar_listener.cc',
1336 'browser/gtk/gconf_titlebar_listener.h',
[email protected]0c2c5e12010-03-04 17:55:251337 'browser/gtk/gtk_chrome_cookie_view.cc',
1338 'browser/gtk/gtk_chrome_cookie_view.h',
[email protected]83019902009-12-02 05:32:591339 'browser/gtk/create_application_shortcuts_dialog_gtk.cc',
1340 'browser/gtk/create_application_shortcuts_dialog_gtk.h',
1341 'browser/gtk/custom_button.cc',
1342 'browser/gtk/custom_button.h',
[email protected]2ca8a062010-03-18 17:10:181343 'browser/gtk/custom_drag.cc',
1344 'browser/gtk/custom_drag.h',
[email protected]83019902009-12-02 05:32:591345 'browser/gtk/dialogs_gtk.cc',
1346 'browser/gtk/download_in_progress_dialog_gtk.cc',
1347 'browser/gtk/download_in_progress_dialog_gtk.h',
1348 'browser/gtk/download_item_gtk.cc',
1349 'browser/gtk/download_item_gtk.h',
1350 'browser/gtk/download_shelf_gtk.cc',
1351 'browser/gtk/download_shelf_gtk.h',
1352 'browser/gtk/download_started_animation_gtk.cc',
1353 'browser/gtk/edit_search_engine_dialog.cc',
1354 'browser/gtk/edit_search_engine_dialog.h',
[email protected]5d028b72010-06-09 21:19:401355 'browser/gtk/extension_infobar_gtk.cc',
1356 'browser/gtk/extension_infobar_gtk.h',
[email protected]83019902009-12-02 05:32:591357 'browser/gtk/extension_install_prompt_gtk.cc',
[email protected]e2a284e62010-03-30 23:48:431358 'browser/gtk/extension_install_prompt2_gtk.cc',
[email protected]9bfc63e2010-01-12 02:17:021359 'browser/gtk/extension_installed_bubble_gtk.cc',
1360 'browser/gtk/extension_installed_bubble_gtk.h',
[email protected]83019902009-12-02 05:32:591361 'browser/gtk/extension_view_gtk.cc',
1362 'browser/gtk/extension_view_gtk.h',
1363 'browser/gtk/extension_popup_gtk.cc',
1364 'browser/gtk/extension_popup_gtk.h',
1365 'browser/gtk/external_protocol_dialog_gtk.cc',
1366 'browser/gtk/external_protocol_dialog_gtk.h',
1367 'browser/gtk/find_bar_gtk.cc',
1368 'browser/gtk/find_bar_gtk.h',
1369 'browser/gtk/first_run_bubble.cc',
1370 'browser/gtk/first_run_bubble.h',
1371 'browser/gtk/first_run_dialog.cc',
1372 'browser/gtk/first_run_dialog.h',
1373 'browser/gtk/focus_store_gtk.cc',
1374 'browser/gtk/focus_store_gtk.h',
1375 'browser/gtk/fullscreen_exit_bubble_gtk.cc',
1376 'browser/gtk/fullscreen_exit_bubble_gtk.h',
[email protected]83019902009-12-02 05:32:591377 'browser/gtk/gtk_chrome_button.cc',
1378 'browser/gtk/gtk_chrome_button.h',
1379 'browser/gtk/gtk_chrome_link_button.cc',
1380 'browser/gtk/gtk_chrome_link_button.h',
[email protected]c4673fd2010-03-06 04:00:031381 'browser/gtk/gtk_chrome_shrinkable_hbox.cc',
1382 'browser/gtk/gtk_chrome_shrinkable_hbox.h',
[email protected]9c8f1502010-06-25 21:34:041383 'browser/gtk/gtk_custom_menu.cc',
1384 'browser/gtk/gtk_custom_menu.h',
1385 'browser/gtk/gtk_custom_menu_item.cc',
1386 'browser/gtk/gtk_custom_menu_item.h',
[email protected]623630c2009-12-21 05:59:081387 'browser/gtk/gtk_expanded_container.cc',
1388 'browser/gtk/gtk_expanded_container.h',
[email protected]83019902009-12-02 05:32:591389 'browser/gtk/gtk_floating_container.cc',
1390 'browser/gtk/gtk_floating_container.h',
1391 'browser/gtk/gtk_theme_provider.cc',
1392 'browser/gtk/gtk_theme_provider.h',
[email protected]16d51df2010-03-02 09:16:441393 'browser/gtk/gtk_tree.cc',
1394 'browser/gtk/gtk_tree.h',
1395 'browser/gtk/gtk_util.cc',
1396 'browser/gtk/gtk_util.h',
[email protected]32d83832010-03-09 01:03:371397 'browser/gtk/hover_controller_gtk.cc',
1398 'browser/gtk/hover_controller_gtk.h',
[email protected]83019902009-12-02 05:32:591399 'browser/gtk/html_dialog_gtk.cc',
1400 'browser/gtk/html_dialog_gtk.h',
1401 'browser/gtk/hung_renderer_dialog_gtk.cc',
1402 'browser/gtk/import_dialog_gtk.cc',
1403 'browser/gtk/import_dialog_gtk.h',
1404 'browser/gtk/import_lock_dialog_gtk.cc',
1405 'browser/gtk/import_lock_dialog_gtk.h',
1406 'browser/gtk/import_progress_dialog_gtk.cc',
1407 'browser/gtk/import_progress_dialog_gtk.h',
1408 'browser/gtk/info_bubble_gtk.cc',
1409 'browser/gtk/info_bubble_gtk.h',
[email protected]0bca3ac2010-10-12 17:59:511410 'browser/gtk/info_bubble_accelerators_gtk.cc',
1411 'browser/gtk/info_bubble_accelerators_gtk.h',
[email protected]dcb30702010-10-26 22:00:371412 'browser/gtk/infobar_arrow_model.cc',
1413 'browser/gtk/infobar_arrow_model.h',
[email protected]83019902009-12-02 05:32:591414 'browser/gtk/infobar_container_gtk.cc',
1415 'browser/gtk/infobar_container_gtk.h',
1416 'browser/gtk/infobar_gtk.cc',
1417 'browser/gtk/infobar_gtk.h',
[email protected]e640fe12010-11-05 00:58:521418 'browser/gtk/instant_confirm_dialog_gtk.cc',
1419 'browser/gtk/instant_confirm_dialog_gtk.h',
[email protected]160ad3d2010-09-28 15:40:201420 'browser/gtk/js_modal_dialog_gtk.cc',
1421 'browser/gtk/js_modal_dialog_gtk.h',
[email protected]83019902009-12-02 05:32:591422 'browser/gtk/keyword_editor_view.cc',
1423 'browser/gtk/keyword_editor_view.h',
[email protected]83019902009-12-02 05:32:591424 'browser/gtk/location_bar_view_gtk.cc',
1425 'browser/gtk/location_bar_view_gtk.h',
1426 'browser/gtk/menu_bar_helper.cc',
1427 'browser/gtk/menu_bar_helper.h',
1428 'browser/gtk/menu_gtk.cc',
1429 'browser/gtk/menu_gtk.h',
1430 'browser/gtk/nine_box.cc',
1431 'browser/gtk/nine_box.h',
[email protected]bfc815f2010-01-15 23:58:341432 'browser/gtk/notifications/balloon_view_gtk.cc',
1433 'browser/gtk/notifications/balloon_view_gtk.h',
1434 'browser/gtk/notifications/balloon_view_host_gtk.cc',
1435 'browser/gtk/notifications/balloon_view_host_gtk.h',
[email protected]83019902009-12-02 05:32:591436 'browser/gtk/options/advanced_contents_gtk.cc',
1437 'browser/gtk/options/advanced_contents_gtk.h',
1438 'browser/gtk/options/advanced_page_gtk.cc',
1439 'browser/gtk/options/advanced_page_gtk.h',
[email protected]47115102010-02-19 19:01:471440 'browser/gtk/options/content_exception_editor.cc',
1441 'browser/gtk/options/content_exception_editor.h',
1442 'browser/gtk/options/content_exceptions_window_gtk.cc',
1443 'browser/gtk/options/content_exceptions_window_gtk.h',
[email protected]d8e7a542010-02-10 18:58:541444 'browser/gtk/options/content_filter_page_gtk.cc',
1445 'browser/gtk/options/content_filter_page_gtk.h',
[email protected]83019902009-12-02 05:32:591446 'browser/gtk/options/content_page_gtk.cc',
1447 'browser/gtk/options/content_page_gtk.h',
[email protected]d8e7a542010-02-10 18:58:541448 'browser/gtk/options/content_settings_window_gtk.cc',
1449 'browser/gtk/options/content_settings_window_gtk.h',
1450 'browser/gtk/options/cookie_filter_page_gtk.cc',
1451 'browser/gtk/options/cookie_filter_page_gtk.h',
[email protected]83019902009-12-02 05:32:591452 'browser/gtk/options/cookies_view.cc',
1453 'browser/gtk/options/cookies_view.h',
[email protected]83019902009-12-02 05:32:591454 'browser/gtk/options/fonts_languages_window_gtk.cc',
1455 'browser/gtk/options/fonts_page_gtk.cc',
1456 'browser/gtk/options/fonts_page_gtk.h',
1457 'browser/gtk/options/general_page_gtk.cc',
1458 'browser/gtk/options/general_page_gtk.h',
1459 'browser/gtk/options/languages_page_gtk.cc',
1460 'browser/gtk/options/languages_page_gtk.h',
[email protected]17031572010-06-08 09:55:471461 'browser/gtk/options/managed_prefs_banner_gtk.cc',
1462 'browser/gtk/options/managed_prefs_banner_gtk.h',
[email protected]83019902009-12-02 05:32:591463 'browser/gtk/options/options_layout_gtk.cc',
1464 'browser/gtk/options/options_layout_gtk.h',
1465 'browser/gtk/options/options_window_gtk.cc',
[email protected]e4b5d632010-02-12 21:39:561466 'browser/gtk/options/passwords_exceptions_page_gtk.cc',
1467 'browser/gtk/options/passwords_exceptions_page_gtk.h',
[email protected]83019902009-12-02 05:32:591468 'browser/gtk/options/passwords_exceptions_window_gtk.cc',
1469 'browser/gtk/options/passwords_exceptions_window_gtk.h',
1470 'browser/gtk/options/passwords_page_gtk.cc',
1471 'browser/gtk/options/passwords_page_gtk.h',
[email protected]834a6a12010-07-01 18:26:571472 'browser/gtk/options/simple_content_exceptions_window.cc',
1473 'browser/gtk/options/simple_content_exceptions_window.h',
[email protected]83019902009-12-02 05:32:591474 'browser/gtk/options/url_picker_dialog_gtk.cc',
1475 'browser/gtk/options/url_picker_dialog_gtk.h',
[email protected]d324af92010-08-03 21:31:301476 'browser/gtk/overflow_button.cc',
1477 'browser/gtk/overflow_button.h',
1478 'browser/gtk/owned_widget_gtk.cc',
1479 'browser/gtk/owned_widget_gtk.h',
[email protected]397b8ea52010-09-01 22:23:031480 'browser/gtk/page_info_bubble_gtk.cc',
[email protected]83019902009-12-02 05:32:591481 'browser/gtk/process_singleton_dialog.cc',
1482 'browser/gtk/process_singleton_dialog.h',
[email protected]943d8122010-06-11 02:13:451483 'browser/gtk/reload_button_gtk.cc',
1484 'browser/gtk/reload_button_gtk.h',
[email protected]83019902009-12-02 05:32:591485 'browser/gtk/repost_form_warning_gtk.cc',
1486 'browser/gtk/repost_form_warning_gtk.h',
1487 'browser/gtk/rounded_window.cc',
1488 'browser/gtk/rounded_window.h',
1489 'browser/gtk/sad_tab_gtk.cc',
1490 'browser/gtk/sad_tab_gtk.h',
1491 'browser/gtk/slide_animator_gtk.cc',
1492 'browser/gtk/slide_animator_gtk.h',
[email protected]1f18184a2010-07-21 19:34:491493 'browser/gtk/ssl_client_certificate_selector.cc',
[email protected]83019902009-12-02 05:32:591494 'browser/gtk/status_bubble_gtk.cc',
1495 'browser/gtk/status_bubble_gtk.h',
[email protected]e4f565b2010-04-06 16:36:461496 'browser/gtk/status_icons/status_icon_gtk.h',
1497 'browser/gtk/status_icons/status_icon_gtk.cc',
1498 'browser/gtk/status_icons/status_tray_gtk.h',
1499 'browser/gtk/status_icons/status_tray_gtk.cc',
[email protected]83019902009-12-02 05:32:591500 'browser/gtk/tab_contents_container_gtk.cc',
1501 'browser/gtk/tab_contents_container_gtk.h',
1502 'browser/gtk/tab_contents_drag_source.cc',
1503 'browser/gtk/tab_contents_drag_source.h',
1504 'browser/gtk/tabs/dragged_tab_controller_gtk.cc',
1505 'browser/gtk/tabs/dragged_tab_controller_gtk.h',
1506 'browser/gtk/tabs/dragged_tab_gtk.cc',
1507 'browser/gtk/tabs/dragged_tab_gtk.h',
1508 'browser/gtk/tabs/tab_gtk.cc',
1509 'browser/gtk/tabs/tab_gtk.h',
1510 'browser/gtk/tabs/tab_renderer_gtk.cc',
1511 'browser/gtk/tabs/tab_renderer_gtk.h',
1512 'browser/gtk/tabs/tab_strip_gtk.cc',
1513 'browser/gtk/tabs/tab_strip_gtk.h',
1514 'browser/gtk/task_manager_gtk.cc',
1515 'browser/gtk/task_manager_gtk.h',
1516 'browser/gtk/theme_install_bubble_view_gtk.cc',
1517 'browser/gtk/theme_install_bubble_view_gtk.h',
[email protected]790b3432010-06-25 16:06:381518 'browser/gtk/translate/after_translate_infobar_gtk.cc',
1519 'browser/gtk/translate/after_translate_infobar_gtk.h',
1520 'browser/gtk/translate/before_translate_infobar_gtk.cc',
1521 'browser/gtk/translate/before_translate_infobar_gtk.h',
1522 'browser/gtk/translate/translate_infobar_base_gtk.cc',
1523 'browser/gtk/translate/translate_infobar_base_gtk.h',
1524 'browser/gtk/translate/translate_message_infobar_gtk.cc',
1525 'browser/gtk/translate/translate_message_infobar_gtk.h',
[email protected]8fcec3c72010-06-03 00:17:221526 'browser/gtk/update_recommended_dialog.cc',
1527 'browser/gtk/update_recommended_dialog.h',
[email protected]83019902009-12-02 05:32:591528 'browser/gtk/view_id_util.cc',
1529 'browser/gtk/view_id_util.h',
[email protected]3469e7e2010-10-14 20:34:591530 'browser/guid.h',
[email protected]d3d728e92010-10-20 03:24:551531 'browser/guid.cc',
[email protected]3469e7e2010-10-14 20:34:591532 'browser/guid_posix.cc',
1533 'browser/guid_win.cc',
[email protected]83019902009-12-02 05:32:591534 'browser/hang_monitor/hung_plugin_action.cc',
1535 'browser/hang_monitor/hung_plugin_action.h',
1536 'browser/hang_monitor/hung_window_detector.cc',
1537 'browser/hang_monitor/hung_window_detector.h',
1538 'browser/history/archived_database.cc',
1539 'browser/history/archived_database.h',
1540 'browser/history/download_database.cc',
1541 'browser/history/download_database.h',
[email protected]a0835ac2010-09-13 19:40:081542 'browser/history/download_create_info.h',
1543 'browser/history/download_create_info.cc',
[email protected]83019902009-12-02 05:32:591544 'browser/history/expire_history_backend.cc',
1545 'browser/history/expire_history_backend.h',
1546 'browser/history/history.cc',
1547 'browser/history/history.h',
1548 'browser/history/history_backend.cc',
1549 'browser/history/history_backend.h',
1550 'browser/history/history_database.cc',
1551 'browser/history/history_database.h',
1552 'browser/history/history_marshaling.h',
[email protected]93aa89c72010-10-20 21:32:041553 'browser/history/history_notifications.cc',
[email protected]83019902009-12-02 05:32:591554 'browser/history/history_notifications.h',
1555 'browser/history/history_publisher.cc',
1556 'browser/history/history_publisher.h',
1557 'browser/history/history_publisher_none.cc',
1558 'browser/history/history_publisher_win.cc',
1559 'browser/history/history_types.cc',
1560 'browser/history/history_types.h',
1561 'browser/history/in_memory_database.cc',
1562 'browser/history/in_memory_database.h',
1563 'browser/history/in_memory_history_backend.cc',
1564 'browser/history/in_memory_history_backend.h',
[email protected]279a25f2010-07-01 18:13:221565 'browser/history/in_memory_url_index.cc',
1566 'browser/history/in_memory_url_index.h',
[email protected]83019902009-12-02 05:32:591567 'browser/history/page_usage_data.cc',
1568 'browser/history/page_usage_data.h',
1569 'browser/history/query_parser.cc',
1570 'browser/history/query_parser.h',
1571 'browser/history/snippet.cc',
1572 'browser/history/snippet.h',
1573 'browser/history/starred_url_database.cc',
1574 'browser/history/starred_url_database.h',
1575 'browser/history/text_database.cc',
1576 'browser/history/text_database.h',
1577 'browser/history/text_database_manager.cc',
1578 'browser/history/text_database_manager.h',
1579 'browser/history/thumbnail_database.cc',
1580 'browser/history/thumbnail_database.h',
1581 'browser/history/top_sites.cc',
[email protected]809cc4d2010-10-27 15:22:541582 'browser/history/top_sites.h',
1583 'browser/history/top_sites_backend.cc',
1584 'browser/history/top_sites_backend.h',
1585 'browser/history/top_sites_cache.cc',
1586 'browser/history/top_sites_cache.h',
[email protected]69489472010-06-01 17:23:561587 'browser/history/top_sites_database.cc',
[email protected]809cc4d2010-10-27 15:22:541588 'browser/history/top_sites_database.h',
[email protected]83019902009-12-02 05:32:591589 'browser/history/url_database.cc',
1590 'browser/history/url_database.h',
1591 'browser/history/visit_database.cc',
1592 'browser/history/visit_database.h',
1593 'browser/history/visit_tracker.cc',
1594 'browser/history/visit_tracker.h',
1595 'browser/history/visitsegment_database.cc',
1596 'browser/history/visitsegment_database.h',
[email protected]9d01a6a2010-11-30 12:03:331597
[email protected]40bd6582009-12-04 23:49:511598 'browser/host_zoom_map.cc',
1599 'browser/host_zoom_map.h',
[email protected]83019902009-12-02 05:32:591600 'browser/hung_renderer_dialog.h',
1601 'browser/icon_loader.h',
1602 'browser/icon_loader.cc',
1603 'browser/icon_loader_linux.cc',
1604 'browser/icon_loader_mac.mm',
1605 'browser/icon_loader_win.cc',
1606 'browser/icon_manager.cc',
1607 'browser/icon_manager.h',
1608 'browser/icon_manager_linux.cc',
1609 'browser/icon_manager_mac.mm',
1610 'browser/icon_manager_win.cc',
[email protected]f5205412010-03-16 00:19:341611 'browser/idle_linux.cc',
1612 'browser/idle_mac.cc',
1613 'browser/idle_win.cc',
[email protected]83019902009-12-02 05:32:591614 'browser/ime_input.cc',
1615 'browser/ime_input.h',
1616 'browser/importer/firefox2_importer.cc',
1617 'browser/importer/firefox2_importer.h',
1618 'browser/importer/firefox3_importer.cc',
1619 'browser/importer/firefox3_importer.h',
1620 'browser/importer/firefox_importer_utils.cc',
1621 'browser/importer/firefox_importer_utils_linux.cc',
1622 'browser/importer/firefox_importer_utils_mac.mm',
1623 'browser/importer/firefox_importer_utils_win.cc',
1624 'browser/importer/firefox_importer_utils.h',
1625 'browser/importer/firefox_profile_lock.cc',
1626 'browser/importer/firefox_profile_lock.h',
1627 'browser/importer/firefox_profile_lock_posix.cc',
1628 'browser/importer/firefox_profile_lock_win.cc',
[email protected]4200a2082010-04-27 23:19:471629 'browser/importer/firefox_proxy_settings.cc',
1630 'browser/importer/firefox_proxy_settings.h',
[email protected]83019902009-12-02 05:32:591631 'browser/importer/ie_importer.cc',
1632 'browser/importer/ie_importer.h',
1633 'browser/importer/importer.cc',
1634 'browser/importer/importer.h',
1635 'browser/importer/importer_bridge.cc',
1636 'browser/importer/importer_bridge.h',
[email protected]20f0487a2010-09-30 20:06:301637 'browser/importer/importer_data_types.cc',
[email protected]95940f102010-05-20 19:25:351638 'browser/importer/importer_data_types.h',
[email protected]83019902009-12-02 05:32:591639 'browser/importer/importer_list.cc',
1640 'browser/importer/importer_list.h',
[email protected]7a4de7a62010-08-17 18:38:241641 'browser/importer/importer_messages.cc',
[email protected]89cfc19d2010-06-04 15:36:351642 'browser/importer/importer_messages.h',
1643 'browser/importer/importer_messages_internal.h',
[email protected]83019902009-12-02 05:32:591644 'browser/importer/mork_reader.cc',
1645 'browser/importer/mork_reader.h',
1646 'browser/importer/nss_decryptor.cc',
1647 'browser/importer/nss_decryptor.h',
[email protected]83019902009-12-02 05:32:591648 'browser/importer/nss_decryptor_mac.h',
1649 'browser/importer/nss_decryptor_mac.mm',
[email protected]ca9b7dd2010-02-24 23:40:301650 'browser/importer/nss_decryptor_system_nss.cc',
1651 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:591652 'browser/importer/nss_decryptor_win.cc',
1653 'browser/importer/nss_decryptor_win.h',
[email protected]7fe8c5d2010-05-14 18:06:591654 'browser/importer/profile_writer.cc',
1655 'browser/importer/profile_writer.h',
[email protected]83019902009-12-02 05:32:591656 'browser/importer/safari_importer.h',
1657 'browser/importer/safari_importer.mm',
1658 'browser/importer/toolbar_importer.cc',
1659 'browser/importer/toolbar_importer.h',
1660 'browser/in_process_webkit/browser_webkitclient_impl.cc',
1661 'browser/in_process_webkit/browser_webkitclient_impl.h',
[email protected]61e7dec2010-01-05 21:44:371662 'browser/in_process_webkit/dom_storage_area.cc',
1663 'browser/in_process_webkit/dom_storage_area.h',
[email protected]83019902009-12-02 05:32:591664 'browser/in_process_webkit/dom_storage_context.cc',
1665 'browser/in_process_webkit/dom_storage_context.h',
1666 'browser/in_process_webkit/dom_storage_dispatcher_host.cc',
1667 'browser/in_process_webkit/dom_storage_dispatcher_host.h',
[email protected]61e7dec2010-01-05 21:44:371668 'browser/in_process_webkit/dom_storage_namespace.cc',
1669 'browser/in_process_webkit/dom_storage_namespace.h',
[email protected]38e08982010-10-22 17:28:431670 'browser/in_process_webkit/indexed_db_callbacks.cc',
[email protected]70c19a932010-05-14 12:59:111671 'browser/in_process_webkit/indexed_db_callbacks.h',
1672 'browser/in_process_webkit/indexed_db_context.cc',
1673 'browser/in_process_webkit/indexed_db_context.h',
1674 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
1675 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
[email protected]50114e82010-08-26 09:50:391676 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
1677 'browser/in_process_webkit/indexed_db_key_utility_client.h',
[email protected]6ee12c42010-09-14 09:36:071678 'browser/in_process_webkit/session_storage_namespace.cc',
1679 'browser/in_process_webkit/session_storage_namespace.h',
[email protected]83019902009-12-02 05:32:591680 'browser/in_process_webkit/webkit_context.cc',
1681 'browser/in_process_webkit/webkit_context.h',
1682 'browser/in_process_webkit/webkit_thread.cc',
1683 'browser/in_process_webkit/webkit_thread.h',
[email protected]6b723f82010-10-05 20:14:271684 'browser/instant/instant_commit_type.h',
[email protected]018cbb22010-10-11 22:32:091685 'browser/instant/instant_confirm_dialog.cc',
1686 'browser/instant/instant_confirm_dialog.h',
[email protected]6b723f82010-10-05 20:14:271687 'browser/instant/instant_controller.cc',
1688 'browser/instant/instant_controller.h',
1689 'browser/instant/instant_delegate.h',
1690 'browser/instant/instant_loader.cc',
1691 'browser/instant/instant_loader.h',
1692 'browser/instant/instant_loader_delegate.h',
1693 'browser/instant/instant_loader_manager.cc',
1694 'browser/instant/instant_loader_manager.h',
[email protected]7e03e812010-11-15 23:01:011695 'browser/instant/promo_counter.cc',
1696 'browser/instant/promo_counter.h',
[email protected]c4ff4952010-01-08 19:12:471697 'browser/intranet_redirect_detector.cc',
1698 'browser/intranet_redirect_detector.h',
[email protected]0ac83682010-01-22 17:46:271699 'browser/io_thread.cc',
1700 'browser/io_thread.h',
[email protected]e06131d2010-02-10 18:40:331701 'browser/jankometer_mac.cc',
[email protected]83019902009-12-02 05:32:591702 'browser/jankometer.cc',
1703 'browser/jankometer.h',
[email protected]11fb5e52010-06-23 00:58:481704 'browser/jumplist_win.cc',
1705 'browser/jumplist_win.h',
[email protected]83019902009-12-02 05:32:591706 'browser/keychain_mac.cc',
1707 'browser/keychain_mac.h',
1708 'browser/language_combobox_model.cc',
1709 'browser/language_combobox_model.h',
1710 'browser/language_order_table_model.cc',
1711 'browser/language_order_table_model.h',
1712 'browser/load_from_memory_cache_details.h',
1713 'browser/load_notification_details.h',
[email protected]c1bbaa82010-11-08 11:17:051714 'browser/enumerate_modules_model_win.cc',
1715 'browser/enumerate_modules_model_win.h',
[email protected]b2e8e082009-12-21 17:44:201716 'browser/mach_broker_mac.cc',
1717 'browser/mach_broker_mac.h',
[email protected]83019902009-12-02 05:32:591718 'browser/memory_details.cc',
1719 'browser/memory_details_linux.cc',
1720 'browser/memory_details_mac.cc',
1721 'browser/memory_details_win.cc',
1722 'browser/memory_details.h',
1723 'browser/memory_purger.cc',
1724 'browser/memory_purger.h',
[email protected]7c927b62010-02-24 09:54:131725 'browser/metrics/histogram_synchronizer.cc',
1726 'browser/metrics/histogram_synchronizer.h',
[email protected]83019902009-12-02 05:32:591727 'browser/metrics/metric_event_duration_details.h',
1728 'browser/metrics/metrics_log.cc',
1729 'browser/metrics/metrics_log.h',
1730 'browser/metrics/metrics_response.cc',
1731 'browser/metrics/metrics_response.h',
1732 'browser/metrics/metrics_service.cc',
1733 'browser/metrics/metrics_service.h',
1734 'browser/metrics/user_metrics.cc',
1735 'browser/metrics/user_metrics.h',
[email protected]143ea97c2010-11-13 01:46:581736 'browser/mime_registry_dispatcher.cc',
1737 'browser/mime_registry_dispatcher.h',
[email protected]83019902009-12-02 05:32:591738 'browser/modal_html_dialog_delegate.cc',
1739 'browser/modal_html_dialog_delegate.h',
[email protected]4bdde602010-06-16 03:17:351740 'browser/nacl_host/nacl_broker_host_win.cc',
1741 'browser/nacl_host/nacl_broker_host_win.h',
1742 'browser/nacl_host/nacl_broker_service_win.cc',
1743 'browser/nacl_host/nacl_broker_service_win.h',
[email protected]e15a4fa2010-02-11 23:09:291744 'browser/nacl_host/nacl_process_host.cc',
1745 'browser/nacl_host/nacl_process_host.h',
[email protected]81070042010-08-31 02:42:361746 'browser/net/blob_url_request_job_factory.cc',
1747 'browser/net/blob_url_request_job_factory.h',
[email protected]83019902009-12-02 05:32:591748 'browser/net/browser_url_util.cc',
1749 'browser/net/browser_url_util.h',
[email protected]0f7066e2010-03-25 08:31:471750 'browser/net/chrome_cookie_notification_details.h',
[email protected]34602282010-02-03 22:14:151751 'browser/net/chrome_cookie_policy.cc',
1752 'browser/net/chrome_cookie_policy.h',
[email protected]9e743cd2010-03-16 07:03:531753 'browser/net/chrome_net_log.cc',
1754 'browser/net/chrome_net_log.h',
[email protected]ac039522010-06-15 16:39:441755 'browser/net/chrome_network_delegate.cc',
1756 'browser/net/chrome_network_delegate.h',
[email protected]83019902009-12-02 05:32:591757 'browser/net/chrome_url_request_context.cc',
1758 'browser/net/chrome_url_request_context.h',
[email protected]a973a712010-11-24 15:00:181759 'browser/net/chrome_dns_cert_provenance_checker.cc',
1760 'browser/net/chrome_dns_cert_provenance_checker.h',
1761 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1762 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
[email protected]c5629c32010-06-23 01:22:431763 'browser/net/connect_interceptor.cc',
1764 'browser/net/connect_interceptor.h',
[email protected]483bf122010-05-04 20:41:241765 'browser/net/connection_tester.cc',
1766 'browser/net/connection_tester.h',
[email protected]8e4c29612010-07-14 01:24:451767 'browser/net/gaia/token_service.cc',
1768 'browser/net/gaia/token_service.h',
[email protected]e25e9552010-07-16 08:25:411769 'browser/net/load_timing_observer.cc',
1770 'browser/net/load_timing_observer.h',
[email protected]83019902009-12-02 05:32:591771 'browser/net/metadata_url_request.cc',
1772 'browser/net/metadata_url_request.h',
[email protected]93190352010-08-13 13:55:101773 'browser/net/net_log_logger.cc',
1774 'browser/net/net_log_logger.h',
[email protected]dd830072010-10-05 09:32:441775 'browser/net/net_pref_observer.cc',
1776 'browser/net/net_pref_observer.h',
[email protected]9e743cd2010-03-16 07:03:531777 'browser/net/passive_log_collector.cc',
1778 'browser/net/passive_log_collector.h',
[email protected]760d970a2010-05-18 00:39:181779 'browser/net/preconnect.cc',
1780 'browser/net/preconnect.h',
[email protected]3530cd92010-06-27 06:22:011781 'browser/net/predictor.cc',
1782 'browser/net/predictor.h',
1783 'browser/net/predictor_api.cc',
1784 'browser/net/predictor_api.h',
[email protected]cc5bfd42010-11-24 14:44:021785 'browser/net/pref_proxy_config_service.cc',
1786 'browser/net/pref_proxy_config_service.h',
[email protected]1d14ba552010-11-19 19:07:401787 'browser/net/prerender_interceptor.cc',
1788 'browser/net/prerender_interceptor.h',
[email protected]83019902009-12-02 05:32:591789 'browser/net/referrer.cc',
1790 'browser/net/referrer.h',
1791 'browser/net/resolve_proxy_msg_helper.cc',
1792 'browser/net/resolve_proxy_msg_helper.h',
1793 'browser/net/sdch_dictionary_fetcher.cc',
1794 'browser/net/sdch_dictionary_fetcher.h',
[email protected]5490bb982010-09-14 13:40:541795 'browser/net/service_providers_win.cc',
1796 'browser/net/service_providers_win.h',
[email protected]83019902009-12-02 05:32:591797 'browser/net/sqlite_persistent_cookie_store.cc',
1798 'browser/net/sqlite_persistent_cookie_store.h',
1799 'browser/net/ssl_config_service_manager.h',
[email protected]ac1ada52010-10-28 19:26:001800 'browser/net/ssl_config_service_manager_pref.cc',
1801 'browser/net/ssl_config_service_manager_system.cc',
[email protected]83019902009-12-02 05:32:591802 'browser/net/url_fixer_upper.cc',
1803 'browser/net/url_fixer_upper.h',
[email protected]3530cd92010-06-27 06:22:011804 'browser/net/url_info.cc',
1805 'browser/net/url_info.h',
[email protected]83019902009-12-02 05:32:591806 'browser/net/url_request_failed_dns_job.cc',
1807 'browser/net/url_request_failed_dns_job.h',
1808 # TODO: These should be moved to test_support (see below), but
1809 # are currently used by production code in automation_provider.cc.
1810 'browser/net/url_request_mock_http_job.cc',
1811 'browser/net/url_request_mock_http_job.h',
1812 'browser/net/url_request_mock_link_doctor_job.cc',
1813 'browser/net/url_request_mock_link_doctor_job.h',
1814 'browser/net/url_request_mock_util.cc',
1815 'browser/net/url_request_mock_util.h',
1816 'browser/net/url_request_slow_download_job.cc',
1817 'browser/net/url_request_slow_download_job.h',
1818 'browser/net/url_request_slow_http_job.cc',
1819 'browser/net/url_request_slow_http_job.h',
1820 'browser/net/url_request_tracking.cc',
1821 'browser/net/url_request_tracking.h',
[email protected]af5610352010-10-08 18:12:091822 'browser/net/view_blob_internals_job_factory.cc',
1823 'browser/net/view_blob_internals_job_factory.h',
[email protected]6e76d8d2010-05-10 23:13:561824 'browser/net/view_http_cache_job_factory.cc',
1825 'browser/net/view_http_cache_job_factory.h',
[email protected]83019902009-12-02 05:32:591826 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1827 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1828 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1829 'browser/net/websocket_experiment/websocket_experiment_task.h',
1830 'browser/notifications/balloon.cc',
1831 'browser/notifications/balloon.h',
[email protected]9e9e55c32010-03-23 23:39:091832 'browser/notifications/balloon_host.h',
1833 'browser/notifications/balloon_host.cc',
[email protected]83019902009-12-02 05:32:591834 'browser/notifications/balloon_collection.cc',
1835 'browser/notifications/balloon_collection.h',
[email protected]24c5013f2010-11-19 22:21:081836 'browser/notifications/balloon_collection_base.cc',
1837 'browser/notifications/balloon_collection_base.h',
[email protected]83f22072010-03-02 23:47:091838 'browser/notifications/balloon_collection_impl.h',
[email protected]83019902009-12-02 05:32:591839 'browser/notifications/balloon_collection_win.cc',
1840 'browser/notifications/balloon_collection_mac.mm',
1841 'browser/notifications/balloon_collection_linux.cc',
1842 'browser/notifications/desktop_notification_service.cc',
1843 'browser/notifications/desktop_notification_service.h',
[email protected]93aa89c72010-10-20 21:32:041844 'browser/notifications/notification.cc',
[email protected]83019902009-12-02 05:32:591845 'browser/notifications/notification.h',
[email protected]3b845752010-03-17 01:19:061846 'browser/notifications/notification_delegate.h',
[email protected]70cb9fa2010-07-01 20:10:451847 'browser/notifications/notification_exceptions_table_model.cc',
1848 'browser/notifications/notification_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591849 'browser/notifications/notification_object_proxy.cc',
1850 'browser/notifications/notification_object_proxy.h',
[email protected]f895131a2010-07-23 05:36:021851 'browser/notifications/notification_options_menu_model.cc',
1852 'browser/notifications/notification_options_menu_model.h',
[email protected]83019902009-12-02 05:32:591853 'browser/notifications/notification_ui_manager.cc',
1854 'browser/notifications/notification_ui_manager.h',
1855 'browser/notifications/notifications_prefs_cache.cc',
1856 'browser/notifications/notifications_prefs_cache.h',
1857 'browser/ntp_background_util.cc',
1858 'browser/ntp_background_util.h',
1859 'browser/omnibox_search_hint.cc',
1860 'browser/omnibox_search_hint.h',
[email protected]5ac20162010-11-24 23:33:111861 'browser/oom_priority_manager.cc',
1862 'browser/oom_priority_manager.h',
[email protected]83019902009-12-02 05:32:591863 'browser/page_info_model.cc',
1864 'browser/page_info_model.h',
[email protected]83019902009-12-02 05:32:591865 'browser/parsers/metadata_parser.h',
1866 'browser/parsers/metadata_parser_factory.h',
1867 'browser/parsers/metadata_parser_filebase.cc',
1868 'browser/parsers/metadata_parser_filebase.h',
1869 'browser/parsers/metadata_parser_jpeg.cc',
1870 'browser/parsers/metadata_parser_jpeg.h',
1871 'browser/parsers/metadata_parser_jpeg_factory.cc',
1872 'browser/parsers/metadata_parser_jpeg_factory.h',
1873 'browser/parsers/metadata_parser_manager.cc',
1874 'browser/parsers/metadata_parser_manager.h',
1875 'browser/parsers/metadata_parser.cc',
[email protected]7f58b022010-06-16 21:33:161876 'browser/password_manager/encryptor.h',
[email protected]83019902009-12-02 05:32:591877 'browser/password_manager/encryptor_linux.cc',
1878 'browser/password_manager/encryptor_mac.mm',
1879 'browser/password_manager/encryptor_win.cc',
[email protected]ecbf2892010-07-16 01:51:451880 'browser/password_manager/encryptor_password_mac.h',
1881 'browser/password_manager/encryptor_password_mac.mm',
[email protected]83019902009-12-02 05:32:591882 'browser/password_manager/ie7_password.cc',
1883 'browser/password_manager/ie7_password.h',
[email protected]7f58b022010-06-16 21:33:161884 'browser/password_manager/login_database.cc',
1885 'browser/password_manager/login_database.h',
[email protected]83019902009-12-02 05:32:591886 'browser/password_manager/login_database_mac.cc',
[email protected]ec44cd52010-04-05 22:30:471887 'browser/password_manager/login_database_posix.cc',
1888 'browser/password_manager/login_database_win.cc',
[email protected]7f58b022010-06-16 21:33:161889 'browser/password_manager/native_backend_gnome_x.cc',
1890 'browser/password_manager/native_backend_gnome_x.h',
1891 'browser/password_manager/native_backend_kwallet_x.cc',
1892 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]83019902009-12-02 05:32:591893 'browser/password_manager/password_form_manager.cc',
1894 'browser/password_manager/password_form_manager.h',
1895 'browser/password_manager/password_manager.cc',
1896 'browser/password_manager/password_manager.h',
1897 'browser/password_manager/password_store.cc',
1898 'browser/password_manager/password_store.h',
1899 'browser/password_manager/password_store_default.cc',
1900 'browser/password_manager/password_store_default.h',
[email protected]83019902009-12-02 05:32:591901 'browser/password_manager/password_store_mac.cc',
[email protected]7f58b022010-06-16 21:33:161902 'browser/password_manager/password_store_mac.h',
1903 'browser/password_manager/password_store_mac_internal.h',
[email protected]83019902009-12-02 05:32:591904 'browser/password_manager/password_store_win.cc',
[email protected]7f58b022010-06-16 21:33:161905 'browser/password_manager/password_store_win.h',
1906 'browser/password_manager/password_store_x.cc',
1907 'browser/password_manager/password_store_x.h',
[email protected]3c9e1872010-11-18 16:17:491908 'browser/password_manager_delegate_impl.cc',
1909 'browser/password_manager_delegate_impl.h',
[email protected]14a000d2010-04-29 21:44:241910 'browser/platform_util.h',
1911 'browser/platform_util_linux.cc',
1912 'browser/platform_util_chromeos.cc',
1913 'browser/platform_util_common_linux.cc',
1914 'browser/platform_util_mac.mm',
1915 'browser/platform_util_win.cc',
[email protected]8b8a554d2010-11-18 13:26:401916 'browser/plugin_data_remover.cc',
1917 'browser/plugin_data_remover.h',
[email protected]fd3ad512010-09-25 14:08:511918 'browser/plugin_download_helper.cc',
1919 'browser/plugin_download_helper.h',
[email protected]56f1a6ba2010-09-09 13:40:401920 'browser/plugin_exceptions_table_model.cc',
1921 'browser/plugin_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591922 'browser/plugin_installer.cc',
1923 'browser/plugin_installer.h',
1924 'browser/plugin_process_host.cc',
1925 'browser/plugin_process_host.h',
1926 'browser/plugin_process_host_mac.cc',
1927 'browser/plugin_service.cc',
1928 'browser/plugin_service.h',
[email protected]0a8b1e22010-07-02 09:31:111929 'browser/plugin_updater.cc',
1930 'browser/plugin_updater.h',
[email protected]99178112010-08-09 23:36:041931 'browser/policy/config_dir_policy_provider.cc',
1932 'browser/policy/config_dir_policy_provider.h',
1933 'browser/policy/configuration_policy_pref_store.cc',
1934 'browser/policy/configuration_policy_pref_store.h',
1935 'browser/policy/configuration_policy_provider.cc',
1936 'browser/policy/configuration_policy_provider.cc',
1937 'browser/policy/configuration_policy_provider.h',
1938 'browser/policy/configuration_policy_provider.h',
1939 'browser/policy/configuration_policy_provider_mac.cc',
1940 'browser/policy/configuration_policy_provider_mac.h',
1941 'browser/policy/configuration_policy_provider_win.cc',
1942 'browser/policy/configuration_policy_provider_win.h',
[email protected]12a3c022010-11-03 10:24:111943 'browser/policy/configuration_policy_store_interface.h',
[email protected]2a87dce2010-10-29 09:20:031944 'browser/policy/device_management_backend.h',
[email protected]bb58e6e2010-11-03 14:40:441945 'browser/policy/device_management_backend_impl.cc',
1946 'browser/policy/device_management_backend_impl.h',
[email protected]737c4392010-11-22 14:33:391947 'browser/policy/device_management_service.cc',
1948 'browser/policy/device_management_service.h',
[email protected]03692032010-11-05 16:31:381949 'browser/policy/device_management_policy_cache.cc',
1950 'browser/policy/device_management_policy_cache.h',
[email protected]ffe2d332010-11-09 13:08:291951 'browser/policy/device_management_policy_provider.cc',
1952 'browser/policy/device_management_policy_provider.h',
[email protected]2a87dce2010-10-29 09:20:031953 'browser/policy/device_token_fetcher.cc',
1954 'browser/policy/device_token_fetcher.h',
[email protected]99178112010-08-09 23:36:041955 'browser/policy/dummy_configuration_policy_provider.h',
[email protected]7c597232010-10-29 13:09:551956 'browser/policy/file_based_policy_provider.cc',
1957 'browser/policy/file_based_policy_provider.h',
[email protected]37858e52010-08-26 00:22:021958 'browser/policy/managed_prefs_banner_base.cc',
1959 'browser/policy/managed_prefs_banner_base.h',
[email protected]737c4392010-11-22 14:33:391960 'browser/policy/profile_policy_context.cc',
1961 'browser/policy/profile_policy_context.h',
[email protected]2a87dce2010-10-29 09:20:031962 # TODO(danno): Find a better way to include these files
1963 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.cc',
1964 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.h',
[email protected]62fed2f42010-11-24 14:30:501965 'browser/policy/proto/device_management_constants.cc',
1966 'browser/policy/proto/device_management_constants.h',
[email protected]89bc8f12010-11-12 14:07:121967 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.cc',
1968 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.h',
[email protected]83019902009-12-02 05:32:591969 'browser/possible_url_model.cc',
1970 'browser/possible_url_model.h',
1971 'browser/power_save_blocker.h',
1972 'browser/power_save_blocker_common.cc',
[email protected]71a565a2010-11-24 15:53:491973 'browser/power_save_blocker_mac.cc',
[email protected]83019902009-12-02 05:32:591974 'browser/power_save_blocker_stub.cc',
1975 'browser/power_save_blocker_win.cc',
[email protected]709a847e2010-11-10 01:16:111976 'browser/ppapi_plugin_process_host.cc',
1977 'browser/ppapi_plugin_process_host.h',
[email protected]4cd7adb2010-06-14 20:05:211978 'browser/preferences_mac.cc',
1979 'browser/preferences_mac.h',
[email protected]37858e52010-08-26 00:22:021980 'browser/prefs/browser_prefs.cc',
1981 'browser/prefs/browser_prefs.h',
1982 'browser/prefs/command_line_pref_store.cc',
1983 'browser/prefs/command_line_pref_store.h',
[email protected]c3b54f372010-09-14 08:25:071984 'browser/prefs/default_pref_store.cc',
1985 'browser/prefs/default_pref_store.h',
[email protected]37858e52010-08-26 00:22:021986 'browser/prefs/pref_member.cc',
1987 'browser/prefs/pref_member.h',
1988 'browser/prefs/pref_notifier.cc',
1989 'browser/prefs/pref_notifier.h',
[email protected]492d2142010-09-10 13:55:181990 'browser/prefs/pref_change_registrar.cc',
1991 'browser/prefs/pref_change_registrar.h',
[email protected]37858e52010-08-26 00:22:021992 'browser/prefs/pref_service.cc',
1993 'browser/prefs/pref_service.h',
1994 'browser/prefs/pref_set_observer.cc',
1995 'browser/prefs/pref_set_observer.h',
1996 'browser/prefs/pref_value_store.cc',
1997 'browser/prefs/pref_value_store.h',
1998 'browser/prefs/scoped_pref_update.cc',
1999 'browser/prefs/scoped_pref_update.h',
2000 'browser/prefs/session_startup_pref.cc',
2001 'browser/prefs/session_startup_pref.h',
[email protected]83019902009-12-02 05:32:592002 'browser/printing/print_dialog_gtk.cc',
2003 'browser/printing/print_dialog_gtk.h',
[email protected]73852b8f2010-05-14 00:38:122004 'browser/printing/print_dialog_cloud.cc',
2005 'browser/printing/print_dialog_cloud.h',
[email protected]83019902009-12-02 05:32:592006 'browser/printing/print_job.cc',
2007 'browser/printing/print_job.h',
2008 'browser/printing/print_job_manager.cc',
2009 'browser/printing/print_job_manager.h',
2010 'browser/printing/print_job_worker.cc',
2011 'browser/printing/print_job_worker.h',
2012 'browser/printing/print_job_worker_owner.h',
[email protected]dbeebd52010-11-16 20:34:162013 'browser/printing/print_preview_tab_controller.cc',
2014 'browser/printing/print_preview_tab_controller.h',
[email protected]83019902009-12-02 05:32:592015 'browser/printing/print_view_manager.cc',
2016 'browser/printing/print_view_manager.h',
2017 'browser/printing/printer_query.cc',
2018 'browser/printing/printer_query.h',
[email protected]1bd056e2010-04-20 02:03:482019 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
2020 'browser/printing/cloud_print/cloud_print_proxy_service.h',
[email protected]02337592010-09-27 18:38:252021 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
2022 'browser/printing/cloud_print/cloud_print_setup_flow.h',
2023 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc',
2024 'browser/printing/cloud_print/cloud_print_setup_message_handler.h',
[email protected]400bcf72010-11-29 22:42:452025 'browser/printing/cloud_print/cloud_print_setup_source.cc',
2026 'browser/printing/cloud_print/cloud_print_setup_source.h',
[email protected]2283eead2010-09-29 23:17:302027 'browser/printing/cloud_print/cloud_print_url.cc',
2028 'browser/printing/cloud_print/cloud_print_url.h',
[email protected]83019902009-12-02 05:32:592029 'browser/process_info_snapshot_mac.cc',
2030 'browser/process_info_snapshot.h',
2031 'browser/process_singleton.h',
2032 'browser/process_singleton_linux.cc',
2033 'browser/process_singleton_mac.cc',
2034 'browser/process_singleton_win.cc',
[email protected]5301ebb2010-12-02 21:36:242035 'browser/profile_import_process_host.cc',
2036 'browser/profile_import_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:332037 'browser/profiles/profile.cc',
2038 'browser/profiles/profile.h',
2039 'browser/profiles/profile_impl.cc',
2040 'browser/profiles/profile_impl.h',
[email protected]8ecad5e2010-12-02 21:18:332041 'browser/profiles/profile_manager.cc',
2042 'browser/profiles/profile_manager.h',
[email protected]6eae9cf2010-08-17 00:25:472043 'browser/remoting/remoting_resources_source.cc',
2044 'browser/remoting/remoting_resources_source.h',
2045 'browser/remoting/remoting_setup_flow.cc',
2046 'browser/remoting/remoting_setup_flow.h',
2047 'browser/remoting/remoting_setup_message_handler.cc',
2048 'browser/remoting/remoting_setup_message_handler.h',
[email protected]508d27e12010-07-01 16:17:372049 'browser/remove_rows_table_model.h',
[email protected]83019902009-12-02 05:32:592050 'browser/renderer_host/async_resource_handler.cc',
2051 'browser/renderer_host/async_resource_handler.h',
2052 'browser/renderer_host/audio_renderer_host.cc',
2053 'browser/renderer_host/audio_renderer_host.h',
[email protected]94155a6b2010-07-07 18:36:512054 'browser/renderer_host/audio_sync_reader.cc',
2055 'browser/renderer_host/audio_sync_reader.h',
[email protected]c0fc0942010-01-13 00:55:372056 'browser/renderer_host/backing_store.cc',
[email protected]83019902009-12-02 05:32:592057 'browser/renderer_host/backing_store.h',
2058 'browser/renderer_host/backing_store_manager.cc',
2059 'browser/renderer_host/backing_store_manager.h',
[email protected]c0fc0942010-01-13 00:55:372060 'browser/renderer_host/backing_store_mac.h',
[email protected]83019902009-12-02 05:32:592061 'browser/renderer_host/backing_store_mac.mm',
2062 'browser/renderer_host/backing_store_win.cc',
[email protected]c0fc0942010-01-13 00:55:372063 'browser/renderer_host/backing_store_win.h',
[email protected]83019902009-12-02 05:32:592064 'browser/renderer_host/backing_store_x.cc',
[email protected]c0fc0942010-01-13 00:55:372065 'browser/renderer_host/backing_store_x.h',
[email protected]22339b12010-08-27 18:29:242066 'browser/renderer_host/blob_dispatcher_host.cc',
2067 'browser/renderer_host/blob_dispatcher_host.h',
[email protected]83019902009-12-02 05:32:592068 'browser/renderer_host/browser_render_process_host.cc',
2069 'browser/renderer_host/browser_render_process_host.h',
2070 'browser/renderer_host/buffered_resource_handler.cc',
2071 'browser/renderer_host/buffered_resource_handler.h',
2072 'browser/renderer_host/cross_site_resource_handler.cc',
2073 'browser/renderer_host/cross_site_resource_handler.h',
2074 'browser/renderer_host/database_dispatcher_host.cc',
2075 'browser/renderer_host/database_dispatcher_host.h',
2076 'browser/renderer_host/download_resource_handler.cc',
2077 'browser/renderer_host/download_resource_handler.h',
2078 'browser/renderer_host/download_throttling_resource_handler.cc',
2079 'browser/renderer_host/download_throttling_resource_handler.h',
[email protected]7d1f3342010-10-15 01:38:102080 'browser/renderer_host/file_utilities_dispatcher_host.cc',
2081 'browser/renderer_host/file_utilities_dispatcher_host.h',
[email protected]92b24c12009-12-10 20:04:352082 'browser/renderer_host/global_request_id.h',
[email protected]44ce0b12010-03-12 16:45:332083 'browser/renderer_host/accelerated_surface_container_mac.cc',
2084 'browser/renderer_host/accelerated_surface_container_mac.h',
2085 'browser/renderer_host/accelerated_surface_container_manager_mac.cc',
2086 'browser/renderer_host/accelerated_surface_container_manager_mac.h',
[email protected]83019902009-12-02 05:32:592087 'browser/renderer_host/gtk_im_context_wrapper.cc',
2088 'browser/renderer_host/gtk_im_context_wrapper.h',
2089 'browser/renderer_host/gtk_key_bindings_handler.cc',
2090 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]6692b0d72010-07-15 03:40:232091 'browser/renderer_host/offline_resource_handler.cc',
2092 'browser/renderer_host/offline_resource_handler.h',
[email protected]45afd9a2010-10-19 00:54:122093 'browser/renderer_host/pepper_file_message_filter.cc',
2094 'browser/renderer_host/pepper_file_message_filter.h',
[email protected]c0dac3272010-07-28 08:04:452095 'browser/renderer_host/redirect_to_file_resource_handler.cc',
2096 'browser/renderer_host/redirect_to_file_resource_handler.h',
[email protected]83019902009-12-02 05:32:592097 'browser/renderer_host/render_process_host.cc',
2098 'browser/renderer_host/render_process_host.h',
2099 'browser/renderer_host/render_sandbox_host_linux.h',
2100 'browser/renderer_host/render_sandbox_host_linux.cc',
2101 'browser/renderer_host/render_view_host.cc',
2102 'browser/renderer_host/render_view_host.h',
2103 'browser/renderer_host/render_view_host_delegate.cc',
2104 'browser/renderer_host/render_view_host_delegate.h',
2105 'browser/renderer_host/render_view_host_factory.cc',
2106 'browser/renderer_host/render_view_host_factory.h',
[email protected]2ecd88e2010-02-11 08:36:302107 'browser/renderer_host/render_view_host_notification_task.h',
[email protected]484955942010-08-19 16:13:182108 'browser/renderer_host/render_widget_fullscreen_host.cc',
2109 'browser/renderer_host/render_widget_fullscreen_host.h',
[email protected]83019902009-12-02 05:32:592110 'browser/renderer_host/render_widget_helper.cc',
2111 'browser/renderer_host/render_widget_helper.h',
2112 'browser/renderer_host/render_widget_host.cc',
2113 'browser/renderer_host/render_widget_host.h',
[email protected]eff38d72010-08-18 19:48:462114 'browser/renderer_host/render_widget_host_painting_observer.h',
[email protected]83019902009-12-02 05:32:592115 'browser/renderer_host/render_widget_host_view.h',
2116 'browser/renderer_host/render_widget_host_view_gtk.cc',
2117 'browser/renderer_host/render_widget_host_view_gtk.h',
2118 'browser/renderer_host/render_widget_host_view_mac.h',
2119 'browser/renderer_host/render_widget_host_view_mac.mm',
2120 'browser/renderer_host/render_widget_host_view_win.cc',
2121 'browser/renderer_host/render_widget_host_view_win.h',
[email protected]6b723f82010-10-05 20:14:272122 'browser/renderer_host/render_widget_host_view_views.cc',
2123 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]83019902009-12-02 05:32:592124 'browser/renderer_host/resource_dispatcher_host.cc',
2125 'browser/renderer_host/resource_dispatcher_host.h',
2126 'browser/renderer_host/resource_dispatcher_host_request_info.cc',
2127 'browser/renderer_host/resource_dispatcher_host_request_info.h',
2128 'browser/renderer_host/resource_handler.h',
2129 'browser/renderer_host/resource_message_filter.cc',
2130 'browser/renderer_host/resource_message_filter.h',
2131 'browser/renderer_host/resource_message_filter_gtk.cc',
2132 'browser/renderer_host/resource_message_filter_mac.mm',
2133 'browser/renderer_host/resource_message_filter_win.cc',
[email protected]92b24c12009-12-10 20:04:352134 'browser/renderer_host/resource_queue.cc',
2135 'browser/renderer_host/resource_queue.h',
[email protected]38e08982010-10-22 17:28:432136 'browser/renderer_host/resource_request_details.cc',
[email protected]83019902009-12-02 05:32:592137 'browser/renderer_host/resource_request_details.h',
2138 'browser/renderer_host/safe_browsing_resource_handler.cc',
2139 'browser/renderer_host/safe_browsing_resource_handler.h',
2140 'browser/renderer_host/save_file_resource_handler.cc',
2141 'browser/renderer_host/save_file_resource_handler.h',
2142 'browser/renderer_host/site_instance.cc',
2143 'browser/renderer_host/site_instance.h',
2144 'browser/renderer_host/socket_stream_dispatcher_host.cc',
2145 'browser/renderer_host/socket_stream_dispatcher_host.h',
2146 'browser/renderer_host/socket_stream_host.cc',
2147 'browser/renderer_host/socket_stream_host.h',
2148 'browser/renderer_host/sync_resource_handler.cc',
2149 'browser/renderer_host/sync_resource_handler.h',
2150 'browser/renderer_host/web_cache_manager.cc',
2151 'browser/renderer_host/web_cache_manager.h',
2152 'browser/renderer_host/x509_user_cert_resource_handler.cc',
2153 'browser/renderer_host/x509_user_cert_resource_handler.h',
[email protected]93623c5d2009-12-10 21:40:322154 'browser/renderer_preferences_util.cc',
2155 'browser/renderer_preferences_util.h',
[email protected]965bb092010-04-09 11:59:022156 'browser/repost_form_warning_controller.cc',
2157 'browser/repost_form_warning_controller.h',
[email protected]1faee3f02010-06-21 07:01:342158 'browser/resources_util.cc',
2159 'browser/resources_util.h',
[email protected]83019902009-12-02 05:32:592160 'browser/rlz/rlz.cc',
2161 'browser/rlz/rlz.h',
2162 'browser/safe_browsing/bloom_filter.cc',
2163 'browser/safe_browsing/bloom_filter.h',
2164 'browser/safe_browsing/chunk_range.cc',
2165 'browser/safe_browsing/chunk_range.h',
[email protected]bd1b1d62010-11-11 21:53:162166 'browser/safe_browsing/client_side_detection_service.cc',
2167 'browser/safe_browsing/client_side_detection_service.h',
2168 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
2169 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
[email protected]83019902009-12-02 05:32:592170 'browser/safe_browsing/protocol_manager.cc',
2171 'browser/safe_browsing/protocol_manager.h',
2172 'browser/safe_browsing/protocol_parser.cc',
2173 'browser/safe_browsing/protocol_parser.h',
2174 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2175 'browser/safe_browsing/safe_browsing_blocking_page.h',
2176 'browser/safe_browsing/safe_browsing_database.cc',
2177 'browser/safe_browsing/safe_browsing_database.h',
[email protected]83019902009-12-02 05:32:592178 'browser/safe_browsing/safe_browsing_service.cc',
2179 'browser/safe_browsing/safe_browsing_service.h',
[email protected]6afe28a2010-01-28 20:56:032180 'browser/safe_browsing/safe_browsing_store.cc',
2181 'browser/safe_browsing/safe_browsing_store.h',
2182 'browser/safe_browsing/safe_browsing_store_file.cc',
2183 'browser/safe_browsing/safe_browsing_store_file.h',
2184 'browser/safe_browsing/safe_browsing_store_sqlite.cc',
2185 'browser/safe_browsing/safe_browsing_store_sqlite.h',
[email protected]83019902009-12-02 05:32:592186 'browser/safe_browsing/safe_browsing_util.cc',
2187 'browser/safe_browsing/safe_browsing_util.h',
[email protected]83019902009-12-02 05:32:592188 'browser/search_engines/edit_search_engine_controller.cc',
2189 'browser/search_engines/edit_search_engine_controller.h',
2190 'browser/search_engines/keyword_editor_controller.cc',
2191 'browser/search_engines/keyword_editor_controller.h',
[email protected]23872902010-10-26 03:43:592192 'browser/search_engines/search_engine_type.h',
[email protected]d8522742010-08-27 17:55:442193 'browser/search_engines/search_host_to_urls_map.h',
2194 'browser/search_engines/search_host_to_urls_map.cc',
[email protected]e36ee252010-08-29 17:16:132195 'browser/search_engines/search_provider_install_data.h',
[email protected]1c5076592010-09-17 04:10:082196 'browser/search_engines/search_provider_install_data.cc',
[email protected]52ded452010-08-23 22:01:252197 'browser/search_engines/search_provider_install_state_dispatcher_host.cc',
2198 'browser/search_engines/search_provider_install_state_dispatcher_host.h',
[email protected]375bd7312010-08-30 22:18:132199 'browser/search_engines/search_terms_data.cc',
2200 'browser/search_engines/search_terms_data.h',
[email protected]83019902009-12-02 05:32:592201 'browser/search_engines/template_url.cc',
2202 'browser/search_engines/template_url.h',
2203 'browser/search_engines/template_url_fetcher.cc',
2204 'browser/search_engines/template_url_fetcher.h',
[email protected]0b5b85c2010-10-11 23:00:122205 'browser/search_engines/template_url_fetcher_callbacks.h',
2206 'browser/search_engines/template_url_fetcher_ui_callbacks.cc',
2207 'browser/search_engines/template_url_fetcher_ui_callbacks.h',
[email protected]8b62334b2010-08-31 22:37:112208 'browser/search_engines/template_url_id.h',
[email protected]83019902009-12-02 05:32:592209 'browser/search_engines/template_url_model.cc',
2210 'browser/search_engines/template_url_model.h',
[email protected]8b62334b2010-08-31 22:37:112211 'browser/search_engines/template_url_model_observer.h',
[email protected]83019902009-12-02 05:32:592212 'browser/search_engines/template_url_parser.cc',
2213 'browser/search_engines/template_url_parser.h',
2214 'browser/search_engines/template_url_prepopulate_data.cc',
2215 'browser/search_engines/template_url_prepopulate_data.h',
2216 'browser/search_engines/template_url_table_model.cc',
2217 'browser/search_engines/template_url_table_model.h',
[email protected]96788b02010-06-26 21:45:342218 'browser/search_engines/util.cc',
2219 'browser/search_engines/util.h',
[email protected]50307582010-08-12 01:07:242220 'browser/service/service_process_control_manager.cc',
2221 'browser/service/service_process_control_manager.h',
2222 'browser/service/service_process_control.cc',
2223 'browser/service/service_process_control.h',
[email protected]83019902009-12-02 05:32:592224 'browser/sessions/base_session_service.cc',
2225 'browser/sessions/base_session_service.h',
2226 'browser/sessions/session_backend.cc',
2227 'browser/sessions/session_backend.h',
2228 'browser/sessions/session_command.cc',
2229 'browser/sessions/session_command.h',
2230 'browser/sessions/session_id.cc',
2231 'browser/sessions/session_id.h',
2232 'browser/sessions/session_restore.cc',
2233 'browser/sessions/session_restore.h',
2234 'browser/sessions/session_service.cc',
2235 'browser/sessions/session_service.h',
2236 'browser/sessions/session_types.cc',
2237 'browser/sessions/session_types.h',
2238 'browser/sessions/tab_restore_service.cc',
2239 'browser/sessions/tab_restore_service.h',
[email protected]bbf94a32010-10-13 17:44:152240 'browser/shell_dialogs.cc',
[email protected]83019902009-12-02 05:32:592241 'browser/shell_dialogs.h',
2242 'browser/shell_integration.cc',
2243 'browser/shell_integration.h',
2244 'browser/shell_integration_mac.mm',
2245 'browser/shell_integration_linux.cc',
2246 'browser/shell_integration_win.cc',
[email protected]8b8e7c92010-08-19 18:05:562247 'browser/sidebar/sidebar_container.cc',
2248 'browser/sidebar/sidebar_container.h',
2249 'browser/sidebar/sidebar_manager.cc',
[email protected]7256dab2010-08-23 22:35:182250 'browser/sidebar/sidebar_manager.h',
[email protected]b7d438422010-08-24 20:22:022251 'browser/speech/endpointer/endpointer.cc',
2252 'browser/speech/endpointer/endpointer.h',
2253 'browser/speech/endpointer/energy_endpointer.cc',
2254 'browser/speech/endpointer/energy_endpointer.h',
[email protected]38e08982010-10-22 17:28:432255 'browser/speech/endpointer/energy_endpointer_params.cc',
[email protected]b7d438422010-08-24 20:22:022256 'browser/speech/endpointer/energy_endpointer_params.h',
[email protected]00ef0bf2010-08-24 17:06:492257 'browser/speech/speech_input_bubble.h',
[email protected]6a7746d2010-08-27 11:59:032258 'browser/speech/speech_input_bubble.cc',
[email protected]3870bbe92010-09-01 19:44:472259 'browser/speech/speech_input_bubble_gtk.cc',
[email protected]953a7462010-08-31 23:46:212260 'browser/speech/speech_input_bubble_mac.mm',
[email protected]3870bbe92010-09-01 19:44:472261 'browser/speech/speech_input_bubble_views.cc',
[email protected]6a7746d2010-08-27 11:59:032262 'browser/speech/speech_input_bubble_controller.cc',
2263 'browser/speech/speech_input_bubble_controller.h',
[email protected]638694c2010-08-04 22:24:112264 'browser/speech/speech_input_dispatcher_host.cc',
2265 'browser/speech/speech_input_dispatcher_host.h',
2266 'browser/speech/speech_input_manager.cc',
2267 'browser/speech/speech_input_manager.h',
[email protected]c8463a432010-08-10 20:02:482268 'browser/speech/speech_recognition_request.cc',
2269 'browser/speech/speech_recognition_request.h',
[email protected]4b9a8c32010-08-12 19:57:312270 'browser/speech/speech_recognizer.cc',
2271 'browser/speech/speech_recognizer.h',
[email protected]83019902009-12-02 05:32:592272 'browser/spellcheck_host.cc',
2273 'browser/spellcheck_host.h',
[email protected]83019902009-12-02 05:32:592274 'browser/spellchecker_linux.cc',
2275 'browser/spellchecker_mac.mm',
2276 'browser/spellchecker_platform_engine.h',
2277 'browser/spellchecker_win.cc',
[email protected]cdafbff2010-03-02 17:47:022278 'browser/ssl/ssl_add_cert_handler.cc',
2279 'browser/ssl/ssl_add_cert_handler.h',
2280 'browser/ssl/ssl_add_cert_handler_mac.mm',
[email protected]83019902009-12-02 05:32:592281 'browser/ssl/ssl_blocking_page.cc',
2282 'browser/ssl/ssl_blocking_page.h',
2283 'browser/ssl/ssl_cert_error_handler.cc',
2284 'browser/ssl/ssl_cert_error_handler.h',
2285 'browser/ssl/ssl_client_auth_handler.cc',
2286 'browser/ssl/ssl_client_auth_handler.h',
2287 'browser/ssl/ssl_error_handler.cc',
2288 'browser/ssl/ssl_error_handler.h',
2289 'browser/ssl/ssl_error_info.cc',
2290 'browser/ssl/ssl_error_info.h',
2291 'browser/ssl/ssl_host_state.cc',
2292 'browser/ssl/ssl_host_state.h',
2293 'browser/ssl/ssl_manager.cc',
2294 'browser/ssl/ssl_manager.h',
2295 'browser/ssl/ssl_policy.cc',
2296 'browser/ssl/ssl_policy.h',
2297 'browser/ssl/ssl_policy_backend.cc',
2298 'browser/ssl/ssl_policy_backend.h',
[email protected]38e08982010-10-22 17:28:432299 'browser/ssl/ssl_request_info.cc',
[email protected]83019902009-12-02 05:32:592300 'browser/ssl/ssl_request_info.h',
[email protected]1f18184a2010-07-21 19:34:492301 'browser/ssl_client_certificate_selector.h',
[email protected]ccb55cf52010-03-06 22:02:042302 'browser/status_icons/status_tray.cc',
2303 'browser/status_icons/status_tray.h',
[email protected]a24642a2010-03-24 21:29:052304 'browser/status_icons/status_icon.cc',
[email protected]ccb55cf52010-03-06 22:02:042305 'browser/status_icons/status_icon.h',
[email protected]326e6792009-12-11 21:04:422306 'browser/transport_security_persister.cc',
2307 'browser/transport_security_persister.h',
[email protected]83019902009-12-02 05:32:592308 'browser/sync/engine/syncapi.h',
[email protected]06e33202010-08-16 23:45:152309 'browser/sync/glue/app_data_type_controller.cc',
2310 'browser/sync/glue/app_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352311 'browser/sync/glue/autofill_change_processor.cc',
[email protected]e8234d32010-09-09 20:36:392312 'browser/sync/glue/autofill_change_processor.h',
[email protected]965b95a2010-11-24 20:55:022313 'browser/sync/glue/autofill_change_processor2.cc',
2314 'browser/sync/glue/autofill_change_processor2.h',
[email protected]8b3b23a2010-03-01 22:06:212315 'browser/sync/glue/autofill_data_type_controller.cc',
2316 'browser/sync/glue/autofill_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352317 'browser/sync/glue/autofill_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392318 'browser/sync/glue/autofill_model_associator.h',
[email protected]965b95a2010-11-24 20:55:022319 'browser/sync/glue/autofill_model_associator2.cc',
2320 'browser/sync/glue/autofill_model_associator2.h',
2321 'browser/sync/glue/autofill_profile_model_associator.cc',
2322 'browser/sync/glue/autofill_profile_model_associator.h',
[email protected]62fe4382009-12-14 23:14:032323 'browser/sync/glue/bookmark_change_processor.cc',
[email protected]4aea04a2010-02-10 20:13:432324 'browser/sync/glue/bookmark_change_processor.h',
2325 'browser/sync/glue/bookmark_data_type_controller.cc',
2326 'browser/sync/glue/bookmark_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352327 'browser/sync/glue/bookmark_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392328 'browser/sync/glue/bookmark_model_associator.h',
[email protected]83019902009-12-02 05:32:592329 'browser/sync/glue/change_processor.cc',
2330 'browser/sync/glue/change_processor.h',
[email protected]4aea04a2010-02-10 20:13:432331 'browser/sync/glue/data_type_controller.h',
[email protected]e3e43d92010-02-26 22:02:382332 'browser/sync/glue/data_type_manager.h',
2333 'browser/sync/glue/data_type_manager_impl.cc',
2334 'browser/sync/glue/data_type_manager_impl.h',
[email protected]58a468e2010-02-01 17:51:032335 'browser/sync/glue/database_model_worker.cc',
2336 'browser/sync/glue/database_model_worker.h',
[email protected]c05d2cb72010-06-14 19:59:152337 'browser/sync/glue/extension_change_processor.cc',
2338 'browser/sync/glue/extension_change_processor.h',
2339 'browser/sync/glue/extension_data.cc',
2340 'browser/sync/glue/extension_data.h',
2341 'browser/sync/glue/extension_data_type_controller.cc',
2342 'browser/sync/glue/extension_data_type_controller.h',
2343 'browser/sync/glue/extension_model_associator.cc',
2344 'browser/sync/glue/extension_model_associator.h',
[email protected]265d8c322010-09-08 01:38:352345 'browser/sync/glue/extension_sync.cc',
2346 'browser/sync/glue/extension_sync.h',
[email protected]e8234d32010-09-09 20:36:392347 'browser/sync/glue/extension_sync_traits.cc',
2348 'browser/sync/glue/extension_sync_traits.h',
[email protected]c05d2cb72010-06-14 19:59:152349 'browser/sync/glue/extension_util.cc',
2350 'browser/sync/glue/extension_util.h',
[email protected]53150252010-03-18 00:27:292351 'browser/sync/glue/history_model_worker.cc',
2352 'browser/sync/glue/history_model_worker.h',
[email protected]83019902009-12-02 05:32:592353 'browser/sync/glue/http_bridge.cc',
2354 'browser/sync/glue/http_bridge.h',
[email protected]83019902009-12-02 05:32:592355 'browser/sync/glue/model_associator.h',
[email protected]7b8c0112010-05-19 18:06:142356 'browser/sync/glue/password_change_processor.cc',
2357 'browser/sync/glue/password_change_processor.h',
2358 'browser/sync/glue/password_data_type_controller.cc',
2359 'browser/sync/glue/password_data_type_controller.h',
2360 'browser/sync/glue/password_model_associator.cc',
2361 'browser/sync/glue/password_model_associator.h',
[email protected]e8234d32010-09-09 20:36:392362 'browser/sync/glue/password_model_worker.cc',
2363 'browser/sync/glue/password_model_worker.h',
[email protected]51133f92010-01-12 22:27:572364 'browser/sync/glue/preference_change_processor.cc',
2365 'browser/sync/glue/preference_change_processor.h',
[email protected]371d0492010-02-11 21:29:262366 'browser/sync/glue/preference_data_type_controller.cc',
2367 'browser/sync/glue/preference_data_type_controller.h',
[email protected]51133f92010-01-12 22:27:572368 'browser/sync/glue/preference_model_associator.cc',
2369 'browser/sync/glue/preference_model_associator.h',
[email protected]5edb9222010-08-18 00:23:292370 'browser/sync/glue/session_change_processor.cc',
2371 'browser/sync/glue/session_change_processor.h',
2372 'browser/sync/glue/session_data_type_controller.cc',
2373 'browser/sync/glue/session_data_type_controller.h',
2374 'browser/sync/glue/session_model_associator.cc',
2375 'browser/sync/glue/session_model_associator.h',
[email protected]83019902009-12-02 05:32:592376 'browser/sync/glue/sync_backend_host.cc',
[email protected]cc7af20c2010-02-05 23:30:582377 'browser/sync/glue/sync_backend_host.h',
[email protected]ecde2742010-04-02 17:36:182378 'browser/sync/glue/synchronized_preferences.h',
[email protected]60cab462010-03-29 20:04:052379 'browser/sync/glue/theme_change_processor.cc',
2380 'browser/sync/glue/theme_change_processor.h',
2381 'browser/sync/glue/theme_data_type_controller.cc',
2382 'browser/sync/glue/theme_data_type_controller.h',
2383 'browser/sync/glue/theme_model_associator.cc',
2384 'browser/sync/glue/theme_model_associator.h',
2385 'browser/sync/glue/theme_util.cc',
2386 'browser/sync/glue/theme_util.h',
[email protected]53150252010-03-18 00:27:292387 'browser/sync/glue/typed_url_change_processor.cc',
2388 'browser/sync/glue/typed_url_change_processor.h',
2389 'browser/sync/glue/typed_url_data_type_controller.cc',
2390 'browser/sync/glue/typed_url_data_type_controller.h',
2391 'browser/sync/glue/typed_url_model_associator.cc',
2392 'browser/sync/glue/typed_url_model_associator.h',
[email protected]d636be382010-01-22 02:15:422393 'browser/sync/glue/ui_model_worker.cc',
2394 'browser/sync/glue/ui_model_worker.h',
[email protected]4aea04a2010-02-10 20:13:432395 'browser/sync/profile_sync_factory.h',
2396 'browser/sync/profile_sync_factory_impl.cc',
2397 'browser/sync/profile_sync_factory_impl.h',
[email protected]e8234d32010-09-09 20:36:392398 'browser/sync/profile_sync_service.cc',
2399 'browser/sync/profile_sync_service.h',
[email protected]daed5ec2010-10-26 21:17:322400 'browser/sync/profile_sync_service_harness.cc',
2401 'browser/sync/profile_sync_service_harness.h',
[email protected]d6885592010-10-11 19:38:242402 'browser/sync/profile_sync_service_observer.h',
[email protected]e8234d32010-09-09 20:36:392403 'browser/sync/signin_manager.cc',
2404 'browser/sync/signin_manager.h',
[email protected]50c5bed2010-04-30 19:52:352405 'browser/sync/sync_constants.cc',
2406 'browser/sync/sync_constants.h',
[email protected]83019902009-12-02 05:32:592407 'browser/sync/sync_setup_flow.cc',
2408 'browser/sync/sync_setup_flow.h',
2409 'browser/sync/sync_setup_wizard.cc',
2410 'browser/sync/sync_setup_wizard.h',
2411 'browser/sync/sync_ui_util.cc',
2412 'browser/sync/sync_ui_util.h',
[email protected]265d8c322010-09-08 01:38:352413 'browser/sync/sync_ui_util_mac.h',
[email protected]e8234d32010-09-09 20:36:392414 'browser/sync/sync_ui_util_mac.mm',
2415 'browser/sync/token_migrator.cc',
2416 'browser/sync/token_migrator.h',
[email protected]0b4d3382010-07-14 16:13:042417 'browser/tab_closeable_state_watcher.cc',
2418 'browser/tab_closeable_state_watcher.h',
[email protected]e8345242010-05-06 03:00:402419 'browser/tab_contents/background_contents.cc',
2420 'browser/tab_contents/background_contents.h',
[email protected]83019902009-12-02 05:32:592421 'browser/tab_contents/constrained_window.h',
2422 'browser/tab_contents/infobar_delegate.cc',
2423 'browser/tab_contents/infobar_delegate.h',
2424 'browser/tab_contents/interstitial_page.cc',
2425 'browser/tab_contents/interstitial_page.h',
[email protected]3b1c1812010-02-12 21:53:552426 'browser/tab_contents/language_state.h',
2427 'browser/tab_contents/language_state.cc',
[email protected]83019902009-12-02 05:32:592428 'browser/tab_contents/navigation_controller.cc',
2429 'browser/tab_contents/navigation_controller.h',
2430 'browser/tab_contents/navigation_entry.cc',
2431 'browser/tab_contents/navigation_entry.h',
2432 'browser/tab_contents/page_navigator.h',
[email protected]caf706f2010-10-26 17:54:082433 'browser/tab_contents/popup_menu_helper_mac.mm',
2434 'browser/tab_contents/popup_menu_helper_mac.h',
[email protected]83019902009-12-02 05:32:592435 'browser/tab_contents/provisional_load_details.cc',
2436 'browser/tab_contents/provisional_load_details.h',
2437 'browser/tab_contents/render_view_context_menu.cc',
2438 'browser/tab_contents/render_view_context_menu.h',
2439 'browser/tab_contents/render_view_context_menu_gtk.cc',
2440 'browser/tab_contents/render_view_context_menu_gtk.h',
2441 'browser/tab_contents/render_view_context_menu_mac.mm',
2442 'browser/tab_contents/render_view_context_menu_mac.h',
2443 'browser/tab_contents/render_view_host_delegate_helper.cc',
2444 'browser/tab_contents/render_view_host_delegate_helper.h',
2445 'browser/tab_contents/render_view_host_manager.cc',
2446 'browser/tab_contents/render_view_host_manager.h',
[email protected]83019902009-12-02 05:32:592447 'browser/tab_contents/tab_contents.cc',
2448 'browser/tab_contents/tab_contents.h',
[email protected]3a3d47472010-07-15 21:03:542449 'browser/tab_contents/tab_contents_delegate.cc',
[email protected]83019902009-12-02 05:32:592450 'browser/tab_contents/tab_contents_delegate.h',
[email protected]1f18184a2010-07-21 19:34:492451 'browser/tab_contents/tab_contents_ssl_helper.cc',
2452 'browser/tab_contents/tab_contents_ssl_helper.h',
[email protected]83019902009-12-02 05:32:592453 'browser/tab_contents/tab_contents_view.cc',
2454 'browser/tab_contents/tab_contents_view.h',
2455 'browser/tab_contents/tab_contents_view_gtk.cc',
2456 'browser/tab_contents/tab_contents_view_gtk.h',
2457 'browser/tab_contents/tab_contents_view_mac.h',
2458 'browser/tab_contents/tab_contents_view_mac.mm',
[email protected]9fb83e82010-07-02 18:24:552459 'browser/tab_contents/tab_specific_content_settings.cc',
[email protected]fd2b9ce2010-08-11 04:03:572460 'browser/tab_contents/tab_specific_content_settings.h',
[email protected]83019902009-12-02 05:32:592461 'browser/tab_contents/tab_util.cc',
2462 'browser/tab_contents/tab_util.h',
2463 'browser/tab_contents/thumbnail_generator.cc',
2464 'browser/tab_contents/thumbnail_generator.h',
2465 'browser/tab_contents/web_drag_source_win.cc',
2466 'browser/tab_contents/web_drag_source_win.h',
2467 'browser/tab_contents/web_drag_dest_gtk.cc',
2468 'browser/tab_contents/web_drag_dest_gtk.h',
[email protected]13a1166e2010-04-06 16:58:342469 'browser/tab_contents/web_drag_utils_win.cc',
2470 'browser/tab_contents/web_drag_utils_win.h',
[email protected]83019902009-12-02 05:32:592471 'browser/tab_contents/web_drop_target_win.cc',
2472 'browser/tab_contents/web_drop_target_win.h',
[email protected]3c9e1872010-11-18 16:17:492473 'browser/tab_contents/web_navigation_observer.h',
[email protected]ecc523f62010-09-28 22:45:402474 'browser/tabs/default_tab_handler.cc',
2475 'browser/tabs/default_tab_handler.h',
[email protected]911f8152010-03-18 16:46:402476 'browser/tabs/pinned_tab_codec.cc',
2477 'browser/tabs/pinned_tab_codec.h',
2478 'browser/tabs/pinned_tab_service.cc',
2479 'browser/tabs/pinned_tab_service.h',
[email protected]ecc523f62010-09-28 22:45:402480 'browser/tabs/tab_handler.h',
[email protected]83019902009-12-02 05:32:592481 'browser/tabs/tab_strip_model.cc',
2482 'browser/tabs/tab_strip_model.h',
[email protected]c848d3d92010-09-16 21:57:452483 'browser/tabs/tab_strip_model_delegate.h',
2484 'browser/tabs/tab_strip_model_observer.cc',
2485 'browser/tabs/tab_strip_model_observer.h',
[email protected]83019902009-12-02 05:32:592486 'browser/tabs/tab_strip_model_order_controller.cc',
2487 'browser/tabs/tab_strip_model_order_controller.h',
[email protected]a5d1e1e2010-09-23 19:34:122488 'browser/task_manager/task_manager.cc',
2489 'browser/task_manager/task_manager.h',
2490 'browser/task_manager/task_manager_resource_providers.cc',
2491 'browser/task_manager/task_manager_resource_providers.h',
[email protected]2bb2fd52010-10-11 18:04:282492 'browser/themes/browser_theme_pack.cc',
2493 'browser/themes/browser_theme_pack.h',
2494 'browser/themes/browser_theme_provider_gtk.cc',
2495 'browser/themes/browser_theme_provider_mac.mm',
2496 'browser/themes/browser_theme_provider.cc',
2497 'browser/themes/browser_theme_provider.h',
[email protected]509acb8e2010-07-01 20:35:312498 'browser/translate/languages_menu_model.cc',
2499 'browser/translate/languages_menu_model.h',
[email protected]fb53e5d2010-01-27 19:04:552500 'browser/translate/options_menu_model.cc',
2501 'browser/translate/options_menu_model.h',
[email protected]e88079e2010-06-09 20:23:152502 'browser/translate/translate_infobar_view.h',
[email protected]509acb8e2010-07-01 20:35:312503 'browser/translate/translate_infobar_delegate.cc',
2504 'browser/translate/translate_infobar_delegate.h',
2505 'browser/translate/translate_manager.cc',
2506 'browser/translate/translate_manager.h',
[email protected]fb53e5d2010-01-27 19:04:552507 'browser/translate/translate_prefs.cc',
2508 'browser/translate/translate_prefs.h',
[email protected]1caa1522010-12-01 20:23:352509 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
2510 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
2511 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
2512 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
2513 'browser/ui/app_modal_dialogs/js_modal_dialog.cc',
2514 'browser/ui/app_modal_dialogs/js_modal_dialog.h',
2515 'browser/ui/app_modal_dialogs/message_box_handler.cc',
2516 'browser/ui/app_modal_dialogs/message_box_handler.h',
2517 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
[email protected]69b04b92010-11-08 22:12:182518 'browser/ui/browser.cc',
2519 'browser/ui/browser.h',
[email protected]8b0e9cc32010-11-09 04:00:192520 'browser/ui/browser_init.cc',
2521 'browser/ui/browser_init.h',
2522 'browser/ui/browser_list_gtk.cc',
2523 'browser/ui/browser_list_mac.mm',
2524 'browser/ui/browser_list_stub.cc',
2525 'browser/ui/browser_list_win.cc',
2526 'browser/ui/browser_list.cc',
2527 'browser/ui/browser_list.h',
2528 'browser/ui/browser_navigator.cc',
2529 'browser/ui/browser_navigator.h',
[email protected]69b04b92010-11-08 22:12:182530 'browser/ui/browser_window.h',
[email protected]7d791652010-12-01 16:34:492531 'browser/ui/cocoa/about_ipc_bridge.h',
2532 'browser/ui/cocoa/about_ipc_bridge.mm',
2533 'browser/ui/cocoa/about_ipc_controller.h',
2534 'browser/ui/cocoa/about_ipc_controller.mm',
2535 'browser/ui/cocoa/about_ipc_dialog.h',
2536 'browser/ui/cocoa/about_ipc_dialog.mm',
2537 'browser/ui/cocoa/about_window_controller.h',
2538 'browser/ui/cocoa/about_window_controller.mm',
2539 'browser/ui/cocoa/accelerators_cocoa.h',
2540 'browser/ui/cocoa/accelerators_cocoa.mm',
2541 'browser/ui/cocoa/animatable_image.h',
2542 'browser/ui/cocoa/animatable_image.mm',
2543 'browser/ui/cocoa/animatable_view.h',
2544 'browser/ui/cocoa/animatable_view.mm',
2545 'browser/ui/cocoa/applescript/bookmark_folder_applescript.h',
2546 'browser/ui/cocoa/applescript/bookmark_folder_applescript.mm',
2547 'browser/ui/cocoa/applescript/bookmark_item_applescript.h',
2548 'browser/ui/cocoa/applescript/bookmark_item_applescript.mm',
2549 'browser/ui/cocoa/applescript/bookmark_node_applescript.h',
2550 'browser/ui/cocoa/applescript/bookmark_node_applescript.mm',
2551 'browser/ui/cocoa/applescript/browsercrapplication+applescript.h',
2552 'browser/ui/cocoa/applescript/browsercrapplication+applescript.mm',
2553 'browser/ui/cocoa/applescript/constants_applescript.h',
2554 'browser/ui/cocoa/applescript/constants_applescript.mm',
2555 'browser/ui/cocoa/applescript/element_applescript.h',
2556 'browser/ui/cocoa/applescript/element_applescript.mm',
2557 'browser/ui/cocoa/applescript/error_applescript.h',
2558 'browser/ui/cocoa/applescript/error_applescript.mm',
2559 'browser/ui/cocoa/applescript/tab_applescript.h',
2560 'browser/ui/cocoa/applescript/tab_applescript.mm',
2561 'browser/ui/cocoa/applescript/window_applescript.h',
2562 'browser/ui/cocoa/applescript/window_applescript.mm',
2563 'browser/ui/cocoa/authorization_util.h',
2564 'browser/ui/cocoa/authorization_util.mm',
2565 'browser/ui/cocoa/back_forward_menu_controller.h',
2566 'browser/ui/cocoa/back_forward_menu_controller.mm',
2567 'browser/ui/cocoa/background_gradient_view.h',
2568 'browser/ui/cocoa/background_gradient_view.mm',
2569 'browser/ui/cocoa/background_tile_view.h',
2570 'browser/ui/cocoa/background_tile_view.mm',
2571 'browser/ui/cocoa/base_bubble_controller.h',
2572 'browser/ui/cocoa/base_bubble_controller.mm',
2573 'browser/ui/cocoa/base_view.h',
2574 'browser/ui/cocoa/base_view.mm',
2575 'browser/ui/cocoa/browser_window_factory.mm',
2576 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
2577 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
2578 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
2579 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
2580 'browser/ui/cocoa/bookmarks/bookmark_bar_constants.h',
2581 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
2582 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
2583 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h',
2584 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm',
2585 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
2586 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
2587 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.h',
2588 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.mm',
2589 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h',
2590 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.mm',
2591 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h',
2592 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm',
2593 'browser/ui/cocoa/bookmarks/bookmark_bar_state.h',
2594 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h',
2595 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm',
2596 'browser/ui/cocoa/bookmarks/bookmark_bar_view.h',
2597 'browser/ui/cocoa/bookmarks/bookmark_bar_view.mm',
2598 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h',
2599 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm',
2600 'browser/ui/cocoa/bookmarks/bookmark_button.h',
2601 'browser/ui/cocoa/bookmarks/bookmark_button.mm',
2602 'browser/ui/cocoa/bookmarks/bookmark_button_cell.h',
2603 'browser/ui/cocoa/bookmarks/bookmark_button_cell.mm',
2604 'browser/ui/cocoa/bookmarks/bookmark_drag_source.h',
2605 'browser/ui/cocoa/bookmarks/bookmark_drag_source.mm',
2606 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h',
2607 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm',
2608 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.h',
2609 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm',
2610 'browser/ui/cocoa/bookmarks/bookmark_folder_target.h',
2611 'browser/ui/cocoa/bookmarks/bookmark_folder_target.mm',
2612 'browser/ui/cocoa/bookmarks/bookmark_menu.h',
2613 'browser/ui/cocoa/bookmarks/bookmark_menu.mm',
2614 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h',
2615 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.mm',
2616 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h',
2617 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm',
2618 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h',
2619 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h',
2620 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.mm',
2621 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h',
2622 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.mm',
2623 'browser/ui/cocoa/browser_command_executor.h',
2624 'browser/ui/cocoa/browser_frame_view.h',
2625 'browser/ui/cocoa/browser_frame_view.mm',
2626 'browser/ui/cocoa/browser_window_cocoa.h',
2627 'browser/ui/cocoa/browser_window_cocoa.mm',
2628 'browser/ui/cocoa/browser_window_controller.h',
2629 'browser/ui/cocoa/browser_window_controller.mm',
2630 'browser/ui/cocoa/browser_window_controller_private.h',
2631 'browser/ui/cocoa/browser_window_controller_private.mm',
2632 'browser/ui/cocoa/bubble_view.h',
2633 'browser/ui/cocoa/bubble_view.mm',
2634 'browser/ui/cocoa/bug_report_window_controller.h',
2635 'browser/ui/cocoa/bug_report_window_controller.mm',
2636 'browser/ui/cocoa/certificate_viewer.mm',
2637 'browser/ui/cocoa/chrome_browser_window.h',
2638 'browser/ui/cocoa/chrome_browser_window.mm',
2639 'browser/ui/cocoa/chrome_event_processing_window.h',
2640 'browser/ui/cocoa/chrome_event_processing_window.mm',
2641 'browser/ui/cocoa/clear_browsing_data_controller.h',
2642 'browser/ui/cocoa/clear_browsing_data_controller.mm',
2643 'browser/ui/cocoa/clickhold_button_cell.h',
2644 'browser/ui/cocoa/clickhold_button_cell.mm',
2645 'browser/ui/cocoa/collected_cookies_mac.h',
2646 'browser/ui/cocoa/collected_cookies_mac.mm',
2647 'browser/ui/cocoa/command_observer_bridge.h',
2648 'browser/ui/cocoa/command_observer_bridge.mm',
2649 'browser/ui/cocoa/confirm_quit_panel_controller.h',
2650 'browser/ui/cocoa/confirm_quit_panel_controller.mm',
2651 'browser/ui/cocoa/constrained_html_delegate_mac.mm',
2652 'browser/ui/cocoa/constrained_window_mac.h',
2653 'browser/ui/cocoa/constrained_window_mac.mm',
2654 'browser/ui/cocoa/content_exceptions_window_controller.h',
2655 'browser/ui/cocoa/content_exceptions_window_controller.mm',
2656 'browser/ui/cocoa/content_setting_bubble_cocoa.h',
2657 'browser/ui/cocoa/content_setting_bubble_cocoa.mm',
2658 'browser/ui/cocoa/content_settings_dialog_controller.h',
2659 'browser/ui/cocoa/content_settings_dialog_controller.mm',
2660 'browser/ui/cocoa/cookie_details.h',
2661 'browser/ui/cocoa/cookie_details.mm',
2662 'browser/ui/cocoa/cookie_details_view_controller.h',
2663 'browser/ui/cocoa/cookie_details_view_controller.mm',
2664 'browser/ui/cocoa/cookie_tree_node.h',
2665 'browser/ui/cocoa/cookie_tree_node.mm',
2666 'browser/ui/cocoa/cookies_window_controller.h',
2667 'browser/ui/cocoa/cookies_window_controller.mm',
2668 'browser/ui/cocoa/custom_home_pages_model.h',
2669 'browser/ui/cocoa/custom_home_pages_model.mm',
2670 'browser/ui/cocoa/delayedmenu_button.h',
2671 'browser/ui/cocoa/delayedmenu_button.mm',
2672 'browser/ui/cocoa/dev_tools_controller.h',
2673 'browser/ui/cocoa/dev_tools_controller.mm',
2674 'browser/ui/cocoa/dock_icon.h',
2675 'browser/ui/cocoa/dock_icon.mm',
2676 'browser/ui/cocoa/download/download_item_button.h',
2677 'browser/ui/cocoa/download/download_item_button.mm',
2678 'browser/ui/cocoa/download/download_item_cell.h',
2679 'browser/ui/cocoa/download/download_item_cell.mm',
2680 'browser/ui/cocoa/download/download_item_controller.h',
2681 'browser/ui/cocoa/download/download_item_controller.mm',
2682 'browser/ui/cocoa/download/download_item_mac.h',
2683 'browser/ui/cocoa/download/download_item_mac.mm',
2684 'browser/ui/cocoa/download/download_shelf_controller.h',
2685 'browser/ui/cocoa/download/download_shelf_controller.mm',
2686 'browser/ui/cocoa/download/download_shelf_mac.h',
2687 'browser/ui/cocoa/download/download_shelf_mac.mm',
2688 'browser/ui/cocoa/download/download_shelf_view.h',
2689 'browser/ui/cocoa/download/download_shelf_view.mm',
2690 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2691 'browser/ui/cocoa/download/download_util_mac.h',
2692 'browser/ui/cocoa/download/download_util_mac.mm',
2693 'browser/ui/cocoa/draggable_button.h',
2694 'browser/ui/cocoa/draggable_button.mm',
2695 'browser/ui/cocoa/edit_search_engine_cocoa_controller.h',
2696 'browser/ui/cocoa/edit_search_engine_cocoa_controller.mm',
2697 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2698 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2699 'browser/ui/cocoa/event_utils.h',
2700 'browser/ui/cocoa/event_utils.mm',
2701 'browser/ui/cocoa/extension_install_prompt.mm',
2702 'browser/ui/cocoa/extension_installed_bubble_bridge.h',
2703 'browser/ui/cocoa/extension_installed_bubble_bridge.mm',
2704 'browser/ui/cocoa/extension_installed_bubble_controller.h',
2705 'browser/ui/cocoa/extension_installed_bubble_controller.mm',
2706 'browser/ui/cocoa/extension_view_mac.h',
2707 'browser/ui/cocoa/extension_view_mac.mm',
2708 'browser/ui/cocoa/extensions/browser_action_button.h',
2709 'browser/ui/cocoa/extensions/browser_action_button.mm',
2710 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2711 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
2712 'browser/ui/cocoa/extensions/browser_actions_controller.h',
2713 'browser/ui/cocoa/extensions/browser_actions_controller.mm',
2714 'browser/ui/cocoa/extensions/chevron_menu_button.h',
2715 'browser/ui/cocoa/extensions/chevron_menu_button.mm',
2716 'browser/ui/cocoa/extensions/chevron_menu_button_cell.h',
2717 'browser/ui/cocoa/extensions/chevron_menu_button_cell.mm',
2718 'browser/ui/cocoa/extensions/extension_action_context_menu.h',
2719 'browser/ui/cocoa/extensions/extension_action_context_menu.mm',
2720 'browser/ui/cocoa/extensions/extension_infobar_controller.h',
2721 'browser/ui/cocoa/extensions/extension_infobar_controller.mm',
2722 'browser/ui/cocoa/extensions/extension_install_prompt_controller.h',
2723 'browser/ui/cocoa/extensions/extension_install_prompt_controller.mm',
2724 'browser/ui/cocoa/extensions/extension_popup_controller.h',
2725 'browser/ui/cocoa/extensions/extension_popup_controller.mm',
2726 'browser/ui/cocoa/external_protocol_dialog.h',
2727 'browser/ui/cocoa/external_protocol_dialog.mm',
2728 'browser/ui/cocoa/fast_resize_view.h',
2729 'browser/ui/cocoa/fast_resize_view.mm',
2730 'browser/ui/cocoa/file_metadata.h',
2731 'browser/ui/cocoa/file_metadata.mm',
2732 'browser/ui/cocoa/find_bar_bridge.h',
2733 'browser/ui/cocoa/find_bar_bridge.mm',
2734 'browser/ui/cocoa/find_bar_cocoa_controller.h',
2735 'browser/ui/cocoa/find_bar_cocoa_controller.mm',
2736 'browser/ui/cocoa/find_bar_text_field.h',
2737 'browser/ui/cocoa/find_bar_text_field.mm',
2738 'browser/ui/cocoa/find_bar_text_field_cell.h',
2739 'browser/ui/cocoa/find_bar_text_field_cell.mm',
2740 'browser/ui/cocoa/find_bar_view.h',
2741 'browser/ui/cocoa/find_bar_view.mm',
2742 'browser/ui/cocoa/find_pasteboard.h',
2743 'browser/ui/cocoa/find_pasteboard.mm',
2744 'browser/ui/cocoa/first_run_bubble_controller.h',
2745 'browser/ui/cocoa/first_run_bubble_controller.mm',
2746 'browser/ui/cocoa/first_run_dialog.h',
2747 'browser/ui/cocoa/first_run_dialog.mm',
2748 'browser/ui/cocoa/floating_bar_backing_view.h',
2749 'browser/ui/cocoa/floating_bar_backing_view.mm',
2750 'browser/ui/cocoa/focus_tracker.h',
2751 'browser/ui/cocoa/focus_tracker.mm',
2752 'browser/ui/cocoa/font_language_settings_controller.h',
2753 'browser/ui/cocoa/font_language_settings_controller.mm',
2754 'browser/ui/cocoa/framed_browser_window.h',
2755 'browser/ui/cocoa/framed_browser_window.mm',
2756 'browser/ui/cocoa/fullscreen_controller.h',
2757 'browser/ui/cocoa/fullscreen_controller.mm',
2758 'browser/ui/cocoa/fullscreen_window.h',
2759 'browser/ui/cocoa/fullscreen_window.mm',
2760 'browser/ui/cocoa/gradient_button_cell.h',
2761 'browser/ui/cocoa/gradient_button_cell.mm',
2762 'browser/ui/cocoa/history_menu_bridge.h',
2763 'browser/ui/cocoa/history_menu_bridge.mm',
2764 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2765 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2766 'browser/ui/cocoa/hover_button.h',
2767 'browser/ui/cocoa/hover_button.mm',
2768 'browser/ui/cocoa/hover_close_button.h',
2769 'browser/ui/cocoa/hover_close_button.mm',
2770 'browser/ui/cocoa/hover_image_button.h',
2771 'browser/ui/cocoa/hover_image_button.mm',
2772 'browser/ui/cocoa/html_dialog_window_controller.h',
2773 'browser/ui/cocoa/html_dialog_window_controller_cppsafe.h',
2774 'browser/ui/cocoa/html_dialog_window_controller.mm',
2775 'browser/ui/cocoa/hyperlink_button_cell.h',
2776 'browser/ui/cocoa/hyperlink_button_cell.mm',
2777 'browser/ui/cocoa/hung_renderer_controller.h',
2778 'browser/ui/cocoa/hung_renderer_controller.mm',
2779 'browser/ui/cocoa/image_utils.h',
2780 'browser/ui/cocoa/image_utils.mm',
2781 'browser/ui/cocoa/import_progress_dialog.h',
2782 'browser/ui/cocoa/import_progress_dialog.mm',
2783 'browser/ui/cocoa/import_settings_dialog.h',
2784 'browser/ui/cocoa/import_settings_dialog.mm',
2785 'browser/ui/cocoa/importer_lock_dialog.h',
2786 'browser/ui/cocoa/importer_lock_dialog.mm',
2787 'browser/ui/cocoa/info_bubble_view.h',
2788 'browser/ui/cocoa/info_bubble_view.mm',
2789 'browser/ui/cocoa/info_bubble_window.h',
2790 'browser/ui/cocoa/info_bubble_window.mm',
2791 'browser/ui/cocoa/infobar.h',
2792 'browser/ui/cocoa/infobar_container_controller.h',
2793 'browser/ui/cocoa/infobar_container_controller.mm',
2794 'browser/ui/cocoa/infobar_controller.h',
2795 'browser/ui/cocoa/infobar_controller.mm',
2796 'browser/ui/cocoa/infobar_gradient_view.h',
2797 'browser/ui/cocoa/infobar_gradient_view.mm',
2798 'browser/ui/cocoa/infobar_test_helper.h',
2799 'browser/ui/cocoa/install_from_dmg.h',
2800 'browser/ui/cocoa/install_from_dmg.mm',
2801 'browser/ui/cocoa/instant_confirm_window_controller.h',
2802 'browser/ui/cocoa/instant_confirm_window_controller.mm',
2803 'browser/ui/cocoa/js_modal_dialog_cocoa.h',
2804 'browser/ui/cocoa/js_modal_dialog_cocoa.mm',
2805 'browser/ui/cocoa/keystone_glue.h',
2806 'browser/ui/cocoa/keystone_glue.mm',
2807 'browser/ui/cocoa/keystone_infobar.h',
2808 'browser/ui/cocoa/keystone_infobar.mm',
2809 'browser/ui/cocoa/keyword_editor_cocoa_controller.h',
2810 'browser/ui/cocoa/keyword_editor_cocoa_controller.mm',
2811 'browser/ui/cocoa/l10n_util.h',
2812 'browser/ui/cocoa/l10n_util.mm',
2813 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
2814 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
2815 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
2816 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
2817 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
2818 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
2819 'browser/ui/cocoa/location_bar/bubble_decoration.h',
2820 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
2821 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
2822 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
2823 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
2824 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
2825 'browser/ui/cocoa/location_bar/image_decoration.h',
2826 'browser/ui/cocoa/location_bar/image_decoration.mm',
2827 'browser/ui/cocoa/location_bar/instant_opt_in_controller.h',
2828 'browser/ui/cocoa/location_bar/instant_opt_in_controller.mm',
2829 'browser/ui/cocoa/location_bar/instant_opt_in_view.h',
2830 'browser/ui/cocoa/location_bar/instant_opt_in_view.mm',
2831 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
2832 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
2833 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
2834 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
2835 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
2836 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
2837 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2838 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2839 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2840 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2841 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2842 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2843 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2844 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2845 'browser/ui/cocoa/location_bar/star_decoration.h',
2846 'browser/ui/cocoa/location_bar/star_decoration.mm',
2847 'browser/ui/cocoa/menu_button.h',
2848 'browser/ui/cocoa/menu_button.mm',
2849 'browser/ui/cocoa/menu_controller.h',
2850 'browser/ui/cocoa/menu_controller.mm',
2851 'browser/ui/cocoa/menu_tracked_button.h',
2852 'browser/ui/cocoa/menu_tracked_button.mm',
2853 'browser/ui/cocoa/menu_tracked_root_view.h',
2854 'browser/ui/cocoa/menu_tracked_root_view.mm',
2855 'browser/ui/cocoa/multi_key_equivalent_button.h',
2856 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2857 'browser/ui/cocoa/new_tab_button.h',
2858 'browser/ui/cocoa/new_tab_button.mm',
2859 'browser/ui/cocoa/notifications/balloon_controller.mm',
2860 'browser/ui/cocoa/notifications/balloon_controller.h',
2861 'browser/ui/cocoa/notifications/balloon_view_bridge.h',
2862 'browser/ui/cocoa/notifications/balloon_view_bridge.mm',
2863 'browser/ui/cocoa/notifications/balloon_view_host_mac.h',
2864 'browser/ui/cocoa/notifications/balloon_view_host_mac.mm',
2865 'browser/ui/cocoa/notifications/balloon_view.h',
2866 'browser/ui/cocoa/notifications/balloon_view.mm',
2867 'browser/ui/cocoa/nsmenuitem_additions.h',
2868 'browser/ui/cocoa/nsmenuitem_additions.mm',
2869 'browser/ui/cocoa/nswindow_additions.h',
2870 'browser/ui/cocoa/nswindow_additions.mm',
2871 'browser/ui/cocoa/objc_method_swizzle.h',
2872 'browser/ui/cocoa/objc_method_swizzle.mm',
2873 'browser/ui/cocoa/objc_zombie.h',
2874 'browser/ui/cocoa/objc_zombie.mm',
2875 'browser/ui/cocoa/page_info_bubble_controller.h',
2876 'browser/ui/cocoa/page_info_bubble_controller.mm',
2877 'browser/ui/cocoa/preferences_window_controller.h',
2878 'browser/ui/cocoa/preferences_window_controller.mm',
2879 'browser/ui/cocoa/previewable_contents_controller.h',
2880 'browser/ui/cocoa/previewable_contents_controller.mm',
2881 'browser/ui/cocoa/reload_button.h',
2882 'browser/ui/cocoa/reload_button.mm',
2883 'browser/ui/cocoa/repost_form_warning_mac.h',
2884 'browser/ui/cocoa/repost_form_warning_mac.mm',
2885 'browser/ui/cocoa/restart_browser.h',
2886 'browser/ui/cocoa/restart_browser.mm',
2887 'browser/ui/cocoa/rwhvm_editcommand_helper.h',
2888 'browser/ui/cocoa/rwhvm_editcommand_helper.mm',
2889 'browser/ui/cocoa/sad_tab_controller.h',
2890 'browser/ui/cocoa/sad_tab_controller.mm',
2891 'browser/ui/cocoa/sad_tab_view.h',
2892 'browser/ui/cocoa/sad_tab_view.mm',
2893 'browser/ui/cocoa/scoped_authorizationref.h',
2894 'browser/ui/cocoa/search_engine_dialog_controller.h',
2895 'browser/ui/cocoa/search_engine_dialog_controller.mm',
2896 'browser/ui/cocoa/search_engine_list_model.h',
2897 'browser/ui/cocoa/search_engine_list_model.mm',
2898 'browser/ui/cocoa/shell_dialogs_mac.mm',
2899 'browser/ui/cocoa/side_tab_strip_controller.h',
2900 'browser/ui/cocoa/side_tab_strip_controller.mm',
2901 'browser/ui/cocoa/side_tab_strip_view.h',
2902 'browser/ui/cocoa/side_tab_strip_view.mm',
2903 'browser/ui/cocoa/sidebar_controller.h',
2904 'browser/ui/cocoa/sidebar_controller.mm',
2905 'browser/ui/cocoa/simple_content_exceptions_window_controller.h',
2906 'browser/ui/cocoa/simple_content_exceptions_window_controller.mm',
2907 'browser/ui/cocoa/speech_input_window_controller.h',
2908 'browser/ui/cocoa/speech_input_window_controller.mm',
2909 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2910 'browser/ui/cocoa/status_bubble_mac.h',
2911 'browser/ui/cocoa/status_bubble_mac.mm',
2912 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2913 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2914 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2915 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2916 'browser/ui/cocoa/styled_text_field.h',
2917 'browser/ui/cocoa/styled_text_field.mm',
2918 'browser/ui/cocoa/styled_text_field_cell.h',
2919 'browser/ui/cocoa/styled_text_field_cell.mm',
2920 'browser/ui/cocoa/tab_contents_controller.h',
2921 'browser/ui/cocoa/tab_contents_controller.mm',
2922 'browser/ui/cocoa/tab_controller.h',
2923 'browser/ui/cocoa/tab_controller.mm',
2924 'browser/ui/cocoa/tab_strip_controller.h',
2925 'browser/ui/cocoa/tab_strip_controller.mm',
2926 'browser/ui/cocoa/tab_strip_model_observer_bridge.h',
2927 'browser/ui/cocoa/tab_strip_model_observer_bridge.mm',
2928 'browser/ui/cocoa/tab_strip_view.h',
2929 'browser/ui/cocoa/tab_strip_view.mm',
2930 'browser/ui/cocoa/tab_view.h',
2931 'browser/ui/cocoa/tab_view.mm',
2932 'browser/ui/cocoa/tab_view_picker_table.h',
2933 'browser/ui/cocoa/tab_view_picker_table.mm',
2934 'browser/ui/cocoa/tab_window_controller.h',
2935 'browser/ui/cocoa/tab_window_controller.mm',
2936 'browser/ui/cocoa/table_model_array_controller.h',
2937 'browser/ui/cocoa/table_model_array_controller.mm',
2938 'browser/ui/cocoa/table_row_nsimage_cache.h',
2939 'browser/ui/cocoa/table_row_nsimage_cache.mm',
2940 'browser/ui/cocoa/tabpose_window.h',
2941 'browser/ui/cocoa/tabpose_window.mm',
2942 'browser/ui/cocoa/task_helpers.h',
2943 'browser/ui/cocoa/task_helpers.mm',
2944 'browser/ui/cocoa/task_manager_mac.h',
2945 'browser/ui/cocoa/task_manager_mac.mm',
2946 'browser/ui/cocoa/themed_window.h',
2947 'browser/ui/cocoa/themed_window.mm',
2948 'browser/ui/cocoa/theme_install_bubble_view.h',
2949 'browser/ui/cocoa/theme_install_bubble_view.mm',
2950 'browser/ui/cocoa/throbber_view.h',
2951 'browser/ui/cocoa/throbber_view.mm',
2952 'browser/ui/cocoa/toolbar_controller.h',
2953 'browser/ui/cocoa/toolbar_controller.mm',
2954 'browser/ui/cocoa/toolbar_view.h',
2955 'browser/ui/cocoa/toolbar_view.mm',
2956 'browser/ui/cocoa/translate/after_translate_infobar_controller.h',
2957 'browser/ui/cocoa/translate/after_translate_infobar_controller.mm',
2958 'browser/ui/cocoa/translate/before_translate_infobar_controller.h',
2959 'browser/ui/cocoa/translate/before_translate_infobar_controller.mm',
2960 'browser/ui/cocoa/translate/translate_infobar_base.h',
2961 'browser/ui/cocoa/translate/translate_infobar_base.mm',
2962 'browser/ui/cocoa/translate/translate_message_infobar_controller.h',
2963 'browser/ui/cocoa/translate/translate_message_infobar_controller.mm',
2964 'browser/ui/cocoa/ui_localizer.h',
2965 'browser/ui/cocoa/ui_localizer.mm',
2966 'browser/ui/cocoa/url_drop_target.h',
2967 'browser/ui/cocoa/url_drop_target.mm',
2968 'browser/ui/cocoa/vertical_gradient_view.h',
2969 'browser/ui/cocoa/vertical_gradient_view.mm',
2970 'browser/ui/cocoa/view_id_util.h',
2971 'browser/ui/cocoa/view_id_util.mm',
2972 'browser/ui/cocoa/view_resizer.h',
2973 'browser/ui/cocoa/web_contents_drag_source.h',
2974 'browser/ui/cocoa/web_contents_drag_source.mm',
2975 'browser/ui/cocoa/web_drag_source.h',
2976 'browser/ui/cocoa/web_drag_source.mm',
2977 'browser/ui/cocoa/web_drop_target.h',
2978 'browser/ui/cocoa/web_drop_target.mm',
2979 'browser/ui/cocoa/window_size_autosaver.h',
2980 'browser/ui/cocoa/window_size_autosaver.mm',
2981 'browser/ui/cocoa/wrench_menu_button_cell.h',
2982 'browser/ui/cocoa/wrench_menu_button_cell.mm',
2983 'browser/ui/cocoa/wrench_menu_controller.h',
2984 'browser/ui/cocoa/wrench_menu_controller.mm',
[email protected]45300ad42010-12-02 15:51:142985 'browser/ui/find_bar/find_bar.h',
2986 'browser/ui/find_bar/find_bar_controller.cc',
2987 'browser/ui/find_bar/find_bar_controller.h',
2988 'browser/ui/find_bar/find_bar_state.h',
2989 'browser/ui/find_bar/find_bar_state.cc',
2990 'browser/ui/find_bar/find_notification_details.h',
[email protected]6a3ec2312010-12-02 19:30:192991 'browser/ui/input_window_dialog.h',
2992 'browser/ui/input_window_dialog_gtk.cc',
2993 'browser/ui/input_window_dialog_win.cc',
[email protected]8ecad5e2010-12-02 21:18:332994 'browser/ui/login/login_model.h',
2995 'browser/ui/login/login_prompt.cc',
2996 'browser/ui/login/login_prompt.h',
2997 'browser/ui/login/login_prompt_gtk.cc',
2998 'browser/ui/login/login_prompt_mac.h',
2999 'browser/ui/login/login_prompt_mac.mm',
3000 'browser/ui/login/login_prompt_win.cc',
[email protected]6a3ec2312010-12-02 19:30:193001 'browser/ui/omnibox/location_bar.h',
3002 'browser/ui/omnibox/location_bar_util.cc',
3003 'browser/ui/omnibox/location_bar_util.h',
3004 'browser/ui/options/options_page_base.cc',
3005 'browser/ui/options/options_page_base.h',
3006 'browser/ui/options/options_util.cc',
3007 'browser/ui/options/options_util.h',
3008 'browser/ui/options/options_window.h',
3009 'browser/ui/options/show_options_url.cc',
3010 'browser/ui/options/show_options_url.h',
3011 'browser/ui/status_bubble.h',
3012 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3013 'browser/ui/tab_contents/tab_contents_wrapper.h',
[email protected]9a800652010-12-02 17:08:443014 'browser/ui/tabs/dock_info_gtk.cc',
3015 'browser/ui/tabs/dock_info_mac.cc',
3016 'browser/ui/tabs/dock_info_win.cc',
3017 'browser/ui/tabs/dock_info.cc',
3018 'browser/ui/tabs/dock_info.h',
[email protected]6a3ec2312010-12-02 19:30:193019 'browser/ui/tabs/tab_menu_model.cc',
3020 'browser/ui/tabs/tab_menu_model.h',
[email protected]9a800652010-12-02 17:08:443021 'browser/ui/toolbar/back_forward_menu_model.cc',
3022 'browser/ui/toolbar/back_forward_menu_model.h',
3023 'browser/ui/toolbar/encoding_menu_controller.cc',
3024 'browser/ui/toolbar/encoding_menu_controller.h',
3025 'browser/ui/toolbar/toolbar_model.cc',
3026 'browser/ui/toolbar/toolbar_model.h',
3027 'browser/ui/toolbar/wrench_menu_model.cc',
3028 'browser/ui/toolbar/wrench_menu_model.h',
[email protected]6a3ec2312010-12-02 19:30:193029 'browser/ui/view_ids.h',
[email protected]213dac22010-11-09 07:35:323030 'browser/ui/views/about_chrome_view.cc',
3031 'browser/ui/views/about_chrome_view.h',
3032 'browser/ui/views/about_ipc_dialog.cc',
3033 'browser/ui/views/about_ipc_dialog.h',
3034 'browser/ui/views/accelerator_table_gtk.cc',
3035 'browser/ui/views/accelerator_table_gtk.h',
3036 'browser/ui/views/accessibility_event_router_views.cc',
3037 'browser/ui/views/accessibility_event_router_views.h',
3038 'browser/ui/views/accessible_pane_view.cc',
3039 'browser/ui/views/accessible_pane_view.h',
3040 'browser/ui/views/accessible_view_helper.cc',
3041 'browser/ui/views/accessible_view_helper.h',
3042 'browser/ui/views/app_launched_animation_win.cc',
3043 'browser/ui/views/appcache_info_view.cc',
3044 'browser/ui/views/appcache_info_view.h',
3045 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3046 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
3047 'browser/ui/views/autocomplete/autocomplete_popup_win.cc',
3048 'browser/ui/views/autocomplete/autocomplete_popup_win.h',
3049 'browser/ui/views/autocomplete/autocomplete_popup_gtk.cc',
3050 'browser/ui/views/autocomplete/autocomplete_popup_gtk.h',
3051 'browser/ui/views/autofill_profiles_view_win.cc',
3052 'browser/ui/views/autofill_profiles_view_win.h',
3053 'browser/ui/views/bookmark_bar_instructions_view.cc',
3054 'browser/ui/views/bookmark_bar_instructions_view.h',
3055 'browser/ui/views/bookmark_bar_view.cc',
3056 'browser/ui/views/bookmark_bar_view.h',
3057 'browser/ui/views/bookmark_bubble_view.cc',
3058 'browser/ui/views/bookmark_bubble_view.h',
3059 'browser/ui/views/bookmark_context_menu.cc',
3060 'browser/ui/views/bookmark_context_menu.h',
3061 'browser/ui/views/bookmark_context_menu_controller_views.cc',
3062 'browser/ui/views/bookmark_context_menu_controller_views.h',
3063 'browser/ui/views/bookmark_editor_view.cc',
3064 'browser/ui/views/bookmark_editor_view.h',
3065 'browser/ui/views/bookmark_menu_controller_views.cc',
3066 'browser/ui/views/bookmark_menu_controller_views.h',
3067 'browser/ui/views/browser_actions_container.cc',
3068 'browser/ui/views/browser_actions_container.h',
3069 'browser/ui/views/browser_bubble.cc',
3070 'browser/ui/views/browser_bubble.h',
3071 'browser/ui/views/browser_bubble_gtk.cc',
3072 'browser/ui/views/browser_bubble_win.cc',
3073 'browser/ui/views/browser_dialogs.h',
3074 'browser/ui/views/bubble_border.cc',
3075 'browser/ui/views/bubble_border.h',
3076 'browser/ui/views/certificate_viewer_win.cc',
3077 'browser/ui/views/chrome_views_delegate.cc',
3078 'browser/ui/views/chrome_views_delegate.h',
3079 'browser/ui/views/clear_browsing_data.cc',
3080 'browser/ui/views/clear_browsing_data.h',
3081 'browser/ui/views/clear_browsing_data_view.cc',
3082 'browser/ui/views/clear_browsing_data_view.h',
3083 'browser/ui/views/clear_data_view.cc',
3084 'browser/ui/views/clear_data_view.h',
3085 'browser/ui/views/clear_server_data.cc',
3086 'browser/ui/views/clear_server_data.h',
3087 'browser/ui/views/collected_cookies_win.cc',
3088 'browser/ui/views/collected_cookies_win.h',
3089 'browser/ui/views/confirm_message_box_dialog.cc',
3090 'browser/ui/views/confirm_message_box_dialog.h',
[email protected]5dd28922010-11-10 17:09:173091 'browser/ui/views/constrained_html_delegate_gtk.cc',
[email protected]213dac22010-11-09 07:35:323092 'browser/ui/views/constrained_html_delegate_win.cc',
3093 'browser/ui/views/constrained_window_win.cc',
3094 'browser/ui/views/constrained_window_win.h',
3095 'browser/ui/views/content_setting_bubble_contents.cc',
3096 'browser/ui/views/content_setting_bubble_contents.h',
3097 'browser/ui/views/cookie_info_view.cc',
3098 'browser/ui/views/cookie_info_view.h',
3099 'browser/ui/views/create_application_shortcut_view.cc',
3100 'browser/ui/views/create_application_shortcut_view.h',
3101 'browser/ui/views/database_info_view.cc',
3102 'browser/ui/views/database_info_view.h',
3103 'browser/ui/views/database_open_info_view.cc',
3104 'browser/ui/views/database_open_info_view.h',
3105 'browser/ui/views/default_search_view.cc',
3106 'browser/ui/views/default_search_view.h',
3107 'browser/ui/views/detachable_toolbar_view.cc',
3108 'browser/ui/views/detachable_toolbar_view.h',
3109 'browser/ui/views/dialog_stubs_gtk.cc',
3110 'browser/ui/views/dom_view.cc',
3111 'browser/ui/views/dom_view.h',
3112 'browser/ui/views/download_item_view.cc',
3113 'browser/ui/views/download_item_view.h',
3114 'browser/ui/views/download_shelf_view.cc',
3115 'browser/ui/views/download_shelf_view.h',
3116 'browser/ui/views/download_started_animation_win.cc',
3117 'browser/ui/views/dropdown_bar_host.cc',
3118 'browser/ui/views/dropdown_bar_host.h',
3119 'browser/ui/views/dropdown_bar_host_gtk.cc',
3120 'browser/ui/views/dropdown_bar_host_win.cc',
3121 'browser/ui/views/dropdown_bar_view.h',
3122 'browser/ui/views/edit_search_engine_dialog.cc',
3123 'browser/ui/views/edit_search_engine_dialog.h',
3124 'browser/ui/views/event_utils.cc',
3125 'browser/ui/views/event_utils.h',
3126 'browser/ui/views/extensions/browser_action_drag_data.cc',
3127 'browser/ui/views/extensions/browser_action_drag_data.h',
3128 'browser/ui/views/extensions/browser_action_overflow_menu_controller.cc',
3129 'browser/ui/views/extensions/browser_action_overflow_menu_controller.h',
3130 'browser/ui/views/extensions/extension_install_prompt.cc',
3131 'browser/ui/views/extensions/extension_install_prompt2.cc',
3132 'browser/ui/views/extensions/extension_installed_bubble.cc',
3133 'browser/ui/views/extensions/extension_installed_bubble.h',
3134 'browser/ui/views/extensions/extension_popup.cc',
3135 'browser/ui/views/extensions/extension_popup.h',
3136 'browser/ui/views/extensions/extension_view.cc',
3137 'browser/ui/views/extensions/extension_view.h',
3138 'browser/ui/views/external_protocol_dialog.cc',
3139 'browser/ui/views/external_protocol_dialog.h',
3140 'browser/ui/views/find_bar_host.cc',
3141 'browser/ui/views/find_bar_host.h',
3142 'browser/ui/views/find_bar_host_gtk.cc',
3143 'browser/ui/views/find_bar_host_win.cc',
3144 'browser/ui/views/find_bar_view.cc',
3145 'browser/ui/views/find_bar_view.h',
3146 'browser/ui/views/first_run_bubble.cc',
3147 'browser/ui/views/first_run_bubble.h',
3148 'browser/ui/views/first_run_search_engine_view.cc',
3149 'browser/ui/views/first_run_search_engine_view.h',
3150 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3151 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3152 'browser/ui/views/frame/browser_bubble_host.cc',
3153 'browser/ui/views/frame/browser_bubble_host.h',
3154 'browser/ui/views/frame/browser_frame.h',
3155 'browser/ui/views/frame/browser_frame_gtk.cc',
3156 'browser/ui/views/frame/browser_frame_gtk.h',
3157 'browser/ui/views/frame/browser_frame_win.cc',
3158 'browser/ui/views/frame/browser_frame_win.h',
3159 'browser/ui/views/frame/browser_non_client_frame_view.h',
3160 'browser/ui/views/frame/browser_root_view.cc',
3161 'browser/ui/views/frame/browser_root_view.h',
3162 'browser/ui/views/frame/browser_view.cc',
3163 'browser/ui/views/frame/browser_view.h',
3164 'browser/ui/views/frame/browser_view_layout.cc',
3165 'browser/ui/views/frame/browser_view_layout.h',
3166 'browser/ui/views/frame/contents_container.cc',
3167 'browser/ui/views/frame/contents_container.h',
3168 'browser/ui/views/frame/glass_browser_frame_view.cc',
3169 'browser/ui/views/frame/glass_browser_frame_view.h',
3170 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3171 'browser/ui/views/frame/opaque_browser_frame_view.h',
3172 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3173 'browser/ui/views/frame/popup_non_client_frame_view.h',
3174 'browser/ui/views/fullscreen_exit_bubble.cc',
3175 'browser/ui/views/fullscreen_exit_bubble.h',
3176 'browser/ui/views/generic_info_view.cc',
3177 'browser/ui/views/generic_info_view.h',
3178 'browser/ui/views/html_dialog_view.cc',
3179 'browser/ui/views/html_dialog_view.h',
3180 'browser/ui/views/hung_renderer_view.cc',
3181 'browser/ui/views/importer_lock_view.cc',
3182 'browser/ui/views/importer_lock_view.h',
3183 'browser/ui/views/importer_view.cc',
3184 'browser/ui/views/importer_view.h',
3185 'browser/ui/views/importing_progress_view.cc',
3186 'browser/ui/views/importing_progress_view.h',
3187 'browser/ui/views/indexed_db_info_view.cc',
3188 'browser/ui/views/indexed_db_info_view.h',
3189 'browser/ui/views/info_bubble.cc',
3190 'browser/ui/views/info_bubble.h',
3191 'browser/ui/views/infobars/after_translate_infobar.cc',
3192 'browser/ui/views/infobars/after_translate_infobar.h',
3193 'browser/ui/views/infobars/before_translate_infobar.cc',
3194 'browser/ui/views/infobars/before_translate_infobar.h',
3195 'browser/ui/views/infobars/extension_infobar.cc',
3196 'browser/ui/views/infobars/extension_infobar.h',
3197 'browser/ui/views/infobars/infobar_button_border.cc',
3198 'browser/ui/views/infobars/infobar_button_border.h',
3199 'browser/ui/views/infobars/infobar_container.cc',
3200 'browser/ui/views/infobars/infobar_container.h',
3201 'browser/ui/views/infobars/infobar_text_button.cc',
3202 'browser/ui/views/infobars/infobar_text_button.h',
3203 'browser/ui/views/infobars/infobars.cc',
3204 'browser/ui/views/infobars/infobars.h',
3205 'browser/ui/views/infobars/translate_infobar_base.cc',
3206 'browser/ui/views/infobars/translate_infobar_base.h',
3207 'browser/ui/views/infobars/translate_message_infobar.cc',
3208 'browser/ui/views/infobars/translate_message_infobar.h',
3209 'browser/ui/views/instant_confirm_view.cc',
3210 'browser/ui/views/instant_confirm_view.h',
3211 'browser/ui/views/js_modal_dialog_views.cc',
3212 'browser/ui/views/js_modal_dialog_views.h',
3213 'browser/ui/views/keyword_editor_view.cc',
3214 'browser/ui/views/keyword_editor_view.h',
[email protected]d14af522010-12-02 03:54:503215 'browser/ui/views/keyboard_overlay_delegate.cc',
3216 'browser/ui/views/keyboard_overlay_delegate.h',
[email protected]213dac22010-11-09 07:35:323217 'browser/ui/views/list_background.h',
3218 'browser/ui/views/local_storage_info_view.cc',
3219 'browser/ui/views/local_storage_info_view.h',
3220 'browser/ui/views/local_storage_set_item_info_view.cc',
3221 'browser/ui/views/local_storage_set_item_info_view.h',
3222 'browser/ui/views/location_bar/click_handler.cc',
3223 'browser/ui/views/location_bar/click_handler.h',
3224 'browser/ui/views/location_bar/content_setting_image_view.cc',
3225 'browser/ui/views/location_bar/content_setting_image_view.h',
3226 'browser/ui/views/location_bar/ev_bubble_view.cc',
3227 'browser/ui/views/location_bar/ev_bubble_view.h',
3228 'browser/ui/views/location_bar/icon_label_bubble_view.h',
3229 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
3230 'browser/ui/views/location_bar/keyword_hint_view.cc',
3231 'browser/ui/views/location_bar/keyword_hint_view.h',
3232 'browser/ui/views/location_bar/location_icon_view.cc',
3233 'browser/ui/views/location_bar/location_icon_view.h',
3234 'browser/ui/views/location_bar/location_bar_view.cc',
3235 'browser/ui/views/location_bar/location_bar_view.h',
3236 'browser/ui/views/location_bar/page_action_image_view.cc',
3237 'browser/ui/views/location_bar/page_action_image_view.h',
3238 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3239 'browser/ui/views/location_bar/page_action_with_badge_view.h',
3240 'browser/ui/views/location_bar/selected_keyword_view.h',
3241 'browser/ui/views/location_bar/selected_keyword_view.cc',
3242 'browser/ui/views/location_bar/star_view.cc',
3243 'browser/ui/views/location_bar/star_view.h',
[email protected]553aabb2010-11-11 00:37:153244 'browser/ui/views/location_bar/suggested_text_view.cc',
3245 'browser/ui/views/location_bar/suggested_text_view.h',
[email protected]213dac22010-11-09 07:35:323246 'browser/ui/views/login_view.cc',
3247 'browser/ui/views/login_view.h',
3248 'browser/ui/views/modal_dialog_delegate.cc',
3249 'browser/ui/views/modal_dialog_delegate.h',
3250 'browser/ui/views/notifications/balloon_view_host.cc',
3251 'browser/ui/views/notifications/balloon_view_host.h',
3252 'browser/ui/views/notifications/balloon_view.cc',
3253 'browser/ui/views/notifications/balloon_view.h',
3254 'browser/ui/views/options/advanced_contents_view.cc',
3255 'browser/ui/views/options/advanced_contents_view.h',
3256 'browser/ui/views/options/advanced_page_view.cc',
3257 'browser/ui/views/options/advanced_page_view.h',
3258 'browser/ui/views/options/content_exceptions_table_view.cc',
3259 'browser/ui/views/options/content_exceptions_table_view.h',
3260 'browser/ui/views/options/content_page_view.cc',
3261 'browser/ui/views/options/content_page_view.h',
3262 'browser/ui/views/options/content_filter_page_view.cc',
3263 'browser/ui/views/options/content_filter_page_view.h',
3264 'browser/ui/views/options/content_settings_window_view.cc',
3265 'browser/ui/views/options/content_settings_window_view.h',
3266 'browser/ui/views/options/cookie_filter_page_view.cc',
3267 'browser/ui/views/options/cookie_filter_page_view.h',
3268 'browser/ui/views/options/cookies_view.cc',
3269 'browser/ui/views/options/cookies_view.h',
3270 'browser/ui/views/options/exception_editor_view.cc',
3271 'browser/ui/views/options/exception_editor_view.h',
3272 'browser/ui/views/options/exceptions_view.cc',
3273 'browser/ui/views/options/exceptions_view.h',
3274 'browser/ui/views/options/exceptions_page_view.cc',
3275 'browser/ui/views/options/exceptions_page_view.h',
3276 'browser/ui/views/options/fonts_languages_window_view.cc',
3277 'browser/ui/views/options/fonts_languages_window_view.h',
3278 'browser/ui/views/options/fonts_page_view.cc',
3279 'browser/ui/views/options/fonts_page_view.h',
3280 'browser/ui/views/options/general_page_view.cc',
3281 'browser/ui/views/options/general_page_view.h',
3282 'browser/ui/views/options/languages_page_view.cc',
3283 'browser/ui/views/options/languages_page_view.h',
3284 'browser/ui/views/options/managed_prefs_banner_view.cc',
3285 'browser/ui/views/options/managed_prefs_banner_view.h',
3286 'browser/ui/views/options/options_group_view.cc',
3287 'browser/ui/views/options/options_group_view.h',
3288 'browser/ui/views/options/options_page_view.cc',
3289 'browser/ui/views/options/options_page_view.h',
3290 'browser/ui/views/options/options_window_view.cc',
3291 'browser/ui/views/options/passwords_exceptions_window_view.cc',
3292 'browser/ui/views/options/passwords_exceptions_window_view.h',
3293 'browser/ui/views/options/passwords_page_view.cc',
3294 'browser/ui/views/options/passwords_page_view.h',
3295 'browser/ui/views/options/plugin_filter_page_view.cc',
3296 'browser/ui/views/options/plugin_filter_page_view.h',
3297 'browser/ui/views/options/simple_content_exceptions_view.cc',
3298 'browser/ui/views/options/simple_content_exceptions_view.h',
3299 'browser/ui/views/page_info_bubble_view.cc',
3300 'browser/ui/views/page_info_bubble_view.h',
3301 'browser/ui/views/pinned_contents_info_bubble.cc',
3302 'browser/ui/views/pinned_contents_info_bubble.h',
3303 'browser/ui/views/reload_button.cc',
3304 'browser/ui/views/reload_button.h',
3305 'browser/ui/views/repost_form_warning_view.cc',
3306 'browser/ui/views/repost_form_warning_view.h',
3307 'browser/ui/views/restart_message_box.cc',
3308 'browser/ui/views/restart_message_box.h',
3309 'browser/ui/views/sad_tab_view.cc',
3310 'browser/ui/views/sad_tab_view.h',
3311 'browser/ui/views/select_file_dialog.cc',
3312 'browser/ui/views/shell_dialogs_win.cc',
3313 'browser/ui/views/ssl_client_certificate_selector_win.cc',
3314 'browser/ui/views/status_bubble_views.cc',
3315 'browser/ui/views/status_bubble_views.h',
3316 'browser/ui/views/status_icons/status_icon_win.cc',
3317 'browser/ui/views/status_icons/status_icon_win.h',
3318 'browser/ui/views/status_icons/status_tray_gtk.cc',
3319 'browser/ui/views/status_icons/status_tray_win.cc',
3320 'browser/ui/views/status_icons/status_tray_win.h',
3321 'browser/ui/views/tab_icon_view.cc',
3322 'browser/ui/views/tab_icon_view.h',
3323 'browser/ui/views/tab_contents/tab_contents_container.cc',
3324 'browser/ui/views/tab_contents/tab_contents_container.h',
3325 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3326 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3327 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
3328 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3329 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
3330 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3331 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
3332 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3333 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3334 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc',
3335 'browser/ui/views/tab_contents/tab_contents_view_gtk.h',
3336 'browser/ui/views/tab_contents/tab_contents_view_win.cc',
3337 'browser/ui/views/tab_contents/tab_contents_view_win.h',
[email protected]602627cc2010-11-24 19:14:573338 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3339 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]213dac22010-11-09 07:35:323340 'browser/ui/views/tabs/base_tab.cc',
3341 'browser/ui/views/tabs/base_tab.h',
3342 'browser/ui/views/tabs/base_tab_strip.cc',
3343 'browser/ui/views/tabs/base_tab_strip.h',
3344 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3345 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3346 'browser/ui/views/tabs/dragged_tab_controller.cc',
3347 'browser/ui/views/tabs/dragged_tab_controller.h',
3348 'browser/ui/views/tabs/dragged_tab_view.cc',
3349 'browser/ui/views/tabs/dragged_tab_view.h',
3350 'browser/ui/views/tabs/native_view_photobooth.h',
3351 'browser/ui/views/tabs/native_view_photobooth_gtk.cc',
3352 'browser/ui/views/tabs/native_view_photobooth_gtk.h',
3353 'browser/ui/views/tabs/native_view_photobooth_win.cc',
3354 'browser/ui/views/tabs/native_view_photobooth_win.h',
3355 'browser/ui/views/tabs/side_tab.cc',
3356 'browser/ui/views/tabs/side_tab.h',
3357 'browser/ui/views/tabs/side_tab_strip.cc',
3358 'browser/ui/views/tabs/side_tab_strip.h',
3359 'browser/ui/views/tabs/tab.cc',
3360 'browser/ui/views/tabs/tab.h',
3361 'browser/ui/views/tabs/tab_controller.h',
3362 'browser/ui/views/tabs/tab_renderer_data.h',
3363 'browser/ui/views/tabs/tab_strip.cc',
3364 'browser/ui/views/tabs/tab_strip.h',
3365 'browser/ui/views/tabs/tab_strip_controller.h',
3366 'browser/ui/views/task_manager_view.cc',
3367 'browser/ui/views/textfield_views.cc',
3368 'browser/ui/views/textfield_views.h',
3369 'browser/ui/views/theme_background.cc',
3370 'browser/ui/views/theme_background.h',
3371 'browser/ui/views/theme_helpers.cc',
3372 'browser/ui/views/theme_helpers.h',
3373 'browser/ui/views/theme_install_bubble_view.cc',
3374 'browser/ui/views/theme_install_bubble_view.h',
3375 'browser/ui/views/toolbar_view.cc',
3376 'browser/ui/views/toolbar_view.h',
3377 'browser/ui/views/uninstall_view.cc',
3378 'browser/ui/views/uninstall_view.h',
3379 'browser/ui/views/url_picker.cc',
3380 'browser/ui/views/url_picker.h',
3381 'browser/ui/views/unhandled_keyboard_event_handler.cc',
3382 'browser/ui/views/unhandled_keyboard_event_handler.h',
3383 'browser/ui/views/update_recommended_message_box.cc',
3384 'browser/ui/views/update_recommended_message_box.h',
3385 'browser/ui/views/user_data_dir_dialog.cc',
3386 'browser/ui/views/user_data_dir_dialog.h',
3387 'browser/ui/views/window.cc',
3388 'browser/ui/views/window.h',
3389 'browser/ui/views/wrench_menu.cc',
3390 'browser/ui/views/wrench_menu.h',
[email protected]9a800652010-12-02 17:08:443391 'browser/ui/window_sizer.cc',
3392 'browser/ui/window_sizer.h',
3393 'browser/ui/window_sizer_mac.mm',
3394 'browser/ui/window_sizer_linux.cc',
3395 'browser/ui/window_sizer_win.cc',
[email protected]b1b73942010-05-26 20:11:543396 'browser/upgrade_detector.cc',
3397 'browser/upgrade_detector.h',
[email protected]6c32ce72010-03-08 05:18:063398 'browser/user_style_sheet_watcher.cc',
3399 'browser/user_style_sheet_watcher.h',
[email protected]83019902009-12-02 05:32:593400 'browser/utility_process_host.cc',
3401 'browser/utility_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:333402 'browser/visitedlink/visitedlink_master.cc',
3403 'browser/visitedlink/visitedlink_master.h',
3404 'browser/visitedlink/visitedlink_event_listener.cc',
3405 'browser/visitedlink/visitedlink_event_listener.h',
[email protected]38e08982010-10-22 17:28:433406 'browser/webdata/autofill_change.cc',
[email protected]e52bc1e02009-12-17 22:45:273407 'browser/webdata/autofill_change.h',
3408 'browser/webdata/autofill_entry.cc',
3409 'browser/webdata/autofill_entry.h',
[email protected]83019902009-12-02 05:32:593410 'browser/webdata/web_data_service.cc',
3411 'browser/webdata/web_data_service.h',
3412 'browser/webdata/web_data_service_win.cc',
3413 'browser/webdata/web_database.cc',
3414 'browser/webdata/web_database.h',
3415 'browser/webdata/web_database_win.cc',
3416 'browser/web_applications/web_app.cc',
3417 'browser/web_applications/web_app.h',
3418 'browser/web_resource/web_resource_service.h',
3419 'browser/web_resource/web_resource_service.cc',
[email protected]83019902009-12-02 05:32:593420 'browser/worker_host/message_port_dispatcher.cc',
3421 'browser/worker_host/message_port_dispatcher.h',
[email protected]0791d3a2010-01-28 01:28:493422 'browser/worker_host/worker_document_set.cc',
3423 'browser/worker_host/worker_document_set.h',
[email protected]83019902009-12-02 05:32:593424 'browser/worker_host/worker_process_host.cc',
3425 'browser/worker_host/worker_process_host.h',
3426 'browser/worker_host/worker_service.cc',
3427 'browser/worker_host/worker_service.h',
3428 'browser/zygote_host_linux.cc',
3429 'browser/zygote_main_linux.cc',
3430
[email protected]4f97280e2010-06-22 06:45:223431 # These files are generated by GRIT.
[email protected]3573b432010-06-24 01:26:403432 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc',
[email protected]755e1b732010-06-24 23:28:533433 '<(grit_out_dir)/grit/shared_resources_map.cc',
3434 '<(grit_out_dir)/grit/theme_resources_map.cc',
[email protected]83019902009-12-02 05:32:593435 ],
3436 'conditions': [
3437 ['javascript_engine=="v8"', {
3438 'defines': [
3439 'CHROME_V8',
3440 ],
3441 }],
[email protected]fdc5bed2010-01-09 01:16:573442 ['chromeos==0', {
[email protected]83019902009-12-02 05:32:593443 'sources/': [
[email protected]4d2ef9d2010-03-19 00:08:333444 ['exclude', '^browser/chromeos'],
[email protected]976e69f2010-08-13 18:28:173445 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
[email protected]c8451f22010-06-30 18:41:413446 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3447 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3448 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
[email protected]0e6168792010-10-13 16:29:263449 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
[email protected]5ac20162010-11-24 23:33:113450 ['exclude', 'browser/oom_priority_manager.cc'],
3451 ['exclude', 'browser/oom_priority_manager.h'],
[email protected]6692b0d72010-07-15 03:40:233452 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3453 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
[email protected]83019902009-12-02 05:32:593454 ],
3455 }],
[email protected]14a000d2010-04-29 21:44:243456 ['chromeos==1', {
3457 'sources!': [
[email protected]e4e45292010-06-16 21:54:293458 'browser/password_manager/native_backend_gnome_x.h',
3459 'browser/password_manager/native_backend_gnome_x.cc',
3460 'browser/password_manager/native_backend_kwallet_x.h',
3461 'browser/password_manager/native_backend_kwallet_x.cc',
[email protected]14a000d2010-04-29 21:44:243462 'browser/platform_util_linux.cc',
[email protected]d032b3792010-06-07 22:02:393463 ],
3464 'link_settings': {
3465 'libraries': [
3466 '-lpulse',
3467 ],
3468 },
[email protected]14a000d2010-04-29 21:44:243469 }],
[email protected]602627cc2010-11-24 19:14:573470 ['use_gconf==0', {
3471 'sources!': [
[email protected]6de53d42010-11-09 07:33:193472 'browser/gtk/gconf_titlebar_listener.cc',
3473 'browser/gtk/gconf_titlebar_listener.h',
[email protected]602627cc2010-11-24 19:14:573474 ],
3475 }],
[email protected]63692212010-09-16 00:22:213476 ['use_gnome_keyring==0', {
3477 'sources!': [
3478 'browser/password_manager/native_backend_gnome_x.h',
3479 'browser/password_manager/native_backend_gnome_x.cc',
3480 ],
3481 }],
[email protected]0094fbe2010-07-15 21:51:433482 ['touchui==0', {
3483 'sources!': [
[email protected]9c88d4752010-09-16 20:59:423484 'browser/dom_ui/keyboard_ui.cc',
3485 'browser/dom_ui/keyboard_ui.h',
[email protected]671c2f732010-10-14 01:42:593486 'browser/renderer_host/render_widget_host_view_views.cc',
3487 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]602627cc2010-11-24 19:14:573488 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3489 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]0094fbe2010-07-15 21:51:433490 ],
3491 }],
[email protected]ee520882010-09-30 21:40:083492 ['touchui==1', {
[email protected]4ccc05e2010-10-06 19:32:153493 'sources/': [
3494 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
3495 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
[email protected]82854a92010-11-05 06:12:243496 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3497 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
[email protected]602627cc2010-11-24 19:14:573498 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3499 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]4ccc05e2010-10-06 19:32:153500 ],
[email protected]ee520882010-09-30 21:40:083501 }],
[email protected]83019902009-12-02 05:32:593502 ['OS=="linux"', {
3503 'dependencies': [
[email protected]4de38a32010-03-12 14:00:003504 '../build/linux/system.gyp:dbus-glib',
[email protected]cd1454e932010-05-13 21:36:593505 '../build/linux/system.gyp:gconf',
[email protected]83019902009-12-02 05:32:593506 '../build/linux/system.gyp:gtk',
3507 '../build/linux/system.gyp:gtkprint',
3508 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183509 '../build/linux/system.gyp:x11',
[email protected]6803ce12010-09-28 02:32:123510 '../third_party/undoview/undoview.gyp:undoview',
[email protected]83019902009-12-02 05:32:593511 ],
[email protected]524f1cf2010-02-23 19:21:533512 'link_settings': {
3513 'libraries': [
3514 # For dlsym() in 'browser/zygote_main_linux.cc'
3515 '-ldl',
3516 ],
3517 },
[email protected]83019902009-12-02 05:32:593518 'sources!': [
[email protected]213dac22010-11-09 07:35:323519 'browser/ui/views/extensions/extension_view.cc',
3520 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593521 ],
3522 'sources': [
3523 'browser/crash_handler_host_linux.h',
[email protected]83019902009-12-02 05:32:593524 ],
[email protected]83019902009-12-02 05:32:593525 'conditions': [
[email protected]63692212010-09-16 00:22:213526 ['use_gnome_keyring==1', {
[email protected]556c5d72010-06-10 05:45:013527 'dependencies': [
3528 '../build/linux/system.gyp:gnome-keyring',
3529 ],
3530 }],
[email protected]83019902009-12-02 05:32:593531 ['linux_breakpad==1', {
3532 'sources': [
3533 'app/breakpad_linux.cc',
3534 'app/breakpad_linux.h',
3535 'browser/crash_handler_host_linux.cc',
3536 ],
3537 'dependencies': [
3538 '../breakpad/breakpad.gyp:breakpad_client',
[email protected]d9573ac2010-08-27 18:26:083539 # make sure file_version_info_linux.h is generated first.
3540 'common',
[email protected]83019902009-12-02 05:32:593541 ],
3542 'include_dirs': [
[email protected]d9573ac2010-08-27 18:26:083543 # breakpad_linux.cc uses generated file_version_info_linux.h.
[email protected]83019902009-12-02 05:32:593544 '<(SHARED_INTERMEDIATE_DIR)',
3545 '../breakpad/src',
3546 ],
3547 }, { # linux_breakpad==0
3548 'sources': [
3549 'browser/crash_handler_host_linux_stub.cc',
3550 ],
3551 }],
[email protected]0090c092010-10-29 14:22:013552 ['use_openssl==0', {
3553 'sources': [
3554 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3555 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3556 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3557 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3558 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3559 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
3560 ],
3561 }],
[email protected]85d22832010-11-16 01:37:413562 ['linux_sandbox_path != ""', {
3563 'defines': [
3564 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
3565 ],
3566 }],
[email protected]83019902009-12-02 05:32:593567 ],
[email protected]d6f9c9e2010-03-15 01:57:073568 }, { # OS != "linux"
3569 'sources!': [
[email protected]0fd776c402010-09-29 21:59:173570 # TODO(mattm): Cert manager stuff is really !USE_NSS.
3571 'browser/certificate_manager_model.cc',
3572 'browser/certificate_manager_model.h',
[email protected]12cc3512010-10-05 02:06:373573 'browser/dom_ui/options/certificate_manager_handler.cc',
3574 'browser/dom_ui/options/certificate_manager_handler.h',
[email protected]8ecad5e2010-12-02 21:18:333575 'browser/file_path_watcher/file_path_watcher_inotify.cc',
[email protected]d6f9c9e2010-03-15 01:57:073576 ],
[email protected]83019902009-12-02 05:32:593577 }],
[email protected]6f5b3b292010-02-22 20:56:153578 ['OS=="freebsd" or OS=="openbsd"', {
[email protected]83019902009-12-02 05:32:593579 'dependencies': [
3580 '../build/linux/system.gyp:gtk',
[email protected]ca9b7dd2010-02-24 23:40:303581 '../build/linux/system.gyp:gtkprint',
[email protected]83019902009-12-02 05:32:593582 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183583 '../build/linux/system.gyp:x11',
[email protected]83019902009-12-02 05:32:593584 ],
[email protected]d6f9c9e2010-03-15 01:57:073585 'sources': [
[email protected]8ecad5e2010-12-02 21:18:333586 'browser/file_path_watcher/file_path_watcher_stub.cc',
[email protected]d6f9c9e2010-03-15 01:57:073587 ],
[email protected]83019902009-12-02 05:32:593588 }],
[email protected]ac1ada52010-10-28 19:26:003589 # Use system SSL settings on Mac and Windows. Use preferences
3590 # for SSL settings on other platforms.
3591 ['OS=="mac" or OS=="win"', {
3592 'sources!': [
3593 'browser/net/ssl_config_service_manager_pref.cc',
3594 ],
3595 }, { # else
3596 'sources!': [
3597 'browser/net/ssl_config_service_manager_system.cc',
3598 ],
3599 }],
[email protected]83019902009-12-02 05:32:593600 ['OS=="mac"', {
3601 'sources!': [
3602 'browser/automation/automation_provider_list_generic.cc',
3603 'browser/bookmarks/bookmark_context_menu.cc',
3604 'browser/bookmarks/bookmark_drop_info.cc',
[email protected]c2d9f2d2010-11-09 04:14:383605 'browser/ui/browser_list_stub.cc',
[email protected]9a800652010-12-02 17:08:443606 'browser/ui/tabs/dock_info.cc',
[email protected]ca9b7dd2010-02-24 23:40:303607 'browser/importer/nss_decryptor_system_nss.cc',
3608 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593609 'browser/jankometer.cc',
[email protected]eaf16c42010-06-21 22:30:383610 'browser/password_manager/login_database_posix.cc',
[email protected]71a565a2010-11-24 15:53:493611 'browser/power_save_blocker_stub.cc',
[email protected]c0fc0942010-01-13 00:55:373612 'browser/renderer_host/backing_store_proxy.cc',
3613 'browser/renderer_host/backing_store_proxy.h',
[email protected]8386a522010-01-28 16:18:573614 'browser/renderer_host/gpu_view_host.cc',
3615 'browser/renderer_host/gpu_view_host.h',
[email protected]ba65b1f642010-03-02 21:23:113616 'browser/renderer_host/video_layer_proxy.cc',
3617 'browser/renderer_host/video_layer_proxy.h',
[email protected]213dac22010-11-09 07:35:323618 'browser/ui/views/extensions/extension_view.cc',
3619 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593620 ],
3621 'sources': [
[email protected]e51c1c512010-01-05 04:42:003622 # Build Apple sample code
3623 '../third_party/apple/ImageAndTextCell.h',
3624 '../third_party/apple/ImageAndTextCell.m',
[email protected]83019902009-12-02 05:32:593625 # Build the necessary GTM sources
3626 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
3627 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
3628 '../third_party/GTM/AppKit/GTMIBArray.h',
3629 '../third_party/GTM/AppKit/GTMIBArray.m',
[email protected]31567792010-07-01 15:35:463630 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
3631 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
[email protected]83019902009-12-02 05:32:593632 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
3633 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
[email protected]83019902009-12-02 05:32:593634 '../third_party/GTM/AppKit/GTMUILocalizer.h',
3635 '../third_party/GTM/AppKit/GTMUILocalizer.m',
3636 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
3637 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
3638 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
3639 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
3640 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
3641 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
3642 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
[email protected]2b0693f2010-04-09 23:23:073643 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
3644 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
[email protected]bcc18d32010-07-01 20:25:383645 # MolokoCacao additions
3646 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
3647 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
[email protected]83019902009-12-02 05:32:593648 # Build necessary Mozilla sources
[email protected]d1b229dc2010-04-15 15:18:153649 '../third_party/mozilla/NSPasteboard+Utils.h',
3650 '../third_party/mozilla/NSPasteboard+Utils.mm',
3651 '../third_party/mozilla/NSScreen+Utils.h',
3652 '../third_party/mozilla/NSScreen+Utils.m',
3653 '../third_party/mozilla/NSString+Utils.h',
[email protected]4035a152010-05-04 01:56:183654 '../third_party/mozilla/NSString+Utils.mm',
[email protected]d1b229dc2010-04-15 15:18:153655 '../third_party/mozilla/NSURL+Utils.h',
3656 '../third_party/mozilla/NSURL+Utils.m',
3657 '../third_party/mozilla/NSWorkspace+Utils.h',
3658 '../third_party/mozilla/NSWorkspace+Utils.m',
[email protected]935d63d2010-10-15 23:31:553659 '../third_party/mozilla/ComplexTextInputPanel.h',
3660 '../third_party/mozilla/ComplexTextInputPanel.mm',
[email protected]83019902009-12-02 05:32:593661 # Headers so that IB can find classes it needs to resolve classes
3662 # in XIB files.
3663 '../base/chrome_application_mac.h',
3664 ],
3665 'include_dirs': [
[email protected]e51c1c512010-01-05 04:42:003666 '../third_party/apple',
[email protected]83019902009-12-02 05:32:593667 '../third_party/GTM',
3668 '../third_party/GTM/AppKit',
3669 '../third_party/GTM/Foundation',
[email protected]fde445e2010-01-21 18:50:233670 '../third_party/GTM/DebugUtils',
[email protected]83019902009-12-02 05:32:593671 ],
3672 'link_settings': {
3673 'libraries': [
[email protected]6842a3f2010-03-09 17:39:443674 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
[email protected]ac7e4e12010-08-26 14:34:413675 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
[email protected]43f28f832010-02-03 02:28:483676 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
[email protected]ac7e4e12010-08-26 14:34:413677 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3678 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
[email protected]83019902009-12-02 05:32:593679 ],
3680 'mac_bundle_resources': [
[email protected]802a13a02010-12-02 01:48:373681 'browser/gpu.sb',
[email protected]1e652d022010-04-16 19:09:113682 'browser/nacl_loader.sb',
[email protected]83019902009-12-02 05:32:593683 'browser/utility.sb',
[email protected]bd9337c2010-03-30 17:12:133684 'browser/worker.sb',
[email protected]83019902009-12-02 05:32:593685 ],
3686 },
3687 'actions': [
3688 {
3689 # This action is used to extract the localization data from xib
3690 # files and generate table for the ui localizer from it.
3691 'variables': {
3692 'xib_localizer_tool_path':
3693 'tools/build/mac/generate_localizer',
3694 'xib_files_to_scan': [
3695 # The xibs that need localization
3696 'app/nibs/About.xib',
[email protected]cff83fe2010-06-09 17:19:573697 'app/nibs/AutoFillAddressSheet.xib',
3698 'app/nibs/AutoFillCreditCardSheet.xib',
[email protected]8ebfa3b2010-02-12 04:24:083699 'app/nibs/AutoFillDialog.xib',
[email protected]83019902009-12-02 05:32:593700 'app/nibs/BookmarkAllTabs.xib',
3701 'app/nibs/BookmarkBar.xib',
3702 'app/nibs/BookmarkBubble.xib',
3703 'app/nibs/BookmarkEditor.xib',
3704 'app/nibs/BookmarkNameFolder.xib',
3705 'app/nibs/ClearBrowsingData.xib',
[email protected]a503c97c2010-07-16 13:05:483706 'app/nibs/CollectedCookies.xib',
[email protected]fde445e2010-01-21 18:50:233707 'app/nibs/Cookies.xib',
[email protected]d0edf4e2010-03-12 06:54:093708 'app/nibs/CookieDetailsView.xib',
[email protected]177aceb2010-11-03 16:17:413709 'app/nibs/ConfirmQuitPanel.xib',
[email protected]6f2c41a3bc2010-02-21 16:59:193710 'app/nibs/ContentBlockedCookies.xib',
3711 'app/nibs/ContentBlockedImages.xib',
3712 'app/nibs/ContentBlockedJavaScript.xib',
3713 'app/nibs/ContentBlockedPlugins.xib',
3714 'app/nibs/ContentBlockedPopups.xib',
[email protected]ce216602010-03-26 14:14:253715 'app/nibs/ContentBubbleGeolocation.xib',
[email protected]71bc0d02010-02-26 20:43:143716 'app/nibs/ContentExceptionsWindow.xib',
[email protected]ed1a4562010-02-22 01:53:413717 'app/nibs/ContentSettings.xib',
[email protected]83019902009-12-02 05:32:593718 'app/nibs/DownloadItem.xib',
3719 'app/nibs/DownloadShelf.xib',
3720 'app/nibs/EditSearchEngine.xib',
[email protected]54bc09252010-01-31 21:45:173721 'app/nibs/ExtensionInstalledBubble.xib',
[email protected]c5c3c5b2010-04-03 07:03:343722 'app/nibs/ExtensionInstallPrompt.xib',
3723 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
[email protected]96788b02010-06-26 21:45:343724 'app/nibs/FirstRunBubble.xib',
[email protected]83019902009-12-02 05:32:593725 'app/nibs/FirstRunDialog.xib',
[email protected]50ada2e2010-01-08 14:51:213726 'app/nibs/FontLanguageSettings.xib',
[email protected]83019902009-12-02 05:32:593727 'app/nibs/HttpAuthLoginSheet.xib',
3728 'app/nibs/HungRendererDialog.xib',
3729 'app/nibs/ImportSettingsDialog.xib',
3730 'app/nibs/ImportProgressDialog.xib',
[email protected]ca6c990f2010-11-22 20:32:503731 'app/nibs/InstantConfirm.xib',
[email protected]6958fea2010-11-23 21:05:203732 'app/nibs/InstantOptIn.xib',
[email protected]83019902009-12-02 05:32:593733 'app/nibs/KeywordEditor.xib',
3734 'app/nibs/MainMenu.xib',
[email protected]83019902009-12-02 05:32:593735 'app/nibs/Preferences.xib',
3736 'app/nibs/ReportBug.xib',
[email protected]27286e72009-12-15 19:52:373737 'app/nibs/SadTab.xib',
[email protected]83019902009-12-02 05:32:593738 'app/nibs/SaveAccessoryView.xib',
[email protected]3ef4755e2010-09-27 20:25:043739 'app/nibs/SearchEngineDialog.xib',
[email protected]834a6a12010-07-01 18:26:573740 'app/nibs/SimpleContentExceptionsWindow.xib',
[email protected]c0b59092010-08-28 07:17:383741 'app/nibs/SpeechInputBubble.xib',
[email protected]83019902009-12-02 05:32:593742 'app/nibs/TaskManager.xib',
3743 'app/nibs/Toolbar.xib',
3744 ],
3745 },
3746 'action_name': 'Process xibs for localization',
3747 'inputs': [
3748 '<(xib_localizer_tool_path)',
3749 '<@(xib_files_to_scan)',
3750 ],
3751 'outputs': [
3752 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
3753 ],
3754 'action': ['<(xib_localizer_tool_path)',
3755 '<@(_outputs)',
3756 '<@(xib_files_to_scan)'],
3757 },
3758 ],
3759 }],
3760 ['OS=="win"', {
[email protected]83019902009-12-02 05:32:593761 'include_dirs': [
[email protected]cd134c8c2010-03-09 05:23:123762 '<(DEPTH)/third_party/wtl/include',
[email protected]83019902009-12-02 05:32:593763 ],
3764 'dependencies': [
3765 '../gears/gears.gyp:gears',
3766 '../google_update/google_update.gyp:google_update',
[email protected]b3df5a42010-05-11 14:31:093767 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
[email protected]3ad594a2010-08-31 02:47:593768 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
[email protected]83019902009-12-02 05:32:593769 '../views/views.gyp:views',
[email protected]1c262172010-06-10 15:25:463770 '../rlz/rlz.gyp:rlz_lib',
[email protected]83019902009-12-02 05:32:593771 ],
3772 'export_dependent_settings': [
3773 '../views/views.gyp:views',
3774 ],
[email protected]04d75b6f2010-08-17 11:38:403775 'direct_dependent_settings': {
3776 'link_settings': {
3777 'libraries': [
3778 '-llocationapi.lib',
3779 '-lsensorsapi.lib',
3780 ],
3781 }
3782 },
[email protected]83019902009-12-02 05:32:593783 'sources': [
[email protected]83019902009-12-02 05:32:593784 # Using built-in rule in vstudio for midl.
[email protected]c1bbaa82010-11-08 11:17:053785 'browser/dom_ui/conflicts_ui.cc',
3786 'browser/dom_ui/conflicts_ui.h',
[email protected]83019902009-12-02 05:32:593787 'browser/history/history_indexer.idl',
3788 ],
3789 'sources!': [
[email protected]c2d9f2d2010-11-09 04:14:383790 'browser/ui/browser_list_stub.cc',
[email protected]83019902009-12-02 05:32:593791 'browser/history/history_publisher_none.cc',
[email protected]ca9b7dd2010-02-24 23:40:303792 'browser/importer/nss_decryptor_system_nss.cc',
3793 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593794 'browser/power_save_blocker_stub.cc',
[email protected]d14af522010-12-02 03:54:503795 'browser/ui/views/keyboard_overlay_delegate.cc',
[email protected]213dac22010-11-09 07:35:323796 'browser/ui/views/select_file_dialog.cc',
[email protected]83019902009-12-02 05:32:593797 ],
[email protected]da26d732010-06-25 20:43:123798 'conditions': [
3799 ['win_use_allocator_shim==1', {
3800 'dependencies': [
3801 '<(allocator_target)',
3802 ],
3803 }],
[email protected]c8451f22010-06-30 18:41:413804 ],
[email protected]83019902009-12-02 05:32:593805 }, { # 'OS!="win"
3806 'sources/': [
3807 # Exclude all of hang_monitor.
3808 ['exclude', '^browser/hang_monitor/'],
3809
3810 # Exclude parts of password_manager.
3811 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
3812
3813 # Exclude all of rlz.
3814 ['exclude', '^browser/rlz/'],
[email protected]17d40f02010-07-01 01:18:063815 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]83019902009-12-02 05:32:593816
3817 # Exclude all of views.
[email protected]213dac22010-11-09 07:35:323818 ['exclude', '^browser/ui/views/'],
[email protected]83019902009-12-02 05:32:593819 ],
3820 'conditions': [
[email protected]06c756182010-04-27 18:31:313821 ['OS=="linux" and toolkit_views==1',{
[email protected]05af3562010-02-26 00:41:123822 'dependencies': [
3823 '../views/views.gyp:views',
3824 ],
3825 'include_dirs': [
3826 '<(INTERMEDIATE_DIR)',
3827 '<(INTERMEDIATE_DIR)/chrome',
3828 ],
[email protected]83019902009-12-02 05:32:593829 'sources/': [
[email protected]83019902009-12-02 05:32:593830 ['include', '^browser/extensions/'],
[email protected]17d40f02010-07-01 01:18:063831 # This exclude duplicates the one just above because of the
3832 # order of evaluation of the 'sources/' rule above, the
3833 # conditions, and this 'sources/' rule.
3834 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]73852b8f2010-05-14 00:38:123835 ['include', 'browser/printing/print_dialog_cloud.cc'],
3836 ['include', 'browser/printing/print_dialog_cloud.h'],
[email protected]3870bbe92010-09-01 19:44:473837 ['include', '^browser/speech/speech_input_bubble_views.cc'],
[email protected]9a800652010-12-02 17:08:443838 ['include', '^browser/ui/tabs/dock_info.cc'],
3839 ['include', '^browser/ui/tabs/dock_info.h'],
[email protected]213dac22010-11-09 07:35:323840 ['include', '^browser/ui/views/about_chrome_view.cc'],
3841 ['include', '^browser/ui/views/about_chrome_view.h'],
3842 ['include', '^browser/ui/views/accelerator_table_gtk.cc'],
3843 ['include', '^browser/ui/views/accelerator_table_gtk.h'],
3844 ['include', '^browser/ui/views/accessibility_event_router_views.cc'],
3845 ['include', '^browser/ui/views/accessibility_event_router_views.h'],
3846 ['include', '^browser/ui/views/accessible_pane_view.cc'],
3847 ['include', '^browser/ui/views/accessible_pane_view.h'],
3848 ['include', '^browser/ui/views/accessible_view_helper.cc'],
3849 ['include', '^browser/ui/views/accessible_view_helper.h'],
3850 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc'],
3851 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.h'],
3852 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
3853 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
3854 ['include', '^browser/ui/views/bookmark_bar_instructions_view.cc'],
3855 ['include', '^browser/ui/views/bookmark_bar_instructions_view.h'],
3856 ['include', '^browser/ui/views/bookmark_bar_view.cc'],
3857 ['include', '^browser/ui/views/bookmark_bar_view.h'],
3858 ['include', '^browser/ui/views/bookmark_bubble_view.cc'],
3859 ['include', '^browser/ui/views/bookmark_bubble_view.h'],
3860 ['include', '^browser/ui/views/bookmark_context_menu.cc'],
3861 ['include', '^browser/ui/views/bookmark_context_menu.h'],
3862 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.cc'],
3863 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.h'],
3864 ['include', '^browser/ui/views/bookmark_menu_controller_views.cc'],
3865 ['include', '^browser/ui/views/browser_actions_container.cc'],
3866 ['include', '^browser/ui/views/browser_actions_container.h'],
3867 ['include', '^browser/ui/views/browser_bubble_gtk.cc'],
3868 ['include', '^browser/ui/views/browser_bubble.cc'],
3869 ['include', '^browser/ui/views/browser_bubble.h'],
3870 ['include', '^browser/ui/views/bubble_border.cc'],
3871 ['include', '^browser/ui/views/bubble_border.h'],
3872 ['include', '^browser/ui/views/chrome_views_delegate.cc'],
3873 ['include', '^browser/ui/views/clear_browsing_data.cc'],
3874 ['include', '^browser/ui/views/clear_browsing_data.h'],
[email protected]5dd28922010-11-10 17:09:173875 ['include', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
[email protected]213dac22010-11-09 07:35:323876 ['include', '^browser/ui/views/content_setting_bubble_contents.cc'],
3877 ['include', '^browser/ui/views/content_setting_bubble_contents.h'],
3878 ['include', '^browser/ui/views/create_application_shortcut_view.cc'],
3879 ['include', '^browser/ui/views/create_application_shortcut_view.h'],
3880 ['include', '^browser/ui/views/detachable_toolbar_view.h'],
3881 ['include', '^browser/ui/views/detachable_toolbar_view.cc'],
3882 ['include', '^browser/ui/views/dialog_stubs_gtk.cc'],
3883 ['include', '^browser/ui/views/dom_view.cc'],
3884 ['include', '^browser/ui/views/dom_view.h'],
3885 ['include', '^browser/ui/views/download_item_view.cc'],
3886 ['include', '^browser/ui/views/download_item_view.h'],
3887 ['include', '^browser/ui/views/download_shelf_view.cc'],
3888 ['include', '^browser/ui/views/download_shelf_view.h'],
3889 ['include', '^browser/ui/views/dragged_tab_controller.cc'],
3890 ['include', '^browser/ui/views/dragged_tab_controller.h'],
3891 ['include', '^browser/ui/views/dropdown_bar_host.cc'],
3892 ['include', '^browser/ui/views/dropdown_bar_host.h'],
3893 ['include', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
3894 ['include', '^browser/ui/views/dropdown_bar_view.h'],
3895 ['include', '^browser/ui/views/event_utils.cc'],
3896 ['include', '^browser/ui/views/event_utils.h'],
3897 ['include', '^browser/ui/views/extensions/browser_action_drag_data.cc'],
3898 ['include', '^browser/ui/views/extensions/browser_action_drag_data.h'],
3899 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.cc'],
3900 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.h'],
3901 ['include', '^browser/ui/views/extensions/extension_install_prompt.cc'],
3902 ['include', '^browser/ui/views/extensions/extension_install_prompt2.cc'],
3903 ['include', '^browser/ui/views/extensions/extension_installed_bubble.cc'],
3904 ['include', '^browser/ui/views/extensions/extension_installed_bubble.h'],
3905 ['include', '^browser/ui/views/extensions/extension_popup.cc'],
3906 ['include', '^browser/ui/views/extensions/extension_popup.h'],
3907 ['include', '^browser/ui/views/extensions/extension_view.cc'],
3908 ['include', '^browser/ui/views/extensions/extension_view.h'],
3909 ['include', '^browser/ui/views/extension_view.cc'],
3910 ['include', '^browser/ui/views/extension_view.h'],
3911 ['include', '^browser/ui/views/find_bar_view.cc'],
3912 ['include', '^browser/ui/views/find_bar_view.h'],
3913 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
3914 ['include', '^browser/ui/views/find_bar_host.cc'],
3915 ['include', '^browser/ui/views/find_bar_host.h'],
3916 ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
3917 ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
3918 ['include', '^browser/ui/views/html_dialog_view.cc'],
3919 ['include', '^browser/ui/views/html_dialog_view.h'],
3920 ['include', '^browser/ui/views/theme_install_bubble_view.cc'],
3921 ['include', '^browser/ui/views/theme_install_bubble_view.h'],
3922 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
3923 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
3924 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
3925 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
3926 ['include', '^browser/ui/views/frame/browser_view.cc'],
3927 ['include', '^browser/ui/views/frame/browser_view.h'],
3928 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
3929 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
3930 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
3931 ['include', '^browser/ui/views/frame/browser_root_view.h'],
3932 ['include', '^browser/ui/views/frame/contents_container.cc'],
3933 ['include', '^browser/ui/views/frame/contents_container.h'],
3934 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.cc'],
3935 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
3936 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
3937 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
3938 ['include', '^browser/ui/views/infobars/*'],
3939 ['include', '^browser/ui/views/info_bubble.cc'],
3940 ['include', '^browser/ui/views/info_bubble.h'],
3941 ['include', '^browser/ui/views/html_dialog_view.cc'],
3942 ['include', '^browser/ui/views/html_dialog_view.h'],
3943 ['include', '^browser/ui/views/instant_confirm_view.cc'],
3944 ['include', '^browser/ui/views/instant_confirm_view.h'],
3945 ['include', '^browser/ui/views/js_modal_dialog_views.cc'],
3946 ['include', '^browser/ui/views/js_modal_dialog_views.h'],
[email protected]d14af522010-12-02 03:54:503947 ['include', '^browser/ui/views/keyboard_overlay_delegate.cc'],
3948 ['include', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:323949 ['include', '^browser/ui/views/location_bar/click_handler.cc'],
3950 ['include', '^browser/ui/views/location_bar/click_handler.h'],
3951 ['include', '^browser/ui/views/location_bar/content_setting_image_view.cc'],
3952 ['include', '^browser/ui/views/location_bar/content_setting_image_view.h'],
3953 ['include', '^browser/ui/views/location_bar/ev_bubble_view.cc'],
3954 ['include', '^browser/ui/views/location_bar/ev_bubble_view.h'],
3955 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.h'],
3956 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.cc'],
3957 ['include', '^browser/ui/views/location_bar/keyword_hint_view.cc'],
3958 ['include', '^browser/ui/views/location_bar/keyword_hint_view.h'],
3959 ['include', '^browser/ui/views/location_bar/location_icon_view.cc'],
3960 ['include', '^browser/ui/views/location_bar/location_icon_view.h'],
3961 ['include', '^browser/ui/views/location_bar/location_bar_view.cc'],
3962 ['include', '^browser/ui/views/location_bar/location_bar_view.h'],
3963 ['include', '^browser/ui/views/location_bar/page_action_image_view.cc'],
3964 ['include', '^browser/ui/views/location_bar/page_action_image_view.h'],
3965 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.h'],
3966 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.cc'],
3967 ['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
3968 ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
3969 ['include', '^browser/ui/views/location_bar/star_view.cc'],
3970 ['include', '^browser/ui/views/location_bar/star_view.h'],
[email protected]553aabb2010-11-11 00:37:153971 ['include', '^browser/ui/views/location_bar/suggested_text_view.cc'],
3972 ['include', '^browser/ui/views/location_bar/suggested_text_view.h'],
[email protected]213dac22010-11-09 07:35:323973 ['include', '^browser/ui/views/location_bar_view.cc'],
3974 ['include', '^browser/ui/views/location_bar_view.h'],
3975 ['include', '^browser/ui/views/modal_dialog_delegate.cc'],
3976 ['include', '^browser/ui/views/modal_dialog_delegate.h'],
3977 ['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
3978 ['include', '^browser/ui/views/notifications/balloon_view_host.h'],
3979 ['include', '^browser/ui/views/options/options_page_view.cc'],
3980 ['include', '^browser/ui/views/options/options_page_view.h'],
3981 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
3982 ['include', '^browser/ui/views/panel_controller.cc'],
3983 ['include', '^browser/ui/views/panel_controller.h'],
3984 ['include', '^browser/ui/views/panels/panel_container.cc'],
3985 ['include', '^browser/ui/views/panels/panel_container.h'],
3986 ['include', '^browser/ui/views/panels/panel_scroller.cc'],
3987 ['include', '^browser/ui/views/panels/panel_scroller.h'],
[email protected]83019902009-12-02 05:32:593988 # Not necessary unless you're trying to build ChromeOS+views.
[email protected]213dac22010-11-09 07:35:323989 #['include', '^browser/ui/views/panels/panel_scroller_container.cc'],
3990 #['include', '^browser/ui/views/panels/panel_scroller_container.h'],
3991 ['include', '^browser/ui/views/panels/panel_scroller_header.cc'],
3992 ['include', '^browser/ui/views/panels/panel_scroller_header.h'],
3993 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
3994 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
3995 ['include', '^browser/ui/views/reload_button.cc'],
3996 ['include', '^browser/ui/views/reload_button.h'],
3997 ['include', '^browser/ui/views/restart_message_box.cc'],
3998 ['include', '^browser/ui/views/restart_message_box.h'],
3999 ['include', '^browser/ui/views/sad_tab_view.cc'],
4000 ['include', '^browser/ui/views/sad_tab_view.h'],
4001 ['include', '^browser/ui/views/select_file_dialog.cc'],
4002 ['include', '^browser/ui/views/status_bubble_views.cc'],
4003 ['include', '^browser/ui/views/status_bubble_views.h'],
4004 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
4005 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
4006 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
4007 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
4008 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'],
4009 ['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'],
4010 ['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
4011 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4012 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
4013 ['include', '^browser/ui/views/tab_icon_view.cc'],
4014 ['include', '^browser/ui/views/tab_icon_view.h'],
4015 ['include', '^browser/ui/views/tabs/base_tab.cc'],
4016 ['include', '^browser/ui/views/tabs/base_tab.h'],
4017 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'],
4018 ['include', '^browser/ui/views/tabs/base_tab_strip.h'],
4019 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.cc'],
4020 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.h'],
4021 ['include', '^browser/ui/views/tabs/browser_tab_strip.cc'],
4022 ['include', '^browser/ui/views/tabs/browser_tab_strip.h'],
4023 ['include', '^browser/ui/views/tabs/dragged_tab_controller.cc'],
4024 ['include', '^browser/ui/views/tabs/dragged_tab_controller.h'],
4025 ['include', '^browser/ui/views/tabs/dragged_tab_view.cc'],
4026 ['include', '^browser/ui/views/tabs/dragged_tab_view.h'],
4027 ['include', '^browser/ui/views/tabs/native_view_photobooth.h'],
4028 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.cc'],
4029 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.h'],
4030 ['include', '^browser/ui/views/tabs/side_tab.cc'],
4031 ['include', '^browser/ui/views/tabs/side_tab.h'],
4032 ['include', '^browser/ui/views/tabs/side_tab_strip.cc'],
4033 ['include', '^browser/ui/views/tabs/side_tab_strip.h'],
4034 ['include', '^browser/ui/views/tabs/tab.cc'],
4035 ['include', '^browser/ui/views/tabs/tab.h'],
4036 ['include', '^browser/ui/views/tabs/tab_controller.h'],
4037 ['include', '^browser/ui/views/tabs/tab_renderer_data.h'],
4038 ['include', '^browser/ui/views/tabs/tab_strip.cc'],
4039 ['include', '^browser/ui/views/tabs/tab_strip.h'],
4040 ['include', '^browser/ui/views/tabs/tab_strip_2.cc'],
4041 ['include', '^browser/ui/views/tabs/tab_strip_2.h'],
4042 ['include', '^browser/ui/views/textfield_views.cc'],
4043 ['include', '^browser/ui/views/textfield_views.h'],
4044 ['include', '^browser/ui/views/theme_background.cc'],
4045 ['include', '^browser/ui/views/theme_background.h'],
4046 ['include', '^browser/ui/views/toolbar_view.cc'],
4047 ['include', '^browser/ui/views/toolbar_view.h'],
4048 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.cc'],
4049 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.h'],
4050 ['include', '^browser/ui/views/update_recommended_message_box.h'],
4051 ['include', '^browser/ui/views/update_recommended_message_box.cc'],
4052 ['include', '^browser/ui/views/view_text_utils.cc'],
4053 ['include', '^browser/ui/views/view_text_utils.h'],
4054 ['include', '^browser/ui/views/window.cc'],
4055 ['include', '^browser/ui/views/window.h'],
4056 ['include', '^browser/ui/views/wrench_menu.cc'],
4057 ['include', '^browser/ui/views/wrench_menu.h'],
[email protected]9a800652010-12-02 17:08:444058 ['include', '^browser/ui/window_sizer.cc'],
4059 ['include', '^browser/ui/window_sizer.h'],
[email protected]83019902009-12-02 05:32:594060 # Exclude all of browser/gtk, then include the things we want.
4061 ['exclude', '^browser/gtk'],
[email protected]5cbe1e22010-01-30 01:18:564062 ['include', '^browser/gtk/accessibility_event_router_gtk.cc'],
4063 ['include', '^browser/gtk/accessibility_event_router_gtk.h'],
4064 ['include', '^browser/gtk/accessible_widget_helper_gtk.cc'],
4065 ['include', '^browser/gtk/accessible_widget_helper_gtk.h'],
[email protected]83019902009-12-02 05:32:594066 ['include', '^browser/gtk/bookmark_editor_gtk.cc'],
4067 ['include', '^browser/gtk/bookmark_editor_gtk.h'],
[email protected]83019902009-12-02 05:32:594068 ['include', '^browser/gtk/bookmark_tree_model.cc'],
4069 ['include', '^browser/gtk/bookmark_tree_model.h'],
4070 ['include', '^browser/gtk/bookmark_utils_gtk.cc'],
4071 ['include', '^browser/gtk/bookmark_utils_gtk.h'],
4072 ['include', '^browser/gtk/cairo_cached_surface.cc'],
4073 ['include', '^browser/gtk/cairo_cached_surface.h'],
4074 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.cc'],
4075 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.h'],
[email protected]c3deb9a22010-03-09 03:30:024076 ['include', '^browser/gtk/certificate_dialogs.cc'],
4077 ['include', '^browser/gtk/certificate_dialogs.h'],
[email protected]b1f184942010-03-04 01:46:574078 ['include', '^browser/gtk/certificate_viewer.cc'],
4079 ['include', '^browser/gtk/certificate_viewer.h'],
[email protected]8bfdb1d2010-11-13 19:12:024080 ['include', '^browser/gtk/chrome_gtk_frame.cc'],
4081 ['include', '^browser/gtk/chrome_gtk_frame.h'],
[email protected]a503c97c2010-07-16 13:05:484082 ['include', '^browser/gtk/collected_cookies_gtk.cc'],
4083 ['include', '^browser/gtk/collected_cookies_gtk.h'],
[email protected]83019902009-12-02 05:32:594084 ['include', '^browser/gtk/constrained_window_gtk.cc'],
4085 ['include', '^browser/gtk/constrained_window_gtk.h'],
[email protected]0c2c5e12010-03-04 17:55:254086 ['include', '^browser/gtk/gtk_chrome_cookie_view.cc'],
4087 ['include', '^browser/gtk/gtk_chrome_cookie_view.h'],
[email protected]83019902009-12-02 05:32:594088 ['include', '^browser/gtk/download_started_animation_gtk.cc'],
4089 ['include', '^browser/gtk/edit_search_engine_dialog.cc'],
4090 ['include', '^browser/gtk/edit_search_engine_dialog.h'],
4091 ['include', '^browser/gtk/first_run_dialog.cc'],
4092 ['include', '^browser/gtk/first_run_dialog.h'],
[email protected]83019902009-12-02 05:32:594093 ['include', '^browser/gtk/gtk_chrome_button.cc'],
4094 ['include', '^browser/gtk/gtk_chrome_button.h'],
4095 ['include', '^browser/gtk/gtk_chrome_link_button.cc'],
4096 ['include', '^browser/gtk/gtk_chrome_link_button.h'],
[email protected]9c8f1502010-06-25 21:34:044097 ['include', '^browser/gtk/gtk_custom_menu_item.cc'],
[email protected]e012492b2010-08-23 21:43:364098 ['include', '^browser/gtk/gtk_floating_container.cc'],
4099 ['include', '^browser/gtk/gtk_floating_container.h'],
[email protected]83019902009-12-02 05:32:594100 ['include', '^browser/gtk/gtk_theme_provider.cc'],
4101 ['include', '^browser/gtk/gtk_theme_provider.h'],
[email protected]16d51df2010-03-02 09:16:444102 ['include', '^browser/gtk/gtk_tree.cc'],
4103 ['include', '^browser/gtk/gtk_tree.h'],
4104 ['include', '^browser/gtk/gtk_util.cc'],
4105 ['include', '^browser/gtk/gtk_util.h'],
[email protected]6307acb2010-03-09 01:33:324106 ['include', '^browser/gtk/hover_controller_gtk.cc'],
4107 ['include', '^browser/gtk/hover_controller_gtk.h'],
[email protected]83019902009-12-02 05:32:594108 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
4109 ['include', '^browser/gtk/import_dialog_gtk.cc'],
4110 ['include', '^browser/gtk/import_dialog_gtk.h'],
4111 ['include', '^browser/gtk/import_progress_dialog_gtk.cc'],
4112 ['include', '^browser/gtk/import_progress_dialog_gtk.h'],
4113 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'],
4114 ['include', '^browser/gtk/import_lock_dialog_gtk.h'],
4115 ['include', '^browser/gtk/keyword_editor_view.cc'],
4116 ['include', '^browser/gtk/keyword_editor_view.h'],
[email protected]83019902009-12-02 05:32:594117 ['include', '^browser/gtk/nine_box.cc'],
4118 ['include', '^browser/gtk/nine_box.h'],
4119 ['include', '^browser/gtk/options/'],
[email protected]d416c112010-08-03 22:15:034120 ['include', '^browser/gtk/owned_widget_gtk.cc'],
4121 ['include', '^browser/gtk/owned_widget_gtk.h'],
[email protected]8e0bbf12010-07-20 00:03:434122 ['include', '^browser/gtk/popup_blocked_animation_gtk.cc'],
[email protected]83019902009-12-02 05:32:594123 ['include', '^browser/gtk/repost_form_warning_gtk.cc'],
4124 ['include', '^browser/gtk/repost_form_warning_gtk.h'],
[email protected]1f18184a2010-07-21 19:34:494125 ['include', '^browser/gtk/ssl_client_certificate_selector.cc'],
[email protected]83019902009-12-02 05:32:594126 ['include', '^browser/gtk/tab_contents_drag_source.cc'],
4127 ['include', '^browser/gtk/tab_contents_drag_source.h'],
4128 ['include', '^browser/gtk/task_manager_gtk.cc'],
4129 ['include', '^browser/gtk/task_manager_gtk.h'],
4130 ['include', '^browser/gtk/view_id_util.cc'],
4131 ['include', '^browser/gtk/view_id_util.h'],
4132
4133 # Other excluded stuff.
4134 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.cc'],
4135 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h'],
[email protected]cf390ea42009-12-09 04:14:024136 ['exclude', '^browser/extensions/extension_host_mac.h'],
4137 ['exclude', '^browser/extensions/extension_host_mac.mm'],
[email protected]83019902009-12-02 05:32:594138 ['exclude', '^browser/extensions/external_registry_extension_provider_win.cc'],
[email protected]3870bbe92010-09-01 19:44:474139 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
[email protected]83019902009-12-02 05:32:594140 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4141 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
4142 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
4143 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384144 ['exclude', '^browser/ui/browser_list_gtk.cc'],
[email protected]83019902009-12-02 05:32:594145 ],
4146 }],
[email protected]d6833852010-08-20 18:00:454147 # Exclude these toolkit_views specific files again.
4148 # (Required because of the '^browser/extensions/' include above)
4149 ['toolkit_views==0', {
4150 'sources/': [
4151 ['exclude', '^browser/extensions/extension_input_api.cc'],
4152 ['exclude', '^browser/extensions/extension_input_api.h'],
4153 ],
4154 }],
[email protected]b3f23ba2010-04-26 22:58:174155 # These GTK files haven't been ported to views, while ChromeOS has
4156 # its own separate implementation below. So re-include them only on
4157 # non-ChromeOS views Linux builds.
[email protected]06c756182010-04-27 18:31:314158 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
[email protected]fdc5bed2010-01-09 01:16:574159 'sources/': [
[email protected]80805a52010-03-23 22:49:514160 ['include', '^browser/gtk/dialogs_gtk.cc'],
[email protected]fdc5bed2010-01-09 01:16:574161 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'],
4162 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'],
[email protected]213dac22010-11-09 07:35:324163 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4164 ['include', '^browser/ui/views/notifications/balloon_view.h'],
[email protected]d14af522010-12-02 03:54:504165 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4166 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324167 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]fdc5bed2010-01-09 01:16:574168 ],
4169 }],
[email protected]05af3562010-02-26 00:41:124170 # GTK build only
[email protected]06c756182010-04-27 18:31:314171 ['OS=="linux" and toolkit_views==0', {
[email protected]83019902009-12-02 05:32:594172 'sources/': [
4173 ['include', '^browser/printing/print_dialog_gtk.cc'],
4174 ['include', '^browser/printing/print_dialog_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384175 ['exclude', '^browser/ui/browser_list_stub.cc'],
[email protected]d3a2cef2009-12-22 23:30:184176 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
[email protected]213dac22010-11-09 07:35:324177 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4178 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
[email protected]83019902009-12-02 05:32:594179 ],
4180 }],
[email protected]602627cc2010-11-24 19:14:574181 # Touch build only
4182 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4183 'sources/': [
4184 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.cc'],
4185 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.h'],
4186 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4187 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
4188 # TODO(anicolao): exclude these once we have DOMUI dialogs
4189 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'],
4190 # ['exclude', '^browser/gtk/constrained_window_gtk.h'],
4191 ],
4192 }],
[email protected]fdc5bed2010-01-09 01:16:574193 ['OS=="linux" and chromeos==1',{
[email protected]83f22072010-03-02 23:47:094194 'sources/': [
[email protected]0e6168792010-10-13 16:29:264195 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
[email protected]4a2a2292010-10-26 14:47:314196 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4197 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
[email protected]70a4ec5f2010-03-08 18:55:114198 ['exclude', '^browser/notifications/balloon_collection.cc'],
[email protected]83f22072010-03-02 23:47:094199 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
[email protected]70a4ec5f2010-03-08 18:55:114200 ['exclude', '^browser/notifications/balloon_collection_linux.cc'],
[email protected]83f22072010-03-02 23:47:094201 ],
[email protected]d3a2cef2009-12-22 23:30:184202 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124203 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124204 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]1e40513c2010-07-22 01:00:214205 ],
4206 'conditions': [
4207 ['system_libcros==0', {
4208 'dependencies': [
4209 '../third_party/cros/cros_api.gyp:cros_api',
4210 ],
4211 'include_dirs': [
4212 '../third_party/'
4213 ],
4214 }],
4215 ['system_libcros==1', {
4216 'link_settings': {
4217 'libraries': [
4218 '-lcrosapi',
4219 ],
4220 },
4221 }],
[email protected]d3a2cef2009-12-22 23:30:184222 ],
4223 'actions': [
4224 {
4225 'action_name': 'my_proto',
4226 'inputs': [
4227 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4228 'browser/metrics/system_metrics.proto',
4229 ],
4230 'outputs': [
4231 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc',
4232 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h',
4233 ],
4234 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124235 '../third_party/protobuf/protobuf.gyp:protoc',
[email protected]d3a2cef2009-12-22 23:30:184236 ],
4237 'action': [
4238 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4239 'browser/metrics/system_metrics.proto',
4240 '--cpp_out=<(INTERMEDIATE_DIR)/chrome',
4241 ],
4242 },
4243 ],
4244 }],
[email protected]e215b1d2010-10-28 17:02:204245 ['OS=="linux" and gcc_version==45', {
4246 # Avoid gcc 4.5 miscompilation of template_url.cc
4247 # as per http://crbug.com/41887
4248 'cflags': [
4249 '-fno-ipa-cp',
4250 ],
4251 }],
[email protected]83019902009-12-02 05:32:594252 ],
4253 # Exclude files that should be excluded for all non-Windows platforms.
4254 'sources!': [
[email protected]c5c2a672010-10-01 23:28:044255 'browser/accessibility/browser_accessibility_win.cc',
4256 'browser/accessibility/browser_accessibility_win.h',
4257 'browser/accessibility/browser_accessibility_manager_win.cc',
4258 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]da2566e12010-03-10 06:23:354259 'browser/aeropeek_manager.cc',
[email protected]83019902009-12-02 05:32:594260 'browser/autocomplete/autocomplete_accessibility.cc',
4261 'browser/bookmarks/bookmark_menu_controller.cc',
4262 'browser/bookmarks/bookmark_menu_controller.h',
[email protected]22aa4b62010-09-02 17:19:464263 'browser/extensions/extension_tts_api_win.cc',
[email protected]f7578f52010-08-30 22:22:494264 'browser/google/google_update.cc',
[email protected]83019902009-12-02 05:32:594265 'browser/history/history_indexer.idl',
4266 'browser/history_tab_ui.cc',
4267 'browser/history_view.cc',
4268 'browser/ime_input.cc',
4269 'browser/importer/ie_importer.cc',
[email protected]83019902009-12-02 05:32:594270 ],
4271 }],
[email protected]5f7e5cb22010-11-15 16:08:104272 [ 'use_openssl==1', {
4273 'sources!': [
4274 'browser/importer/nss_decryptor.cc',
4275 'browser/importer/nss_decryptor_system_nss.cc',
4276 'browser/importer/nss_decryptor_system_nss.h',
4277 ],
4278 }],
[email protected]83019902009-12-02 05:32:594279 ],
4280 },
[email protected]b7b9e032010-03-17 19:48:514281 {
[email protected]86206622010-05-14 05:45:264282 # Protobuf compiler / generate rule for feedback
4283 'target_name': 'userfeedback_proto',
4284 'type': 'none',
4285 'sources': [
4286 'browser/userfeedback/proto/annotations.proto',
[email protected]ac1894a2010-08-22 10:38:544287 'browser/userfeedback/proto/chrome.proto',
[email protected]86206622010-05-14 05:45:264288 'browser/userfeedback/proto/common.proto',
[email protected]86206622010-05-14 05:45:264289 'browser/userfeedback/proto/dom.proto',
4290 'browser/userfeedback/proto/extension.proto',
4291 'browser/userfeedback/proto/math.proto',
4292 'browser/userfeedback/proto/web.proto',
4293 ],
4294 'rules': [
4295 {
4296 'rule_name': 'genproto',
4297 'extension': 'proto',
4298 'inputs': [
4299 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4300 ],
4301 'variables': {
4302 # The protoc compiler requires a proto_path argument with the
4303 # directory containing the .proto file.
4304 # There's no generator variable that corresponds to this, so fake it.
4305 'rule_input_relpath': 'browser/userfeedback/proto',
4306 },
4307 'outputs': [
4308 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4309 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4310 ],
4311 'action': [
4312 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4313 '--proto_path=./<(rule_input_relpath)',
4314 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4315 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4316 ],
4317 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4318 },
4319 ],
4320 'dependencies': [
[email protected]af3176a22010-10-13 18:21:194321 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124322 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]86206622010-05-14 05:45:264323 ],
4324 'direct_dependent_settings': {
4325 'include_dirs': [
4326 '<(protoc_out_dir)',
4327 ]
4328 },
4329 'export_dependent_settings': [
[email protected]af3176a22010-10-13 18:21:194330 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]86206622010-05-14 05:45:264331 ],
[email protected]86206622010-05-14 05:45:264332 },
[email protected]bd1b1d62010-11-11 21:53:164333 {
4334 # Protobuf compiler / generator for the safebrowsing client-side detection
4335 # (csd) request protocol buffer.
4336 'target_name': 'safe_browsing_csd_proto',
4337 'type': 'none',
4338 'sources': [ 'browser/safe_browsing/csd.proto' ],
4339 'rules': [
4340 {
4341 'rule_name': 'genproto',
4342 'extension': 'proto',
4343 'inputs': [
4344 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4345 ],
4346 'variables': {
4347 # The protoc compiler requires a proto_path argument with the
4348 # directory containing the .proto file.
4349 # There's no generator variable that corresponds to this, so fake
4350 # it.
4351 'rule_input_relpath': 'browser/safe_browsing',
4352 },
4353 'outputs': [
4354 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4355 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4356 ],
4357 'action': [
4358 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4359 '--proto_path=./<(rule_input_relpath)',
4360 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4361 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4362 ],
4363 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4364 },
4365 ],
4366 'dependencies': [
4367 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4368 '../third_party/protobuf/protobuf.gyp:protoc#host',
4369 ],
4370 'direct_dependent_settings': {
4371 'include_dirs': [
4372 '<(protoc_out_dir)',
4373 ]
4374 },
4375 'export_dependent_settings': [
4376 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4377 ],
4378 },
[email protected]83019902009-12-02 05:32:594379 ],
4380}
4381
4382# Local Variables:
4383# tab-width:2
4384# indent-tabs-mode:nil
4385# End:
4386# vim: set expandtab tabstop=2 shiftwidth=2: