blob: 1857edecffe7179f0aa5dfdb10db9289e42402a4 [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',
[email protected]1a78d9f32010-12-08 06:38:4530 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
[email protected]83019902009-12-02 05:32:5931 '../printing/printing.gyp:printing',
32 '../skia/skia.gyp:skia',
33 '../third_party/bzip2/bzip2.gyp:bzip2',
[email protected]ec64212b2010-03-18 01:02:4334 '../third_party/expat/expat.gyp:expat',
[email protected]83019902009-12-02 05:32:5935 '../third_party/icu/icu.gyp:icui18n',
36 '../third_party/icu/icu.gyp:icuuc',
37 '../third_party/libjingle/libjingle.gyp:libjingle',
38 '../third_party/libxml/libxml.gyp:libxml',
39 '../third_party/npapi/npapi.gyp:npapi',
40 '../third_party/hunspell/hunspell.gyp:hunspell',
[email protected]2fed40d2010-08-18 14:01:2141 '../third_party/speex/speex.gyp:libspeex',
[email protected]69d3dfe82010-05-14 03:21:5542 '../webkit/support/webkit_support.gyp:appcache',
[email protected]22339b12010-08-27 18:29:2443 '../webkit/support/webkit_support.gyp:blob',
[email protected]69d3dfe82010-05-14 03:21:5544 '../webkit/support/webkit_support.gyp:database',
[email protected]f05ca652010-09-16 04:46:1445 '../webkit/support/webkit_support.gyp:fileapi',
[email protected]69d3dfe82010-05-14 03:21:5546 '../webkit/support/webkit_support.gyp:glue',
47 '../webkit/support/webkit_support.gyp:webkit_resources',
[email protected]83019902009-12-02 05:32:5948 ],
49 'include_dirs': [
50 '..',
51 '<(INTERMEDIATE_DIR)',
52 ],
53 'defines': [
54 '<@(nacl_defines)',
55 ],
[email protected]3b32fa62010-02-25 23:17:0956 'direct_dependent_settings': {
57 'defines': [
58 '<@(nacl_defines)',
59 ],
60 },
[email protected]83019902009-12-02 05:32:5961 'sources': [
62 # All .cc, .h, .m, and .mm files under browser except for tests and
63 # mocks.
[email protected]1a47d7e2010-10-15 00:37:2464 'browser/about_flags.cc',
65 'browser/about_flags.h',
[email protected]c5c2a672010-10-01 23:28:0466 'browser/accessibility/browser_accessibility.cc',
67 'browser/accessibility/browser_accessibility.h',
[email protected]0d7dad62010-10-19 21:18:5068 'browser/accessibility/browser_accessibility_cocoa.h',
69 'browser/accessibility/browser_accessibility_cocoa.mm',
70 'browser/accessibility/browser_accessibility_delegate_mac.h',
71 'browser/accessibility/browser_accessibility_mac.h',
72 'browser/accessibility/browser_accessibility_mac.mm',
[email protected]c5c2a672010-10-01 23:28:0473 'browser/accessibility/browser_accessibility_manager.cc',
74 'browser/accessibility/browser_accessibility_manager.h',
[email protected]1dbadbd2010-10-13 18:50:1075 'browser/accessibility/browser_accessibility_manager_mac.h',
76 'browser/accessibility/browser_accessibility_manager_mac.mm',
[email protected]c5c2a672010-10-01 23:28:0477 'browser/accessibility/browser_accessibility_manager_win.cc',
78 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]0d7dad62010-10-19 21:18:5079 'browser/accessibility/browser_accessibility_state.cc',
80 'browser/accessibility/browser_accessibility_state.h',
[email protected]c5c2a672010-10-01 23:28:0481 'browser/accessibility/browser_accessibility_win.cc',
82 'browser/accessibility/browser_accessibility_win.h',
[email protected]dcddcdb02010-02-23 09:10:1383 'browser/accessibility_events.h',
84 'browser/accessibility_events.cc',
[email protected]da2566e12010-03-10 06:23:3585 'browser/aeropeek_manager.cc',
86 'browser/aeropeek_manager.h',
[email protected]83019902009-12-02 05:32:5987 'browser/alternate_nav_url_fetcher.cc',
88 'browser/alternate_nav_url_fetcher.h',
89 'browser/app_controller_cppsafe_mac.h',
90 'browser/app_controller_mac.h',
91 'browser/app_controller_mac.mm',
[email protected]f7be2197b2010-04-23 00:20:4492 'browser/app_icon_win.cc',
93 'browser/app_icon_win.h',
[email protected]214594ae2010-05-18 13:29:1594 'browser/app_launched_animation.h',
[email protected]0082d7e0d2010-02-27 14:34:1295 'browser/appcache/appcache_dispatcher_host.cc',
96 'browser/appcache/appcache_dispatcher_host.h',
97 'browser/appcache/appcache_frontend_proxy.cc',
98 'browser/appcache/appcache_frontend_proxy.h',
99 'browser/appcache/chrome_appcache_service.cc',
100 'browser/appcache/chrome_appcache_service.h',
[email protected]042ecea2010-03-27 01:36:43101 'browser/appcache/view_appcache_internals_job_factory.cc',
[email protected]85d252e2010-04-06 22:21:02102 'browser/appcache/view_appcache_internals_job_factory.h',
[email protected]83019902009-12-02 05:32:59103 'browser/autocomplete/autocomplete.cc',
104 'browser/autocomplete/autocomplete.h',
105 'browser/autocomplete/autocomplete_accessibility.cc',
106 'browser/autocomplete/autocomplete_accessibility.h',
[email protected]69c579e2010-04-23 20:01:00107 'browser/autocomplete/autocomplete_classifier.cc',
108 'browser/autocomplete/autocomplete_classifier.h',
[email protected]83019902009-12-02 05:32:59109 'browser/autocomplete/autocomplete_edit.cc',
110 'browser/autocomplete/autocomplete_edit.h',
111 'browser/autocomplete/autocomplete_edit_view.h',
112 'browser/autocomplete/autocomplete_edit_view_gtk.cc',
113 'browser/autocomplete/autocomplete_edit_view_gtk.h',
114 'browser/autocomplete/autocomplete_edit_view_mac.h',
115 'browser/autocomplete/autocomplete_edit_view_mac.mm',
116 'browser/autocomplete/autocomplete_edit_view_win.cc',
117 'browser/autocomplete/autocomplete_edit_view_win.h',
[email protected]9ac40092010-10-27 23:05:26118 'browser/autocomplete/autocomplete_match.cc',
119 'browser/autocomplete/autocomplete_match.h',
[email protected]83019902009-12-02 05:32:59120 'browser/autocomplete/autocomplete_popup_model.cc',
121 'browser/autocomplete/autocomplete_popup_model.h',
122 'browser/autocomplete/autocomplete_popup_view.h',
123 'browser/autocomplete/autocomplete_popup_view_gtk.cc',
124 'browser/autocomplete/autocomplete_popup_view_gtk.h',
125 'browser/autocomplete/autocomplete_popup_view_mac.h',
126 'browser/autocomplete/autocomplete_popup_view_mac.mm',
127 'browser/autocomplete/history_contents_provider.cc',
128 'browser/autocomplete/history_contents_provider.h',
[email protected]497606b2010-10-12 17:31:23129 'browser/autocomplete/history_provider.cc',
130 'browser/autocomplete/history_provider.h',
[email protected]bbf7e53f2010-08-21 03:48:22131 'browser/autocomplete/history_provider_util.cc',
132 'browser/autocomplete/history_provider_util.h',
[email protected]7c6821d2010-08-04 16:07:34133 'browser/autocomplete/history_quick_provider.cc',
134 'browser/autocomplete/history_quick_provider.h',
[email protected]83019902009-12-02 05:32:59135 'browser/autocomplete/history_url_provider.cc',
136 'browser/autocomplete/history_url_provider.h',
137 'browser/autocomplete/keyword_provider.cc',
138 'browser/autocomplete/keyword_provider.h',
139 'browser/autocomplete/search_provider.cc',
140 'browser/autocomplete/search_provider.h',
[email protected]6db0def92010-03-02 19:55:45141 'browser/autocomplete_history_manager.cc',
142 'browser/autocomplete_history_manager.h',
[email protected]d7240bf2009-12-15 22:18:37143 'browser/autofill/address_field.cc',
144 'browser/autofill/address_field.h',
[email protected]ab2d6f992010-01-04 22:57:19145 'browser/autofill/address.cc',
146 'browser/autofill/address.h',
[email protected]8ebfa3b2010-02-12 04:24:08147 'browser/autofill/autofill_address_model_mac.h',
148 'browser/autofill/autofill_address_model_mac.mm',
[email protected]cff83fe2010-06-09 17:19:57149 'browser/autofill/autofill_address_sheet_controller_mac.h',
150 'browser/autofill/autofill_address_sheet_controller_mac.mm',
[email protected]71f7579b2010-07-17 07:45:19151 'browser/autofill/autofill_cc_infobar.h',
152 'browser/autofill/autofill_cc_infobar_win.cc',
[email protected]cf8ebbb2010-07-08 22:34:38153 'browser/autofill/autofill_cc_infobar_delegate.h',
154 'browser/autofill/autofill_cc_infobar_delegate.cc',
[email protected]8ebfa3b2010-02-12 04:24:08155 'browser/autofill/autofill_credit_card_model_mac.h',
156 'browser/autofill/autofill_credit_card_model_mac.mm',
[email protected]cff83fe2010-06-09 17:19:57157 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
158 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
[email protected]8ebfa3b2010-02-12 04:24:08159 'browser/autofill/autofill_dialog_controller_mac.h',
160 'browser/autofill/autofill_dialog_controller_mac.mm',
[email protected]c113686b2010-01-13 22:08:28161 'browser/autofill/autofill_dialog_gtk.cc',
[email protected]8ebfa3b2010-02-12 04:24:08162 'browser/autofill/autofill_dialog_mac.mm',
[email protected]ac0844422010-02-01 20:24:48163 # Windows version of autofill dialog is defined in
[email protected]213dac22010-11-09 07:35:32164 # 'browser/ui/views/autofill_profiles_view_win.cc'
[email protected]c113686b2010-01-13 22:08:28165 'browser/autofill/autofill_dialog.h',
[email protected]427b7da72010-03-22 21:23:18166 'browser/autofill/autofill_download.cc',
167 'browser/autofill/autofill_download.h',
[email protected]e5cd1be92010-11-01 20:01:07168 'browser/autofill/autofill_editor_gtk.cc',
[email protected]83019902009-12-02 05:32:59169 'browser/autofill/autofill_field.cc',
170 'browser/autofill/autofill_field.h',
[email protected]f69c8852010-10-12 02:36:46171 'browser/autofill/autofill_ie_toolbar_import_win.cc',
172 'browser/autofill/autofill_ie_toolbar_import_win.h',
[email protected]83019902009-12-02 05:32:59173 'browser/autofill/autofill_manager.cc',
174 'browser/autofill/autofill_manager.h',
[email protected]6ee50a82010-11-24 07:04:03175 'browser/autofill/autofill_metrics.cc',
176 'browser/autofill/autofill_metrics.h',
[email protected]0f1a6802010-01-07 23:13:09177 'browser/autofill/autofill_profile.cc',
178 'browser/autofill/autofill_profile.h',
[email protected]68ffae92010-02-16 23:53:47179 'browser/autofill/autofill_text_field_mac.h',
180 'browser/autofill/autofill_text_field_mac.mm',
[email protected]83019902009-12-02 05:32:59181 'browser/autofill/autofill_type.cc',
182 'browser/autofill/autofill_type.h',
[email protected]ec64212b2010-03-18 01:02:43183 'browser/autofill/autofill_xml_parser.cc',
184 'browser/autofill/autofill_xml_parser.h',
[email protected]849b7f82010-01-07 19:35:57185 'browser/autofill/billing_address.h',
[email protected]6c178512010-01-04 20:27:25186 'browser/autofill/contact_info.cc',
187 'browser/autofill/contact_info.h',
[email protected]9bd382a72009-12-16 19:40:29188 'browser/autofill/credit_card_field.cc',
189 'browser/autofill/credit_card_field.h',
[email protected]d02de452010-01-06 20:25:41190 'browser/autofill/credit_card.cc',
191 'browser/autofill/credit_card.h',
[email protected]66aaff1002010-04-21 04:09:58192 'browser/autofill/fax_field.cc',
193 'browser/autofill/fax_field.h',
[email protected]3db3ff62010-01-07 00:35:39194 'browser/autofill/fax_number.h',
[email protected]83019902009-12-02 05:32:59195 'browser/autofill/field_types.h',
[email protected]e2d86672009-12-09 23:42:34196 'browser/autofill/form_field.cc',
197 'browser/autofill/form_field.h',
[email protected]a7b29dd2010-07-12 22:40:06198 'browser/autofill/form_group.cc',
[email protected]85b2c132009-12-22 02:02:58199 'browser/autofill/form_group.h',
[email protected]83019902009-12-02 05:32:59200 'browser/autofill/form_structure.cc',
201 'browser/autofill/form_structure.h',
[email protected]849b7f82010-01-07 19:35:57202 'browser/autofill/home_address.h',
[email protected]3db3ff62010-01-07 00:35:39203 'browser/autofill/home_phone_number.h',
[email protected]1cf1f462009-12-17 00:02:05204 'browser/autofill/name_field.cc',
205 'browser/autofill/name_field.h',
[email protected]83019902009-12-02 05:32:59206 'browser/autofill/personal_data_manager.cc',
207 'browser/autofill/personal_data_manager.h',
[email protected]6842a3f2010-03-09 17:39:44208 'browser/autofill/personal_data_manager_mac.mm',
[email protected]cfb77312009-12-11 00:18:25209 'browser/autofill/phone_field.cc',
210 'browser/autofill/phone_field.h',
[email protected]3db3ff62010-01-07 00:35:39211 'browser/autofill/phone_number.cc',
212 'browser/autofill/phone_number.h',
[email protected]967d2f2e2010-07-24 00:15:39213 'browser/autofill/select_control_handler.cc',
214 'browser/autofill/select_control_handler.h',
[email protected]83019902009-12-02 05:32:59215 'browser/automation/automation_autocomplete_edit_tracker.h',
216 'browser/automation/automation_browser_tracker.h',
217 'browser/automation/extension_automation_constants.h',
218 'browser/automation/extension_automation_constants.cc',
219 'browser/automation/automation_extension_function.h',
220 'browser/automation/automation_extension_function.cc',
[email protected]790788ac2010-04-06 17:52:19221 'browser/automation/automation_extension_tracker.cc',
222 'browser/automation/automation_extension_tracker.h',
[email protected]566a0f762010-03-10 04:14:57223 'browser/automation/automation_provider_chromeos.cc',
[email protected]83019902009-12-02 05:32:59224 'browser/automation/automation_provider_gtk.cc',
225 'browser/automation/automation_provider_mac.mm',
[email protected]83019902009-12-02 05:32:59226 'browser/automation/automation_provider_win.cc',
227 'browser/automation/automation_provider.cc',
228 'browser/automation/automation_provider.h',
[email protected]7c983cc2010-07-16 11:33:34229 'browser/automation/automation_provider_json.h',
230 'browser/automation/automation_provider_json.cc',
[email protected]83019902009-12-02 05:32:59231 'browser/automation/automation_provider_list.cc',
232 'browser/automation/automation_provider_list_generic.cc',
233 'browser/automation/automation_provider_list_mac.mm',
234 'browser/automation/automation_provider_list.h',
235 'browser/automation/automation_provider_observers.cc',
236 'browser/automation/automation_provider_observers.h',
237 'browser/automation/automation_resource_message_filter.cc',
238 'browser/automation/automation_resource_message_filter.h',
[email protected]3a3d47472010-07-15 21:03:54239 'browser/automation/automation_resource_routing_delegate.cc',
240 'browser/automation/automation_resource_routing_delegate.h',
[email protected]83019902009-12-02 05:32:59241 'browser/automation/automation_resource_tracker.cc',
242 'browser/automation/automation_resource_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00243 'browser/automation/automation_tab_tracker.cc',
[email protected]83019902009-12-02 05:32:59244 'browser/automation/automation_tab_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00245 'browser/automation/automation_window_tracker.cc',
[email protected]cce6f1b2010-08-18 18:33:00246 'browser/automation/automation_window_tracker.h',
[email protected]e253b2612009-12-10 21:55:08247 'browser/automation/chrome_frame_automation_provider.cc',
248 'browser/automation/chrome_frame_automation_provider.h',
[email protected]83019902009-12-02 05:32:59249 'browser/automation/extension_port_container.cc',
250 'browser/automation/extension_port_container.h',
[email protected]7256dab2010-08-23 22:35:18251 'browser/automation/testing_automation_provider_gtk.cc',
252 'browser/automation/testing_automation_provider_mac.mm',
[email protected]78962e2e2010-08-25 17:33:34253 'browser/automation/testing_automation_provider_views.cc',
[email protected]7256dab2010-08-23 22:35:18254 'browser/automation/testing_automation_provider_win.cc',
[email protected]cce6f1b2010-08-18 18:33:00255 'browser/automation/testing_automation_provider.cc',
256 'browser/automation/testing_automation_provider.h',
257 'browser/automation/url_request_automation_job.cc',
258 'browser/automation/url_request_automation_job.h',
[email protected]853300a82010-07-27 21:17:57259 'browser/automation/ui_controls_internal.h',
[email protected]83019902009-12-02 05:32:59260 'browser/automation/ui_controls_linux.cc',
[email protected]1b5a48c2010-04-29 23:08:30261 'browser/automation/ui_controls_mac.mm',
[email protected]83019902009-12-02 05:32:59262 'browser/automation/ui_controls_win.cc',
263 'browser/automation/ui_controls.h',
[email protected]aa0508122010-11-08 23:16:50264 'browser/background_application_list_model.cc',
265 'browser/background_application_list_model.h',
[email protected]398206c2010-06-21 01:46:08266 'browser/background_contents_service.cc',
[email protected]aa0508122010-11-08 23:16:50267 'browser/background_contents_service.h',
268 'browser/background_mode_manager.cc',
269 'browser/background_mode_manager.h',
[email protected]70dd60b2010-12-09 00:36:17270 'browser/background_mode_manager_chromeos.cc',
271 'browser/background_mode_manager_linux.cc',
272 'browser/background_mode_manager_mac.mm',
273 'browser/background_mode_manager_win.cc',
[email protected]b569c112010-11-22 20:53:44274 'browser/background_page_tracker.cc',
275 'browser/background_page_tracker.h',
[email protected]c65e2f152010-10-14 15:30:40276 'browser/blocked_content_container.cc',
277 'browser/blocked_content_container.h',
[email protected]83019902009-12-02 05:32:59278 'browser/bookmarks/bookmark_codec.cc',
279 'browser/bookmarks/bookmark_codec.h',
280 'browser/bookmarks/bookmark_context_menu_controller.cc',
281 'browser/bookmarks/bookmark_context_menu_controller.h',
[email protected]83019902009-12-02 05:32:59282 'browser/bookmarks/bookmark_drop_info.cc',
283 'browser/bookmarks/bookmark_drop_info.h',
[email protected]a0835ac2010-09-13 19:40:08284 'browser/bookmarks/bookmark_editor.cc',
[email protected]83019902009-12-02 05:32:59285 'browser/bookmarks/bookmark_editor.h',
[email protected]d31c4a52010-04-12 21:41:02286 'browser/bookmarks/bookmark_folder_editor_controller.cc',
287 'browser/bookmarks/bookmark_folder_editor_controller.h',
[email protected]83019902009-12-02 05:32:59288 'browser/bookmarks/bookmark_index.cc',
289 'browser/bookmarks/bookmark_index.h',
290 'browser/bookmarks/bookmark_html_writer.cc',
291 'browser/bookmarks/bookmark_html_writer.h',
[email protected]83019902009-12-02 05:32:59292 'browser/bookmarks/bookmark_model.cc',
293 'browser/bookmarks/bookmark_model.h',
294 'browser/bookmarks/bookmark_model_observer.h',
[email protected]dd0598522010-11-26 23:12:49295 'browser/bookmarks/bookmark_node_data.cc',
296 'browser/bookmarks/bookmark_node_data.h',
[email protected]0fe52a02010-02-06 00:39:25297 'browser/bookmarks/bookmark_pasteboard_helper_mac.h',
298 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm',
[email protected]83019902009-12-02 05:32:59299 'browser/bookmarks/bookmark_service.h',
300 'browser/bookmarks/bookmark_storage.cc',
301 'browser/bookmarks/bookmark_storage.h',
[email protected]83019902009-12-02 05:32:59302 'browser/bookmarks/bookmark_utils.cc',
303 'browser/bookmarks/bookmark_utils.h',
[email protected]4bdde602010-06-16 03:17:35304 'browser/bookmarks/recently_used_folders_combo_model.cc',
[email protected]541f55a2010-09-07 16:42:53305 'browser/bookmarks/recently_used_folders_combo_model.h',
[email protected]83019902009-12-02 05:32:59306 'browser/browser_about_handler.cc',
307 'browser/browser_about_handler.h',
[email protected]d27893f62010-07-03 05:47:42308 'browser/browser_child_process_host.cc',
309 'browser/browser_child_process_host.h',
[email protected]4b580bf2010-12-02 19:16:07310 'browser/browser_io_message_filter.cc',
311 'browser/browser_io_message_filter.h',
[email protected]83019902009-12-02 05:32:59312 'browser/browser_main.cc',
313 'browser/browser_main_gtk.cc',
[email protected]c6032e82010-09-13 20:06:05314 'browser/browser_main_gtk.h',
[email protected]83019902009-12-02 05:32:59315 'browser/browser_main_mac.mm',
[email protected]f8abf722010-07-07 19:46:24316 'browser/browser_main_posix.cc',
[email protected]1fec64352010-07-27 13:55:21317 'browser/browser_main_posix.h',
[email protected]83019902009-12-02 05:32:59318 'browser/browser_main_win.cc',
319 'browser/browser_main_win.h',
[email protected]83019902009-12-02 05:32:59320 'browser/browser_process.cc',
321 'browser/browser_process.h',
322 'browser/browser_process_impl.cc',
323 'browser/browser_process_impl.h',
[email protected]0ac83682010-01-22 17:46:27324 'browser/browser_process_sub_thread.cc',
325 'browser/browser_process_sub_thread.h',
[email protected]2efebbbf2010-10-25 10:31:21326 'browser/browser_signin.cc',
327 'browser/browser_signin.h',
[email protected]83019902009-12-02 05:32:59328 'browser/browser_shutdown.cc',
329 'browser/browser_shutdown.h',
[email protected]092b04e2010-10-12 23:23:44330 'browser/browser_thread.cc',
331 'browser/browser_thread.h',
[email protected]83019902009-12-02 05:32:59332 'browser/browser_trial.cc',
333 'browser/browser_trial.h',
334 'browser/browser_url_handler.cc',
335 'browser/browser_url_handler.h',
[email protected]f26795eb2010-02-26 23:45:35336 'browser/browsing_data_appcache_helper.cc',
337 'browser/browsing_data_appcache_helper.h',
[email protected]b5c6e302010-02-10 18:13:40338 'browser/browsing_data_database_helper.cc',
339 'browser/browsing_data_database_helper.h',
[email protected]2823fb242010-09-23 08:53:26340 'browser/browsing_data_indexed_db_helper.cc',
341 'browser/browsing_data_indexed_db_helper.h',
[email protected]8f9aefd2010-01-25 13:50:48342 'browser/browsing_data_local_storage_helper.cc',
343 'browser/browsing_data_local_storage_helper.h',
[email protected]83019902009-12-02 05:32:59344 'browser/browsing_data_remover.cc',
345 'browser/browsing_data_remover.h',
346 'browser/browsing_instance.cc',
347 'browser/browsing_instance.h',
[email protected]43461682010-10-29 00:52:36348 'browser/bug_report_data.h',
349 'browser/bug_report_data.cc',
[email protected]83019902009-12-02 05:32:59350 'browser/bug_report_util.cc',
351 'browser/bug_report_util.h',
[email protected]86206622010-05-14 05:45:26352 # TODO(rkc): Find a better way to include these files
353 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc',
[email protected]ac1894a2010-08-22 10:38:54354 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
[email protected]86206622010-05-14 05:45:26355 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
[email protected]86206622010-05-14 05:45:26356 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
357 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
358 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
359 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
[email protected]83019902009-12-02 05:32:59360 'browser/cancelable_request.cc',
361 'browser/cancelable_request.h',
362 'browser/cert_store.cc',
363 'browser/cert_store.h',
[email protected]0fd776c402010-09-29 21:59:17364 'browser/certificate_manager_model.cc',
365 'browser/certificate_manager_model.h',
[email protected]8ae178b12010-07-07 22:55:27366 'browser/certificate_viewer.cc',
367 'browser/certificate_viewer.h',
[email protected]83019902009-12-02 05:32:59368 'browser/character_encoding.cc',
369 'browser/character_encoding.h',
[email protected]4bdd8e12009-12-07 18:21:03370 'browser/child_process_launcher.cc',
[email protected]83019902009-12-02 05:32:59371 'browser/child_process_launcher.h',
372 'browser/child_process_security_policy.cc',
373 'browser/child_process_security_policy.h',
[email protected]22339b12010-08-27 18:29:24374 'browser/chrome_blob_storage_context.cc',
375 'browser/chrome_blob_storage_context.h',
[email protected]83019902009-12-02 05:32:59376 'browser/chrome_browser_application_mac.h',
377 'browser/chrome_browser_application_mac.mm',
378 'browser/chrome_plugin_browsing_context.cc',
379 'browser/chrome_plugin_browsing_context.h',
380 'browser/chrome_plugin_host.cc',
381 'browser/chrome_plugin_host.h',
[email protected]83f22072010-03-02 23:47:09382 'browser/chromeos/notifications/balloon_collection_impl.cc',
[email protected]284727882010-08-19 20:59:04383 'browser/chromeos/notifications/balloon_collection_impl.h',
[email protected]2e5cc5f2010-02-05 22:02:18384 'browser/chromeos/notifications/balloon_view.cc',
[email protected]284727882010-08-19 20:59:04385 'browser/chromeos/notifications/balloon_view.h',
386 'browser/chromeos/notifications/balloon_view_host.cc',
387 'browser/chromeos/notifications/balloon_view_host.h',
[email protected]2e5cc5f2010-02-05 22:02:18388 'browser/chromeos/notifications/notification_panel.cc',
[email protected]284727882010-08-19 20:59:04389 'browser/chromeos/notifications/notification_panel.h',
[email protected]0fecda62010-03-19 21:59:01390 'browser/chromeos/notifications/system_notification.cc',
[email protected]284727882010-08-19 20:59:04391 'browser/chromeos/notifications/system_notification.h',
[email protected]3b845752010-03-17 01:19:06392 'browser/chromeos/notifications/system_notification_factory.cc',
[email protected]284727882010-08-19 20:59:04393 'browser/chromeos/notifications/system_notification_factory.h',
[email protected]d032b3792010-06-07 22:02:39394 'browser/chromeos/audio_handler.cc',
395 'browser/chromeos/audio_handler.h',
[email protected]ac4bf502010-05-04 16:58:07396 'browser/chromeos/boot_times_loader.cc',
397 'browser/chromeos/boot_times_loader.h',
[email protected]5f449baa2010-10-08 20:29:59398 'browser/chromeos/browser_main_chromeos.cc',
399 'browser/chromeos/browser_main_chromeos.h',
[email protected]73bd67b2010-07-16 16:00:09400 'browser/chromeos/cros_settings.cc',
401 'browser/chromeos/cros_settings.h',
402 'browser/chromeos/cros_settings_names.cc',
403 'browser/chromeos/cros_settings_names.h',
[email protected]93a49ae2010-08-03 23:50:47404 'browser/chromeos/cros_settings_provider.h',
[email protected]1f821952010-11-01 06:56:44405 'browser/chromeos/cros_settings_provider.cc',
[email protected]4a6861a2010-08-23 19:04:46406 'browser/chromeos/cros/burn_library.cc',
407 'browser/chromeos/cros/burn_library.h',
[email protected]268b02f2010-02-04 21:07:15408 'browser/chromeos/cros/cros_library.cc',
409 'browser/chromeos/cros/cros_library.h',
[email protected]62c7ef32010-03-23 23:44:24410 'browser/chromeos/cros/cros_library_loader.cc',
411 'browser/chromeos/cros/cros_library_loader.h',
[email protected]ad8a6ea2010-03-11 00:05:02412 'browser/chromeos/cros/cryptohome_library.cc',
413 'browser/chromeos/cros/cryptohome_library.h',
[email protected]0b6da802010-06-15 01:50:03414 'browser/chromeos/cros/keyboard_library.cc',
415 'browser/chromeos/cros/keyboard_library.h',
[email protected]291d8b72010-06-21 09:43:14416 'browser/chromeos/cros/input_method_library.cc',
417 'browser/chromeos/cros/input_method_library.h',
[email protected]268b02f2010-02-04 21:07:15418 'browser/chromeos/cros/login_library.cc',
419 'browser/chromeos/cros/login_library.h',
420 'browser/chromeos/cros/mount_library.cc',
421 'browser/chromeos/cros/mount_library.h',
422 'browser/chromeos/cros/network_library.cc',
423 'browser/chromeos/cros/network_library.h',
424 'browser/chromeos/cros/power_library.cc',
425 'browser/chromeos/cros/power_library.h',
[email protected]a39c2d12010-05-14 23:48:27426 'browser/chromeos/cros/screen_lock_library.cc',
427 'browser/chromeos/cros/screen_lock_library.h',
[email protected]b1220622010-04-28 22:46:16428 'browser/chromeos/cros/speech_synthesis_library.cc',
429 'browser/chromeos/cros/speech_synthesis_library.h',
[email protected]e251662c2010-05-20 05:55:06430 'browser/chromeos/cros/syslogs_library.cc',
431 'browser/chromeos/cros/syslogs_library.h',
[email protected]94a922b2010-06-30 23:18:15432 'browser/chromeos/cros/system_library.cc',
433 'browser/chromeos/cros/system_library.h',
[email protected]b4e05f22010-09-08 17:27:46434 'browser/chromeos/cros/touchpad_library.cc',
435 'browser/chromeos/cros/touchpad_library.h',
[email protected]3cdf3762010-07-13 22:55:55436 'browser/chromeos/cros/update_library.cc',
[email protected]399a8da2010-07-19 14:42:24437 'browser/chromeos/cros/update_library.h',
[email protected]c3f4ad22010-05-28 09:20:09438 'browser/chromeos/customization_document.cc',
[email protected]478739e32010-06-17 17:09:05439 'browser/chromeos/customization_document.h',
[email protected]73bd67b2010-07-16 16:00:09440 'browser/chromeos/dom_ui/accounts_options_handler.cc',
441 'browser/chromeos/dom_ui/accounts_options_handler.h',
442 'browser/chromeos/dom_ui/core_chromeos_options_handler.cc',
443 'browser/chromeos/dom_ui/core_chromeos_options_handler.h',
[email protected]7096f562010-08-16 21:59:04444 'browser/chromeos/dom_ui/cros_options_page_ui_handler.cc',
445 'browser/chromeos/dom_ui/cros_options_page_ui_handler.h',
[email protected]4ccc05e2010-10-06 19:32:15446 'browser/chromeos/dom_ui/cros_personal_options_handler.cc',
447 'browser/chromeos/dom_ui/cros_personal_options_handler.h',
[email protected]722119e2010-08-26 03:09:37448 'browser/chromeos/dom_ui/imageburner_ui.cc',
449 'browser/chromeos/dom_ui/imageburner_ui.h',
[email protected]b2e23e32010-07-28 07:03:55450 'browser/chromeos/dom_ui/internet_options_handler.cc',
451 'browser/chromeos/dom_ui/internet_options_handler.h',
[email protected]d1d150f2010-11-04 05:41:39452 'browser/chromeos/dom_ui/keyboard_overlay_ui.cc',
453 'browser/chromeos/dom_ui/keyboard_overlay_ui.h',
[email protected]783bf592010-07-22 10:49:55454 'browser/chromeos/dom_ui/language_chewing_options_handler.cc',
455 'browser/chromeos/dom_ui/language_chewing_options_handler.h',
[email protected]c5419ba2010-08-24 04:44:46456 'browser/chromeos/dom_ui/language_customize_modifier_keys_handler.cc',
457 'browser/chromeos/dom_ui/language_customize_modifier_keys_handler.h',
[email protected]1c741b82010-07-14 03:57:47458 'browser/chromeos/dom_ui/language_hangul_options_handler.cc',
459 'browser/chromeos/dom_ui/language_hangul_options_handler.h',
[email protected]ffa7c162010-07-28 00:41:27460 'browser/chromeos/dom_ui/language_mozc_options_handler.cc',
461 'browser/chromeos/dom_ui/language_mozc_options_handler.h',
[email protected]fec86262010-07-14 08:09:46462 'browser/chromeos/dom_ui/language_options_handler.cc',
463 'browser/chromeos/dom_ui/language_options_handler.h',
[email protected]54023fa2010-09-08 08:43:52464 'browser/chromeos/dom_ui/language_options_util.cc',
[email protected]871c71502010-07-28 07:02:49465 'browser/chromeos/dom_ui/language_options_util.h',
[email protected]ffa7c162010-07-28 00:41:27466 'browser/chromeos/dom_ui/language_pinyin_options_handler.cc',
467 'browser/chromeos/dom_ui/language_pinyin_options_handler.h',
[email protected]f7b732f42010-12-07 17:55:08468 'browser/chromeos/dom_ui/login/authenticator_facade.h',
469 'browser/chromeos/dom_ui/login/authenticator_facade_stub.cc',
470 'browser/chromeos/dom_ui/login/authenticator_facade_stub.h',
471 'browser/chromeos/dom_ui/login/login_ui.cc',
472 'browser/chromeos/dom_ui/login/login_ui.h',
473 'browser/chromeos/dom_ui/login/login_ui_helpers.cc',
474 'browser/chromeos/dom_ui/login/login_ui_helpers.h',
[email protected]9d3f7d5e2010-09-25 06:17:04475 'browser/chromeos/dom_ui/mobile_setup_ui.cc',
476 'browser/chromeos/dom_ui/mobile_setup_ui.h',
[email protected]89ccd242010-10-12 08:58:27477 'browser/chromeos/dom_ui/network_menu_ui.cc',
478 'browser/chromeos/dom_ui/network_menu_ui.h',
[email protected]e8f0ee22010-08-04 16:17:38479 'browser/chromeos/dom_ui/proxy_handler.cc',
480 'browser/chromeos/dom_ui/proxy_handler.h',
[email protected]9d3f7d5e2010-09-25 06:17:04481 'browser/chromeos/dom_ui/register_page_ui.cc',
482 'browser/chromeos/dom_ui/register_page_ui.h',
[email protected]3a051a4b2010-10-04 23:59:23483 'browser/chromeos/dom_ui/domui_menu_control.h',
484 'browser/chromeos/dom_ui/menu_ui.cc',
485 'browser/chromeos/dom_ui/menu_ui.h',
[email protected]c7db33a2010-10-06 18:57:25486 'browser/chromeos/dom_ui/stats_options_handler.cc',
487 'browser/chromeos/dom_ui/stats_options_handler.h',
[email protected]9c0a58002010-09-17 23:18:55488 'browser/chromeos/dom_ui/system_info_ui.cc',
489 'browser/chromeos/dom_ui/system_info_ui.h',
[email protected]478739e32010-06-17 17:09:05490 'browser/chromeos/dom_ui/system_options_handler.cc',
491 'browser/chromeos/dom_ui/system_options_handler.h',
[email protected]7096f562010-08-16 21:59:04492 'browser/chromeos/dom_ui/system_settings_provider.cc',
493 'browser/chromeos/dom_ui/system_settings_provider.h',
[email protected]6777a572010-10-08 18:07:17494 'browser/chromeos/dom_ui/wrench_menu_ui.cc',
495 'browser/chromeos/dom_ui/wrench_menu_ui.h',
[email protected]c766a162010-06-30 22:45:45496 'browser/chromeos/drop_shadow_label.cc',
[email protected]62cb9942010-12-01 13:09:32497 'browser/chromeos/enterprise_extension_observer.cc',
498 'browser/chromeos/enterprise_extension_observer.h',
[email protected]83019902009-12-02 05:32:59499 'browser/chromeos/external_metrics.cc',
500 'browser/chromeos/external_metrics.h',
501 'browser/chromeos/external_protocol_dialog.cc',
502 'browser/chromeos/external_protocol_dialog.h',
[email protected]17e64222010-02-12 23:32:42503 'browser/chromeos/frame/browser_frame_chromeos.cc',
504 'browser/chromeos/frame/browser_frame_chromeos.h',
505 'browser/chromeos/frame/browser_view.cc',
506 'browser/chromeos/frame/browser_view.h',
[email protected]5afc7052010-09-29 16:50:58507 'browser/chromeos/frame/bubble_frame_view.cc',
508 'browser/chromeos/frame/bubble_frame_view.h',
509 'browser/chromeos/frame/bubble_window.cc',
510 'browser/chromeos/frame/bubble_window.h',
[email protected]17e64222010-02-12 23:32:42511 'browser/chromeos/frame/panel_browser_view.cc',
512 'browser/chromeos/frame/panel_browser_view.h',
513 'browser/chromeos/frame/panel_controller.cc',
514 'browser/chromeos/frame/panel_controller.h',
[email protected]592468b2010-02-10 23:08:47515 'browser/chromeos/google_update_chromeos.cc',
[email protected]83019902009-12-02 05:32:59516 'browser/chromeos/gview_request_interceptor.cc',
[email protected]e22fbfc2010-06-26 02:35:30517 'browser/chromeos/gview_request_interceptor.h',
[email protected]1e8e7652010-06-18 10:12:21518 'browser/chromeos/input_method/input_method_util.cc',
519 'browser/chromeos/input_method/input_method_util.h',
[email protected]401d8812010-08-19 08:37:24520 'browser/chromeos/language_preferences.cc',
521 'browser/chromeos/language_preferences.h',
[email protected]c6f88212010-02-10 07:22:54522 'browser/chromeos/login/account_creation_view.cc',
523 'browser/chromeos/login/account_creation_view.h',
[email protected]0e6e80682010-03-04 16:13:27524 'browser/chromeos/login/account_screen.cc',
525 'browser/chromeos/login/account_screen.h',
[email protected]c61f5aa2010-09-28 04:38:08526 'browser/chromeos/login/authentication_notification_details.h',
527 'browser/chromeos/login/authenticator.cc',
[email protected]83a4301f2010-02-22 22:01:26528 'browser/chromeos/login/authenticator.h',
[email protected]1b36b742010-09-22 17:04:18529 'browser/chromeos/login/auth_attempt_state.cc',
530 'browser/chromeos/login/auth_attempt_state.h',
531 'browser/chromeos/login/auth_attempt_state_resolver.cc',
532 'browser/chromeos/login/auth_attempt_state_resolver.h',
[email protected]d7883d02010-04-02 15:45:28533 'browser/chromeos/login/auth_response_handler.cc',
534 'browser/chromeos/login/auth_response_handler.h',
[email protected]e67090c2010-08-05 13:50:43535 'browser/chromeos/login/apply_services_customization.cc',
536 'browser/chromeos/login/apply_services_customization.h',
[email protected]ad30e062010-04-05 18:11:18537 'browser/chromeos/login/background_view.cc',
538 'browser/chromeos/login/background_view.h',
[email protected]64ec0342010-06-03 13:00:40539 'browser/chromeos/login/camera.cc',
540 'browser/chromeos/login/camera.h',
[email protected]551707a2010-06-16 16:59:47541 'browser/chromeos/login/captcha_view.cc',
542 'browser/chromeos/login/captcha_view.h',
[email protected]2e47c7c22010-03-19 17:14:25543 'browser/chromeos/login/client_login_response_handler.cc',
544 'browser/chromeos/login/client_login_response_handler.h',
[email protected]ad30e062010-04-05 18:11:18545 'browser/chromeos/login/cookie_fetcher.cc',
546 'browser/chromeos/login/cookie_fetcher.h',
[email protected]1b36b742010-09-22 17:04:18547 'browser/chromeos/login/cryptohome_op.cc',
548 'browser/chromeos/login/cryptohome_op.h',
[email protected]6e648942010-07-14 12:52:23549 'browser/chromeos/login/eula_view.cc',
550 'browser/chromeos/login/eula_view.h',
[email protected]507c71072010-03-12 21:56:17551 'browser/chromeos/login/existing_user_controller.cc',
552 'browser/chromeos/login/existing_user_controller.h',
[email protected]b15ffb182010-08-03 10:09:39553 'browser/chromeos/login/existing_user_view.cc',
554 'browser/chromeos/login/existing_user_view.h',
[email protected]83a4301f2010-02-22 22:01:26555 'browser/chromeos/login/google_authenticator.cc',
556 'browser/chromeos/login/google_authenticator.h',
[email protected]a0779002010-10-06 14:53:36557 'browser/chromeos/login/guest_user_view.cc',
558 'browser/chromeos/login/guest_user_view.h',
[email protected]063bb2b22010-09-06 15:59:08559 'browser/chromeos/login/help_app_launcher.cc',
560 'browser/chromeos/login/help_app_launcher.h',
[email protected]8a6d0082010-06-02 12:34:22561 'browser/chromeos/login/helper.cc',
[email protected]d63b52152010-09-17 12:29:42562 'browser/chromeos/login/helper.h',
[email protected]0ae17ad42010-08-20 09:48:46563 'browser/chromeos/login/html_page_screen.cc',
564 'browser/chromeos/login/html_page_screen.h',
[email protected]1b36b742010-09-22 17:04:18565 'browser/chromeos/login/image_decoder.cc',
566 'browser/chromeos/login/image_decoder.h',
567 'browser/chromeos/login/image_downloader.cc',
568 'browser/chromeos/login/image_downloader.h',
569 'browser/chromeos/login/issue_response_handler.cc',
570 'browser/chromeos/login/issue_response_handler.h',
[email protected]e161c1912010-10-09 13:49:03571 'browser/chromeos/login/keyboard_switch_menu.cc',
572 'browser/chromeos/login/keyboard_switch_menu.h',
[email protected]4caf6262010-06-17 14:05:43573 'browser/chromeos/login/language_switch_menu.cc',
574 'browser/chromeos/login/language_switch_menu.h',
[email protected]dfdcdab2010-06-09 16:20:05575 'browser/chromeos/login/login_html_dialog.cc',
576 'browser/chromeos/login/login_html_dialog.h',
[email protected]cd5d0b1c2010-09-29 16:32:50577 'browser/chromeos/login/login_performer.cc',
578 'browser/chromeos/login/login_performer.h',
[email protected]afe05a282010-05-27 17:44:03579 'browser/chromeos/login/login_screen.cc',
580 'browser/chromeos/login/login_screen.h',
[email protected]83a4301f2010-02-22 22:01:26581 'browser/chromeos/login/login_status_consumer.h',
[email protected]a10d16e2010-03-26 12:41:22582 'browser/chromeos/login/login_utils.cc',
583 'browser/chromeos/login/login_utils.h',
[email protected]045124c82010-05-13 10:07:43584 'browser/chromeos/login/message_bubble.h',
585 'browser/chromeos/login/message_bubble.cc',
[email protected]042c3682010-02-10 18:05:13586 'browser/chromeos/login/network_selection_view.cc',
587 'browser/chromeos/login/network_selection_view.h',
[email protected]935e9e12010-03-25 15:29:13588 'browser/chromeos/login/network_screen.cc',
589 'browser/chromeos/login/network_screen.h',
590 'browser/chromeos/login/network_screen_delegate.h',
[email protected]afe05a282010-05-27 17:44:03591 'browser/chromeos/login/new_user_view.cc',
592 'browser/chromeos/login/new_user_view.h',
[email protected]1b36b742010-09-22 17:04:18593 'browser/chromeos/login/online_attempt.cc',
594 'browser/chromeos/login/online_attempt.h',
[email protected]5b7a0cf2010-07-23 10:04:07595 'browser/chromeos/login/oobe_progress_bar.cc',
596 'browser/chromeos/login/oobe_progress_bar.h',
[email protected]02ed0b32010-07-22 01:27:13597 'browser/chromeos/login/owner_key_utils.cc',
598 'browser/chromeos/login/owner_key_utils.h',
[email protected]4ada2382010-07-29 21:28:11599 'browser/chromeos/login/owner_manager.cc',
600 'browser/chromeos/login/owner_manager.h',
[email protected]e99e0b32010-08-25 00:53:44601 'browser/chromeos/login/ownership_service.cc',
602 'browser/chromeos/login/ownership_service.h',
[email protected]472734742010-10-11 03:17:05603 'browser/chromeos/login/parallel_authenticator.cc',
604 'browser/chromeos/login/parallel_authenticator.h',
[email protected]56515402010-07-05 17:37:00605 'browser/chromeos/login/password_changed_view.cc',
606 'browser/chromeos/login/password_changed_view.h',
[email protected]e15bdd222010-11-03 12:03:49607 'browser/chromeos/login/proxy_settings_dialog.cc',
608 'browser/chromeos/login/proxy_settings_dialog.h',
[email protected]69719212010-07-12 11:37:25609 'browser/chromeos/login/registration_screen.cc',
[email protected]41291322010-07-15 17:09:01610 'browser/chromeos/login/registration_screen.h',
[email protected]f5836702010-02-09 19:11:18611 'browser/chromeos/login/rounded_rect_painter.cc',
612 'browser/chromeos/login/rounded_rect_painter.h',
[email protected]ab2bd2c2010-05-05 07:18:27613 'browser/chromeos/login/screen_locker.cc',
614 'browser/chromeos/login/screen_locker.h',
615 'browser/chromeos/login/screen_lock_view.cc',
616 'browser/chromeos/login/screen_lock_view.h',
[email protected]649e12c32010-02-06 04:41:21617 'browser/chromeos/login/screen_observer.h',
[email protected]f65210cc2010-10-30 01:48:48618 'browser/chromeos/login/shutdown_button.cc',
619 'browser/chromeos/login/shutdown_button.h',
[email protected]32352d12010-09-03 21:40:10620 'browser/chromeos/login/signed_settings.cc',
621 'browser/chromeos/login/signed_settings.h',
[email protected]62eeafc2010-09-14 16:37:41622 'browser/chromeos/login/signed_settings_helper.cc',
623 'browser/chromeos/login/signed_settings_helper.h',
[email protected]20564b3c2010-10-28 14:25:46624 'browser/chromeos/login/signed_settings_temp_storage.cc',
625 'browser/chromeos/login/signed_settings_temp_storage.h',
[email protected]1b36b742010-09-22 17:04:18626 'browser/chromeos/login/test_attempt_state.cc',
627 'browser/chromeos/login/test_attempt_state.h',
[email protected]91d01602010-10-28 17:18:25628 'browser/chromeos/login/textfield_with_margin.cc',
629 'browser/chromeos/login/textfield_with_margin.h',
[email protected]b96f34a2010-04-21 17:47:01630 'browser/chromeos/login/update_screen.cc',
631 'browser/chromeos/login/update_screen.h',
[email protected]842cd6c62010-03-06 17:56:32632 'browser/chromeos/login/update_view.cc',
633 'browser/chromeos/login/update_view.h',
[email protected]507c71072010-03-12 21:56:17634 'browser/chromeos/login/user_controller.cc',
635 'browser/chromeos/login/user_controller.h',
[email protected]8f0d8ecd12010-04-20 11:51:30636 'browser/chromeos/login/user_image_downloader.cc',
637 'browser/chromeos/login/user_image_downloader.h',
638 'browser/chromeos/login/user_image_loader.cc',
639 'browser/chromeos/login/user_image_loader.h',
[email protected]64ec0342010-06-03 13:00:40640 'browser/chromeos/login/user_image_screen.cc',
641 'browser/chromeos/login/user_image_screen.h',
642 'browser/chromeos/login/user_image_view.cc',
643 'browser/chromeos/login/user_image_view.h',
[email protected]56f0ffc82010-02-04 21:30:37644 'browser/chromeos/login/user_manager.cc',
645 'browser/chromeos/login/user_manager.h',
[email protected]41e13b362010-06-16 21:27:05646 'browser/chromeos/login/user_view.cc',
647 'browser/chromeos/login/user_view.h',
[email protected]c57206e92010-10-21 02:13:24648 'browser/chromeos/login/username_view.cc',
649 'browser/chromeos/login/username_view.h',
[email protected]28e139d2010-03-01 14:55:22650 'browser/chromeos/login/view_screen.h',
[email protected]88e71dc2010-05-07 11:31:38651 'browser/chromeos/login/web_page_screen.cc',
652 'browser/chromeos/login/web_page_screen.h',
653 'browser/chromeos/login/web_page_view.cc',
654 'browser/chromeos/login/web_page_view.h',
[email protected]86cffea2010-08-25 21:31:59655 'browser/chromeos/login/wizard_accessibility_handler.cc',
656 'browser/chromeos/login/wizard_accessibility_handler.h',
657 'browser/chromeos/login/wizard_accessibility_helper.cc',
658 'browser/chromeos/login/wizard_accessibility_helper.h',
[email protected]28e139d2010-03-01 14:55:22659 'browser/chromeos/login/wizard_controller.cc',
660 'browser/chromeos/login/wizard_controller.h',
[email protected]042c3682010-02-10 18:05:13661 'browser/chromeos/login/wizard_screen.h',
[email protected]0fecda62010-03-19 21:59:01662 'browser/chromeos/low_battery_observer.cc',
663 'browser/chromeos/low_battery_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54664 'browser/chromeos/metrics_cros_settings_provider.cc',
665 'browser/chromeos/metrics_cros_settings_provider.h',
[email protected]f7f72652010-05-04 20:53:13666 'browser/chromeos/native_dialog_window.cc',
667 'browser/chromeos/native_dialog_window.h',
[email protected]8d1b864d12010-10-10 00:04:34668 'browser/chromeos/native_theme_chromeos.cc',
669 'browser/chromeos/native_theme_chromeos.h',
[email protected]e8da0a02010-02-15 14:07:08670 'browser/chromeos/network_list.cc',
671 'browser/chromeos/network_list.h',
[email protected]24e8fd52010-07-10 00:36:56672 'browser/chromeos/network_state_notifier.cc',
673 'browser/chromeos/network_state_notifier.h',
[email protected]39216be2010-06-01 17:54:36674 'browser/chromeos/network_message_observer.cc',
675 'browser/chromeos/network_message_observer.h',
[email protected]6692b0d72010-07-15 03:40:23676 'browser/chromeos/offline/offline_load_page.cc',
677 'browser/chromeos/offline/offline_load_page.h',
678 'browser/chromeos/offline/offline_load_service.cc',
679 'browser/chromeos/offline/offline_load_service.h',
[email protected]c14b4022010-02-04 19:36:02680 'browser/chromeos/options/internet_page_view.cc',
681 'browser/chromeos/options/internet_page_view.h',
[email protected]ffd6ed42010-06-17 02:07:49682 'browser/chromeos/options/language_config_model.cc',
683 'browser/chromeos/options/language_config_model.h',
[email protected]2a5cd8d62010-06-03 09:03:18684 'browser/chromeos/options/language_config_util.h',
[email protected]c179d852010-03-09 06:39:10685 'browser/chromeos/options/language_config_view.cc',
686 'browser/chromeos/options/language_config_view.h',
[email protected]525dbe22010-06-01 07:05:43687 'browser/chromeos/options/language_chewing_config_view.cc',
688 'browser/chromeos/options/language_chewing_config_view.h',
[email protected]1919eb82010-03-15 07:55:14689 'browser/chromeos/options/language_hangul_config_view.cc',
690 'browser/chromeos/options/language_hangul_config_view.h',
[email protected]594b8f52010-04-27 18:10:30691 'browser/chromeos/options/language_pinyin_config_view.cc',
692 'browser/chromeos/options/language_pinyin_config_view.h',
[email protected]6e5c4b82010-05-24 08:18:44693 'browser/chromeos/options/language_mozc_config_view.cc',
694 'browser/chromeos/options/language_mozc_config_view.h',
[email protected]9cc6216822010-03-03 23:17:27695 'browser/chromeos/options/network_config_view.cc',
696 'browser/chromeos/options/network_config_view.h',
[email protected]b96f34a2010-04-21 17:47:01697 'browser/chromeos/options/options_window_view.cc',
698 'browser/chromeos/options/options_window_view.h',
[email protected]c14b4022010-02-04 19:36:02699 'browser/chromeos/options/settings_page_view.cc',
700 'browser/chromeos/options/settings_page_view.h',
701 'browser/chromeos/options/system_page_view.cc',
702 'browser/chromeos/options/system_page_view.h',
[email protected]9cc6216822010-03-03 23:17:27703 'browser/chromeos/options/wifi_config_view.cc',
704 'browser/chromeos/options/wifi_config_view.h',
[email protected]83019902009-12-02 05:32:59705 'browser/chromeos/panels/panel_scroller.cc',
706 'browser/chromeos/panels/panel_scroller.h',
707 'browser/chromeos/panels/panel_scroller_container.cc',
708 'browser/chromeos/panels/panel_scroller_container.h',
709 'browser/chromeos/panels/panel_scroller_header.cc',
710 'browser/chromeos/panels/panel_scroller_header.h',
[email protected]6fdd4182010-10-14 23:59:26711 'browser/chromeos/plugin_selection_policy.cc',
712 'browser/chromeos/plugin_selection_policy.h',
[email protected]83019902009-12-02 05:32:59713 'browser/chromeos/preferences.cc',
714 'browser/chromeos/preferences.h',
[email protected]f50278cd2010-08-24 17:34:08715 'browser/chromeos/proxy_config_service.h',
716 'browser/chromeos/proxy_config_service_impl.cc',
717 'browser/chromeos/proxy_config_service_impl.h',
[email protected]2bb5fcd2010-11-16 14:31:54718 'browser/chromeos/proxy_cros_settings_provider.cc',
719 'browser/chromeos/proxy_cros_settings_provider.h',
[email protected]d032b3792010-06-07 22:02:39720 'browser/chromeos/pulse_audio_mixer.cc',
721 'browser/chromeos/pulse_audio_mixer.h',
[email protected]64d7e592010-12-03 19:20:35722 'browser/chromeos/setting_level_bubble.cc',
723 'browser/chromeos/setting_level_bubble.h',
724 'browser/chromeos/setting_level_bubble_view.cc',
725 'browser/chromeos/setting_level_bubble_view.h',
[email protected]83a90f72010-02-04 20:36:41726 'browser/chromeos/status/clock_menu_button.cc',
727 'browser/chromeos/status/clock_menu_button.h',
[email protected]432867b2010-10-09 13:31:16728 'browser/chromeos/status/input_method_menu.cc',
729 'browser/chromeos/status/input_method_menu.h',
[email protected]54da7e372010-10-12 09:54:49730 'browser/chromeos/status/input_method_menu_button.cc',
731 'browser/chromeos/status/input_method_menu_button.h',
[email protected]b938810a2010-09-14 08:17:26732 'browser/chromeos/status/network_dropdown_button.cc',
733 'browser/chromeos/status/network_dropdown_button.h',
734 'browser/chromeos/status/network_menu.cc',
735 'browser/chromeos/status/network_menu.h',
[email protected]83a90f72010-02-04 20:36:41736 'browser/chromeos/status/network_menu_button.cc',
737 'browser/chromeos/status/network_menu_button.h',
[email protected]83a90f72010-02-04 20:36:41738 'browser/chromeos/status/power_menu_button.cc',
739 'browser/chromeos/status/power_menu_button.h',
740 'browser/chromeos/status/status_area_button.cc',
741 'browser/chromeos/status/status_area_button.h',
742 'browser/chromeos/status/status_area_host.h',
743 'browser/chromeos/status/status_area_view.cc',
744 'browser/chromeos/status/status_area_view.h',
[email protected]cc4c9742010-05-17 21:04:02745 'browser/chromeos/system_key_event_listener.cc',
746 'browser/chromeos/system_key_event_listener.h',
[email protected]0b4d3382010-07-14 16:13:04747 'browser/chromeos/tab_closeable_state_watcher.cc',
748 'browser/chromeos/tab_closeable_state_watcher.h',
[email protected]3cdf3762010-07-13 22:55:55749 'browser/chromeos/update_observer.cc',
750 'browser/chromeos/update_observer.h',
[email protected]83019902009-12-02 05:32:59751 'browser/chromeos/usb_mount_observer.cc',
752 'browser/chromeos/usb_mount_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54753 'browser/chromeos/user_cros_settings_provider.cc',
754 'browser/chromeos/user_cros_settings_provider.h',
[email protected]83019902009-12-02 05:32:59755 'browser/chromeos/version_loader.cc',
756 'browser/chromeos/version_loader.h',
[email protected]d59b3152010-03-24 04:41:54757 'browser/chromeos/view_ids.h',
[email protected]ae601242010-11-12 21:54:43758 'browser/chromeos/views/copy_background.cc',
759 'browser/chromeos/views/copy_background.h',
[email protected]d34f59d2010-11-13 12:32:02760 'browser/chromeos/views/dropdown_button.cc',
761 'browser/chromeos/views/dropdown_button.h',
[email protected]5ab0b972010-11-09 09:43:58762 'browser/chromeos/views/menu_locator.cc',
763 'browser/chromeos/views/menu_locator.h',
764 'browser/chromeos/views/native_menu_domui.cc',
765 'browser/chromeos/views/native_menu_domui.h',
766 'browser/chromeos/views/domui_menu_widget.cc',
767 'browser/chromeos/views/domui_menu_widget.h',
[email protected]3de008822010-06-16 17:26:54768 'browser/chromeos/volume_bubble.cc',
769 'browser/chromeos/volume_bubble.h',
[email protected]ea87eee2010-02-22 16:59:24770 'browser/chromeos/wm_ipc.cc',
771 'browser/chromeos/wm_ipc.h',
772 'browser/chromeos/wm_message_listener.cc',
773 'browser/chromeos/wm_message_listener.h',
[email protected]d65adb12010-04-28 17:26:49774 'browser/chromeos/wm_overview_controller.cc',
775 'browser/chromeos/wm_overview_controller.h',
[email protected]c766a162010-06-30 22:45:45776 'browser/chromeos/wm_overview_fav_icon.cc',
777 'browser/chromeos/wm_overview_fav_icon.h',
[email protected]d65adb12010-04-28 17:26:49778 'browser/chromeos/wm_overview_snapshot.cc',
779 'browser/chromeos/wm_overview_snapshot.h',
[email protected]c766a162010-06-30 22:45:45780 'browser/chromeos/wm_overview_title.cc',
781 'browser/chromeos/wm_overview_title.h',
[email protected]97c2c032010-07-07 22:43:41782 'browser/clipboard_dispatcher_gtk.cc',
783 'browser/clipboard_dispatcher_mac.mm',
784 'browser/clipboard_dispatcher_win.cc',
785 'browser/clipboard_dispatcher.h',
[email protected]83019902009-12-02 05:32:59786 'browser/command_updater.cc',
787 'browser/command_updater.h',
[email protected]47115102010-02-19 19:01:47788 'browser/content_exceptions_table_model.cc',
789 'browser/content_exceptions_table_model.h',
[email protected]5ec40cf2010-03-09 11:34:51790 'browser/content_setting_bubble_model.cc',
791 'browser/content_setting_bubble_model.h',
[email protected]77767742010-03-02 22:06:27792 'browser/content_setting_combo_model.cc',
793 'browser/content_setting_combo_model.h',
[email protected]352104e2010-03-05 11:40:08794 'browser/content_setting_image_model.cc',
795 'browser/content_setting_image_model.h',
[email protected]5f24f212010-12-02 14:47:45796 'browser/content_settings/content_settings_details.h',
797 'browser/content_settings/content_settings_pattern.cc',
798 'browser/content_settings/content_settings_pattern.h',
[email protected]2dd6bca02010-11-30 12:48:44799 'browser/content_settings/content_settings_provider.h',
[email protected]9d01a6a2010-11-30 12:03:33800 'browser/content_settings/host_content_settings_map.cc',
801 'browser/content_settings/host_content_settings_map.h',
[email protected]83019902009-12-02 05:32:59802 'browser/cookies_tree_model.cc',
803 'browser/cookies_tree_model.h',
804 'browser/cross_site_request_manager.cc',
805 'browser/cross_site_request_manager.h',
[email protected]7fff79012010-05-12 00:19:05806 'browser/custom_home_pages_table_model.cc',
807 'browser/custom_home_pages_table_model.h',
[email protected]9b82ad7a2010-05-19 01:04:54808 'browser/default_encoding_combo_model.cc',
809 'browser/default_encoding_combo_model.h',
[email protected]83019902009-12-02 05:32:59810 'browser/defaults.cc',
811 'browser/defaults.h',
[email protected]ac7e4e12010-08-26 14:34:41812 'browser/device_orientation/accelerometer_mac.cc',
813 'browser/device_orientation/accelerometer_mac.h',
[email protected]ddd18442010-08-23 07:39:28814 'browser/device_orientation/data_fetcher.h',
[email protected]57ead352010-08-11 14:42:53815 'browser/device_orientation/dispatcher_host.cc',
816 'browser/device_orientation/dispatcher_host.h',
817 'browser/device_orientation/orientation.h',
818 'browser/device_orientation/provider.cc',
819 'browser/device_orientation/provider.h',
[email protected]ddd18442010-08-23 07:39:28820 'browser/device_orientation/provider_impl.cc',
821 'browser/device_orientation/provider_impl.h',
[email protected]83019902009-12-02 05:32:59822 'browser/diagnostics/diagnostics_main.cc',
823 'browser/diagnostics/diagnostics_main.h',
824 'browser/diagnostics/diagnostics_model.h',
825 'browser/diagnostics/diagnostics_model.cc',
826 'browser/diagnostics/diagnostics_test.h',
827 'browser/diagnostics/sqlite_diagnostics.cc',
828 'browser/diagnostics/sqlite_diagnostics.h',
[email protected]26f46472009-12-20 03:57:10829 'browser/diagnostics/recon_diagnostics.cc',
830 'browser/diagnostics/recon_diagnostics.h',
[email protected]83019902009-12-02 05:32:59831 'browser/dom_operation_notification_details.h',
[email protected]45a613e2010-04-16 23:39:26832 'browser/dom_ui/app_launcher_handler.cc',
833 'browser/dom_ui/app_launcher_handler.h',
[email protected]6404197b2010-03-03 00:40:40834 'browser/dom_ui/bookmarks_ui.cc',
835 'browser/dom_ui/bookmarks_ui.h',
[email protected]ac1894a2010-08-22 10:38:54836 'browser/dom_ui/bug_report_ui.cc',
837 'browser/dom_ui/bug_report_ui.h',
[email protected]83019902009-12-02 05:32:59838 'browser/dom_ui/chrome_url_data_manager.cc',
839 'browser/dom_ui/chrome_url_data_manager.h',
[email protected]2a30775a2010-10-18 19:42:22840 'browser/dom_ui/constrained_html_ui.cc',
841 'browser/dom_ui/constrained_html_ui.h',
[email protected]83019902009-12-02 05:32:59842 'browser/dom_ui/devtools_ui.cc',
843 'browser/dom_ui/devtools_ui.h',
844 'browser/dom_ui/dom_ui.cc',
845 'browser/dom_ui/dom_ui.h',
846 'browser/dom_ui/dom_ui_factory.cc',
847 'browser/dom_ui/dom_ui_factory.h',
848 'browser/dom_ui/dom_ui_favicon_source.cc',
849 'browser/dom_ui/dom_ui_favicon_source.h',
[email protected]ac1894a2010-08-22 10:38:54850 'browser/dom_ui/dom_ui_screenshot_source.cc',
851 'browser/dom_ui/dom_ui_screenshot_source.h',
[email protected]83019902009-12-02 05:32:59852 'browser/dom_ui/dom_ui_theme_source.cc',
853 'browser/dom_ui/dom_ui_theme_source.h',
854 'browser/dom_ui/dom_ui_thumbnail_source.cc',
855 'browser/dom_ui/dom_ui_thumbnail_source.h',
[email protected]73852b8f2010-05-14 00:38:12856 'browser/dom_ui/dom_ui_util.cc',
857 'browser/dom_ui/dom_ui_util.h',
[email protected]83019902009-12-02 05:32:59858 'browser/dom_ui/downloads_dom_handler.cc',
859 'browser/dom_ui/downloads_dom_handler.h',
860 'browser/dom_ui/downloads_ui.cc',
861 'browser/dom_ui/downloads_ui.h',
862 'browser/dom_ui/fileicon_source.cc',
863 'browser/dom_ui/fileicon_source.h',
864 'browser/dom_ui/filebrowse_ui.cc',
865 'browser/dom_ui/filebrowse_ui.h',
[email protected]1a47d7e2010-10-15 00:37:24866 'browser/dom_ui/flags_ui.cc',
867 'browser/dom_ui/flags_ui.h',
[email protected]5edb9222010-08-18 00:23:29868 'browser/dom_ui/foreign_session_handler.cc',
869 'browser/dom_ui/foreign_session_handler.h',
[email protected]83019902009-12-02 05:32:59870 'browser/dom_ui/history_ui.cc',
871 'browser/dom_ui/history_ui.h',
[email protected]95ae24f2010-06-21 19:13:14872 'browser/dom_ui/history2_ui.cc',
873 'browser/dom_ui/history2_ui.h',
[email protected]feacf682009-12-03 23:54:45874 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
875 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
[email protected]83019902009-12-02 05:32:59876 'browser/dom_ui/html_dialog_ui.cc',
877 'browser/dom_ui/html_dialog_ui.h',
[email protected]9c88d4752010-09-16 20:59:42878 'browser/dom_ui/keyboard_ui.cc',
879 'browser/dom_ui/keyboard_ui.h',
[email protected]17496bbe2010-03-10 19:48:23880 'browser/dom_ui/mediaplayer_ui.cc',
881 'browser/dom_ui/mediaplayer_ui.h',
[email protected]83019902009-12-02 05:32:59882 'browser/dom_ui/most_visited_handler.cc',
883 'browser/dom_ui/most_visited_handler.h',
[email protected]c92c75052010-03-17 00:26:51884 'browser/dom_ui/net_internals_ui.cc',
885 'browser/dom_ui/net_internals_ui.h',
[email protected]83019902009-12-02 05:32:59886 'browser/dom_ui/new_tab_page_sync_handler.cc',
887 'browser/dom_ui/new_tab_page_sync_handler.h',
888 'browser/dom_ui/new_tab_ui.cc',
889 'browser/dom_ui/new_tab_ui.h',
[email protected]61334a42010-10-18 16:37:04890 'browser/dom_ui/ntp_login_handler.cc',
891 'browser/dom_ui/ntp_login_handler.h',
[email protected]83019902009-12-02 05:32:59892 'browser/dom_ui/ntp_resource_cache.cc',
893 'browser/dom_ui/ntp_resource_cache.h',
[email protected]cec1b8d2010-03-24 00:21:34894 'browser/dom_ui/plugins_ui.cc',
895 'browser/dom_ui/plugins_ui.h',
[email protected]c57bc9b2010-11-01 21:07:20896 'browser/dom_ui/print_preview_handler.cc',
897 'browser/dom_ui/print_preview_handler.h',
[email protected]ff9e04df2010-10-04 22:41:01898 'browser/dom_ui/print_preview_ui.cc',
899 'browser/dom_ui/print_preview_ui.h',
[email protected]1cd5f75f2010-06-23 22:36:43900 'browser/dom_ui/remoting_ui.cc',
901 'browser/dom_ui/remoting_ui.h',
[email protected]01709112010-10-01 19:34:07902 'browser/dom_ui/options/about_page_handler.cc',
903 'browser/dom_ui/options/about_page_handler.h',
904 'browser/dom_ui/options/add_startup_page_handler.cc',
905 'browser/dom_ui/options/add_startup_page_handler.h',
906 'browser/dom_ui/options/advanced_options_handler.cc',
907 'browser/dom_ui/options/advanced_options_handler.h',
908 'browser/dom_ui/options/advanced_options_utils.h',
909 'browser/dom_ui/options/advanced_options_utils_gtk.cc',
910 'browser/dom_ui/options/advanced_options_utils_mac.mm',
911 'browser/dom_ui/options/advanced_options_utils_win.cc',
912 'browser/dom_ui/options/autofill_options_handler.cc',
913 'browser/dom_ui/options/autofill_options_handler.h',
914 'browser/dom_ui/options/browser_options_handler.cc',
915 'browser/dom_ui/options/browser_options_handler.h',
916 'browser/dom_ui/options/certificate_manager_handler.cc',
917 'browser/dom_ui/options/certificate_manager_handler.h',
918 'browser/dom_ui/options/clear_browser_data_handler.cc',
919 'browser/dom_ui/options/clear_browser_data_handler.h',
920 'browser/dom_ui/options/content_settings_handler.cc',
921 'browser/dom_ui/options/content_settings_handler.h',
922 'browser/dom_ui/options/cookies_view_handler.cc',
923 'browser/dom_ui/options/cookies_view_handler.h',
924 'browser/dom_ui/options/core_options_handler.cc',
925 'browser/dom_ui/options/core_options_handler.h',
926 'browser/dom_ui/options/font_settings_handler.cc',
927 'browser/dom_ui/options/font_settings_handler.h',
928 'browser/dom_ui/options/font_settings_utils.h',
929 'browser/dom_ui/options/font_settings_utils_gtk.cc',
930 'browser/dom_ui/options/font_settings_utils_mac.mm',
931 'browser/dom_ui/options/font_settings_utils_win.cc',
932 'browser/dom_ui/options/import_data_handler.cc',
933 'browser/dom_ui/options/import_data_handler.h',
934 'browser/dom_ui/options/options_managed_banner_handler.cc',
935 'browser/dom_ui/options/options_managed_banner_handler.h',
936 'browser/dom_ui/options/options_ui.cc',
937 'browser/dom_ui/options/options_ui.h',
938 'browser/dom_ui/options/passwords_exceptions_handler.cc',
939 'browser/dom_ui/options/passwords_exceptions_handler.h',
940 'browser/dom_ui/options/personal_options_handler.cc',
941 'browser/dom_ui/options/personal_options_handler.h',
[email protected]2cd4f8a2010-10-20 21:48:29942 'browser/dom_ui/options/stop_syncing_handler.cc',
943 'browser/dom_ui/options/stop_syncing_handler.h',
[email protected]01709112010-10-01 19:34:07944 'browser/dom_ui/options/sync_options_handler.cc',
945 'browser/dom_ui/options/sync_options_handler.h',
946 'browser/dom_ui/options/search_engine_manager_handler.cc',
947 'browser/dom_ui/options/search_engine_manager_handler.h',
[email protected]755e1b732010-06-24 23:28:53948 'browser/dom_ui/shared_resources_data_source.cc',
949 'browser/dom_ui/shared_resources_data_source.h',
[email protected]83019902009-12-02 05:32:59950 'browser/dom_ui/shown_sections_handler.cc',
951 'browser/dom_ui/shown_sections_handler.h',
[email protected]a5353ba2010-06-21 22:55:48952 'browser/dom_ui/slideshow_ui.cc',
953 'browser/dom_ui/slideshow_ui.h',
[email protected]e79154a2010-10-27 21:58:02954 'browser/dom_ui/textfields_ui.cc',
955 'browser/dom_ui/textfields_ui.h',
[email protected]83019902009-12-02 05:32:59956 'browser/dom_ui/tips_handler.cc',
957 'browser/dom_ui/tips_handler.h',
[email protected]5edb9222010-08-18 00:23:29958 'browser/dom_ui/value_helper.cc',
959 'browser/dom_ui/value_helper.h',
[email protected]f15edeb2010-08-27 16:27:15960 'browser/download/base_file.cc',
961 'browser/download/base_file.h',
[email protected]cd448092010-12-06 23:49:13962 'browser/download/download_extensions.cc',
963 'browser/download/download_extensions.h',
[email protected]83019902009-12-02 05:32:59964 'browser/download/download_file.cc',
965 'browser/download/download_file.h',
[email protected]6c69796d2010-07-16 21:41:16966 'browser/download/download_file_manager.cc',
967 'browser/download/download_file_manager.h',
[email protected]82f37b02010-07-29 22:04:57968 'browser/download/download_history.cc',
969 'browser/download/download_history.h',
[email protected]6c69796d2010-07-16 21:41:16970 'browser/download/download_item.cc',
971 'browser/download/download_item.h',
[email protected]83019902009-12-02 05:32:59972 'browser/download/download_item_model.cc',
973 'browser/download/download_item_model.h',
974 'browser/download/download_manager.cc',
975 'browser/download/download_manager.h',
[email protected]e5dc4222010-08-30 22:16:32976 'browser/download/download_prefs.cc',
977 'browser/download/download_prefs.h',
[email protected]83019902009-12-02 05:32:59978 'browser/download/download_request_infobar_delegate.h',
979 'browser/download/download_request_infobar_delegate.cc',
[email protected]41291322010-07-15 17:09:01980 'browser/download/download_request_limiter.cc',
981 'browser/download/download_request_limiter.h',
[email protected]83019902009-12-02 05:32:59982 'browser/download/download_shelf.cc',
983 'browser/download/download_shelf.h',
984 'browser/download/download_started_animation.h',
[email protected]073ed7b2010-09-27 09:20:02985 'browser/download/download_status_updater.cc',
986 'browser/download/download_status_updater.h',
987 'browser/download/download_status_updater_delegate.h',
[email protected]a0835ac2010-09-13 19:40:08988 'browser/download/download_types.cc',
[email protected]6c69796d2010-07-16 21:41:16989 'browser/download/download_types.h',
[email protected]83019902009-12-02 05:32:59990 'browser/download/download_util.cc',
991 'browser/download/download_util.h',
[email protected]8af9d032010-02-10 00:00:32992 'browser/download/drag_download_file.cc',
993 'browser/download/drag_download_file.h',
994 'browser/download/drag_download_util.cc',
995 'browser/download/drag_download_util.h',
[email protected]83019902009-12-02 05:32:59996 'browser/download/save_file.cc',
997 'browser/download/save_file.h',
998 'browser/download/save_file_manager.cc',
999 'browser/download/save_file_manager.h',
1000 'browser/download/save_item.cc',
1001 'browser/download/save_item.h',
1002 'browser/download/save_package.cc',
1003 'browser/download/save_package.h',
[email protected]93aa89c72010-10-20 21:32:041004 'browser/download/save_types.cc',
[email protected]83019902009-12-02 05:32:591005 'browser/download/save_types.h',
[email protected]83019902009-12-02 05:32:591006 'browser/extensions/convert_user_script.cc',
1007 'browser/extensions/convert_user_script.h',
[email protected]5ba5dab2010-11-18 02:31:041008 'browser/extensions/convert_web_app.cc',
1009 'browser/extensions/convert_web_app.h',
[email protected]83019902009-12-02 05:32:591010 'browser/extensions/crashed_extension_infobar.cc',
1011 'browser/extensions/crashed_extension_infobar.h',
1012 'browser/extensions/crx_installer.cc',
1013 'browser/extensions/crx_installer.h',
[email protected]ec5b50d2010-10-09 16:35:181014 'browser/extensions/default_apps.cc',
1015 'browser/extensions/default_apps.h',
[email protected]5cbe1e22010-01-30 01:18:561016 'browser/extensions/extension_accessibility_api.cc',
1017 'browser/extensions/extension_accessibility_api.h',
1018 'browser/extensions/extension_accessibility_api_constants.cc',
1019 'browser/extensions/extension_accessibility_api_constants.h',
[email protected]9b071852010-04-02 06:45:311020 'browser/extensions/extension_bookmark_helpers.cc',
1021 'browser/extensions/extension_bookmark_helpers.h',
[email protected]83019902009-12-02 05:32:591022 'browser/extensions/extension_bookmarks_module.cc',
1023 'browser/extensions/extension_bookmarks_module.h',
1024 'browser/extensions/extension_bookmarks_module_constants.cc',
1025 'browser/extensions/extension_bookmarks_module_constants.h',
[email protected]9dd97bc2010-01-14 01:40:041026 'browser/extensions/extension_bookmark_manager_api.cc',
1027 'browser/extensions/extension_bookmark_manager_api.h',
[email protected]83019902009-12-02 05:32:591028 'browser/extensions/extension_browser_actions_api.cc',
1029 'browser/extensions/extension_browser_actions_api.h',
[email protected]446255952010-03-17 20:41:581030 'browser/extensions/extension_clipboard_api.cc',
1031 'browser/extensions/extension_clipboard_api.h',
[email protected]2e3b5202010-03-23 06:52:411032 'browser/extensions/extension_context_menu_api.cc',
1033 'browser/extensions/extension_context_menu_api.h',
[email protected]7e9f4a82010-03-22 22:36:201034 'browser/extensions/extension_context_menu_model.cc',
1035 'browser/extensions/extension_context_menu_model.h',
[email protected]898bbd32010-05-18 18:52:291036 'browser/extensions/extension_cookies_api.cc',
1037 'browser/extensions/extension_cookies_api.h',
1038 'browser/extensions/extension_cookies_api_constants.cc',
1039 'browser/extensions/extension_cookies_api_constants.h',
1040 'browser/extensions/extension_cookies_helpers.cc',
1041 'browser/extensions/extension_cookies_helpers.h',
[email protected]83019902009-12-02 05:32:591042 'browser/extensions/extension_creator.cc',
1043 'browser/extensions/extension_creator.h',
[email protected]c10da4b02010-03-25 14:38:321044 'browser/extensions/extension_data_deleter.cc',
1045 'browser/extensions/extension_data_deleter.h',
[email protected]83019902009-12-02 05:32:591046 'browser/extensions/extension_disabled_infobar_delegate.cc',
1047 'browser/extensions/extension_disabled_infobar_delegate.h',
1048 'browser/extensions/extension_devtools_bridge.cc',
1049 'browser/extensions/extension_devtools_bridge.h',
1050 'browser/extensions/extension_devtools_events.cc',
1051 'browser/extensions/extension_devtools_events.h',
1052 'browser/extensions/extension_devtools_manager.cc',
1053 'browser/extensions/extension_devtools_manager.h',
1054 'browser/extensions/extension_dom_ui.cc',
1055 'browser/extensions/extension_dom_ui.h',
[email protected]14a000d2010-04-29 21:44:241056 'browser/extensions/extension_error_reporter.cc',
1057 'browser/extensions/extension_error_reporter.h',
[email protected]83019902009-12-02 05:32:591058 'browser/extensions/extension_event_names.cc',
1059 'browser/extensions/extension_event_names.h',
[email protected]2c699652010-10-15 18:22:411060 'browser/extensions/extension_event_router.cc',
1061 'browser/extensions/extension_event_router.h',
[email protected]83019902009-12-02 05:32:591062 'browser/extensions/execute_code_in_tab_function.cc',
1063 'browser/extensions/execute_code_in_tab_function.h',
1064 'browser/extensions/extension_browser_event_router.cc',
1065 'browser/extensions/extension_browser_event_router.h',
[email protected]83019902009-12-02 05:32:591066 'browser/extensions/extension_function.cc',
1067 'browser/extensions/extension_function.h',
1068 'browser/extensions/extension_function_dispatcher.cc',
1069 'browser/extensions/extension_function_dispatcher.h',
1070 'browser/extensions/extension_history_api.cc',
1071 'browser/extensions/extension_history_api.h',
1072 'browser/extensions/extension_history_api_constants.cc',
1073 'browser/extensions/extension_history_api_constants.h',
1074 'browser/extensions/extension_host.cc',
1075 'browser/extensions/extension_host.h',
[email protected]cf390ea42009-12-09 04:14:021076 'browser/extensions/extension_host_mac.h',
1077 'browser/extensions/extension_host_mac.mm',
[email protected]b671760b2010-07-15 21:13:471078 'browser/extensions/extension_icon_manager.cc',
1079 'browser/extensions/extension_icon_manager.h',
[email protected]f5205412010-03-16 00:19:341080 'browser/extensions/extension_idle_api.cc',
1081 'browser/extensions/extension_idle_api.h',
1082 'browser/extensions/extension_idle_api_constants.cc',
1083 'browser/extensions/extension_idle_api_constants.h',
[email protected]83019902009-12-02 05:32:591084 'browser/extensions/extension_i18n_api.cc',
1085 'browser/extensions/extension_i18n_api.h',
[email protected]4361c7c2010-09-30 21:57:531086 'browser/extensions/extension_info_map.cc',
1087 'browser/extensions/extension_info_map.h',
[email protected]f34e79632010-03-17 02:34:081088 'browser/extensions/extension_infobar_module.cc',
1089 'browser/extensions/extension_infobar_module.h',
1090 'browser/extensions/extension_infobar_module_constants.cc',
1091 'browser/extensions/extension_infobar_module_constants.h',
1092 'browser/extensions/extension_infobar_delegate.cc',
1093 'browser/extensions/extension_infobar_delegate.h',
[email protected]d6833852010-08-20 18:00:451094 'browser/extensions/extension_input_api.cc',
1095 'browser/extensions/extension_input_api.h',
[email protected]83019902009-12-02 05:32:591096 'browser/extensions/extension_install_ui.cc',
1097 'browser/extensions/extension_install_ui.h',
[email protected]cffd7892010-08-26 17:43:281098 'browser/extensions/extension_management_api.cc',
1099 'browser/extensions/extension_management_api.h',
[email protected]2e3b5202010-03-23 06:52:411100 'browser/extensions/extension_menu_manager.cc',
1101 'browser/extensions/extension_menu_manager.h',
[email protected]83019902009-12-02 05:32:591102 'browser/extensions/extension_message_service.cc',
1103 'browser/extensions/extension_message_service.h',
[email protected]438772df2010-02-26 18:08:431104 'browser/extensions/extension_metrics_module.cc',
1105 'browser/extensions/extension_metrics_module.h',
[email protected]a65882c2010-11-12 15:15:091106 'browser/extensions/extension_module.cc',
1107 'browser/extensions/extension_module.h',
[email protected]56ad3792010-05-28 17:45:331108 'browser/extensions/extension_omnibox_api.cc',
1109 'browser/extensions/extension_omnibox_api.h',
[email protected]83019902009-12-02 05:32:591110 'browser/extensions/extension_page_actions_module.cc',
1111 'browser/extensions/extension_page_actions_module.h',
1112 'browser/extensions/extension_page_actions_module_constants.cc',
1113 'browser/extensions/extension_page_actions_module_constants.h',
1114 'browser/extensions/extension_popup_api.cc',
1115 'browser/extensions/extension_popup_api.h',
[email protected]f2d1f612010-12-09 15:10:171116 'browser/extensions/extension_pref_store.h',
1117 'browser/extensions/extension_pref_store.cc',
[email protected]83019902009-12-02 05:32:591118 'browser/extensions/extension_prefs.cc',
1119 'browser/extensions/extension_prefs.h',
1120 'browser/extensions/extension_process_manager.cc',
1121 'browser/extensions/extension_process_manager.h',
[email protected]381162b2010-01-28 17:29:351122 'browser/extensions/extension_processes_api.cc',
1123 'browser/extensions/extension_processes_api.h',
1124 'browser/extensions/extension_processes_api_constants.cc',
1125 'browser/extensions/extension_processes_api_constants.h',
[email protected]83019902009-12-02 05:32:591126 'browser/extensions/extension_protocols.cc',
1127 'browser/extensions/extension_protocols.h',
[email protected]a9c23a52010-08-04 09:13:441128 'browser/extensions/extension_proxy_api.cc',
1129 'browser/extensions/extension_proxy_api.h',
[email protected]17d40f02010-07-01 01:18:061130 'browser/extensions/extension_rlz_module.cc',
1131 'browser/extensions/extension_rlz_module.h',
[email protected]5afc7052010-09-29 16:50:581132 'browser/extensions/extension_sidebar_api.cc',
1133 'browser/extensions/extension_sidebar_api.h',
[email protected]83019902009-12-02 05:32:591134 'browser/extensions/extension_tabs_module.cc',
1135 'browser/extensions/extension_tabs_module.h',
1136 'browser/extensions/extension_tabs_module_constants.cc',
1137 'browser/extensions/extension_tabs_module_constants.h',
1138 'browser/extensions/extension_test_api.cc',
1139 'browser/extensions/extension_test_api.h',
[email protected]8abe0a32010-08-12 00:40:221140 'browser/extensions/extension_tts_api.cc',
1141 'browser/extensions/extension_tts_api.h',
[email protected]0e6168792010-10-13 16:29:261142 'browser/extensions/extension_tts_api_chromeos.cc',
1143 'browser/extensions/extension_tts_api_linux.cc',
[email protected]22aa4b62010-09-02 17:19:461144 'browser/extensions/extension_tts_api_mac.mm',
[email protected]5686e182010-09-15 22:33:381145 'browser/extensions/extension_tts_api_util.cc',
1146 'browser/extensions/extension_tts_api_util.h',
[email protected]22aa4b62010-09-02 17:19:461147 'browser/extensions/extension_tts_api_win.cc',
[email protected]e0360f2c2009-12-07 22:34:311148 'browser/extensions/extension_toolbar_model.cc',
1149 'browser/extensions/extension_toolbar_model.h',
[email protected]83019902009-12-02 05:32:591150 'browser/extensions/extension_updater.cc',
1151 'browser/extensions/extension_updater.h',
[email protected]4c2f0d52010-09-02 07:32:321152 'browser/extensions/extension_webrequest_api_constants.cc',
1153 'browser/extensions/extension_webrequest_api_constants.h',
[email protected]784688a62010-09-13 07:06:521154 'browser/extensions/extension_webnavigation_api.cc',
1155 'browser/extensions/extension_webnavigation_api.h',
[email protected]4c2f0d52010-09-02 07:32:321156 'browser/extensions/extension_webnavigation_api_constants.cc',
1157 'browser/extensions/extension_webnavigation_api_constants.h',
[email protected]63cda0c2010-09-01 04:41:231158 'browser/extensions/extension_webstore_private_api.cc',
1159 'browser/extensions/extension_webstore_private_api.h',
[email protected]d13950e2009-12-04 01:43:021160 'browser/extensions/extensions_quota_service.cc',
1161 'browser/extensions/extensions_quota_service.h',
[email protected]83019902009-12-02 05:32:591162 'browser/extensions/extensions_service.cc',
1163 'browser/extensions/extensions_service.h',
[email protected]6aeac8342010-10-01 20:21:181164 'browser/extensions/extensions_startup.cc',
1165 'browser/extensions/extensions_startup.h',
[email protected]83019902009-12-02 05:32:591166 'browser/extensions/extensions_ui.cc',
1167 'browser/extensions/extensions_ui.h',
1168 'browser/extensions/external_extension_provider.h',
[email protected]83019902009-12-02 05:32:591169 'browser/extensions/external_pref_extension_provider.cc',
1170 'browser/extensions/external_pref_extension_provider.h',
[email protected]21a5a672010-11-04 10:47:421171 'browser/extensions/external_policy_extension_provider.cc',
1172 'browser/extensions/external_policy_extension_provider.h',
1173 'browser/extensions/external_registry_extension_provider_win.cc',
1174 'browser/extensions/external_registry_extension_provider_win.h',
[email protected]83019902009-12-02 05:32:591175 'browser/extensions/file_reader.cc',
1176 'browser/extensions/file_reader.h',
1177 'browser/extensions/gtk_theme_installed_infobar_delegate.cc',
1178 'browser/extensions/gtk_theme_installed_infobar_delegate.h',
1179 'browser/extensions/image_loading_tracker.cc',
1180 'browser/extensions/image_loading_tracker.h',
1181 'browser/extensions/pack_extension_job.cc',
1182 'browser/extensions/pack_extension_job.h',
1183 'browser/extensions/sandboxed_extension_unpacker.cc',
1184 'browser/extensions/sandboxed_extension_unpacker.h',
[email protected]21a5a672010-11-04 10:47:421185 'browser/extensions/stateful_external_extension_provider.cc',
1186 'browser/extensions/stateful_external_extension_provider.h',
[email protected]83019902009-12-02 05:32:591187 'browser/extensions/theme_installed_infobar_delegate.cc',
1188 'browser/extensions/theme_installed_infobar_delegate.h',
1189 'browser/extensions/user_script_listener.cc',
1190 'browser/extensions/user_script_listener.h',
1191 'browser/extensions/user_script_master.cc',
1192 'browser/extensions/user_script_master.h',
1193 'browser/external_protocol_handler.cc',
1194 'browser/external_protocol_handler.h',
[email protected]4bdde602010-06-16 03:17:351195 'browser/external_tab_container_win.cc',
1196 'browser/external_tab_container_win.h',
[email protected]83019902009-12-02 05:32:591197 'browser/global_keyboard_shortcuts_mac.h',
1198 'browser/global_keyboard_shortcuts_mac.mm',
1199 'browser/fav_icon_helper.cc',
1200 'browser/fav_icon_helper.h',
1201 'browser/favicon_service.cc',
1202 'browser/favicon_service.h',
[email protected]8ecad5e2010-12-02 21:18:331203 'browser/file_path_watcher/file_path_watcher.cc',
1204 'browser/file_path_watcher/file_path_watcher.h',
1205 'browser/file_path_watcher/file_path_watcher_inotify.cc',
1206 'browser/file_path_watcher/file_path_watcher_mac.cc',
1207 'browser/file_path_watcher/file_path_watcher_win.cc',
[email protected]ba70d082010-09-10 16:54:491208 'browser/file_select_helper.cc',
1209 'browser/file_select_helper.h',
[email protected]6c20697e2010-11-09 06:59:161210 'browser/file_system/browser_file_system_context.cc',
1211 'browser/file_system/browser_file_system_context.h',
[email protected]2b06a992010-08-21 05:48:221212 'browser/file_system/file_system_dispatcher_host.cc',
1213 'browser/file_system/file_system_dispatcher_host.h',
[email protected]820735792010-07-29 23:40:011214 'browser/first_run/first_run.cc',
1215 'browser/first_run/first_run.h',
1216 'browser/first_run/first_run_mac.mm',
1217 'browser/first_run/first_run_win.cc',
1218 'browser/first_run/first_run_gtk.cc',
[email protected]83019902009-12-02 05:32:591219 'browser/fonts_languages_window.h',
[email protected]83019902009-12-02 05:32:591220 'browser/gears_integration.cc',
1221 'browser/gears_integration.h',
[email protected]8b96de122010-02-15 15:15:221222 'browser/geolocation/access_token_store.cc',
1223 'browser/geolocation/access_token_store.h',
[email protected]d0ca28c2010-09-13 10:55:171224 'browser/geolocation/core_location_data_provider_mac.h',
1225 'browser/geolocation/core_location_data_provider_mac.mm',
1226 'browser/geolocation/core_location_provider_mac.h',
1227 'browser/geolocation/core_location_provider_mac.mm',
[email protected]38e08982010-10-22 17:28:431228 'browser/geolocation/device_data_provider.cc',
[email protected]4048ddb92010-01-28 12:24:241229 'browser/geolocation/device_data_provider.h',
1230 'browser/geolocation/empty_device_data_provider.cc',
1231 'browser/geolocation/empty_device_data_provider.h',
[email protected]d363f1632010-08-26 16:55:221232 'browser/geolocation/gateway_data_provider_common.cc',
1233 'browser/geolocation/gateway_data_provider_common.h',
[email protected]87996f62010-10-14 15:11:161234 'browser/geolocation/gateway_data_provider_linux.cc',
1235 'browser/geolocation/gateway_data_provider_linux.h',
[email protected]899fbcf02010-09-24 14:17:341236 'browser/geolocation/gateway_data_provider_win.cc',
1237 'browser/geolocation/gateway_data_provider_win.h',
[email protected]0aade3e2010-10-01 16:28:581238 'browser/geolocation/geolocation_content_settings_map.cc',
1239 'browser/geolocation/geolocation_content_settings_map.h',
[email protected]ecad7762010-10-22 13:58:481240 'browser/geolocation/geolocation_dispatcher_host_old.cc',
1241 'browser/geolocation/geolocation_dispatcher_host_old.h',
[email protected]0aade3e2010-10-01 16:28:581242 'browser/geolocation/geolocation_exceptions_table_model.cc',
1243 'browser/geolocation/geolocation_exceptions_table_model.h',
1244 'browser/geolocation/geolocation_observer.h',
[email protected]58c321d2010-02-19 12:11:281245 'browser/geolocation/geolocation_permission_context.cc',
1246 'browser/geolocation/geolocation_permission_context.h',
[email protected]e1d4edb2010-02-17 17:33:561247 'browser/geolocation/geolocation_prefs.cc',
[email protected]7c927b62010-02-24 09:54:131248 'browser/geolocation/geolocation_prefs.h',
[email protected]0aade3e2010-10-01 16:28:581249 'browser/geolocation/geolocation_provider.cc',
1250 'browser/geolocation/geolocation_provider.h',
[email protected]777a7b62010-05-11 13:28:161251 'browser/geolocation/geolocation_settings_state.cc',
1252 'browser/geolocation/geolocation_settings_state.h',
[email protected]a2fd492a2010-05-27 15:26:181253 'browser/geolocation/gps_location_provider_linux.cc',
1254 'browser/geolocation/gps_location_provider_linux.h',
1255 'browser/geolocation/libgps_2_38_wrapper_linux.cc',
1256 'browser/geolocation/libgps_2_94_wrapper_linux.cc',
1257 'browser/geolocation/libgps_wrapper_linux.cc',
1258 'browser/geolocation/libgps_wrapper_linux.h',
[email protected]8b96de122010-02-15 15:15:221259 'browser/geolocation/location_arbitrator.cc',
1260 'browser/geolocation/location_arbitrator.h',
[email protected]9732c032010-02-02 18:28:081261 'browser/geolocation/location_provider.cc',
1262 'browser/geolocation/location_provider.h',
[email protected]9732c032010-02-02 18:28:081263 'browser/geolocation/network_location_provider.cc',
1264 'browser/geolocation/network_location_provider.h',
1265 'browser/geolocation/network_location_request.cc',
1266 'browser/geolocation/network_location_request.h',
[email protected]41b5abb2010-02-25 10:15:231267 'browser/geolocation/osx_wifi.h',
[email protected]3cc2e592010-06-21 13:45:431268 'browser/geolocation/wifi_data_provider_chromeos.cc',
1269 'browser/geolocation/wifi_data_provider_chromeos.h',
[email protected]4048ddb92010-01-28 12:24:241270 'browser/geolocation/wifi_data_provider_common.cc',
1271 'browser/geolocation/wifi_data_provider_common.h',
[email protected]5eaf6272010-03-08 11:11:241272 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
[email protected]4048ddb92010-01-28 12:24:241273 'browser/geolocation/wifi_data_provider_common_win.cc',
1274 'browser/geolocation/wifi_data_provider_common_win.h',
1275 'browser/geolocation/wifi_data_provider_linux.cc',
1276 'browser/geolocation/wifi_data_provider_linux.h',
1277 'browser/geolocation/wifi_data_provider_mac.cc',
1278 'browser/geolocation/wifi_data_provider_mac.h',
1279 'browser/geolocation/wifi_data_provider_win.cc',
1280 'browser/geolocation/wifi_data_provider_win.h',
[email protected]04d75b6f2010-08-17 11:38:401281 'browser/geolocation/win7_location_api_win.cc',
1282 'browser/geolocation/win7_location_api_win.h',
1283 'browser/geolocation/win7_location_provider_win.cc',
1284 'browser/geolocation/win7_location_provider_win.h',
[email protected]f7578f52010-08-30 22:22:491285 'browser/google/google_update.cc',
1286 'browser/google/google_update.h',
1287 'browser/google/google_update_settings_posix.cc',
1288 'browser/google/google_url_tracker.cc',
1289 'browser/google/google_url_tracker.h',
1290 'browser/google/google_util.cc',
1291 'browser/google/google_util.h',
[email protected]c0fc0942010-01-13 00:55:371292 'browser/gpu_process_host.cc',
1293 'browser/gpu_process_host.h',
[email protected]1082b1d2010-03-30 00:31:221294 'browser/gpu_process_host_ui_shim.cc',
1295 'browser/gpu_process_host_ui_shim.h',
[email protected]83019902009-12-02 05:32:591296 'browser/gtk/about_chrome_dialog.cc',
1297 'browser/gtk/about_chrome_dialog.h',
[email protected]4762a9e2010-01-19 17:52:421298 'browser/gtk/accelerators_gtk.cc',
1299 'browser/gtk/accelerators_gtk.h',
[email protected]5cbe1e22010-01-30 01:18:561300 'browser/gtk/accessibility_event_router_gtk.cc',
1301 'browser/gtk/accessibility_event_router_gtk.h',
1302 'browser/gtk/accessible_widget_helper_gtk.cc',
1303 'browser/gtk/accessible_widget_helper_gtk.h',
[email protected]83019902009-12-02 05:32:591304 'browser/gtk/back_forward_button_gtk.cc',
1305 'browser/gtk/back_forward_button_gtk.h',
[email protected]83019902009-12-02 05:32:591306 'browser/gtk/bookmark_bar_gtk.cc',
1307 'browser/gtk/bookmark_bar_gtk.h',
[email protected]57b8ac22010-01-27 18:39:491308 'browser/gtk/bookmark_bar_instructions_gtk.cc',
1309 'browser/gtk/bookmark_bar_instructions_gtk.h',
[email protected]83019902009-12-02 05:32:591310 'browser/gtk/bookmark_bubble_gtk.cc',
1311 'browser/gtk/bookmark_bubble_gtk.h',
[email protected]83019902009-12-02 05:32:591312 'browser/gtk/bookmark_editor_gtk.cc',
1313 'browser/gtk/bookmark_editor_gtk.h',
[email protected]83019902009-12-02 05:32:591314 'browser/gtk/bookmark_menu_controller_gtk.cc',
1315 'browser/gtk/bookmark_menu_controller_gtk.h',
1316 'browser/gtk/bookmark_tree_model.cc',
1317 'browser/gtk/bookmark_tree_model.h',
1318 'browser/gtk/bookmark_utils_gtk.cc',
1319 'browser/gtk/bookmark_utils_gtk.h',
1320 'browser/gtk/browser_actions_toolbar_gtk.cc',
1321 'browser/gtk/browser_actions_toolbar_gtk.h',
1322 'browser/gtk/browser_titlebar.cc',
1323 'browser/gtk/browser_titlebar.h',
1324 'browser/gtk/browser_toolbar_gtk.cc',
1325 'browser/gtk/browser_toolbar_gtk.h',
1326 'browser/gtk/browser_window_factory_gtk.cc',
1327 'browser/gtk/browser_window_gtk.cc',
1328 'browser/gtk/browser_window_gtk.h',
1329 'browser/gtk/cairo_cached_surface.cc',
1330 'browser/gtk/cairo_cached_surface.h',
[email protected]c3deb9a22010-03-09 03:30:021331 'browser/gtk/certificate_dialogs.cc',
1332 'browser/gtk/certificate_dialogs.h',
[email protected]1b1a264a2010-01-14 22:36:351333 'browser/gtk/certificate_viewer.cc',
1334 'browser/gtk/certificate_viewer.h',
[email protected]033de1112010-11-13 19:04:001335 'browser/gtk/chrome_gtk_frame.cc',
1336 'browser/gtk/chrome_gtk_frame.h',
[email protected]83019902009-12-02 05:32:591337 'browser/gtk/clear_browsing_data_dialog_gtk.cc',
1338 'browser/gtk/clear_browsing_data_dialog_gtk.h',
[email protected]a503c97c2010-07-16 13:05:481339 'browser/gtk/collected_cookies_gtk.cc',
1340 'browser/gtk/collected_cookies_gtk.h',
[email protected]97c22ee2010-10-18 20:28:131341 'browser/gtk/constrained_html_delegate_gtk.cc',
[email protected]83019902009-12-02 05:32:591342 'browser/gtk/constrained_window_gtk.cc',
1343 'browser/gtk/constrained_window_gtk.h',
[email protected]c4d6f872010-04-07 21:00:331344 'browser/gtk/content_setting_bubble_gtk.cc',
1345 'browser/gtk/content_setting_bubble_gtk.h',
[email protected]cd1454e932010-05-13 21:36:591346 'browser/gtk/gconf_titlebar_listener.cc',
1347 'browser/gtk/gconf_titlebar_listener.h',
[email protected]0c2c5e12010-03-04 17:55:251348 'browser/gtk/gtk_chrome_cookie_view.cc',
1349 'browser/gtk/gtk_chrome_cookie_view.h',
[email protected]83019902009-12-02 05:32:591350 'browser/gtk/create_application_shortcuts_dialog_gtk.cc',
1351 'browser/gtk/create_application_shortcuts_dialog_gtk.h',
1352 'browser/gtk/custom_button.cc',
1353 'browser/gtk/custom_button.h',
[email protected]2ca8a062010-03-18 17:10:181354 'browser/gtk/custom_drag.cc',
1355 'browser/gtk/custom_drag.h',
[email protected]83019902009-12-02 05:32:591356 'browser/gtk/dialogs_gtk.cc',
1357 'browser/gtk/download_in_progress_dialog_gtk.cc',
1358 'browser/gtk/download_in_progress_dialog_gtk.h',
1359 'browser/gtk/download_item_gtk.cc',
1360 'browser/gtk/download_item_gtk.h',
1361 'browser/gtk/download_shelf_gtk.cc',
1362 'browser/gtk/download_shelf_gtk.h',
1363 'browser/gtk/download_started_animation_gtk.cc',
1364 'browser/gtk/edit_search_engine_dialog.cc',
1365 'browser/gtk/edit_search_engine_dialog.h',
[email protected]5d028b72010-06-09 21:19:401366 'browser/gtk/extension_infobar_gtk.cc',
1367 'browser/gtk/extension_infobar_gtk.h',
[email protected]83019902009-12-02 05:32:591368 'browser/gtk/extension_install_prompt_gtk.cc',
[email protected]e2a284e62010-03-30 23:48:431369 'browser/gtk/extension_install_prompt2_gtk.cc',
[email protected]9bfc63e2010-01-12 02:17:021370 'browser/gtk/extension_installed_bubble_gtk.cc',
1371 'browser/gtk/extension_installed_bubble_gtk.h',
[email protected]83019902009-12-02 05:32:591372 'browser/gtk/extension_view_gtk.cc',
1373 'browser/gtk/extension_view_gtk.h',
1374 'browser/gtk/extension_popup_gtk.cc',
1375 'browser/gtk/extension_popup_gtk.h',
1376 'browser/gtk/external_protocol_dialog_gtk.cc',
1377 'browser/gtk/external_protocol_dialog_gtk.h',
1378 'browser/gtk/find_bar_gtk.cc',
1379 'browser/gtk/find_bar_gtk.h',
1380 'browser/gtk/first_run_bubble.cc',
1381 'browser/gtk/first_run_bubble.h',
1382 'browser/gtk/first_run_dialog.cc',
1383 'browser/gtk/first_run_dialog.h',
1384 'browser/gtk/focus_store_gtk.cc',
1385 'browser/gtk/focus_store_gtk.h',
1386 'browser/gtk/fullscreen_exit_bubble_gtk.cc',
1387 'browser/gtk/fullscreen_exit_bubble_gtk.h',
[email protected]83019902009-12-02 05:32:591388 'browser/gtk/gtk_chrome_button.cc',
1389 'browser/gtk/gtk_chrome_button.h',
1390 'browser/gtk/gtk_chrome_link_button.cc',
1391 'browser/gtk/gtk_chrome_link_button.h',
[email protected]c4673fd2010-03-06 04:00:031392 'browser/gtk/gtk_chrome_shrinkable_hbox.cc',
1393 'browser/gtk/gtk_chrome_shrinkable_hbox.h',
[email protected]9c8f1502010-06-25 21:34:041394 'browser/gtk/gtk_custom_menu.cc',
1395 'browser/gtk/gtk_custom_menu.h',
1396 'browser/gtk/gtk_custom_menu_item.cc',
1397 'browser/gtk/gtk_custom_menu_item.h',
[email protected]623630c2009-12-21 05:59:081398 'browser/gtk/gtk_expanded_container.cc',
1399 'browser/gtk/gtk_expanded_container.h',
[email protected]83019902009-12-02 05:32:591400 'browser/gtk/gtk_floating_container.cc',
1401 'browser/gtk/gtk_floating_container.h',
1402 'browser/gtk/gtk_theme_provider.cc',
1403 'browser/gtk/gtk_theme_provider.h',
[email protected]16d51df2010-03-02 09:16:441404 'browser/gtk/gtk_tree.cc',
1405 'browser/gtk/gtk_tree.h',
1406 'browser/gtk/gtk_util.cc',
1407 'browser/gtk/gtk_util.h',
[email protected]32d83832010-03-09 01:03:371408 'browser/gtk/hover_controller_gtk.cc',
1409 'browser/gtk/hover_controller_gtk.h',
[email protected]83019902009-12-02 05:32:591410 'browser/gtk/html_dialog_gtk.cc',
1411 'browser/gtk/html_dialog_gtk.h',
1412 'browser/gtk/hung_renderer_dialog_gtk.cc',
1413 'browser/gtk/import_dialog_gtk.cc',
1414 'browser/gtk/import_dialog_gtk.h',
1415 'browser/gtk/import_lock_dialog_gtk.cc',
1416 'browser/gtk/import_lock_dialog_gtk.h',
1417 'browser/gtk/import_progress_dialog_gtk.cc',
1418 'browser/gtk/import_progress_dialog_gtk.h',
1419 'browser/gtk/info_bubble_gtk.cc',
1420 'browser/gtk/info_bubble_gtk.h',
[email protected]0bca3ac2010-10-12 17:59:511421 'browser/gtk/info_bubble_accelerators_gtk.cc',
1422 'browser/gtk/info_bubble_accelerators_gtk.h',
[email protected]dcb30702010-10-26 22:00:371423 'browser/gtk/infobar_arrow_model.cc',
1424 'browser/gtk/infobar_arrow_model.h',
[email protected]83019902009-12-02 05:32:591425 'browser/gtk/infobar_container_gtk.cc',
1426 'browser/gtk/infobar_container_gtk.h',
1427 'browser/gtk/infobar_gtk.cc',
1428 'browser/gtk/infobar_gtk.h',
[email protected]e640fe12010-11-05 00:58:521429 'browser/gtk/instant_confirm_dialog_gtk.cc',
1430 'browser/gtk/instant_confirm_dialog_gtk.h',
[email protected]160ad3d2010-09-28 15:40:201431 'browser/gtk/js_modal_dialog_gtk.cc',
1432 'browser/gtk/js_modal_dialog_gtk.h',
[email protected]83019902009-12-02 05:32:591433 'browser/gtk/keyword_editor_view.cc',
1434 'browser/gtk/keyword_editor_view.h',
[email protected]83019902009-12-02 05:32:591435 'browser/gtk/location_bar_view_gtk.cc',
1436 'browser/gtk/location_bar_view_gtk.h',
1437 'browser/gtk/menu_bar_helper.cc',
1438 'browser/gtk/menu_bar_helper.h',
1439 'browser/gtk/menu_gtk.cc',
1440 'browser/gtk/menu_gtk.h',
1441 'browser/gtk/nine_box.cc',
1442 'browser/gtk/nine_box.h',
[email protected]bfc815f2010-01-15 23:58:341443 'browser/gtk/notifications/balloon_view_gtk.cc',
1444 'browser/gtk/notifications/balloon_view_gtk.h',
1445 'browser/gtk/notifications/balloon_view_host_gtk.cc',
1446 'browser/gtk/notifications/balloon_view_host_gtk.h',
[email protected]83019902009-12-02 05:32:591447 'browser/gtk/options/advanced_contents_gtk.cc',
1448 'browser/gtk/options/advanced_contents_gtk.h',
1449 'browser/gtk/options/advanced_page_gtk.cc',
1450 'browser/gtk/options/advanced_page_gtk.h',
[email protected]47115102010-02-19 19:01:471451 'browser/gtk/options/content_exception_editor.cc',
1452 'browser/gtk/options/content_exception_editor.h',
1453 'browser/gtk/options/content_exceptions_window_gtk.cc',
1454 'browser/gtk/options/content_exceptions_window_gtk.h',
[email protected]d8e7a542010-02-10 18:58:541455 'browser/gtk/options/content_filter_page_gtk.cc',
1456 'browser/gtk/options/content_filter_page_gtk.h',
[email protected]83019902009-12-02 05:32:591457 'browser/gtk/options/content_page_gtk.cc',
1458 'browser/gtk/options/content_page_gtk.h',
[email protected]d8e7a542010-02-10 18:58:541459 'browser/gtk/options/content_settings_window_gtk.cc',
1460 'browser/gtk/options/content_settings_window_gtk.h',
1461 'browser/gtk/options/cookie_filter_page_gtk.cc',
1462 'browser/gtk/options/cookie_filter_page_gtk.h',
[email protected]83019902009-12-02 05:32:591463 'browser/gtk/options/cookies_view.cc',
1464 'browser/gtk/options/cookies_view.h',
[email protected]83019902009-12-02 05:32:591465 'browser/gtk/options/fonts_languages_window_gtk.cc',
1466 'browser/gtk/options/fonts_page_gtk.cc',
1467 'browser/gtk/options/fonts_page_gtk.h',
1468 'browser/gtk/options/general_page_gtk.cc',
1469 'browser/gtk/options/general_page_gtk.h',
1470 'browser/gtk/options/languages_page_gtk.cc',
1471 'browser/gtk/options/languages_page_gtk.h',
[email protected]17031572010-06-08 09:55:471472 'browser/gtk/options/managed_prefs_banner_gtk.cc',
1473 'browser/gtk/options/managed_prefs_banner_gtk.h',
[email protected]83019902009-12-02 05:32:591474 'browser/gtk/options/options_layout_gtk.cc',
1475 'browser/gtk/options/options_layout_gtk.h',
1476 'browser/gtk/options/options_window_gtk.cc',
[email protected]e4b5d632010-02-12 21:39:561477 'browser/gtk/options/passwords_exceptions_page_gtk.cc',
1478 'browser/gtk/options/passwords_exceptions_page_gtk.h',
[email protected]83019902009-12-02 05:32:591479 'browser/gtk/options/passwords_exceptions_window_gtk.cc',
1480 'browser/gtk/options/passwords_exceptions_window_gtk.h',
1481 'browser/gtk/options/passwords_page_gtk.cc',
1482 'browser/gtk/options/passwords_page_gtk.h',
[email protected]834a6a12010-07-01 18:26:571483 'browser/gtk/options/simple_content_exceptions_window.cc',
1484 'browser/gtk/options/simple_content_exceptions_window.h',
[email protected]83019902009-12-02 05:32:591485 'browser/gtk/options/url_picker_dialog_gtk.cc',
1486 'browser/gtk/options/url_picker_dialog_gtk.h',
[email protected]d324af92010-08-03 21:31:301487 'browser/gtk/overflow_button.cc',
1488 'browser/gtk/overflow_button.h',
1489 'browser/gtk/owned_widget_gtk.cc',
1490 'browser/gtk/owned_widget_gtk.h',
[email protected]397b8ea52010-09-01 22:23:031491 'browser/gtk/page_info_bubble_gtk.cc',
[email protected]83019902009-12-02 05:32:591492 'browser/gtk/process_singleton_dialog.cc',
1493 'browser/gtk/process_singleton_dialog.h',
[email protected]943d8122010-06-11 02:13:451494 'browser/gtk/reload_button_gtk.cc',
1495 'browser/gtk/reload_button_gtk.h',
[email protected]83019902009-12-02 05:32:591496 'browser/gtk/repost_form_warning_gtk.cc',
1497 'browser/gtk/repost_form_warning_gtk.h',
1498 'browser/gtk/rounded_window.cc',
1499 'browser/gtk/rounded_window.h',
1500 'browser/gtk/sad_tab_gtk.cc',
1501 'browser/gtk/sad_tab_gtk.h',
1502 'browser/gtk/slide_animator_gtk.cc',
1503 'browser/gtk/slide_animator_gtk.h',
[email protected]1f18184a2010-07-21 19:34:491504 'browser/gtk/ssl_client_certificate_selector.cc',
[email protected]83019902009-12-02 05:32:591505 'browser/gtk/status_bubble_gtk.cc',
1506 'browser/gtk/status_bubble_gtk.h',
[email protected]e4f565b2010-04-06 16:36:461507 'browser/gtk/status_icons/status_icon_gtk.h',
1508 'browser/gtk/status_icons/status_icon_gtk.cc',
1509 'browser/gtk/status_icons/status_tray_gtk.h',
1510 'browser/gtk/status_icons/status_tray_gtk.cc',
[email protected]83019902009-12-02 05:32:591511 'browser/gtk/tab_contents_container_gtk.cc',
1512 'browser/gtk/tab_contents_container_gtk.h',
1513 'browser/gtk/tab_contents_drag_source.cc',
1514 'browser/gtk/tab_contents_drag_source.h',
1515 'browser/gtk/tabs/dragged_tab_controller_gtk.cc',
1516 'browser/gtk/tabs/dragged_tab_controller_gtk.h',
1517 'browser/gtk/tabs/dragged_tab_gtk.cc',
1518 'browser/gtk/tabs/dragged_tab_gtk.h',
1519 'browser/gtk/tabs/tab_gtk.cc',
1520 'browser/gtk/tabs/tab_gtk.h',
1521 'browser/gtk/tabs/tab_renderer_gtk.cc',
1522 'browser/gtk/tabs/tab_renderer_gtk.h',
1523 'browser/gtk/tabs/tab_strip_gtk.cc',
1524 'browser/gtk/tabs/tab_strip_gtk.h',
1525 'browser/gtk/task_manager_gtk.cc',
1526 'browser/gtk/task_manager_gtk.h',
1527 'browser/gtk/theme_install_bubble_view_gtk.cc',
1528 'browser/gtk/theme_install_bubble_view_gtk.h',
[email protected]790b3432010-06-25 16:06:381529 'browser/gtk/translate/after_translate_infobar_gtk.cc',
1530 'browser/gtk/translate/after_translate_infobar_gtk.h',
1531 'browser/gtk/translate/before_translate_infobar_gtk.cc',
1532 'browser/gtk/translate/before_translate_infobar_gtk.h',
1533 'browser/gtk/translate/translate_infobar_base_gtk.cc',
1534 'browser/gtk/translate/translate_infobar_base_gtk.h',
1535 'browser/gtk/translate/translate_message_infobar_gtk.cc',
1536 'browser/gtk/translate/translate_message_infobar_gtk.h',
[email protected]8fcec3c72010-06-03 00:17:221537 'browser/gtk/update_recommended_dialog.cc',
1538 'browser/gtk/update_recommended_dialog.h',
[email protected]83019902009-12-02 05:32:591539 'browser/gtk/view_id_util.cc',
1540 'browser/gtk/view_id_util.h',
[email protected]3469e7e2010-10-14 20:34:591541 'browser/guid.h',
[email protected]d3d728e92010-10-20 03:24:551542 'browser/guid.cc',
[email protected]3469e7e2010-10-14 20:34:591543 'browser/guid_posix.cc',
1544 'browser/guid_win.cc',
[email protected]83019902009-12-02 05:32:591545 'browser/hang_monitor/hung_plugin_action.cc',
1546 'browser/hang_monitor/hung_plugin_action.h',
1547 'browser/hang_monitor/hung_window_detector.cc',
1548 'browser/hang_monitor/hung_window_detector.h',
1549 'browser/history/archived_database.cc',
1550 'browser/history/archived_database.h',
1551 'browser/history/download_database.cc',
1552 'browser/history/download_database.h',
[email protected]a0835ac2010-09-13 19:40:081553 'browser/history/download_create_info.h',
1554 'browser/history/download_create_info.cc',
[email protected]83019902009-12-02 05:32:591555 'browser/history/expire_history_backend.cc',
1556 'browser/history/expire_history_backend.h',
1557 'browser/history/history.cc',
1558 'browser/history/history.h',
1559 'browser/history/history_backend.cc',
1560 'browser/history/history_backend.h',
1561 'browser/history/history_database.cc',
1562 'browser/history/history_database.h',
1563 'browser/history/history_marshaling.h',
[email protected]93aa89c72010-10-20 21:32:041564 'browser/history/history_notifications.cc',
[email protected]83019902009-12-02 05:32:591565 'browser/history/history_notifications.h',
1566 'browser/history/history_publisher.cc',
1567 'browser/history/history_publisher.h',
1568 'browser/history/history_publisher_none.cc',
1569 'browser/history/history_publisher_win.cc',
1570 'browser/history/history_types.cc',
1571 'browser/history/history_types.h',
1572 'browser/history/in_memory_database.cc',
1573 'browser/history/in_memory_database.h',
1574 'browser/history/in_memory_history_backend.cc',
1575 'browser/history/in_memory_history_backend.h',
[email protected]279a25f2010-07-01 18:13:221576 'browser/history/in_memory_url_index.cc',
1577 'browser/history/in_memory_url_index.h',
[email protected]83019902009-12-02 05:32:591578 'browser/history/page_usage_data.cc',
1579 'browser/history/page_usage_data.h',
1580 'browser/history/query_parser.cc',
1581 'browser/history/query_parser.h',
1582 'browser/history/snippet.cc',
1583 'browser/history/snippet.h',
1584 'browser/history/starred_url_database.cc',
1585 'browser/history/starred_url_database.h',
1586 'browser/history/text_database.cc',
1587 'browser/history/text_database.h',
1588 'browser/history/text_database_manager.cc',
1589 'browser/history/text_database_manager.h',
1590 'browser/history/thumbnail_database.cc',
1591 'browser/history/thumbnail_database.h',
1592 'browser/history/top_sites.cc',
[email protected]809cc4d2010-10-27 15:22:541593 'browser/history/top_sites.h',
1594 'browser/history/top_sites_backend.cc',
1595 'browser/history/top_sites_backend.h',
1596 'browser/history/top_sites_cache.cc',
1597 'browser/history/top_sites_cache.h',
[email protected]69489472010-06-01 17:23:561598 'browser/history/top_sites_database.cc',
[email protected]809cc4d2010-10-27 15:22:541599 'browser/history/top_sites_database.h',
[email protected]83019902009-12-02 05:32:591600 'browser/history/url_database.cc',
1601 'browser/history/url_database.h',
1602 'browser/history/visit_database.cc',
1603 'browser/history/visit_database.h',
1604 'browser/history/visit_tracker.cc',
1605 'browser/history/visit_tracker.h',
1606 'browser/history/visitsegment_database.cc',
1607 'browser/history/visitsegment_database.h',
[email protected]9d01a6a2010-11-30 12:03:331608
[email protected]40bd6582009-12-04 23:49:511609 'browser/host_zoom_map.cc',
1610 'browser/host_zoom_map.h',
[email protected]83019902009-12-02 05:32:591611 'browser/hung_renderer_dialog.h',
1612 'browser/icon_loader.h',
1613 'browser/icon_loader.cc',
1614 'browser/icon_loader_linux.cc',
1615 'browser/icon_loader_mac.mm',
1616 'browser/icon_loader_win.cc',
1617 'browser/icon_manager.cc',
1618 'browser/icon_manager.h',
1619 'browser/icon_manager_linux.cc',
1620 'browser/icon_manager_mac.mm',
1621 'browser/icon_manager_win.cc',
[email protected]f5205412010-03-16 00:19:341622 'browser/idle_linux.cc',
1623 'browser/idle_mac.cc',
1624 'browser/idle_win.cc',
[email protected]83019902009-12-02 05:32:591625 'browser/ime_input.cc',
1626 'browser/ime_input.h',
1627 'browser/importer/firefox2_importer.cc',
1628 'browser/importer/firefox2_importer.h',
1629 'browser/importer/firefox3_importer.cc',
1630 'browser/importer/firefox3_importer.h',
1631 'browser/importer/firefox_importer_utils.cc',
1632 'browser/importer/firefox_importer_utils_linux.cc',
1633 'browser/importer/firefox_importer_utils_mac.mm',
1634 'browser/importer/firefox_importer_utils_win.cc',
1635 'browser/importer/firefox_importer_utils.h',
1636 'browser/importer/firefox_profile_lock.cc',
1637 'browser/importer/firefox_profile_lock.h',
1638 'browser/importer/firefox_profile_lock_posix.cc',
1639 'browser/importer/firefox_profile_lock_win.cc',
[email protected]4200a2082010-04-27 23:19:471640 'browser/importer/firefox_proxy_settings.cc',
1641 'browser/importer/firefox_proxy_settings.h',
[email protected]83019902009-12-02 05:32:591642 'browser/importer/ie_importer.cc',
1643 'browser/importer/ie_importer.h',
1644 'browser/importer/importer.cc',
1645 'browser/importer/importer.h',
1646 'browser/importer/importer_bridge.cc',
1647 'browser/importer/importer_bridge.h',
[email protected]20f0487a2010-09-30 20:06:301648 'browser/importer/importer_data_types.cc',
[email protected]95940f102010-05-20 19:25:351649 'browser/importer/importer_data_types.h',
[email protected]83019902009-12-02 05:32:591650 'browser/importer/importer_list.cc',
1651 'browser/importer/importer_list.h',
[email protected]7a4de7a62010-08-17 18:38:241652 'browser/importer/importer_messages.cc',
[email protected]89cfc19d2010-06-04 15:36:351653 'browser/importer/importer_messages.h',
1654 'browser/importer/importer_messages_internal.h',
[email protected]83019902009-12-02 05:32:591655 'browser/importer/mork_reader.cc',
1656 'browser/importer/mork_reader.h',
1657 'browser/importer/nss_decryptor.cc',
1658 'browser/importer/nss_decryptor.h',
[email protected]83019902009-12-02 05:32:591659 'browser/importer/nss_decryptor_mac.h',
1660 'browser/importer/nss_decryptor_mac.mm',
[email protected]ca9b7dd2010-02-24 23:40:301661 'browser/importer/nss_decryptor_system_nss.cc',
1662 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:591663 'browser/importer/nss_decryptor_win.cc',
1664 'browser/importer/nss_decryptor_win.h',
[email protected]7fe8c5d2010-05-14 18:06:591665 'browser/importer/profile_writer.cc',
1666 'browser/importer/profile_writer.h',
[email protected]83019902009-12-02 05:32:591667 'browser/importer/safari_importer.h',
1668 'browser/importer/safari_importer.mm',
1669 'browser/importer/toolbar_importer.cc',
1670 'browser/importer/toolbar_importer.h',
1671 'browser/in_process_webkit/browser_webkitclient_impl.cc',
1672 'browser/in_process_webkit/browser_webkitclient_impl.h',
[email protected]61e7dec2010-01-05 21:44:371673 'browser/in_process_webkit/dom_storage_area.cc',
1674 'browser/in_process_webkit/dom_storage_area.h',
[email protected]83019902009-12-02 05:32:591675 'browser/in_process_webkit/dom_storage_context.cc',
1676 'browser/in_process_webkit/dom_storage_context.h',
1677 'browser/in_process_webkit/dom_storage_dispatcher_host.cc',
1678 'browser/in_process_webkit/dom_storage_dispatcher_host.h',
[email protected]61e7dec2010-01-05 21:44:371679 'browser/in_process_webkit/dom_storage_namespace.cc',
1680 'browser/in_process_webkit/dom_storage_namespace.h',
[email protected]38e08982010-10-22 17:28:431681 'browser/in_process_webkit/indexed_db_callbacks.cc',
[email protected]70c19a932010-05-14 12:59:111682 'browser/in_process_webkit/indexed_db_callbacks.h',
1683 'browser/in_process_webkit/indexed_db_context.cc',
1684 'browser/in_process_webkit/indexed_db_context.h',
1685 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
1686 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
[email protected]50114e82010-08-26 09:50:391687 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
1688 'browser/in_process_webkit/indexed_db_key_utility_client.h',
[email protected]6ee12c42010-09-14 09:36:071689 'browser/in_process_webkit/session_storage_namespace.cc',
1690 'browser/in_process_webkit/session_storage_namespace.h',
[email protected]83019902009-12-02 05:32:591691 'browser/in_process_webkit/webkit_context.cc',
1692 'browser/in_process_webkit/webkit_context.h',
1693 'browser/in_process_webkit/webkit_thread.cc',
1694 'browser/in_process_webkit/webkit_thread.h',
[email protected]6b723f82010-10-05 20:14:271695 'browser/instant/instant_commit_type.h',
[email protected]018cbb22010-10-11 22:32:091696 'browser/instant/instant_confirm_dialog.cc',
1697 'browser/instant/instant_confirm_dialog.h',
[email protected]6b723f82010-10-05 20:14:271698 'browser/instant/instant_controller.cc',
1699 'browser/instant/instant_controller.h',
1700 'browser/instant/instant_delegate.h',
1701 'browser/instant/instant_loader.cc',
1702 'browser/instant/instant_loader.h',
1703 'browser/instant/instant_loader_delegate.h',
1704 'browser/instant/instant_loader_manager.cc',
1705 'browser/instant/instant_loader_manager.h',
[email protected]5aab5e22010-12-08 22:13:291706 'browser/instant/instant_unload_handler.cc',
1707 'browser/instant/instant_unload_handler.h',
[email protected]7e03e812010-11-15 23:01:011708 'browser/instant/promo_counter.cc',
1709 'browser/instant/promo_counter.h',
[email protected]c4ff4952010-01-08 19:12:471710 'browser/intranet_redirect_detector.cc',
1711 'browser/intranet_redirect_detector.h',
[email protected]0ac83682010-01-22 17:46:271712 'browser/io_thread.cc',
1713 'browser/io_thread.h',
[email protected]e06131d2010-02-10 18:40:331714 'browser/jankometer_mac.cc',
[email protected]83019902009-12-02 05:32:591715 'browser/jankometer.cc',
1716 'browser/jankometer.h',
[email protected]11fb5e52010-06-23 00:58:481717 'browser/jumplist_win.cc',
1718 'browser/jumplist_win.h',
[email protected]83019902009-12-02 05:32:591719 'browser/keychain_mac.cc',
1720 'browser/keychain_mac.h',
1721 'browser/language_combobox_model.cc',
1722 'browser/language_combobox_model.h',
1723 'browser/language_order_table_model.cc',
1724 'browser/language_order_table_model.h',
1725 'browser/load_from_memory_cache_details.h',
1726 'browser/load_notification_details.h',
[email protected]c1bbaa82010-11-08 11:17:051727 'browser/enumerate_modules_model_win.cc',
1728 'browser/enumerate_modules_model_win.h',
[email protected]b2e8e082009-12-21 17:44:201729 'browser/mach_broker_mac.cc',
1730 'browser/mach_broker_mac.h',
[email protected]83019902009-12-02 05:32:591731 'browser/memory_details.cc',
1732 'browser/memory_details_linux.cc',
1733 'browser/memory_details_mac.cc',
1734 'browser/memory_details_win.cc',
1735 'browser/memory_details.h',
1736 'browser/memory_purger.cc',
1737 'browser/memory_purger.h',
[email protected]7c927b62010-02-24 09:54:131738 'browser/metrics/histogram_synchronizer.cc',
1739 'browser/metrics/histogram_synchronizer.h',
[email protected]83019902009-12-02 05:32:591740 'browser/metrics/metric_event_duration_details.h',
1741 'browser/metrics/metrics_log.cc',
1742 'browser/metrics/metrics_log.h',
1743 'browser/metrics/metrics_response.cc',
1744 'browser/metrics/metrics_response.h',
1745 'browser/metrics/metrics_service.cc',
1746 'browser/metrics/metrics_service.h',
1747 'browser/metrics/user_metrics.cc',
1748 'browser/metrics/user_metrics.h',
[email protected]143ea97c2010-11-13 01:46:581749 'browser/mime_registry_dispatcher.cc',
1750 'browser/mime_registry_dispatcher.h',
[email protected]83019902009-12-02 05:32:591751 'browser/modal_html_dialog_delegate.cc',
1752 'browser/modal_html_dialog_delegate.h',
[email protected]4bdde602010-06-16 03:17:351753 'browser/nacl_host/nacl_broker_host_win.cc',
1754 'browser/nacl_host/nacl_broker_host_win.h',
1755 'browser/nacl_host/nacl_broker_service_win.cc',
1756 'browser/nacl_host/nacl_broker_service_win.h',
[email protected]e15a4fa2010-02-11 23:09:291757 'browser/nacl_host/nacl_process_host.cc',
1758 'browser/nacl_host/nacl_process_host.h',
[email protected]81070042010-08-31 02:42:361759 'browser/net/blob_url_request_job_factory.cc',
1760 'browser/net/blob_url_request_job_factory.h',
[email protected]83019902009-12-02 05:32:591761 'browser/net/browser_url_util.cc',
1762 'browser/net/browser_url_util.h',
[email protected]0f7066e2010-03-25 08:31:471763 'browser/net/chrome_cookie_notification_details.h',
[email protected]34602282010-02-03 22:14:151764 'browser/net/chrome_cookie_policy.cc',
1765 'browser/net/chrome_cookie_policy.h',
[email protected]9e743cd2010-03-16 07:03:531766 'browser/net/chrome_net_log.cc',
1767 'browser/net/chrome_net_log.h',
[email protected]ac039522010-06-15 16:39:441768 'browser/net/chrome_network_delegate.cc',
1769 'browser/net/chrome_network_delegate.h',
[email protected]83019902009-12-02 05:32:591770 'browser/net/chrome_url_request_context.cc',
1771 'browser/net/chrome_url_request_context.h',
[email protected]a973a712010-11-24 15:00:181772 'browser/net/chrome_dns_cert_provenance_checker.cc',
1773 'browser/net/chrome_dns_cert_provenance_checker.h',
1774 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1775 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
[email protected]c5629c32010-06-23 01:22:431776 'browser/net/connect_interceptor.cc',
1777 'browser/net/connect_interceptor.h',
[email protected]483bf122010-05-04 20:41:241778 'browser/net/connection_tester.cc',
1779 'browser/net/connection_tester.h',
[email protected]8e4c29612010-07-14 01:24:451780 'browser/net/gaia/token_service.cc',
1781 'browser/net/gaia/token_service.h',
[email protected]e25e9552010-07-16 08:25:411782 'browser/net/load_timing_observer.cc',
1783 'browser/net/load_timing_observer.h',
[email protected]83019902009-12-02 05:32:591784 'browser/net/metadata_url_request.cc',
1785 'browser/net/metadata_url_request.h',
[email protected]93190352010-08-13 13:55:101786 'browser/net/net_log_logger.cc',
1787 'browser/net/net_log_logger.h',
[email protected]dd830072010-10-05 09:32:441788 'browser/net/net_pref_observer.cc',
1789 'browser/net/net_pref_observer.h',
[email protected]9e743cd2010-03-16 07:03:531790 'browser/net/passive_log_collector.cc',
1791 'browser/net/passive_log_collector.h',
[email protected]760d970a2010-05-18 00:39:181792 'browser/net/preconnect.cc',
1793 'browser/net/preconnect.h',
[email protected]3530cd92010-06-27 06:22:011794 'browser/net/predictor.cc',
1795 'browser/net/predictor.h',
1796 'browser/net/predictor_api.cc',
1797 'browser/net/predictor_api.h',
[email protected]cc5bfd42010-11-24 14:44:021798 'browser/net/pref_proxy_config_service.cc',
1799 'browser/net/pref_proxy_config_service.h',
[email protected]83019902009-12-02 05:32:591800 'browser/net/referrer.cc',
1801 'browser/net/referrer.h',
1802 'browser/net/resolve_proxy_msg_helper.cc',
1803 'browser/net/resolve_proxy_msg_helper.h',
1804 'browser/net/sdch_dictionary_fetcher.cc',
1805 'browser/net/sdch_dictionary_fetcher.h',
[email protected]5490bb982010-09-14 13:40:541806 'browser/net/service_providers_win.cc',
1807 'browser/net/service_providers_win.h',
[email protected]83019902009-12-02 05:32:591808 'browser/net/sqlite_persistent_cookie_store.cc',
1809 'browser/net/sqlite_persistent_cookie_store.h',
1810 'browser/net/ssl_config_service_manager.h',
[email protected]ac1ada52010-10-28 19:26:001811 'browser/net/ssl_config_service_manager_pref.cc',
1812 'browser/net/ssl_config_service_manager_system.cc',
[email protected]83019902009-12-02 05:32:591813 'browser/net/url_fixer_upper.cc',
1814 'browser/net/url_fixer_upper.h',
[email protected]3530cd92010-06-27 06:22:011815 'browser/net/url_info.cc',
1816 'browser/net/url_info.h',
[email protected]83019902009-12-02 05:32:591817 'browser/net/url_request_failed_dns_job.cc',
1818 'browser/net/url_request_failed_dns_job.h',
1819 # TODO: These should be moved to test_support (see below), but
1820 # are currently used by production code in automation_provider.cc.
1821 'browser/net/url_request_mock_http_job.cc',
1822 'browser/net/url_request_mock_http_job.h',
1823 'browser/net/url_request_mock_link_doctor_job.cc',
1824 'browser/net/url_request_mock_link_doctor_job.h',
1825 'browser/net/url_request_mock_util.cc',
1826 'browser/net/url_request_mock_util.h',
1827 'browser/net/url_request_slow_download_job.cc',
1828 'browser/net/url_request_slow_download_job.h',
1829 'browser/net/url_request_slow_http_job.cc',
1830 'browser/net/url_request_slow_http_job.h',
1831 'browser/net/url_request_tracking.cc',
1832 'browser/net/url_request_tracking.h',
[email protected]af5610352010-10-08 18:12:091833 'browser/net/view_blob_internals_job_factory.cc',
1834 'browser/net/view_blob_internals_job_factory.h',
[email protected]6e76d8d2010-05-10 23:13:561835 'browser/net/view_http_cache_job_factory.cc',
1836 'browser/net/view_http_cache_job_factory.h',
[email protected]83019902009-12-02 05:32:591837 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1838 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1839 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1840 'browser/net/websocket_experiment/websocket_experiment_task.h',
1841 'browser/notifications/balloon.cc',
1842 'browser/notifications/balloon.h',
[email protected]9e9e55c32010-03-23 23:39:091843 'browser/notifications/balloon_host.h',
1844 'browser/notifications/balloon_host.cc',
[email protected]83019902009-12-02 05:32:591845 'browser/notifications/balloon_collection.cc',
1846 'browser/notifications/balloon_collection.h',
[email protected]24c5013f2010-11-19 22:21:081847 'browser/notifications/balloon_collection_base.cc',
1848 'browser/notifications/balloon_collection_base.h',
[email protected]83f22072010-03-02 23:47:091849 'browser/notifications/balloon_collection_impl.h',
[email protected]83019902009-12-02 05:32:591850 'browser/notifications/balloon_collection_win.cc',
1851 'browser/notifications/balloon_collection_mac.mm',
1852 'browser/notifications/balloon_collection_linux.cc',
1853 'browser/notifications/desktop_notification_service.cc',
1854 'browser/notifications/desktop_notification_service.h',
[email protected]93aa89c72010-10-20 21:32:041855 'browser/notifications/notification.cc',
[email protected]83019902009-12-02 05:32:591856 'browser/notifications/notification.h',
[email protected]3b845752010-03-17 01:19:061857 'browser/notifications/notification_delegate.h',
[email protected]70cb9fa2010-07-01 20:10:451858 'browser/notifications/notification_exceptions_table_model.cc',
1859 'browser/notifications/notification_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591860 'browser/notifications/notification_object_proxy.cc',
1861 'browser/notifications/notification_object_proxy.h',
[email protected]f895131a2010-07-23 05:36:021862 'browser/notifications/notification_options_menu_model.cc',
1863 'browser/notifications/notification_options_menu_model.h',
[email protected]83019902009-12-02 05:32:591864 'browser/notifications/notification_ui_manager.cc',
1865 'browser/notifications/notification_ui_manager.h',
1866 'browser/notifications/notifications_prefs_cache.cc',
1867 'browser/notifications/notifications_prefs_cache.h',
1868 'browser/ntp_background_util.cc',
1869 'browser/ntp_background_util.h',
1870 'browser/omnibox_search_hint.cc',
1871 'browser/omnibox_search_hint.h',
[email protected]5ac20162010-11-24 23:33:111872 'browser/oom_priority_manager.cc',
1873 'browser/oom_priority_manager.h',
[email protected]83019902009-12-02 05:32:591874 'browser/page_info_model.cc',
1875 'browser/page_info_model.h',
[email protected]83019902009-12-02 05:32:591876 'browser/parsers/metadata_parser.h',
1877 'browser/parsers/metadata_parser_factory.h',
1878 'browser/parsers/metadata_parser_filebase.cc',
1879 'browser/parsers/metadata_parser_filebase.h',
1880 'browser/parsers/metadata_parser_jpeg.cc',
1881 'browser/parsers/metadata_parser_jpeg.h',
1882 'browser/parsers/metadata_parser_jpeg_factory.cc',
1883 'browser/parsers/metadata_parser_jpeg_factory.h',
1884 'browser/parsers/metadata_parser_manager.cc',
1885 'browser/parsers/metadata_parser_manager.h',
1886 'browser/parsers/metadata_parser.cc',
[email protected]7f58b022010-06-16 21:33:161887 'browser/password_manager/encryptor.h',
[email protected]83019902009-12-02 05:32:591888 'browser/password_manager/encryptor_linux.cc',
1889 'browser/password_manager/encryptor_mac.mm',
1890 'browser/password_manager/encryptor_win.cc',
[email protected]ecbf2892010-07-16 01:51:451891 'browser/password_manager/encryptor_password_mac.h',
1892 'browser/password_manager/encryptor_password_mac.mm',
[email protected]83019902009-12-02 05:32:591893 'browser/password_manager/ie7_password.cc',
1894 'browser/password_manager/ie7_password.h',
[email protected]7f58b022010-06-16 21:33:161895 'browser/password_manager/login_database.cc',
1896 'browser/password_manager/login_database.h',
[email protected]83019902009-12-02 05:32:591897 'browser/password_manager/login_database_mac.cc',
[email protected]ec44cd52010-04-05 22:30:471898 'browser/password_manager/login_database_posix.cc',
1899 'browser/password_manager/login_database_win.cc',
[email protected]7f58b022010-06-16 21:33:161900 'browser/password_manager/native_backend_gnome_x.cc',
1901 'browser/password_manager/native_backend_gnome_x.h',
1902 'browser/password_manager/native_backend_kwallet_x.cc',
1903 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]83019902009-12-02 05:32:591904 'browser/password_manager/password_form_manager.cc',
1905 'browser/password_manager/password_form_manager.h',
1906 'browser/password_manager/password_manager.cc',
1907 'browser/password_manager/password_manager.h',
1908 'browser/password_manager/password_store.cc',
1909 'browser/password_manager/password_store.h',
1910 'browser/password_manager/password_store_default.cc',
1911 'browser/password_manager/password_store_default.h',
[email protected]83019902009-12-02 05:32:591912 'browser/password_manager/password_store_mac.cc',
[email protected]7f58b022010-06-16 21:33:161913 'browser/password_manager/password_store_mac.h',
1914 'browser/password_manager/password_store_mac_internal.h',
[email protected]83019902009-12-02 05:32:591915 'browser/password_manager/password_store_win.cc',
[email protected]7f58b022010-06-16 21:33:161916 'browser/password_manager/password_store_win.h',
1917 'browser/password_manager/password_store_x.cc',
1918 'browser/password_manager/password_store_x.h',
[email protected]3c9e1872010-11-18 16:17:491919 'browser/password_manager_delegate_impl.cc',
1920 'browser/password_manager_delegate_impl.h',
[email protected]14a000d2010-04-29 21:44:241921 'browser/platform_util.h',
1922 'browser/platform_util_linux.cc',
1923 'browser/platform_util_chromeos.cc',
1924 'browser/platform_util_common_linux.cc',
1925 'browser/platform_util_mac.mm',
1926 'browser/platform_util_win.cc',
[email protected]8b8a554d2010-11-18 13:26:401927 'browser/plugin_data_remover.cc',
1928 'browser/plugin_data_remover.h',
[email protected]fd3ad512010-09-25 14:08:511929 'browser/plugin_download_helper.cc',
1930 'browser/plugin_download_helper.h',
[email protected]56f1a6ba2010-09-09 13:40:401931 'browser/plugin_exceptions_table_model.cc',
1932 'browser/plugin_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591933 'browser/plugin_installer.cc',
1934 'browser/plugin_installer.h',
1935 'browser/plugin_process_host.cc',
1936 'browser/plugin_process_host.h',
1937 'browser/plugin_process_host_mac.cc',
1938 'browser/plugin_service.cc',
1939 'browser/plugin_service.h',
[email protected]0a8b1e22010-07-02 09:31:111940 'browser/plugin_updater.cc',
1941 'browser/plugin_updater.h',
[email protected]ba99ca22010-12-09 13:53:181942 'browser/policy/asynchronous_policy_loader.cc',
1943 'browser/policy/asynchronous_policy_loader.h',
1944 'browser/policy/asynchronous_policy_provider.cc',
1945 'browser/policy/asynchronous_policy_provider.h',
[email protected]99178112010-08-09 23:36:041946 'browser/policy/config_dir_policy_provider.cc',
1947 'browser/policy/config_dir_policy_provider.h',
1948 'browser/policy/configuration_policy_pref_store.cc',
1949 'browser/policy/configuration_policy_pref_store.h',
1950 'browser/policy/configuration_policy_provider.cc',
1951 'browser/policy/configuration_policy_provider.cc',
1952 'browser/policy/configuration_policy_provider.h',
1953 'browser/policy/configuration_policy_provider.h',
1954 'browser/policy/configuration_policy_provider_mac.cc',
1955 'browser/policy/configuration_policy_provider_mac.h',
1956 'browser/policy/configuration_policy_provider_win.cc',
1957 'browser/policy/configuration_policy_provider_win.h',
[email protected]12a3c022010-11-03 10:24:111958 'browser/policy/configuration_policy_store_interface.h',
[email protected]2a87dce2010-10-29 09:20:031959 'browser/policy/device_management_backend.h',
[email protected]bb58e6e2010-11-03 14:40:441960 'browser/policy/device_management_backend_impl.cc',
1961 'browser/policy/device_management_backend_impl.h',
[email protected]737c4392010-11-22 14:33:391962 'browser/policy/device_management_service.cc',
1963 'browser/policy/device_management_service.h',
[email protected]03692032010-11-05 16:31:381964 'browser/policy/device_management_policy_cache.cc',
1965 'browser/policy/device_management_policy_cache.h',
[email protected]ffe2d332010-11-09 13:08:291966 'browser/policy/device_management_policy_provider.cc',
1967 'browser/policy/device_management_policy_provider.h',
[email protected]2a87dce2010-10-29 09:20:031968 'browser/policy/device_token_fetcher.cc',
1969 'browser/policy/device_token_fetcher.h',
[email protected]99178112010-08-09 23:36:041970 'browser/policy/dummy_configuration_policy_provider.h',
[email protected]ba99ca22010-12-09 13:53:181971 'browser/policy/file_based_policy_loader.cc',
1972 'browser/policy/file_based_policy_loader.h',
[email protected]7c597232010-10-29 13:09:551973 'browser/policy/file_based_policy_provider.cc',
1974 'browser/policy/file_based_policy_provider.h',
[email protected]37858e52010-08-26 00:22:021975 'browser/policy/managed_prefs_banner_base.cc',
1976 'browser/policy/managed_prefs_banner_base.h',
[email protected]737c4392010-11-22 14:33:391977 'browser/policy/profile_policy_context.cc',
1978 'browser/policy/profile_policy_context.h',
[email protected]2a87dce2010-10-29 09:20:031979 # TODO(danno): Find a better way to include these files
1980 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.cc',
1981 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.h',
[email protected]62fed2f42010-11-24 14:30:501982 'browser/policy/proto/device_management_constants.cc',
1983 'browser/policy/proto/device_management_constants.h',
[email protected]89bc8f12010-11-12 14:07:121984 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.cc',
1985 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.h',
[email protected]83019902009-12-02 05:32:591986 'browser/possible_url_model.cc',
1987 'browser/possible_url_model.h',
1988 'browser/power_save_blocker.h',
1989 'browser/power_save_blocker_common.cc',
[email protected]71a565a2010-11-24 15:53:491990 'browser/power_save_blocker_mac.cc',
[email protected]83019902009-12-02 05:32:591991 'browser/power_save_blocker_stub.cc',
1992 'browser/power_save_blocker_win.cc',
[email protected]709a847e2010-11-10 01:16:111993 'browser/ppapi_plugin_process_host.cc',
1994 'browser/ppapi_plugin_process_host.h',
[email protected]4cd7adb2010-06-14 20:05:211995 'browser/preferences_mac.cc',
1996 'browser/preferences_mac.h',
[email protected]37858e52010-08-26 00:22:021997 'browser/prefs/browser_prefs.cc',
1998 'browser/prefs/browser_prefs.h',
1999 'browser/prefs/command_line_pref_store.cc',
2000 'browser/prefs/command_line_pref_store.h',
[email protected]f2d1f612010-12-09 15:10:172001 'browser/prefs/default_pref_store.h',
[email protected]37858e52010-08-26 00:22:022002 'browser/prefs/pref_member.cc',
2003 'browser/prefs/pref_member.h',
[email protected]37858e52010-08-26 00:22:022004 'browser/prefs/pref_notifier.h',
[email protected]acd78969c2010-12-08 09:49:112005 'browser/prefs/pref_notifier_impl.cc',
2006 'browser/prefs/pref_notifier_impl.h',
[email protected]492d2142010-09-10 13:55:182007 'browser/prefs/pref_change_registrar.cc',
2008 'browser/prefs/pref_change_registrar.h',
[email protected]37858e52010-08-26 00:22:022009 'browser/prefs/pref_service.cc',
2010 'browser/prefs/pref_service.h',
2011 'browser/prefs/pref_set_observer.cc',
2012 'browser/prefs/pref_set_observer.h',
[email protected]f2d1f612010-12-09 15:10:172013 'browser/prefs/pref_value_map.cc',
2014 'browser/prefs/pref_value_map.h',
[email protected]37858e52010-08-26 00:22:022015 'browser/prefs/pref_value_store.cc',
2016 'browser/prefs/pref_value_store.h',
2017 'browser/prefs/scoped_pref_update.cc',
2018 'browser/prefs/scoped_pref_update.h',
2019 'browser/prefs/session_startup_pref.cc',
2020 'browser/prefs/session_startup_pref.h',
[email protected]f2d1f612010-12-09 15:10:172021 'browser/prefs/value_map_pref_store.cc',
2022 'browser/prefs/value_map_pref_store.h',
[email protected]33f74972010-12-08 16:40:362023 'browser/prerender/prerender_contents.cc',
2024 'browser/prerender/prerender_contents.h',
[email protected]d077249e2010-12-09 02:44:582025 'browser/prerender/prerender_interceptor.cc',
2026 'browser/prerender/prerender_interceptor.h',
[email protected]33f74972010-12-08 16:40:362027 'browser/prerender/prerender_manager.cc',
2028 'browser/prerender/prerender_manager.h',
[email protected]83019902009-12-02 05:32:592029 'browser/printing/print_dialog_gtk.cc',
2030 'browser/printing/print_dialog_gtk.h',
[email protected]73852b8f2010-05-14 00:38:122031 'browser/printing/print_dialog_cloud.cc',
2032 'browser/printing/print_dialog_cloud.h',
[email protected]83019902009-12-02 05:32:592033 'browser/printing/print_job.cc',
2034 'browser/printing/print_job.h',
2035 'browser/printing/print_job_manager.cc',
2036 'browser/printing/print_job_manager.h',
2037 'browser/printing/print_job_worker.cc',
2038 'browser/printing/print_job_worker.h',
2039 'browser/printing/print_job_worker_owner.h',
[email protected]dbeebd52010-11-16 20:34:162040 'browser/printing/print_preview_tab_controller.cc',
2041 'browser/printing/print_preview_tab_controller.h',
[email protected]83019902009-12-02 05:32:592042 'browser/printing/print_view_manager.cc',
2043 'browser/printing/print_view_manager.h',
2044 'browser/printing/printer_query.cc',
2045 'browser/printing/printer_query.h',
[email protected]1bd056e2010-04-20 02:03:482046 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
2047 'browser/printing/cloud_print/cloud_print_proxy_service.h',
[email protected]02337592010-09-27 18:38:252048 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
2049 'browser/printing/cloud_print/cloud_print_setup_flow.h',
2050 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc',
2051 'browser/printing/cloud_print/cloud_print_setup_message_handler.h',
[email protected]400bcf72010-11-29 22:42:452052 'browser/printing/cloud_print/cloud_print_setup_source.cc',
2053 'browser/printing/cloud_print/cloud_print_setup_source.h',
[email protected]2283eead2010-09-29 23:17:302054 'browser/printing/cloud_print/cloud_print_url.cc',
2055 'browser/printing/cloud_print/cloud_print_url.h',
[email protected]83019902009-12-02 05:32:592056 'browser/process_info_snapshot_mac.cc',
2057 'browser/process_info_snapshot.h',
2058 'browser/process_singleton.h',
2059 'browser/process_singleton_linux.cc',
2060 'browser/process_singleton_mac.cc',
2061 'browser/process_singleton_win.cc',
[email protected]5301ebb2010-12-02 21:36:242062 'browser/profile_import_process_host.cc',
2063 'browser/profile_import_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:332064 'browser/profiles/profile.cc',
2065 'browser/profiles/profile.h',
2066 'browser/profiles/profile_impl.cc',
2067 'browser/profiles/profile_impl.h',
[email protected]8ecad5e2010-12-02 21:18:332068 'browser/profiles/profile_manager.cc',
2069 'browser/profiles/profile_manager.h',
[email protected]6eae9cf2010-08-17 00:25:472070 'browser/remoting/remoting_resources_source.cc',
2071 'browser/remoting/remoting_resources_source.h',
2072 'browser/remoting/remoting_setup_flow.cc',
2073 'browser/remoting/remoting_setup_flow.h',
2074 'browser/remoting/remoting_setup_message_handler.cc',
2075 'browser/remoting/remoting_setup_message_handler.h',
[email protected]508d27e12010-07-01 16:17:372076 'browser/remove_rows_table_model.h',
[email protected]83019902009-12-02 05:32:592077 'browser/renderer_host/async_resource_handler.cc',
2078 'browser/renderer_host/async_resource_handler.h',
2079 'browser/renderer_host/audio_renderer_host.cc',
2080 'browser/renderer_host/audio_renderer_host.h',
[email protected]94155a6b2010-07-07 18:36:512081 'browser/renderer_host/audio_sync_reader.cc',
2082 'browser/renderer_host/audio_sync_reader.h',
[email protected]c0fc0942010-01-13 00:55:372083 'browser/renderer_host/backing_store.cc',
[email protected]83019902009-12-02 05:32:592084 'browser/renderer_host/backing_store.h',
2085 'browser/renderer_host/backing_store_manager.cc',
2086 'browser/renderer_host/backing_store_manager.h',
[email protected]c0fc0942010-01-13 00:55:372087 'browser/renderer_host/backing_store_mac.h',
[email protected]83019902009-12-02 05:32:592088 'browser/renderer_host/backing_store_mac.mm',
2089 'browser/renderer_host/backing_store_win.cc',
[email protected]c0fc0942010-01-13 00:55:372090 'browser/renderer_host/backing_store_win.h',
[email protected]83019902009-12-02 05:32:592091 'browser/renderer_host/backing_store_x.cc',
[email protected]c0fc0942010-01-13 00:55:372092 'browser/renderer_host/backing_store_x.h',
[email protected]22339b12010-08-27 18:29:242093 'browser/renderer_host/blob_dispatcher_host.cc',
2094 'browser/renderer_host/blob_dispatcher_host.h',
[email protected]83019902009-12-02 05:32:592095 'browser/renderer_host/browser_render_process_host.cc',
2096 'browser/renderer_host/browser_render_process_host.h',
2097 'browser/renderer_host/buffered_resource_handler.cc',
2098 'browser/renderer_host/buffered_resource_handler.h',
2099 'browser/renderer_host/cross_site_resource_handler.cc',
2100 'browser/renderer_host/cross_site_resource_handler.h',
2101 'browser/renderer_host/database_dispatcher_host.cc',
2102 'browser/renderer_host/database_dispatcher_host.h',
2103 'browser/renderer_host/download_resource_handler.cc',
2104 'browser/renderer_host/download_resource_handler.h',
2105 'browser/renderer_host/download_throttling_resource_handler.cc',
2106 'browser/renderer_host/download_throttling_resource_handler.h',
[email protected]7d1f3342010-10-15 01:38:102107 'browser/renderer_host/file_utilities_dispatcher_host.cc',
2108 'browser/renderer_host/file_utilities_dispatcher_host.h',
[email protected]92b24c12009-12-10 20:04:352109 'browser/renderer_host/global_request_id.h',
[email protected]44ce0b12010-03-12 16:45:332110 'browser/renderer_host/accelerated_surface_container_mac.cc',
2111 'browser/renderer_host/accelerated_surface_container_mac.h',
2112 'browser/renderer_host/accelerated_surface_container_manager_mac.cc',
2113 'browser/renderer_host/accelerated_surface_container_manager_mac.h',
[email protected]83019902009-12-02 05:32:592114 'browser/renderer_host/gtk_im_context_wrapper.cc',
2115 'browser/renderer_host/gtk_im_context_wrapper.h',
2116 'browser/renderer_host/gtk_key_bindings_handler.cc',
2117 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]6692b0d72010-07-15 03:40:232118 'browser/renderer_host/offline_resource_handler.cc',
2119 'browser/renderer_host/offline_resource_handler.h',
[email protected]45afd9a2010-10-19 00:54:122120 'browser/renderer_host/pepper_file_message_filter.cc',
2121 'browser/renderer_host/pepper_file_message_filter.h',
[email protected]c0dac3272010-07-28 08:04:452122 'browser/renderer_host/redirect_to_file_resource_handler.cc',
2123 'browser/renderer_host/redirect_to_file_resource_handler.h',
[email protected]83019902009-12-02 05:32:592124 'browser/renderer_host/render_process_host.cc',
2125 'browser/renderer_host/render_process_host.h',
2126 'browser/renderer_host/render_sandbox_host_linux.h',
2127 'browser/renderer_host/render_sandbox_host_linux.cc',
2128 'browser/renderer_host/render_view_host.cc',
2129 'browser/renderer_host/render_view_host.h',
2130 'browser/renderer_host/render_view_host_delegate.cc',
2131 'browser/renderer_host/render_view_host_delegate.h',
2132 'browser/renderer_host/render_view_host_factory.cc',
2133 'browser/renderer_host/render_view_host_factory.h',
[email protected]2ecd88e2010-02-11 08:36:302134 'browser/renderer_host/render_view_host_notification_task.h',
[email protected]484955942010-08-19 16:13:182135 'browser/renderer_host/render_widget_fullscreen_host.cc',
2136 'browser/renderer_host/render_widget_fullscreen_host.h',
[email protected]83019902009-12-02 05:32:592137 'browser/renderer_host/render_widget_helper.cc',
2138 'browser/renderer_host/render_widget_helper.h',
2139 'browser/renderer_host/render_widget_host.cc',
2140 'browser/renderer_host/render_widget_host.h',
[email protected]eff38d72010-08-18 19:48:462141 'browser/renderer_host/render_widget_host_painting_observer.h',
[email protected]83019902009-12-02 05:32:592142 'browser/renderer_host/render_widget_host_view.h',
2143 'browser/renderer_host/render_widget_host_view_gtk.cc',
2144 'browser/renderer_host/render_widget_host_view_gtk.h',
2145 'browser/renderer_host/render_widget_host_view_mac.h',
2146 'browser/renderer_host/render_widget_host_view_mac.mm',
2147 'browser/renderer_host/render_widget_host_view_win.cc',
2148 'browser/renderer_host/render_widget_host_view_win.h',
[email protected]6b723f82010-10-05 20:14:272149 'browser/renderer_host/render_widget_host_view_views.cc',
2150 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]83019902009-12-02 05:32:592151 'browser/renderer_host/resource_dispatcher_host.cc',
2152 'browser/renderer_host/resource_dispatcher_host.h',
2153 'browser/renderer_host/resource_dispatcher_host_request_info.cc',
2154 'browser/renderer_host/resource_dispatcher_host_request_info.h',
2155 'browser/renderer_host/resource_handler.h',
2156 'browser/renderer_host/resource_message_filter.cc',
2157 'browser/renderer_host/resource_message_filter.h',
2158 'browser/renderer_host/resource_message_filter_gtk.cc',
2159 'browser/renderer_host/resource_message_filter_mac.mm',
2160 'browser/renderer_host/resource_message_filter_win.cc',
[email protected]92b24c12009-12-10 20:04:352161 'browser/renderer_host/resource_queue.cc',
2162 'browser/renderer_host/resource_queue.h',
[email protected]38e08982010-10-22 17:28:432163 'browser/renderer_host/resource_request_details.cc',
[email protected]83019902009-12-02 05:32:592164 'browser/renderer_host/resource_request_details.h',
2165 'browser/renderer_host/safe_browsing_resource_handler.cc',
2166 'browser/renderer_host/safe_browsing_resource_handler.h',
2167 'browser/renderer_host/save_file_resource_handler.cc',
2168 'browser/renderer_host/save_file_resource_handler.h',
2169 'browser/renderer_host/site_instance.cc',
2170 'browser/renderer_host/site_instance.h',
2171 'browser/renderer_host/socket_stream_dispatcher_host.cc',
2172 'browser/renderer_host/socket_stream_dispatcher_host.h',
2173 'browser/renderer_host/socket_stream_host.cc',
2174 'browser/renderer_host/socket_stream_host.h',
2175 'browser/renderer_host/sync_resource_handler.cc',
2176 'browser/renderer_host/sync_resource_handler.h',
2177 'browser/renderer_host/web_cache_manager.cc',
2178 'browser/renderer_host/web_cache_manager.h',
2179 'browser/renderer_host/x509_user_cert_resource_handler.cc',
2180 'browser/renderer_host/x509_user_cert_resource_handler.h',
[email protected]93623c5d2009-12-10 21:40:322181 'browser/renderer_preferences_util.cc',
2182 'browser/renderer_preferences_util.h',
[email protected]965bb092010-04-09 11:59:022183 'browser/repost_form_warning_controller.cc',
2184 'browser/repost_form_warning_controller.h',
[email protected]1faee3f02010-06-21 07:01:342185 'browser/resources_util.cc',
2186 'browser/resources_util.h',
[email protected]83019902009-12-02 05:32:592187 'browser/rlz/rlz.cc',
2188 'browser/rlz/rlz.h',
2189 'browser/safe_browsing/bloom_filter.cc',
2190 'browser/safe_browsing/bloom_filter.h',
2191 'browser/safe_browsing/chunk_range.cc',
2192 'browser/safe_browsing/chunk_range.h',
[email protected]bd1b1d62010-11-11 21:53:162193 'browser/safe_browsing/client_side_detection_service.cc',
2194 'browser/safe_browsing/client_side_detection_service.h',
2195 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
2196 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
[email protected]83019902009-12-02 05:32:592197 'browser/safe_browsing/protocol_manager.cc',
2198 'browser/safe_browsing/protocol_manager.h',
2199 'browser/safe_browsing/protocol_parser.cc',
2200 'browser/safe_browsing/protocol_parser.h',
2201 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2202 'browser/safe_browsing/safe_browsing_blocking_page.h',
2203 'browser/safe_browsing/safe_browsing_database.cc',
2204 'browser/safe_browsing/safe_browsing_database.h',
[email protected]83019902009-12-02 05:32:592205 'browser/safe_browsing/safe_browsing_service.cc',
2206 'browser/safe_browsing/safe_browsing_service.h',
[email protected]6afe28a2010-01-28 20:56:032207 'browser/safe_browsing/safe_browsing_store.cc',
2208 'browser/safe_browsing/safe_browsing_store.h',
2209 'browser/safe_browsing/safe_browsing_store_file.cc',
2210 'browser/safe_browsing/safe_browsing_store_file.h',
2211 'browser/safe_browsing/safe_browsing_store_sqlite.cc',
2212 'browser/safe_browsing/safe_browsing_store_sqlite.h',
[email protected]83019902009-12-02 05:32:592213 'browser/safe_browsing/safe_browsing_util.cc',
2214 'browser/safe_browsing/safe_browsing_util.h',
[email protected]83019902009-12-02 05:32:592215 'browser/search_engines/edit_search_engine_controller.cc',
2216 'browser/search_engines/edit_search_engine_controller.h',
2217 'browser/search_engines/keyword_editor_controller.cc',
2218 'browser/search_engines/keyword_editor_controller.h',
[email protected]23872902010-10-26 03:43:592219 'browser/search_engines/search_engine_type.h',
[email protected]d8522742010-08-27 17:55:442220 'browser/search_engines/search_host_to_urls_map.h',
2221 'browser/search_engines/search_host_to_urls_map.cc',
[email protected]e36ee252010-08-29 17:16:132222 'browser/search_engines/search_provider_install_data.h',
[email protected]1c5076592010-09-17 04:10:082223 'browser/search_engines/search_provider_install_data.cc',
[email protected]52ded452010-08-23 22:01:252224 'browser/search_engines/search_provider_install_state_dispatcher_host.cc',
2225 'browser/search_engines/search_provider_install_state_dispatcher_host.h',
[email protected]375bd7312010-08-30 22:18:132226 'browser/search_engines/search_terms_data.cc',
2227 'browser/search_engines/search_terms_data.h',
[email protected]83019902009-12-02 05:32:592228 'browser/search_engines/template_url.cc',
2229 'browser/search_engines/template_url.h',
2230 'browser/search_engines/template_url_fetcher.cc',
2231 'browser/search_engines/template_url_fetcher.h',
[email protected]0b5b85c2010-10-11 23:00:122232 'browser/search_engines/template_url_fetcher_callbacks.h',
2233 'browser/search_engines/template_url_fetcher_ui_callbacks.cc',
2234 'browser/search_engines/template_url_fetcher_ui_callbacks.h',
[email protected]8b62334b2010-08-31 22:37:112235 'browser/search_engines/template_url_id.h',
[email protected]83019902009-12-02 05:32:592236 'browser/search_engines/template_url_model.cc',
2237 'browser/search_engines/template_url_model.h',
[email protected]8b62334b2010-08-31 22:37:112238 'browser/search_engines/template_url_model_observer.h',
[email protected]83019902009-12-02 05:32:592239 'browser/search_engines/template_url_parser.cc',
2240 'browser/search_engines/template_url_parser.h',
2241 'browser/search_engines/template_url_prepopulate_data.cc',
2242 'browser/search_engines/template_url_prepopulate_data.h',
2243 'browser/search_engines/template_url_table_model.cc',
2244 'browser/search_engines/template_url_table_model.h',
[email protected]96788b02010-06-26 21:45:342245 'browser/search_engines/util.cc',
2246 'browser/search_engines/util.h',
[email protected]50307582010-08-12 01:07:242247 'browser/service/service_process_control_manager.cc',
2248 'browser/service/service_process_control_manager.h',
2249 'browser/service/service_process_control.cc',
2250 'browser/service/service_process_control.h',
[email protected]83019902009-12-02 05:32:592251 'browser/sessions/base_session_service.cc',
2252 'browser/sessions/base_session_service.h',
2253 'browser/sessions/session_backend.cc',
2254 'browser/sessions/session_backend.h',
2255 'browser/sessions/session_command.cc',
2256 'browser/sessions/session_command.h',
2257 'browser/sessions/session_id.cc',
2258 'browser/sessions/session_id.h',
2259 'browser/sessions/session_restore.cc',
2260 'browser/sessions/session_restore.h',
2261 'browser/sessions/session_service.cc',
2262 'browser/sessions/session_service.h',
2263 'browser/sessions/session_types.cc',
2264 'browser/sessions/session_types.h',
2265 'browser/sessions/tab_restore_service.cc',
2266 'browser/sessions/tab_restore_service.h',
[email protected]bbf94a32010-10-13 17:44:152267 'browser/shell_dialogs.cc',
[email protected]83019902009-12-02 05:32:592268 'browser/shell_dialogs.h',
2269 'browser/shell_integration.cc',
2270 'browser/shell_integration.h',
2271 'browser/shell_integration_mac.mm',
2272 'browser/shell_integration_linux.cc',
2273 'browser/shell_integration_win.cc',
[email protected]8b8e7c92010-08-19 18:05:562274 'browser/sidebar/sidebar_container.cc',
2275 'browser/sidebar/sidebar_container.h',
2276 'browser/sidebar/sidebar_manager.cc',
[email protected]7256dab2010-08-23 22:35:182277 'browser/sidebar/sidebar_manager.h',
[email protected]b7d438422010-08-24 20:22:022278 'browser/speech/endpointer/endpointer.cc',
2279 'browser/speech/endpointer/endpointer.h',
2280 'browser/speech/endpointer/energy_endpointer.cc',
2281 'browser/speech/endpointer/energy_endpointer.h',
[email protected]38e08982010-10-22 17:28:432282 'browser/speech/endpointer/energy_endpointer_params.cc',
[email protected]b7d438422010-08-24 20:22:022283 'browser/speech/endpointer/energy_endpointer_params.h',
[email protected]00ef0bf2010-08-24 17:06:492284 'browser/speech/speech_input_bubble.h',
[email protected]6a7746d2010-08-27 11:59:032285 'browser/speech/speech_input_bubble.cc',
[email protected]3870bbe92010-09-01 19:44:472286 'browser/speech/speech_input_bubble_gtk.cc',
[email protected]953a7462010-08-31 23:46:212287 'browser/speech/speech_input_bubble_mac.mm',
[email protected]3870bbe92010-09-01 19:44:472288 'browser/speech/speech_input_bubble_views.cc',
[email protected]6a7746d2010-08-27 11:59:032289 'browser/speech/speech_input_bubble_controller.cc',
2290 'browser/speech/speech_input_bubble_controller.h',
[email protected]638694c2010-08-04 22:24:112291 'browser/speech/speech_input_dispatcher_host.cc',
2292 'browser/speech/speech_input_dispatcher_host.h',
2293 'browser/speech/speech_input_manager.cc',
2294 'browser/speech/speech_input_manager.h',
[email protected]c8463a432010-08-10 20:02:482295 'browser/speech/speech_recognition_request.cc',
2296 'browser/speech/speech_recognition_request.h',
[email protected]4b9a8c32010-08-12 19:57:312297 'browser/speech/speech_recognizer.cc',
2298 'browser/speech/speech_recognizer.h',
[email protected]83019902009-12-02 05:32:592299 'browser/spellcheck_host.cc',
2300 'browser/spellcheck_host.h',
[email protected]83019902009-12-02 05:32:592301 'browser/spellchecker_linux.cc',
2302 'browser/spellchecker_mac.mm',
2303 'browser/spellchecker_platform_engine.h',
2304 'browser/spellchecker_win.cc',
[email protected]cdafbff2010-03-02 17:47:022305 'browser/ssl/ssl_add_cert_handler.cc',
2306 'browser/ssl/ssl_add_cert_handler.h',
2307 'browser/ssl/ssl_add_cert_handler_mac.mm',
[email protected]83019902009-12-02 05:32:592308 'browser/ssl/ssl_blocking_page.cc',
2309 'browser/ssl/ssl_blocking_page.h',
2310 'browser/ssl/ssl_cert_error_handler.cc',
2311 'browser/ssl/ssl_cert_error_handler.h',
2312 'browser/ssl/ssl_client_auth_handler.cc',
2313 'browser/ssl/ssl_client_auth_handler.h',
2314 'browser/ssl/ssl_error_handler.cc',
2315 'browser/ssl/ssl_error_handler.h',
2316 'browser/ssl/ssl_error_info.cc',
2317 'browser/ssl/ssl_error_info.h',
2318 'browser/ssl/ssl_host_state.cc',
2319 'browser/ssl/ssl_host_state.h',
2320 'browser/ssl/ssl_manager.cc',
2321 'browser/ssl/ssl_manager.h',
2322 'browser/ssl/ssl_policy.cc',
2323 'browser/ssl/ssl_policy.h',
2324 'browser/ssl/ssl_policy_backend.cc',
2325 'browser/ssl/ssl_policy_backend.h',
[email protected]38e08982010-10-22 17:28:432326 'browser/ssl/ssl_request_info.cc',
[email protected]83019902009-12-02 05:32:592327 'browser/ssl/ssl_request_info.h',
[email protected]1f18184a2010-07-21 19:34:492328 'browser/ssl_client_certificate_selector.h',
[email protected]ccb55cf52010-03-06 22:02:042329 'browser/status_icons/status_tray.cc',
2330 'browser/status_icons/status_tray.h',
[email protected]a24642a2010-03-24 21:29:052331 'browser/status_icons/status_icon.cc',
[email protected]ccb55cf52010-03-06 22:02:042332 'browser/status_icons/status_icon.h',
[email protected]326e6792009-12-11 21:04:422333 'browser/transport_security_persister.cc',
2334 'browser/transport_security_persister.h',
[email protected]83019902009-12-02 05:32:592335 'browser/sync/engine/syncapi.h',
[email protected]06e33202010-08-16 23:45:152336 'browser/sync/glue/app_data_type_controller.cc',
2337 'browser/sync/glue/app_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352338 'browser/sync/glue/autofill_change_processor.cc',
[email protected]e8234d32010-09-09 20:36:392339 'browser/sync/glue/autofill_change_processor.h',
[email protected]965b95a2010-11-24 20:55:022340 'browser/sync/glue/autofill_change_processor2.cc',
2341 'browser/sync/glue/autofill_change_processor2.h',
[email protected]8b3b23a2010-03-01 22:06:212342 'browser/sync/glue/autofill_data_type_controller.cc',
2343 'browser/sync/glue/autofill_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352344 'browser/sync/glue/autofill_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392345 'browser/sync/glue/autofill_model_associator.h',
[email protected]965b95a2010-11-24 20:55:022346 'browser/sync/glue/autofill_model_associator2.cc',
2347 'browser/sync/glue/autofill_model_associator2.h',
2348 'browser/sync/glue/autofill_profile_model_associator.cc',
2349 'browser/sync/glue/autofill_profile_model_associator.h',
[email protected]62fe4382009-12-14 23:14:032350 'browser/sync/glue/bookmark_change_processor.cc',
[email protected]4aea04a2010-02-10 20:13:432351 'browser/sync/glue/bookmark_change_processor.h',
2352 'browser/sync/glue/bookmark_data_type_controller.cc',
2353 'browser/sync/glue/bookmark_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352354 'browser/sync/glue/bookmark_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392355 'browser/sync/glue/bookmark_model_associator.h',
[email protected]83019902009-12-02 05:32:592356 'browser/sync/glue/change_processor.cc',
2357 'browser/sync/glue/change_processor.h',
[email protected]4aea04a2010-02-10 20:13:432358 'browser/sync/glue/data_type_controller.h',
[email protected]e3e43d92010-02-26 22:02:382359 'browser/sync/glue/data_type_manager.h',
2360 'browser/sync/glue/data_type_manager_impl.cc',
2361 'browser/sync/glue/data_type_manager_impl.h',
[email protected]58a468e2010-02-01 17:51:032362 'browser/sync/glue/database_model_worker.cc',
2363 'browser/sync/glue/database_model_worker.h',
[email protected]c05d2cb72010-06-14 19:59:152364 'browser/sync/glue/extension_change_processor.cc',
2365 'browser/sync/glue/extension_change_processor.h',
2366 'browser/sync/glue/extension_data.cc',
2367 'browser/sync/glue/extension_data.h',
2368 'browser/sync/glue/extension_data_type_controller.cc',
2369 'browser/sync/glue/extension_data_type_controller.h',
2370 'browser/sync/glue/extension_model_associator.cc',
2371 'browser/sync/glue/extension_model_associator.h',
[email protected]265d8c322010-09-08 01:38:352372 'browser/sync/glue/extension_sync.cc',
2373 'browser/sync/glue/extension_sync.h',
[email protected]e8234d32010-09-09 20:36:392374 'browser/sync/glue/extension_sync_traits.cc',
2375 'browser/sync/glue/extension_sync_traits.h',
[email protected]c05d2cb72010-06-14 19:59:152376 'browser/sync/glue/extension_util.cc',
2377 'browser/sync/glue/extension_util.h',
[email protected]53150252010-03-18 00:27:292378 'browser/sync/glue/history_model_worker.cc',
2379 'browser/sync/glue/history_model_worker.h',
[email protected]83019902009-12-02 05:32:592380 'browser/sync/glue/http_bridge.cc',
2381 'browser/sync/glue/http_bridge.h',
[email protected]83019902009-12-02 05:32:592382 'browser/sync/glue/model_associator.h',
[email protected]7b8c0112010-05-19 18:06:142383 'browser/sync/glue/password_change_processor.cc',
2384 'browser/sync/glue/password_change_processor.h',
2385 'browser/sync/glue/password_data_type_controller.cc',
2386 'browser/sync/glue/password_data_type_controller.h',
2387 'browser/sync/glue/password_model_associator.cc',
2388 'browser/sync/glue/password_model_associator.h',
[email protected]e8234d32010-09-09 20:36:392389 'browser/sync/glue/password_model_worker.cc',
2390 'browser/sync/glue/password_model_worker.h',
[email protected]51133f92010-01-12 22:27:572391 'browser/sync/glue/preference_change_processor.cc',
2392 'browser/sync/glue/preference_change_processor.h',
[email protected]371d0492010-02-11 21:29:262393 'browser/sync/glue/preference_data_type_controller.cc',
2394 'browser/sync/glue/preference_data_type_controller.h',
[email protected]51133f92010-01-12 22:27:572395 'browser/sync/glue/preference_model_associator.cc',
2396 'browser/sync/glue/preference_model_associator.h',
[email protected]5edb9222010-08-18 00:23:292397 'browser/sync/glue/session_change_processor.cc',
2398 'browser/sync/glue/session_change_processor.h',
2399 'browser/sync/glue/session_data_type_controller.cc',
2400 'browser/sync/glue/session_data_type_controller.h',
2401 'browser/sync/glue/session_model_associator.cc',
2402 'browser/sync/glue/session_model_associator.h',
[email protected]83019902009-12-02 05:32:592403 'browser/sync/glue/sync_backend_host.cc',
[email protected]cc7af20c2010-02-05 23:30:582404 'browser/sync/glue/sync_backend_host.h',
[email protected]ecde2742010-04-02 17:36:182405 'browser/sync/glue/synchronized_preferences.h',
[email protected]60cab462010-03-29 20:04:052406 'browser/sync/glue/theme_change_processor.cc',
2407 'browser/sync/glue/theme_change_processor.h',
2408 'browser/sync/glue/theme_data_type_controller.cc',
2409 'browser/sync/glue/theme_data_type_controller.h',
2410 'browser/sync/glue/theme_model_associator.cc',
2411 'browser/sync/glue/theme_model_associator.h',
2412 'browser/sync/glue/theme_util.cc',
2413 'browser/sync/glue/theme_util.h',
[email protected]53150252010-03-18 00:27:292414 'browser/sync/glue/typed_url_change_processor.cc',
2415 'browser/sync/glue/typed_url_change_processor.h',
2416 'browser/sync/glue/typed_url_data_type_controller.cc',
2417 'browser/sync/glue/typed_url_data_type_controller.h',
2418 'browser/sync/glue/typed_url_model_associator.cc',
2419 'browser/sync/glue/typed_url_model_associator.h',
[email protected]d636be382010-01-22 02:15:422420 'browser/sync/glue/ui_model_worker.cc',
2421 'browser/sync/glue/ui_model_worker.h',
[email protected]4aea04a2010-02-10 20:13:432422 'browser/sync/profile_sync_factory.h',
2423 'browser/sync/profile_sync_factory_impl.cc',
2424 'browser/sync/profile_sync_factory_impl.h',
[email protected]e8234d32010-09-09 20:36:392425 'browser/sync/profile_sync_service.cc',
2426 'browser/sync/profile_sync_service.h',
[email protected]daed5ec2010-10-26 21:17:322427 'browser/sync/profile_sync_service_harness.cc',
2428 'browser/sync/profile_sync_service_harness.h',
[email protected]d6885592010-10-11 19:38:242429 'browser/sync/profile_sync_service_observer.h',
[email protected]e8234d32010-09-09 20:36:392430 'browser/sync/signin_manager.cc',
2431 'browser/sync/signin_manager.h',
[email protected]50c5bed2010-04-30 19:52:352432 'browser/sync/sync_constants.cc',
2433 'browser/sync/sync_constants.h',
[email protected]83019902009-12-02 05:32:592434 'browser/sync/sync_setup_flow.cc',
2435 'browser/sync/sync_setup_flow.h',
2436 'browser/sync/sync_setup_wizard.cc',
2437 'browser/sync/sync_setup_wizard.h',
2438 'browser/sync/sync_ui_util.cc',
2439 'browser/sync/sync_ui_util.h',
[email protected]265d8c322010-09-08 01:38:352440 'browser/sync/sync_ui_util_mac.h',
[email protected]e8234d32010-09-09 20:36:392441 'browser/sync/sync_ui_util_mac.mm',
2442 'browser/sync/token_migrator.cc',
2443 'browser/sync/token_migrator.h',
[email protected]0b4d3382010-07-14 16:13:042444 'browser/tab_closeable_state_watcher.cc',
2445 'browser/tab_closeable_state_watcher.h',
[email protected]e8345242010-05-06 03:00:402446 'browser/tab_contents/background_contents.cc',
2447 'browser/tab_contents/background_contents.h',
[email protected]83019902009-12-02 05:32:592448 'browser/tab_contents/constrained_window.h',
2449 'browser/tab_contents/infobar_delegate.cc',
2450 'browser/tab_contents/infobar_delegate.h',
2451 'browser/tab_contents/interstitial_page.cc',
2452 'browser/tab_contents/interstitial_page.h',
[email protected]3b1c1812010-02-12 21:53:552453 'browser/tab_contents/language_state.h',
2454 'browser/tab_contents/language_state.cc',
[email protected]83019902009-12-02 05:32:592455 'browser/tab_contents/navigation_controller.cc',
2456 'browser/tab_contents/navigation_controller.h',
2457 'browser/tab_contents/navigation_entry.cc',
2458 'browser/tab_contents/navigation_entry.h',
2459 'browser/tab_contents/page_navigator.h',
[email protected]caf706f2010-10-26 17:54:082460 'browser/tab_contents/popup_menu_helper_mac.mm',
2461 'browser/tab_contents/popup_menu_helper_mac.h',
[email protected]83019902009-12-02 05:32:592462 'browser/tab_contents/provisional_load_details.cc',
2463 'browser/tab_contents/provisional_load_details.h',
2464 'browser/tab_contents/render_view_context_menu.cc',
2465 'browser/tab_contents/render_view_context_menu.h',
2466 'browser/tab_contents/render_view_context_menu_gtk.cc',
2467 'browser/tab_contents/render_view_context_menu_gtk.h',
2468 'browser/tab_contents/render_view_context_menu_mac.mm',
2469 'browser/tab_contents/render_view_context_menu_mac.h',
2470 'browser/tab_contents/render_view_host_delegate_helper.cc',
2471 'browser/tab_contents/render_view_host_delegate_helper.h',
2472 'browser/tab_contents/render_view_host_manager.cc',
2473 'browser/tab_contents/render_view_host_manager.h',
[email protected]83019902009-12-02 05:32:592474 'browser/tab_contents/tab_contents.cc',
2475 'browser/tab_contents/tab_contents.h',
[email protected]3a3d47472010-07-15 21:03:542476 'browser/tab_contents/tab_contents_delegate.cc',
[email protected]83019902009-12-02 05:32:592477 'browser/tab_contents/tab_contents_delegate.h',
[email protected]1f18184a2010-07-21 19:34:492478 'browser/tab_contents/tab_contents_ssl_helper.cc',
2479 'browser/tab_contents/tab_contents_ssl_helper.h',
[email protected]83019902009-12-02 05:32:592480 'browser/tab_contents/tab_contents_view.cc',
2481 'browser/tab_contents/tab_contents_view.h',
2482 'browser/tab_contents/tab_contents_view_gtk.cc',
2483 'browser/tab_contents/tab_contents_view_gtk.h',
2484 'browser/tab_contents/tab_contents_view_mac.h',
2485 'browser/tab_contents/tab_contents_view_mac.mm',
[email protected]9fb83e82010-07-02 18:24:552486 'browser/tab_contents/tab_specific_content_settings.cc',
[email protected]fd2b9ce2010-08-11 04:03:572487 'browser/tab_contents/tab_specific_content_settings.h',
[email protected]83019902009-12-02 05:32:592488 'browser/tab_contents/tab_util.cc',
2489 'browser/tab_contents/tab_util.h',
2490 'browser/tab_contents/thumbnail_generator.cc',
2491 'browser/tab_contents/thumbnail_generator.h',
2492 'browser/tab_contents/web_drag_source_win.cc',
2493 'browser/tab_contents/web_drag_source_win.h',
2494 'browser/tab_contents/web_drag_dest_gtk.cc',
2495 'browser/tab_contents/web_drag_dest_gtk.h',
[email protected]13a1166e2010-04-06 16:58:342496 'browser/tab_contents/web_drag_utils_win.cc',
2497 'browser/tab_contents/web_drag_utils_win.h',
[email protected]83019902009-12-02 05:32:592498 'browser/tab_contents/web_drop_target_win.cc',
2499 'browser/tab_contents/web_drop_target_win.h',
[email protected]3c9e1872010-11-18 16:17:492500 'browser/tab_contents/web_navigation_observer.h',
[email protected]ecc523f62010-09-28 22:45:402501 'browser/tabs/default_tab_handler.cc',
2502 'browser/tabs/default_tab_handler.h',
[email protected]911f8152010-03-18 16:46:402503 'browser/tabs/pinned_tab_codec.cc',
2504 'browser/tabs/pinned_tab_codec.h',
2505 'browser/tabs/pinned_tab_service.cc',
2506 'browser/tabs/pinned_tab_service.h',
[email protected]ecc523f62010-09-28 22:45:402507 'browser/tabs/tab_handler.h',
[email protected]83019902009-12-02 05:32:592508 'browser/tabs/tab_strip_model.cc',
2509 'browser/tabs/tab_strip_model.h',
[email protected]c848d3d92010-09-16 21:57:452510 'browser/tabs/tab_strip_model_delegate.h',
2511 'browser/tabs/tab_strip_model_observer.cc',
2512 'browser/tabs/tab_strip_model_observer.h',
[email protected]83019902009-12-02 05:32:592513 'browser/tabs/tab_strip_model_order_controller.cc',
2514 'browser/tabs/tab_strip_model_order_controller.h',
[email protected]a5d1e1e2010-09-23 19:34:122515 'browser/task_manager/task_manager.cc',
2516 'browser/task_manager/task_manager.h',
2517 'browser/task_manager/task_manager_resource_providers.cc',
2518 'browser/task_manager/task_manager_resource_providers.h',
[email protected]2bb2fd52010-10-11 18:04:282519 'browser/themes/browser_theme_pack.cc',
2520 'browser/themes/browser_theme_pack.h',
2521 'browser/themes/browser_theme_provider_gtk.cc',
2522 'browser/themes/browser_theme_provider_mac.mm',
2523 'browser/themes/browser_theme_provider.cc',
2524 'browser/themes/browser_theme_provider.h',
[email protected]509acb8e2010-07-01 20:35:312525 'browser/translate/languages_menu_model.cc',
2526 'browser/translate/languages_menu_model.h',
[email protected]fb53e5d2010-01-27 19:04:552527 'browser/translate/options_menu_model.cc',
2528 'browser/translate/options_menu_model.h',
[email protected]e88079e2010-06-09 20:23:152529 'browser/translate/translate_infobar_view.h',
[email protected]509acb8e2010-07-01 20:35:312530 'browser/translate/translate_infobar_delegate.cc',
2531 'browser/translate/translate_infobar_delegate.h',
2532 'browser/translate/translate_manager.cc',
2533 'browser/translate/translate_manager.h',
[email protected]fb53e5d2010-01-27 19:04:552534 'browser/translate/translate_prefs.cc',
2535 'browser/translate/translate_prefs.h',
[email protected]1caa1522010-12-01 20:23:352536 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
2537 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
2538 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
2539 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
2540 'browser/ui/app_modal_dialogs/js_modal_dialog.cc',
2541 'browser/ui/app_modal_dialogs/js_modal_dialog.h',
2542 'browser/ui/app_modal_dialogs/message_box_handler.cc',
2543 'browser/ui/app_modal_dialogs/message_box_handler.h',
2544 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
[email protected]69b04b92010-11-08 22:12:182545 'browser/ui/browser.cc',
2546 'browser/ui/browser.h',
[email protected]8b0e9cc32010-11-09 04:00:192547 'browser/ui/browser_init.cc',
2548 'browser/ui/browser_init.h',
2549 'browser/ui/browser_list_gtk.cc',
2550 'browser/ui/browser_list_mac.mm',
2551 'browser/ui/browser_list_stub.cc',
2552 'browser/ui/browser_list_win.cc',
2553 'browser/ui/browser_list.cc',
2554 'browser/ui/browser_list.h',
2555 'browser/ui/browser_navigator.cc',
2556 'browser/ui/browser_navigator.h',
[email protected]69b04b92010-11-08 22:12:182557 'browser/ui/browser_window.h',
[email protected]7d791652010-12-01 16:34:492558 'browser/ui/cocoa/about_ipc_bridge.h',
2559 'browser/ui/cocoa/about_ipc_bridge.mm',
2560 'browser/ui/cocoa/about_ipc_controller.h',
2561 'browser/ui/cocoa/about_ipc_controller.mm',
2562 'browser/ui/cocoa/about_ipc_dialog.h',
2563 'browser/ui/cocoa/about_ipc_dialog.mm',
2564 'browser/ui/cocoa/about_window_controller.h',
2565 'browser/ui/cocoa/about_window_controller.mm',
2566 'browser/ui/cocoa/accelerators_cocoa.h',
2567 'browser/ui/cocoa/accelerators_cocoa.mm',
2568 'browser/ui/cocoa/animatable_image.h',
2569 'browser/ui/cocoa/animatable_image.mm',
2570 'browser/ui/cocoa/animatable_view.h',
2571 'browser/ui/cocoa/animatable_view.mm',
2572 'browser/ui/cocoa/applescript/bookmark_folder_applescript.h',
2573 'browser/ui/cocoa/applescript/bookmark_folder_applescript.mm',
2574 'browser/ui/cocoa/applescript/bookmark_item_applescript.h',
2575 'browser/ui/cocoa/applescript/bookmark_item_applescript.mm',
2576 'browser/ui/cocoa/applescript/bookmark_node_applescript.h',
2577 'browser/ui/cocoa/applescript/bookmark_node_applescript.mm',
2578 'browser/ui/cocoa/applescript/browsercrapplication+applescript.h',
2579 'browser/ui/cocoa/applescript/browsercrapplication+applescript.mm',
2580 'browser/ui/cocoa/applescript/constants_applescript.h',
2581 'browser/ui/cocoa/applescript/constants_applescript.mm',
2582 'browser/ui/cocoa/applescript/element_applescript.h',
2583 'browser/ui/cocoa/applescript/element_applescript.mm',
2584 'browser/ui/cocoa/applescript/error_applescript.h',
2585 'browser/ui/cocoa/applescript/error_applescript.mm',
2586 'browser/ui/cocoa/applescript/tab_applescript.h',
2587 'browser/ui/cocoa/applescript/tab_applescript.mm',
2588 'browser/ui/cocoa/applescript/window_applescript.h',
2589 'browser/ui/cocoa/applescript/window_applescript.mm',
2590 'browser/ui/cocoa/authorization_util.h',
2591 'browser/ui/cocoa/authorization_util.mm',
2592 'browser/ui/cocoa/back_forward_menu_controller.h',
2593 'browser/ui/cocoa/back_forward_menu_controller.mm',
2594 'browser/ui/cocoa/background_gradient_view.h',
2595 'browser/ui/cocoa/background_gradient_view.mm',
2596 'browser/ui/cocoa/background_tile_view.h',
2597 'browser/ui/cocoa/background_tile_view.mm',
2598 'browser/ui/cocoa/base_bubble_controller.h',
2599 'browser/ui/cocoa/base_bubble_controller.mm',
2600 'browser/ui/cocoa/base_view.h',
2601 'browser/ui/cocoa/base_view.mm',
2602 'browser/ui/cocoa/browser_window_factory.mm',
2603 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
2604 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
2605 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
2606 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
2607 'browser/ui/cocoa/bookmarks/bookmark_bar_constants.h',
2608 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
2609 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
2610 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h',
2611 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm',
2612 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
2613 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
2614 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.h',
2615 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.mm',
2616 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h',
2617 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.mm',
2618 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h',
2619 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm',
2620 'browser/ui/cocoa/bookmarks/bookmark_bar_state.h',
2621 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h',
2622 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm',
2623 'browser/ui/cocoa/bookmarks/bookmark_bar_view.h',
2624 'browser/ui/cocoa/bookmarks/bookmark_bar_view.mm',
2625 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h',
2626 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm',
2627 'browser/ui/cocoa/bookmarks/bookmark_button.h',
2628 'browser/ui/cocoa/bookmarks/bookmark_button.mm',
2629 'browser/ui/cocoa/bookmarks/bookmark_button_cell.h',
2630 'browser/ui/cocoa/bookmarks/bookmark_button_cell.mm',
2631 'browser/ui/cocoa/bookmarks/bookmark_drag_source.h',
2632 'browser/ui/cocoa/bookmarks/bookmark_drag_source.mm',
2633 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h',
2634 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm',
2635 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.h',
2636 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm',
2637 'browser/ui/cocoa/bookmarks/bookmark_folder_target.h',
2638 'browser/ui/cocoa/bookmarks/bookmark_folder_target.mm',
2639 'browser/ui/cocoa/bookmarks/bookmark_menu.h',
2640 'browser/ui/cocoa/bookmarks/bookmark_menu.mm',
2641 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h',
2642 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.mm',
2643 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h',
2644 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm',
2645 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h',
2646 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h',
2647 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.mm',
2648 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h',
2649 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.mm',
2650 'browser/ui/cocoa/browser_command_executor.h',
2651 'browser/ui/cocoa/browser_frame_view.h',
2652 'browser/ui/cocoa/browser_frame_view.mm',
2653 'browser/ui/cocoa/browser_window_cocoa.h',
2654 'browser/ui/cocoa/browser_window_cocoa.mm',
2655 'browser/ui/cocoa/browser_window_controller.h',
2656 'browser/ui/cocoa/browser_window_controller.mm',
2657 'browser/ui/cocoa/browser_window_controller_private.h',
2658 'browser/ui/cocoa/browser_window_controller_private.mm',
2659 'browser/ui/cocoa/bubble_view.h',
2660 'browser/ui/cocoa/bubble_view.mm',
2661 'browser/ui/cocoa/bug_report_window_controller.h',
2662 'browser/ui/cocoa/bug_report_window_controller.mm',
2663 'browser/ui/cocoa/certificate_viewer.mm',
2664 'browser/ui/cocoa/chrome_browser_window.h',
2665 'browser/ui/cocoa/chrome_browser_window.mm',
2666 'browser/ui/cocoa/chrome_event_processing_window.h',
2667 'browser/ui/cocoa/chrome_event_processing_window.mm',
2668 'browser/ui/cocoa/clear_browsing_data_controller.h',
2669 'browser/ui/cocoa/clear_browsing_data_controller.mm',
2670 'browser/ui/cocoa/clickhold_button_cell.h',
2671 'browser/ui/cocoa/clickhold_button_cell.mm',
2672 'browser/ui/cocoa/collected_cookies_mac.h',
2673 'browser/ui/cocoa/collected_cookies_mac.mm',
2674 'browser/ui/cocoa/command_observer_bridge.h',
2675 'browser/ui/cocoa/command_observer_bridge.mm',
2676 'browser/ui/cocoa/confirm_quit_panel_controller.h',
2677 'browser/ui/cocoa/confirm_quit_panel_controller.mm',
2678 'browser/ui/cocoa/constrained_html_delegate_mac.mm',
2679 'browser/ui/cocoa/constrained_window_mac.h',
2680 'browser/ui/cocoa/constrained_window_mac.mm',
2681 'browser/ui/cocoa/content_exceptions_window_controller.h',
2682 'browser/ui/cocoa/content_exceptions_window_controller.mm',
2683 'browser/ui/cocoa/content_setting_bubble_cocoa.h',
2684 'browser/ui/cocoa/content_setting_bubble_cocoa.mm',
2685 'browser/ui/cocoa/content_settings_dialog_controller.h',
2686 'browser/ui/cocoa/content_settings_dialog_controller.mm',
2687 'browser/ui/cocoa/cookie_details.h',
2688 'browser/ui/cocoa/cookie_details.mm',
2689 'browser/ui/cocoa/cookie_details_view_controller.h',
2690 'browser/ui/cocoa/cookie_details_view_controller.mm',
2691 'browser/ui/cocoa/cookie_tree_node.h',
2692 'browser/ui/cocoa/cookie_tree_node.mm',
2693 'browser/ui/cocoa/cookies_window_controller.h',
2694 'browser/ui/cocoa/cookies_window_controller.mm',
2695 'browser/ui/cocoa/custom_home_pages_model.h',
2696 'browser/ui/cocoa/custom_home_pages_model.mm',
2697 'browser/ui/cocoa/delayedmenu_button.h',
2698 'browser/ui/cocoa/delayedmenu_button.mm',
2699 'browser/ui/cocoa/dev_tools_controller.h',
2700 'browser/ui/cocoa/dev_tools_controller.mm',
2701 'browser/ui/cocoa/dock_icon.h',
2702 'browser/ui/cocoa/dock_icon.mm',
2703 'browser/ui/cocoa/download/download_item_button.h',
2704 'browser/ui/cocoa/download/download_item_button.mm',
2705 'browser/ui/cocoa/download/download_item_cell.h',
2706 'browser/ui/cocoa/download/download_item_cell.mm',
2707 'browser/ui/cocoa/download/download_item_controller.h',
2708 'browser/ui/cocoa/download/download_item_controller.mm',
2709 'browser/ui/cocoa/download/download_item_mac.h',
2710 'browser/ui/cocoa/download/download_item_mac.mm',
2711 'browser/ui/cocoa/download/download_shelf_controller.h',
2712 'browser/ui/cocoa/download/download_shelf_controller.mm',
2713 'browser/ui/cocoa/download/download_shelf_mac.h',
2714 'browser/ui/cocoa/download/download_shelf_mac.mm',
2715 'browser/ui/cocoa/download/download_shelf_view.h',
2716 'browser/ui/cocoa/download/download_shelf_view.mm',
2717 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2718 'browser/ui/cocoa/download/download_util_mac.h',
2719 'browser/ui/cocoa/download/download_util_mac.mm',
2720 'browser/ui/cocoa/draggable_button.h',
2721 'browser/ui/cocoa/draggable_button.mm',
2722 'browser/ui/cocoa/edit_search_engine_cocoa_controller.h',
2723 'browser/ui/cocoa/edit_search_engine_cocoa_controller.mm',
2724 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2725 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2726 'browser/ui/cocoa/event_utils.h',
2727 'browser/ui/cocoa/event_utils.mm',
2728 'browser/ui/cocoa/extension_install_prompt.mm',
2729 'browser/ui/cocoa/extension_installed_bubble_bridge.h',
2730 'browser/ui/cocoa/extension_installed_bubble_bridge.mm',
2731 'browser/ui/cocoa/extension_installed_bubble_controller.h',
2732 'browser/ui/cocoa/extension_installed_bubble_controller.mm',
2733 'browser/ui/cocoa/extension_view_mac.h',
2734 'browser/ui/cocoa/extension_view_mac.mm',
2735 'browser/ui/cocoa/extensions/browser_action_button.h',
2736 'browser/ui/cocoa/extensions/browser_action_button.mm',
2737 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2738 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
2739 'browser/ui/cocoa/extensions/browser_actions_controller.h',
2740 'browser/ui/cocoa/extensions/browser_actions_controller.mm',
2741 'browser/ui/cocoa/extensions/chevron_menu_button.h',
2742 'browser/ui/cocoa/extensions/chevron_menu_button.mm',
2743 'browser/ui/cocoa/extensions/chevron_menu_button_cell.h',
2744 'browser/ui/cocoa/extensions/chevron_menu_button_cell.mm',
2745 'browser/ui/cocoa/extensions/extension_action_context_menu.h',
2746 'browser/ui/cocoa/extensions/extension_action_context_menu.mm',
2747 'browser/ui/cocoa/extensions/extension_infobar_controller.h',
2748 'browser/ui/cocoa/extensions/extension_infobar_controller.mm',
2749 'browser/ui/cocoa/extensions/extension_install_prompt_controller.h',
2750 'browser/ui/cocoa/extensions/extension_install_prompt_controller.mm',
2751 'browser/ui/cocoa/extensions/extension_popup_controller.h',
2752 'browser/ui/cocoa/extensions/extension_popup_controller.mm',
2753 'browser/ui/cocoa/external_protocol_dialog.h',
2754 'browser/ui/cocoa/external_protocol_dialog.mm',
2755 'browser/ui/cocoa/fast_resize_view.h',
2756 'browser/ui/cocoa/fast_resize_view.mm',
2757 'browser/ui/cocoa/file_metadata.h',
2758 'browser/ui/cocoa/file_metadata.mm',
2759 'browser/ui/cocoa/find_bar_bridge.h',
2760 'browser/ui/cocoa/find_bar_bridge.mm',
2761 'browser/ui/cocoa/find_bar_cocoa_controller.h',
2762 'browser/ui/cocoa/find_bar_cocoa_controller.mm',
2763 'browser/ui/cocoa/find_bar_text_field.h',
2764 'browser/ui/cocoa/find_bar_text_field.mm',
2765 'browser/ui/cocoa/find_bar_text_field_cell.h',
2766 'browser/ui/cocoa/find_bar_text_field_cell.mm',
2767 'browser/ui/cocoa/find_bar_view.h',
2768 'browser/ui/cocoa/find_bar_view.mm',
2769 'browser/ui/cocoa/find_pasteboard.h',
2770 'browser/ui/cocoa/find_pasteboard.mm',
2771 'browser/ui/cocoa/first_run_bubble_controller.h',
2772 'browser/ui/cocoa/first_run_bubble_controller.mm',
2773 'browser/ui/cocoa/first_run_dialog.h',
2774 'browser/ui/cocoa/first_run_dialog.mm',
2775 'browser/ui/cocoa/floating_bar_backing_view.h',
2776 'browser/ui/cocoa/floating_bar_backing_view.mm',
2777 'browser/ui/cocoa/focus_tracker.h',
2778 'browser/ui/cocoa/focus_tracker.mm',
2779 'browser/ui/cocoa/font_language_settings_controller.h',
2780 'browser/ui/cocoa/font_language_settings_controller.mm',
2781 'browser/ui/cocoa/framed_browser_window.h',
2782 'browser/ui/cocoa/framed_browser_window.mm',
2783 'browser/ui/cocoa/fullscreen_controller.h',
2784 'browser/ui/cocoa/fullscreen_controller.mm',
2785 'browser/ui/cocoa/fullscreen_window.h',
2786 'browser/ui/cocoa/fullscreen_window.mm',
2787 'browser/ui/cocoa/gradient_button_cell.h',
2788 'browser/ui/cocoa/gradient_button_cell.mm',
2789 'browser/ui/cocoa/history_menu_bridge.h',
2790 'browser/ui/cocoa/history_menu_bridge.mm',
2791 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2792 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2793 'browser/ui/cocoa/hover_button.h',
2794 'browser/ui/cocoa/hover_button.mm',
2795 'browser/ui/cocoa/hover_close_button.h',
2796 'browser/ui/cocoa/hover_close_button.mm',
2797 'browser/ui/cocoa/hover_image_button.h',
2798 'browser/ui/cocoa/hover_image_button.mm',
2799 'browser/ui/cocoa/html_dialog_window_controller.h',
2800 'browser/ui/cocoa/html_dialog_window_controller_cppsafe.h',
2801 'browser/ui/cocoa/html_dialog_window_controller.mm',
2802 'browser/ui/cocoa/hyperlink_button_cell.h',
2803 'browser/ui/cocoa/hyperlink_button_cell.mm',
2804 'browser/ui/cocoa/hung_renderer_controller.h',
2805 'browser/ui/cocoa/hung_renderer_controller.mm',
2806 'browser/ui/cocoa/image_utils.h',
2807 'browser/ui/cocoa/image_utils.mm',
2808 'browser/ui/cocoa/import_progress_dialog.h',
2809 'browser/ui/cocoa/import_progress_dialog.mm',
2810 'browser/ui/cocoa/import_settings_dialog.h',
2811 'browser/ui/cocoa/import_settings_dialog.mm',
2812 'browser/ui/cocoa/importer_lock_dialog.h',
2813 'browser/ui/cocoa/importer_lock_dialog.mm',
2814 'browser/ui/cocoa/info_bubble_view.h',
2815 'browser/ui/cocoa/info_bubble_view.mm',
2816 'browser/ui/cocoa/info_bubble_window.h',
2817 'browser/ui/cocoa/info_bubble_window.mm',
2818 'browser/ui/cocoa/infobar.h',
2819 'browser/ui/cocoa/infobar_container_controller.h',
2820 'browser/ui/cocoa/infobar_container_controller.mm',
2821 'browser/ui/cocoa/infobar_controller.h',
2822 'browser/ui/cocoa/infobar_controller.mm',
2823 'browser/ui/cocoa/infobar_gradient_view.h',
2824 'browser/ui/cocoa/infobar_gradient_view.mm',
2825 'browser/ui/cocoa/infobar_test_helper.h',
2826 'browser/ui/cocoa/install_from_dmg.h',
2827 'browser/ui/cocoa/install_from_dmg.mm',
2828 'browser/ui/cocoa/instant_confirm_window_controller.h',
2829 'browser/ui/cocoa/instant_confirm_window_controller.mm',
2830 'browser/ui/cocoa/js_modal_dialog_cocoa.h',
2831 'browser/ui/cocoa/js_modal_dialog_cocoa.mm',
2832 'browser/ui/cocoa/keystone_glue.h',
2833 'browser/ui/cocoa/keystone_glue.mm',
2834 'browser/ui/cocoa/keystone_infobar.h',
2835 'browser/ui/cocoa/keystone_infobar.mm',
2836 'browser/ui/cocoa/keyword_editor_cocoa_controller.h',
2837 'browser/ui/cocoa/keyword_editor_cocoa_controller.mm',
2838 'browser/ui/cocoa/l10n_util.h',
2839 'browser/ui/cocoa/l10n_util.mm',
2840 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
2841 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
2842 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
2843 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
2844 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
2845 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
2846 'browser/ui/cocoa/location_bar/bubble_decoration.h',
2847 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
2848 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
2849 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
2850 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
2851 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
2852 'browser/ui/cocoa/location_bar/image_decoration.h',
2853 'browser/ui/cocoa/location_bar/image_decoration.mm',
2854 'browser/ui/cocoa/location_bar/instant_opt_in_controller.h',
2855 'browser/ui/cocoa/location_bar/instant_opt_in_controller.mm',
2856 'browser/ui/cocoa/location_bar/instant_opt_in_view.h',
2857 'browser/ui/cocoa/location_bar/instant_opt_in_view.mm',
2858 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
2859 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
2860 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
2861 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
2862 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
2863 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
2864 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2865 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2866 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2867 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2868 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2869 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2870 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2871 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2872 'browser/ui/cocoa/location_bar/star_decoration.h',
2873 'browser/ui/cocoa/location_bar/star_decoration.mm',
2874 'browser/ui/cocoa/menu_button.h',
2875 'browser/ui/cocoa/menu_button.mm',
2876 'browser/ui/cocoa/menu_controller.h',
2877 'browser/ui/cocoa/menu_controller.mm',
2878 'browser/ui/cocoa/menu_tracked_button.h',
2879 'browser/ui/cocoa/menu_tracked_button.mm',
2880 'browser/ui/cocoa/menu_tracked_root_view.h',
2881 'browser/ui/cocoa/menu_tracked_root_view.mm',
2882 'browser/ui/cocoa/multi_key_equivalent_button.h',
2883 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2884 'browser/ui/cocoa/new_tab_button.h',
2885 'browser/ui/cocoa/new_tab_button.mm',
2886 'browser/ui/cocoa/notifications/balloon_controller.mm',
2887 'browser/ui/cocoa/notifications/balloon_controller.h',
2888 'browser/ui/cocoa/notifications/balloon_view_bridge.h',
2889 'browser/ui/cocoa/notifications/balloon_view_bridge.mm',
2890 'browser/ui/cocoa/notifications/balloon_view_host_mac.h',
2891 'browser/ui/cocoa/notifications/balloon_view_host_mac.mm',
2892 'browser/ui/cocoa/notifications/balloon_view.h',
2893 'browser/ui/cocoa/notifications/balloon_view.mm',
2894 'browser/ui/cocoa/nsmenuitem_additions.h',
2895 'browser/ui/cocoa/nsmenuitem_additions.mm',
2896 'browser/ui/cocoa/nswindow_additions.h',
2897 'browser/ui/cocoa/nswindow_additions.mm',
2898 'browser/ui/cocoa/objc_method_swizzle.h',
2899 'browser/ui/cocoa/objc_method_swizzle.mm',
2900 'browser/ui/cocoa/objc_zombie.h',
2901 'browser/ui/cocoa/objc_zombie.mm',
2902 'browser/ui/cocoa/page_info_bubble_controller.h',
2903 'browser/ui/cocoa/page_info_bubble_controller.mm',
2904 'browser/ui/cocoa/preferences_window_controller.h',
2905 'browser/ui/cocoa/preferences_window_controller.mm',
2906 'browser/ui/cocoa/previewable_contents_controller.h',
2907 'browser/ui/cocoa/previewable_contents_controller.mm',
2908 'browser/ui/cocoa/reload_button.h',
2909 'browser/ui/cocoa/reload_button.mm',
2910 'browser/ui/cocoa/repost_form_warning_mac.h',
2911 'browser/ui/cocoa/repost_form_warning_mac.mm',
2912 'browser/ui/cocoa/restart_browser.h',
2913 'browser/ui/cocoa/restart_browser.mm',
2914 'browser/ui/cocoa/rwhvm_editcommand_helper.h',
2915 'browser/ui/cocoa/rwhvm_editcommand_helper.mm',
2916 'browser/ui/cocoa/sad_tab_controller.h',
2917 'browser/ui/cocoa/sad_tab_controller.mm',
2918 'browser/ui/cocoa/sad_tab_view.h',
2919 'browser/ui/cocoa/sad_tab_view.mm',
2920 'browser/ui/cocoa/scoped_authorizationref.h',
2921 'browser/ui/cocoa/search_engine_dialog_controller.h',
2922 'browser/ui/cocoa/search_engine_dialog_controller.mm',
2923 'browser/ui/cocoa/search_engine_list_model.h',
2924 'browser/ui/cocoa/search_engine_list_model.mm',
2925 'browser/ui/cocoa/shell_dialogs_mac.mm',
2926 'browser/ui/cocoa/side_tab_strip_controller.h',
2927 'browser/ui/cocoa/side_tab_strip_controller.mm',
2928 'browser/ui/cocoa/side_tab_strip_view.h',
2929 'browser/ui/cocoa/side_tab_strip_view.mm',
2930 'browser/ui/cocoa/sidebar_controller.h',
2931 'browser/ui/cocoa/sidebar_controller.mm',
2932 'browser/ui/cocoa/simple_content_exceptions_window_controller.h',
2933 'browser/ui/cocoa/simple_content_exceptions_window_controller.mm',
2934 'browser/ui/cocoa/speech_input_window_controller.h',
2935 'browser/ui/cocoa/speech_input_window_controller.mm',
2936 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2937 'browser/ui/cocoa/status_bubble_mac.h',
2938 'browser/ui/cocoa/status_bubble_mac.mm',
2939 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2940 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2941 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2942 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2943 'browser/ui/cocoa/styled_text_field.h',
2944 'browser/ui/cocoa/styled_text_field.mm',
2945 'browser/ui/cocoa/styled_text_field_cell.h',
2946 'browser/ui/cocoa/styled_text_field_cell.mm',
2947 'browser/ui/cocoa/tab_contents_controller.h',
2948 'browser/ui/cocoa/tab_contents_controller.mm',
2949 'browser/ui/cocoa/tab_controller.h',
2950 'browser/ui/cocoa/tab_controller.mm',
2951 'browser/ui/cocoa/tab_strip_controller.h',
2952 'browser/ui/cocoa/tab_strip_controller.mm',
2953 'browser/ui/cocoa/tab_strip_model_observer_bridge.h',
2954 'browser/ui/cocoa/tab_strip_model_observer_bridge.mm',
2955 'browser/ui/cocoa/tab_strip_view.h',
2956 'browser/ui/cocoa/tab_strip_view.mm',
2957 'browser/ui/cocoa/tab_view.h',
2958 'browser/ui/cocoa/tab_view.mm',
2959 'browser/ui/cocoa/tab_view_picker_table.h',
2960 'browser/ui/cocoa/tab_view_picker_table.mm',
2961 'browser/ui/cocoa/tab_window_controller.h',
2962 'browser/ui/cocoa/tab_window_controller.mm',
2963 'browser/ui/cocoa/table_model_array_controller.h',
2964 'browser/ui/cocoa/table_model_array_controller.mm',
2965 'browser/ui/cocoa/table_row_nsimage_cache.h',
2966 'browser/ui/cocoa/table_row_nsimage_cache.mm',
2967 'browser/ui/cocoa/tabpose_window.h',
2968 'browser/ui/cocoa/tabpose_window.mm',
2969 'browser/ui/cocoa/task_helpers.h',
2970 'browser/ui/cocoa/task_helpers.mm',
2971 'browser/ui/cocoa/task_manager_mac.h',
2972 'browser/ui/cocoa/task_manager_mac.mm',
2973 'browser/ui/cocoa/themed_window.h',
2974 'browser/ui/cocoa/themed_window.mm',
2975 'browser/ui/cocoa/theme_install_bubble_view.h',
2976 'browser/ui/cocoa/theme_install_bubble_view.mm',
2977 'browser/ui/cocoa/throbber_view.h',
2978 'browser/ui/cocoa/throbber_view.mm',
2979 'browser/ui/cocoa/toolbar_controller.h',
2980 'browser/ui/cocoa/toolbar_controller.mm',
2981 'browser/ui/cocoa/toolbar_view.h',
2982 'browser/ui/cocoa/toolbar_view.mm',
2983 'browser/ui/cocoa/translate/after_translate_infobar_controller.h',
2984 'browser/ui/cocoa/translate/after_translate_infobar_controller.mm',
2985 'browser/ui/cocoa/translate/before_translate_infobar_controller.h',
2986 'browser/ui/cocoa/translate/before_translate_infobar_controller.mm',
2987 'browser/ui/cocoa/translate/translate_infobar_base.h',
2988 'browser/ui/cocoa/translate/translate_infobar_base.mm',
2989 'browser/ui/cocoa/translate/translate_message_infobar_controller.h',
2990 'browser/ui/cocoa/translate/translate_message_infobar_controller.mm',
2991 'browser/ui/cocoa/ui_localizer.h',
2992 'browser/ui/cocoa/ui_localizer.mm',
2993 'browser/ui/cocoa/url_drop_target.h',
2994 'browser/ui/cocoa/url_drop_target.mm',
2995 'browser/ui/cocoa/vertical_gradient_view.h',
2996 'browser/ui/cocoa/vertical_gradient_view.mm',
2997 'browser/ui/cocoa/view_id_util.h',
2998 'browser/ui/cocoa/view_id_util.mm',
2999 'browser/ui/cocoa/view_resizer.h',
3000 'browser/ui/cocoa/web_contents_drag_source.h',
3001 'browser/ui/cocoa/web_contents_drag_source.mm',
3002 'browser/ui/cocoa/web_drag_source.h',
3003 'browser/ui/cocoa/web_drag_source.mm',
3004 'browser/ui/cocoa/web_drop_target.h',
3005 'browser/ui/cocoa/web_drop_target.mm',
3006 'browser/ui/cocoa/window_size_autosaver.h',
3007 'browser/ui/cocoa/window_size_autosaver.mm',
3008 'browser/ui/cocoa/wrench_menu_button_cell.h',
3009 'browser/ui/cocoa/wrench_menu_button_cell.mm',
3010 'browser/ui/cocoa/wrench_menu_controller.h',
3011 'browser/ui/cocoa/wrench_menu_controller.mm',
[email protected]45300ad42010-12-02 15:51:143012 'browser/ui/find_bar/find_bar.h',
3013 'browser/ui/find_bar/find_bar_controller.cc',
3014 'browser/ui/find_bar/find_bar_controller.h',
3015 'browser/ui/find_bar/find_bar_state.h',
3016 'browser/ui/find_bar/find_bar_state.cc',
3017 'browser/ui/find_bar/find_notification_details.h',
[email protected]6a3ec2312010-12-02 19:30:193018 'browser/ui/input_window_dialog.h',
3019 'browser/ui/input_window_dialog_gtk.cc',
3020 'browser/ui/input_window_dialog_win.cc',
[email protected]8ecad5e2010-12-02 21:18:333021 'browser/ui/login/login_model.h',
3022 'browser/ui/login/login_prompt.cc',
3023 'browser/ui/login/login_prompt.h',
3024 'browser/ui/login/login_prompt_gtk.cc',
3025 'browser/ui/login/login_prompt_mac.h',
3026 'browser/ui/login/login_prompt_mac.mm',
3027 'browser/ui/login/login_prompt_win.cc',
[email protected]6a3ec2312010-12-02 19:30:193028 'browser/ui/omnibox/location_bar.h',
3029 'browser/ui/omnibox/location_bar_util.cc',
3030 'browser/ui/omnibox/location_bar_util.h',
3031 'browser/ui/options/options_page_base.cc',
3032 'browser/ui/options/options_page_base.h',
3033 'browser/ui/options/options_util.cc',
3034 'browser/ui/options/options_util.h',
3035 'browser/ui/options/options_window.h',
3036 'browser/ui/options/show_options_url.cc',
3037 'browser/ui/options/show_options_url.h',
3038 'browser/ui/status_bubble.h',
3039 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3040 'browser/ui/tab_contents/tab_contents_wrapper.h',
[email protected]9a800652010-12-02 17:08:443041 'browser/ui/tabs/dock_info_gtk.cc',
3042 'browser/ui/tabs/dock_info_mac.cc',
3043 'browser/ui/tabs/dock_info_win.cc',
3044 'browser/ui/tabs/dock_info.cc',
3045 'browser/ui/tabs/dock_info.h',
[email protected]6a3ec2312010-12-02 19:30:193046 'browser/ui/tabs/tab_menu_model.cc',
3047 'browser/ui/tabs/tab_menu_model.h',
[email protected]9a800652010-12-02 17:08:443048 'browser/ui/toolbar/back_forward_menu_model.cc',
3049 'browser/ui/toolbar/back_forward_menu_model.h',
3050 'browser/ui/toolbar/encoding_menu_controller.cc',
3051 'browser/ui/toolbar/encoding_menu_controller.h',
3052 'browser/ui/toolbar/toolbar_model.cc',
3053 'browser/ui/toolbar/toolbar_model.h',
3054 'browser/ui/toolbar/wrench_menu_model.cc',
3055 'browser/ui/toolbar/wrench_menu_model.h',
[email protected]6a3ec2312010-12-02 19:30:193056 'browser/ui/view_ids.h',
[email protected]213dac22010-11-09 07:35:323057 'browser/ui/views/about_chrome_view.cc',
3058 'browser/ui/views/about_chrome_view.h',
3059 'browser/ui/views/about_ipc_dialog.cc',
3060 'browser/ui/views/about_ipc_dialog.h',
3061 'browser/ui/views/accelerator_table_gtk.cc',
3062 'browser/ui/views/accelerator_table_gtk.h',
3063 'browser/ui/views/accessibility_event_router_views.cc',
3064 'browser/ui/views/accessibility_event_router_views.h',
3065 'browser/ui/views/accessible_pane_view.cc',
3066 'browser/ui/views/accessible_pane_view.h',
3067 'browser/ui/views/accessible_view_helper.cc',
3068 'browser/ui/views/accessible_view_helper.h',
3069 'browser/ui/views/app_launched_animation_win.cc',
3070 'browser/ui/views/appcache_info_view.cc',
3071 'browser/ui/views/appcache_info_view.h',
3072 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3073 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
3074 'browser/ui/views/autocomplete/autocomplete_popup_win.cc',
3075 'browser/ui/views/autocomplete/autocomplete_popup_win.h',
3076 'browser/ui/views/autocomplete/autocomplete_popup_gtk.cc',
3077 'browser/ui/views/autocomplete/autocomplete_popup_gtk.h',
3078 'browser/ui/views/autofill_profiles_view_win.cc',
3079 'browser/ui/views/autofill_profiles_view_win.h',
3080 'browser/ui/views/bookmark_bar_instructions_view.cc',
3081 'browser/ui/views/bookmark_bar_instructions_view.h',
3082 'browser/ui/views/bookmark_bar_view.cc',
3083 'browser/ui/views/bookmark_bar_view.h',
3084 'browser/ui/views/bookmark_bubble_view.cc',
3085 'browser/ui/views/bookmark_bubble_view.h',
3086 'browser/ui/views/bookmark_context_menu.cc',
3087 'browser/ui/views/bookmark_context_menu.h',
3088 'browser/ui/views/bookmark_context_menu_controller_views.cc',
3089 'browser/ui/views/bookmark_context_menu_controller_views.h',
3090 'browser/ui/views/bookmark_editor_view.cc',
3091 'browser/ui/views/bookmark_editor_view.h',
3092 'browser/ui/views/bookmark_menu_controller_views.cc',
3093 'browser/ui/views/bookmark_menu_controller_views.h',
3094 'browser/ui/views/browser_actions_container.cc',
3095 'browser/ui/views/browser_actions_container.h',
3096 'browser/ui/views/browser_bubble.cc',
3097 'browser/ui/views/browser_bubble.h',
3098 'browser/ui/views/browser_bubble_gtk.cc',
3099 'browser/ui/views/browser_bubble_win.cc',
3100 'browser/ui/views/browser_dialogs.h',
3101 'browser/ui/views/bubble_border.cc',
3102 'browser/ui/views/bubble_border.h',
3103 'browser/ui/views/certificate_viewer_win.cc',
3104 'browser/ui/views/chrome_views_delegate.cc',
3105 'browser/ui/views/chrome_views_delegate.h',
3106 'browser/ui/views/clear_browsing_data.cc',
3107 'browser/ui/views/clear_browsing_data.h',
3108 'browser/ui/views/clear_browsing_data_view.cc',
3109 'browser/ui/views/clear_browsing_data_view.h',
3110 'browser/ui/views/clear_data_view.cc',
3111 'browser/ui/views/clear_data_view.h',
3112 'browser/ui/views/clear_server_data.cc',
3113 'browser/ui/views/clear_server_data.h',
3114 'browser/ui/views/collected_cookies_win.cc',
3115 'browser/ui/views/collected_cookies_win.h',
3116 'browser/ui/views/confirm_message_box_dialog.cc',
3117 'browser/ui/views/confirm_message_box_dialog.h',
[email protected]5dd28922010-11-10 17:09:173118 'browser/ui/views/constrained_html_delegate_gtk.cc',
[email protected]213dac22010-11-09 07:35:323119 'browser/ui/views/constrained_html_delegate_win.cc',
3120 'browser/ui/views/constrained_window_win.cc',
3121 'browser/ui/views/constrained_window_win.h',
3122 'browser/ui/views/content_setting_bubble_contents.cc',
3123 'browser/ui/views/content_setting_bubble_contents.h',
3124 'browser/ui/views/cookie_info_view.cc',
3125 'browser/ui/views/cookie_info_view.h',
3126 'browser/ui/views/create_application_shortcut_view.cc',
3127 'browser/ui/views/create_application_shortcut_view.h',
3128 'browser/ui/views/database_info_view.cc',
3129 'browser/ui/views/database_info_view.h',
3130 'browser/ui/views/database_open_info_view.cc',
3131 'browser/ui/views/database_open_info_view.h',
3132 'browser/ui/views/default_search_view.cc',
3133 'browser/ui/views/default_search_view.h',
3134 'browser/ui/views/detachable_toolbar_view.cc',
3135 'browser/ui/views/detachable_toolbar_view.h',
3136 'browser/ui/views/dialog_stubs_gtk.cc',
3137 'browser/ui/views/dom_view.cc',
3138 'browser/ui/views/dom_view.h',
3139 'browser/ui/views/download_item_view.cc',
3140 'browser/ui/views/download_item_view.h',
3141 'browser/ui/views/download_shelf_view.cc',
3142 'browser/ui/views/download_shelf_view.h',
3143 'browser/ui/views/download_started_animation_win.cc',
3144 'browser/ui/views/dropdown_bar_host.cc',
3145 'browser/ui/views/dropdown_bar_host.h',
3146 'browser/ui/views/dropdown_bar_host_gtk.cc',
3147 'browser/ui/views/dropdown_bar_host_win.cc',
3148 'browser/ui/views/dropdown_bar_view.h',
3149 'browser/ui/views/edit_search_engine_dialog.cc',
3150 'browser/ui/views/edit_search_engine_dialog.h',
3151 'browser/ui/views/event_utils.cc',
3152 'browser/ui/views/event_utils.h',
3153 'browser/ui/views/extensions/browser_action_drag_data.cc',
3154 'browser/ui/views/extensions/browser_action_drag_data.h',
3155 'browser/ui/views/extensions/browser_action_overflow_menu_controller.cc',
3156 'browser/ui/views/extensions/browser_action_overflow_menu_controller.h',
3157 'browser/ui/views/extensions/extension_install_prompt.cc',
3158 'browser/ui/views/extensions/extension_install_prompt2.cc',
3159 'browser/ui/views/extensions/extension_installed_bubble.cc',
3160 'browser/ui/views/extensions/extension_installed_bubble.h',
3161 'browser/ui/views/extensions/extension_popup.cc',
3162 'browser/ui/views/extensions/extension_popup.h',
3163 'browser/ui/views/extensions/extension_view.cc',
3164 'browser/ui/views/extensions/extension_view.h',
3165 'browser/ui/views/external_protocol_dialog.cc',
3166 'browser/ui/views/external_protocol_dialog.h',
3167 'browser/ui/views/find_bar_host.cc',
3168 'browser/ui/views/find_bar_host.h',
3169 'browser/ui/views/find_bar_host_gtk.cc',
3170 'browser/ui/views/find_bar_host_win.cc',
3171 'browser/ui/views/find_bar_view.cc',
3172 'browser/ui/views/find_bar_view.h',
3173 'browser/ui/views/first_run_bubble.cc',
3174 'browser/ui/views/first_run_bubble.h',
3175 'browser/ui/views/first_run_search_engine_view.cc',
3176 'browser/ui/views/first_run_search_engine_view.h',
3177 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3178 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3179 'browser/ui/views/frame/browser_bubble_host.cc',
3180 'browser/ui/views/frame/browser_bubble_host.h',
3181 'browser/ui/views/frame/browser_frame.h',
3182 'browser/ui/views/frame/browser_frame_gtk.cc',
3183 'browser/ui/views/frame/browser_frame_gtk.h',
3184 'browser/ui/views/frame/browser_frame_win.cc',
3185 'browser/ui/views/frame/browser_frame_win.h',
3186 'browser/ui/views/frame/browser_non_client_frame_view.h',
3187 'browser/ui/views/frame/browser_root_view.cc',
3188 'browser/ui/views/frame/browser_root_view.h',
3189 'browser/ui/views/frame/browser_view.cc',
3190 'browser/ui/views/frame/browser_view.h',
3191 'browser/ui/views/frame/browser_view_layout.cc',
3192 'browser/ui/views/frame/browser_view_layout.h',
3193 'browser/ui/views/frame/contents_container.cc',
3194 'browser/ui/views/frame/contents_container.h',
3195 'browser/ui/views/frame/glass_browser_frame_view.cc',
3196 'browser/ui/views/frame/glass_browser_frame_view.h',
3197 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3198 'browser/ui/views/frame/opaque_browser_frame_view.h',
3199 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3200 'browser/ui/views/frame/popup_non_client_frame_view.h',
3201 'browser/ui/views/fullscreen_exit_bubble.cc',
3202 'browser/ui/views/fullscreen_exit_bubble.h',
3203 'browser/ui/views/generic_info_view.cc',
3204 'browser/ui/views/generic_info_view.h',
3205 'browser/ui/views/html_dialog_view.cc',
3206 'browser/ui/views/html_dialog_view.h',
3207 'browser/ui/views/hung_renderer_view.cc',
3208 'browser/ui/views/importer_lock_view.cc',
3209 'browser/ui/views/importer_lock_view.h',
3210 'browser/ui/views/importer_view.cc',
3211 'browser/ui/views/importer_view.h',
3212 'browser/ui/views/importing_progress_view.cc',
3213 'browser/ui/views/importing_progress_view.h',
3214 'browser/ui/views/indexed_db_info_view.cc',
3215 'browser/ui/views/indexed_db_info_view.h',
3216 'browser/ui/views/info_bubble.cc',
3217 'browser/ui/views/info_bubble.h',
3218 'browser/ui/views/infobars/after_translate_infobar.cc',
3219 'browser/ui/views/infobars/after_translate_infobar.h',
3220 'browser/ui/views/infobars/before_translate_infobar.cc',
3221 'browser/ui/views/infobars/before_translate_infobar.h',
3222 'browser/ui/views/infobars/extension_infobar.cc',
3223 'browser/ui/views/infobars/extension_infobar.h',
3224 'browser/ui/views/infobars/infobar_button_border.cc',
3225 'browser/ui/views/infobars/infobar_button_border.h',
3226 'browser/ui/views/infobars/infobar_container.cc',
3227 'browser/ui/views/infobars/infobar_container.h',
3228 'browser/ui/views/infobars/infobar_text_button.cc',
3229 'browser/ui/views/infobars/infobar_text_button.h',
3230 'browser/ui/views/infobars/infobars.cc',
3231 'browser/ui/views/infobars/infobars.h',
3232 'browser/ui/views/infobars/translate_infobar_base.cc',
3233 'browser/ui/views/infobars/translate_infobar_base.h',
3234 'browser/ui/views/infobars/translate_message_infobar.cc',
3235 'browser/ui/views/infobars/translate_message_infobar.h',
3236 'browser/ui/views/instant_confirm_view.cc',
3237 'browser/ui/views/instant_confirm_view.h',
3238 'browser/ui/views/js_modal_dialog_views.cc',
3239 'browser/ui/views/js_modal_dialog_views.h',
3240 'browser/ui/views/keyword_editor_view.cc',
3241 'browser/ui/views/keyword_editor_view.h',
[email protected]d14af522010-12-02 03:54:503242 'browser/ui/views/keyboard_overlay_delegate.cc',
3243 'browser/ui/views/keyboard_overlay_delegate.h',
[email protected]213dac22010-11-09 07:35:323244 'browser/ui/views/list_background.h',
3245 'browser/ui/views/local_storage_info_view.cc',
3246 'browser/ui/views/local_storage_info_view.h',
3247 'browser/ui/views/local_storage_set_item_info_view.cc',
3248 'browser/ui/views/local_storage_set_item_info_view.h',
3249 'browser/ui/views/location_bar/click_handler.cc',
3250 'browser/ui/views/location_bar/click_handler.h',
3251 'browser/ui/views/location_bar/content_setting_image_view.cc',
3252 'browser/ui/views/location_bar/content_setting_image_view.h',
3253 'browser/ui/views/location_bar/ev_bubble_view.cc',
3254 'browser/ui/views/location_bar/ev_bubble_view.h',
3255 'browser/ui/views/location_bar/icon_label_bubble_view.h',
3256 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
3257 'browser/ui/views/location_bar/keyword_hint_view.cc',
3258 'browser/ui/views/location_bar/keyword_hint_view.h',
3259 'browser/ui/views/location_bar/location_icon_view.cc',
3260 'browser/ui/views/location_bar/location_icon_view.h',
3261 'browser/ui/views/location_bar/location_bar_view.cc',
3262 'browser/ui/views/location_bar/location_bar_view.h',
3263 'browser/ui/views/location_bar/page_action_image_view.cc',
3264 'browser/ui/views/location_bar/page_action_image_view.h',
3265 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3266 'browser/ui/views/location_bar/page_action_with_badge_view.h',
3267 'browser/ui/views/location_bar/selected_keyword_view.h',
3268 'browser/ui/views/location_bar/selected_keyword_view.cc',
3269 'browser/ui/views/location_bar/star_view.cc',
3270 'browser/ui/views/location_bar/star_view.h',
[email protected]553aabb2010-11-11 00:37:153271 'browser/ui/views/location_bar/suggested_text_view.cc',
3272 'browser/ui/views/location_bar/suggested_text_view.h',
[email protected]213dac22010-11-09 07:35:323273 'browser/ui/views/login_view.cc',
3274 'browser/ui/views/login_view.h',
3275 'browser/ui/views/modal_dialog_delegate.cc',
3276 'browser/ui/views/modal_dialog_delegate.h',
3277 'browser/ui/views/notifications/balloon_view_host.cc',
3278 'browser/ui/views/notifications/balloon_view_host.h',
3279 'browser/ui/views/notifications/balloon_view.cc',
3280 'browser/ui/views/notifications/balloon_view.h',
3281 'browser/ui/views/options/advanced_contents_view.cc',
3282 'browser/ui/views/options/advanced_contents_view.h',
3283 'browser/ui/views/options/advanced_page_view.cc',
3284 'browser/ui/views/options/advanced_page_view.h',
3285 'browser/ui/views/options/content_exceptions_table_view.cc',
3286 'browser/ui/views/options/content_exceptions_table_view.h',
3287 'browser/ui/views/options/content_page_view.cc',
3288 'browser/ui/views/options/content_page_view.h',
3289 'browser/ui/views/options/content_filter_page_view.cc',
3290 'browser/ui/views/options/content_filter_page_view.h',
3291 'browser/ui/views/options/content_settings_window_view.cc',
3292 'browser/ui/views/options/content_settings_window_view.h',
3293 'browser/ui/views/options/cookie_filter_page_view.cc',
3294 'browser/ui/views/options/cookie_filter_page_view.h',
3295 'browser/ui/views/options/cookies_view.cc',
3296 'browser/ui/views/options/cookies_view.h',
3297 'browser/ui/views/options/exception_editor_view.cc',
3298 'browser/ui/views/options/exception_editor_view.h',
3299 'browser/ui/views/options/exceptions_view.cc',
3300 'browser/ui/views/options/exceptions_view.h',
3301 'browser/ui/views/options/exceptions_page_view.cc',
3302 'browser/ui/views/options/exceptions_page_view.h',
3303 'browser/ui/views/options/fonts_languages_window_view.cc',
3304 'browser/ui/views/options/fonts_languages_window_view.h',
3305 'browser/ui/views/options/fonts_page_view.cc',
3306 'browser/ui/views/options/fonts_page_view.h',
3307 'browser/ui/views/options/general_page_view.cc',
3308 'browser/ui/views/options/general_page_view.h',
3309 'browser/ui/views/options/languages_page_view.cc',
3310 'browser/ui/views/options/languages_page_view.h',
3311 'browser/ui/views/options/managed_prefs_banner_view.cc',
3312 'browser/ui/views/options/managed_prefs_banner_view.h',
3313 'browser/ui/views/options/options_group_view.cc',
3314 'browser/ui/views/options/options_group_view.h',
3315 'browser/ui/views/options/options_page_view.cc',
3316 'browser/ui/views/options/options_page_view.h',
3317 'browser/ui/views/options/options_window_view.cc',
3318 'browser/ui/views/options/passwords_exceptions_window_view.cc',
3319 'browser/ui/views/options/passwords_exceptions_window_view.h',
3320 'browser/ui/views/options/passwords_page_view.cc',
3321 'browser/ui/views/options/passwords_page_view.h',
3322 'browser/ui/views/options/plugin_filter_page_view.cc',
3323 'browser/ui/views/options/plugin_filter_page_view.h',
3324 'browser/ui/views/options/simple_content_exceptions_view.cc',
3325 'browser/ui/views/options/simple_content_exceptions_view.h',
3326 'browser/ui/views/page_info_bubble_view.cc',
3327 'browser/ui/views/page_info_bubble_view.h',
3328 'browser/ui/views/pinned_contents_info_bubble.cc',
3329 'browser/ui/views/pinned_contents_info_bubble.h',
3330 'browser/ui/views/reload_button.cc',
3331 'browser/ui/views/reload_button.h',
3332 'browser/ui/views/repost_form_warning_view.cc',
3333 'browser/ui/views/repost_form_warning_view.h',
3334 'browser/ui/views/restart_message_box.cc',
3335 'browser/ui/views/restart_message_box.h',
3336 'browser/ui/views/sad_tab_view.cc',
3337 'browser/ui/views/sad_tab_view.h',
3338 'browser/ui/views/select_file_dialog.cc',
3339 'browser/ui/views/shell_dialogs_win.cc',
3340 'browser/ui/views/ssl_client_certificate_selector_win.cc',
3341 'browser/ui/views/status_bubble_views.cc',
3342 'browser/ui/views/status_bubble_views.h',
3343 'browser/ui/views/status_icons/status_icon_win.cc',
3344 'browser/ui/views/status_icons/status_icon_win.h',
3345 'browser/ui/views/status_icons/status_tray_gtk.cc',
3346 'browser/ui/views/status_icons/status_tray_win.cc',
3347 'browser/ui/views/status_icons/status_tray_win.h',
3348 'browser/ui/views/tab_icon_view.cc',
3349 'browser/ui/views/tab_icon_view.h',
3350 'browser/ui/views/tab_contents/tab_contents_container.cc',
3351 'browser/ui/views/tab_contents/tab_contents_container.h',
3352 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3353 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3354 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
3355 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3356 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
3357 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3358 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
3359 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3360 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3361 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc',
3362 'browser/ui/views/tab_contents/tab_contents_view_gtk.h',
3363 'browser/ui/views/tab_contents/tab_contents_view_win.cc',
3364 'browser/ui/views/tab_contents/tab_contents_view_win.h',
[email protected]602627cc2010-11-24 19:14:573365 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3366 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]213dac22010-11-09 07:35:323367 'browser/ui/views/tabs/base_tab.cc',
3368 'browser/ui/views/tabs/base_tab.h',
3369 'browser/ui/views/tabs/base_tab_strip.cc',
3370 'browser/ui/views/tabs/base_tab_strip.h',
3371 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3372 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3373 'browser/ui/views/tabs/dragged_tab_controller.cc',
3374 'browser/ui/views/tabs/dragged_tab_controller.h',
3375 'browser/ui/views/tabs/dragged_tab_view.cc',
3376 'browser/ui/views/tabs/dragged_tab_view.h',
3377 'browser/ui/views/tabs/native_view_photobooth.h',
3378 'browser/ui/views/tabs/native_view_photobooth_gtk.cc',
3379 'browser/ui/views/tabs/native_view_photobooth_gtk.h',
3380 'browser/ui/views/tabs/native_view_photobooth_win.cc',
3381 'browser/ui/views/tabs/native_view_photobooth_win.h',
3382 'browser/ui/views/tabs/side_tab.cc',
3383 'browser/ui/views/tabs/side_tab.h',
3384 'browser/ui/views/tabs/side_tab_strip.cc',
3385 'browser/ui/views/tabs/side_tab_strip.h',
3386 'browser/ui/views/tabs/tab.cc',
3387 'browser/ui/views/tabs/tab.h',
3388 'browser/ui/views/tabs/tab_controller.h',
3389 'browser/ui/views/tabs/tab_renderer_data.h',
3390 'browser/ui/views/tabs/tab_strip.cc',
3391 'browser/ui/views/tabs/tab_strip.h',
3392 'browser/ui/views/tabs/tab_strip_controller.h',
3393 'browser/ui/views/task_manager_view.cc',
3394 'browser/ui/views/textfield_views.cc',
3395 'browser/ui/views/textfield_views.h',
3396 'browser/ui/views/theme_background.cc',
3397 'browser/ui/views/theme_background.h',
3398 'browser/ui/views/theme_helpers.cc',
3399 'browser/ui/views/theme_helpers.h',
3400 'browser/ui/views/theme_install_bubble_view.cc',
3401 'browser/ui/views/theme_install_bubble_view.h',
3402 'browser/ui/views/toolbar_view.cc',
3403 'browser/ui/views/toolbar_view.h',
3404 'browser/ui/views/uninstall_view.cc',
3405 'browser/ui/views/uninstall_view.h',
3406 'browser/ui/views/url_picker.cc',
3407 'browser/ui/views/url_picker.h',
3408 'browser/ui/views/unhandled_keyboard_event_handler.cc',
3409 'browser/ui/views/unhandled_keyboard_event_handler.h',
3410 'browser/ui/views/update_recommended_message_box.cc',
3411 'browser/ui/views/update_recommended_message_box.h',
3412 'browser/ui/views/user_data_dir_dialog.cc',
3413 'browser/ui/views/user_data_dir_dialog.h',
3414 'browser/ui/views/window.cc',
3415 'browser/ui/views/window.h',
3416 'browser/ui/views/wrench_menu.cc',
3417 'browser/ui/views/wrench_menu.h',
[email protected]9a800652010-12-02 17:08:443418 'browser/ui/window_sizer.cc',
3419 'browser/ui/window_sizer.h',
3420 'browser/ui/window_sizer_mac.mm',
3421 'browser/ui/window_sizer_linux.cc',
3422 'browser/ui/window_sizer_win.cc',
[email protected]b1b73942010-05-26 20:11:543423 'browser/upgrade_detector.cc',
3424 'browser/upgrade_detector.h',
[email protected]6c32ce72010-03-08 05:18:063425 'browser/user_style_sheet_watcher.cc',
3426 'browser/user_style_sheet_watcher.h',
[email protected]83019902009-12-02 05:32:593427 'browser/utility_process_host.cc',
3428 'browser/utility_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:333429 'browser/visitedlink/visitedlink_master.cc',
3430 'browser/visitedlink/visitedlink_master.h',
3431 'browser/visitedlink/visitedlink_event_listener.cc',
3432 'browser/visitedlink/visitedlink_event_listener.h',
[email protected]38e08982010-10-22 17:28:433433 'browser/webdata/autofill_change.cc',
[email protected]e52bc1e02009-12-17 22:45:273434 'browser/webdata/autofill_change.h',
3435 'browser/webdata/autofill_entry.cc',
3436 'browser/webdata/autofill_entry.h',
[email protected]83019902009-12-02 05:32:593437 'browser/webdata/web_data_service.cc',
3438 'browser/webdata/web_data_service.h',
3439 'browser/webdata/web_data_service_win.cc',
3440 'browser/webdata/web_database.cc',
3441 'browser/webdata/web_database.h',
3442 'browser/webdata/web_database_win.cc',
3443 'browser/web_applications/web_app.cc',
3444 'browser/web_applications/web_app.h',
3445 'browser/web_resource/web_resource_service.h',
3446 'browser/web_resource/web_resource_service.cc',
[email protected]83019902009-12-02 05:32:593447 'browser/worker_host/message_port_dispatcher.cc',
3448 'browser/worker_host/message_port_dispatcher.h',
[email protected]0791d3a2010-01-28 01:28:493449 'browser/worker_host/worker_document_set.cc',
3450 'browser/worker_host/worker_document_set.h',
[email protected]83019902009-12-02 05:32:593451 'browser/worker_host/worker_process_host.cc',
3452 'browser/worker_host/worker_process_host.h',
3453 'browser/worker_host/worker_service.cc',
3454 'browser/worker_host/worker_service.h',
3455 'browser/zygote_host_linux.cc',
3456 'browser/zygote_main_linux.cc',
3457
[email protected]4f97280e2010-06-22 06:45:223458 # These files are generated by GRIT.
[email protected]3573b432010-06-24 01:26:403459 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc',
[email protected]755e1b732010-06-24 23:28:533460 '<(grit_out_dir)/grit/shared_resources_map.cc',
3461 '<(grit_out_dir)/grit/theme_resources_map.cc',
[email protected]83019902009-12-02 05:32:593462 ],
3463 'conditions': [
3464 ['javascript_engine=="v8"', {
3465 'defines': [
3466 'CHROME_V8',
3467 ],
3468 }],
[email protected]fdc5bed2010-01-09 01:16:573469 ['chromeos==0', {
[email protected]83019902009-12-02 05:32:593470 'sources/': [
[email protected]4d2ef9d2010-03-19 00:08:333471 ['exclude', '^browser/chromeos'],
[email protected]976e69f2010-08-13 18:28:173472 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
[email protected]c8451f22010-06-30 18:41:413473 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3474 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3475 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
[email protected]0e6168792010-10-13 16:29:263476 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
[email protected]5ac20162010-11-24 23:33:113477 ['exclude', 'browser/oom_priority_manager.cc'],
3478 ['exclude', 'browser/oom_priority_manager.h'],
[email protected]6692b0d72010-07-15 03:40:233479 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3480 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
[email protected]83019902009-12-02 05:32:593481 ],
3482 }],
[email protected]14a000d2010-04-29 21:44:243483 ['chromeos==1', {
3484 'sources!': [
[email protected]f9bd5832010-12-09 18:35:163485 'browser/background_mode_manager_linux.cc',
[email protected]e4e45292010-06-16 21:54:293486 'browser/password_manager/native_backend_gnome_x.h',
3487 'browser/password_manager/native_backend_gnome_x.cc',
3488 'browser/password_manager/native_backend_kwallet_x.h',
3489 'browser/password_manager/native_backend_kwallet_x.cc',
[email protected]14a000d2010-04-29 21:44:243490 'browser/platform_util_linux.cc',
[email protected]d032b3792010-06-07 22:02:393491 ],
3492 'link_settings': {
3493 'libraries': [
3494 '-lpulse',
3495 ],
3496 },
[email protected]14a000d2010-04-29 21:44:243497 }],
[email protected]602627cc2010-11-24 19:14:573498 ['use_gconf==0', {
3499 'sources!': [
[email protected]6de53d42010-11-09 07:33:193500 'browser/gtk/gconf_titlebar_listener.cc',
3501 'browser/gtk/gconf_titlebar_listener.h',
[email protected]602627cc2010-11-24 19:14:573502 ],
3503 }],
[email protected]63692212010-09-16 00:22:213504 ['use_gnome_keyring==0', {
3505 'sources!': [
3506 'browser/password_manager/native_backend_gnome_x.h',
3507 'browser/password_manager/native_backend_gnome_x.cc',
3508 ],
3509 }],
[email protected]0094fbe2010-07-15 21:51:433510 ['touchui==0', {
3511 'sources!': [
[email protected]f7b732f42010-12-07 17:55:083512 'browser/chromeos/dom_ui/login/authenticator_facade.h',
3513 'browser/chromeos/dom_ui/login/authenticator_facade_stub.cc',
3514 'browser/chromeos/dom_ui/login/authenticator_facade_stub.h',
3515 'browser/chromeos/dom_ui/login/login_ui.cc',
3516 'browser/chromeos/dom_ui/login/login_ui.h',
3517 'browser/chromeos/dom_ui/login/login_ui_helpers.cc',
3518 'browser/chromeos/dom_ui/login/login_ui_helpers.h',
[email protected]9c88d4752010-09-16 20:59:423519 'browser/dom_ui/keyboard_ui.cc',
3520 'browser/dom_ui/keyboard_ui.h',
[email protected]671c2f732010-10-14 01:42:593521 'browser/renderer_host/render_widget_host_view_views.cc',
3522 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]602627cc2010-11-24 19:14:573523 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3524 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]0094fbe2010-07-15 21:51:433525 ],
3526 }],
[email protected]ee520882010-09-30 21:40:083527 ['touchui==1', {
[email protected]4ccc05e2010-10-06 19:32:153528 'sources/': [
[email protected]f7b732f42010-12-07 17:55:083529 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'],
3530 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub.cc'],
3531 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub.h'],
3532 ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'],
3533 ['include', 'browser/chromeos/dom_ui/login/login_ui.h'],
3534 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'],
3535 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'],
[email protected]4ccc05e2010-10-06 19:32:153536 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
3537 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
[email protected]82854a92010-11-05 06:12:243538 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3539 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
[email protected]602627cc2010-11-24 19:14:573540 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3541 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]4ccc05e2010-10-06 19:32:153542 ],
[email protected]ee520882010-09-30 21:40:083543 }],
[email protected]83019902009-12-02 05:32:593544 ['OS=="linux"', {
3545 'dependencies': [
[email protected]4de38a32010-03-12 14:00:003546 '../build/linux/system.gyp:dbus-glib',
[email protected]cd1454e932010-05-13 21:36:593547 '../build/linux/system.gyp:gconf',
[email protected]83019902009-12-02 05:32:593548 '../build/linux/system.gyp:gtk',
3549 '../build/linux/system.gyp:gtkprint',
3550 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183551 '../build/linux/system.gyp:x11',
[email protected]6803ce12010-09-28 02:32:123552 '../third_party/undoview/undoview.gyp:undoview',
[email protected]83019902009-12-02 05:32:593553 ],
[email protected]524f1cf2010-02-23 19:21:533554 'link_settings': {
3555 'libraries': [
3556 # For dlsym() in 'browser/zygote_main_linux.cc'
3557 '-ldl',
3558 ],
3559 },
[email protected]83019902009-12-02 05:32:593560 'sources!': [
[email protected]213dac22010-11-09 07:35:323561 'browser/ui/views/extensions/extension_view.cc',
3562 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593563 ],
3564 'sources': [
3565 'browser/crash_handler_host_linux.h',
[email protected]83019902009-12-02 05:32:593566 ],
[email protected]83019902009-12-02 05:32:593567 'conditions': [
[email protected]63692212010-09-16 00:22:213568 ['use_gnome_keyring==1', {
[email protected]556c5d72010-06-10 05:45:013569 'dependencies': [
3570 '../build/linux/system.gyp:gnome-keyring',
3571 ],
3572 }],
[email protected]83019902009-12-02 05:32:593573 ['linux_breakpad==1', {
3574 'sources': [
3575 'app/breakpad_linux.cc',
3576 'app/breakpad_linux.h',
3577 'browser/crash_handler_host_linux.cc',
3578 ],
3579 'dependencies': [
3580 '../breakpad/breakpad.gyp:breakpad_client',
[email protected]d9573ac2010-08-27 18:26:083581 # make sure file_version_info_linux.h is generated first.
3582 'common',
[email protected]83019902009-12-02 05:32:593583 ],
3584 'include_dirs': [
[email protected]d9573ac2010-08-27 18:26:083585 # breakpad_linux.cc uses generated file_version_info_linux.h.
[email protected]83019902009-12-02 05:32:593586 '<(SHARED_INTERMEDIATE_DIR)',
3587 '../breakpad/src',
3588 ],
3589 }, { # linux_breakpad==0
3590 'sources': [
3591 'browser/crash_handler_host_linux_stub.cc',
3592 ],
3593 }],
[email protected]0090c092010-10-29 14:22:013594 ['use_openssl==0', {
3595 'sources': [
3596 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3597 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3598 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3599 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3600 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3601 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
3602 ],
3603 }],
[email protected]85d22832010-11-16 01:37:413604 ['linux_sandbox_path != ""', {
3605 'defines': [
3606 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
3607 ],
3608 }],
[email protected]83019902009-12-02 05:32:593609 ],
[email protected]d6f9c9e2010-03-15 01:57:073610 }, { # OS != "linux"
3611 'sources!': [
[email protected]0fd776c402010-09-29 21:59:173612 # TODO(mattm): Cert manager stuff is really !USE_NSS.
3613 'browser/certificate_manager_model.cc',
3614 'browser/certificate_manager_model.h',
[email protected]12cc3512010-10-05 02:06:373615 'browser/dom_ui/options/certificate_manager_handler.cc',
3616 'browser/dom_ui/options/certificate_manager_handler.h',
[email protected]8ecad5e2010-12-02 21:18:333617 'browser/file_path_watcher/file_path_watcher_inotify.cc',
[email protected]d6f9c9e2010-03-15 01:57:073618 ],
[email protected]83019902009-12-02 05:32:593619 }],
[email protected]6f5b3b292010-02-22 20:56:153620 ['OS=="freebsd" or OS=="openbsd"', {
[email protected]83019902009-12-02 05:32:593621 'dependencies': [
3622 '../build/linux/system.gyp:gtk',
[email protected]ca9b7dd2010-02-24 23:40:303623 '../build/linux/system.gyp:gtkprint',
[email protected]83019902009-12-02 05:32:593624 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183625 '../build/linux/system.gyp:x11',
[email protected]83019902009-12-02 05:32:593626 ],
[email protected]d6f9c9e2010-03-15 01:57:073627 'sources': [
[email protected]8ecad5e2010-12-02 21:18:333628 'browser/file_path_watcher/file_path_watcher_stub.cc',
[email protected]d6f9c9e2010-03-15 01:57:073629 ],
[email protected]83019902009-12-02 05:32:593630 }],
[email protected]ac1ada52010-10-28 19:26:003631 # Use system SSL settings on Mac and Windows. Use preferences
3632 # for SSL settings on other platforms.
3633 ['OS=="mac" or OS=="win"', {
3634 'sources!': [
3635 'browser/net/ssl_config_service_manager_pref.cc',
3636 ],
3637 }, { # else
3638 'sources!': [
3639 'browser/net/ssl_config_service_manager_system.cc',
3640 ],
3641 }],
[email protected]83019902009-12-02 05:32:593642 ['OS=="mac"', {
3643 'sources!': [
3644 'browser/automation/automation_provider_list_generic.cc',
3645 'browser/bookmarks/bookmark_context_menu.cc',
3646 'browser/bookmarks/bookmark_drop_info.cc',
[email protected]c2d9f2d2010-11-09 04:14:383647 'browser/ui/browser_list_stub.cc',
[email protected]9a800652010-12-02 17:08:443648 'browser/ui/tabs/dock_info.cc',
[email protected]ca9b7dd2010-02-24 23:40:303649 'browser/importer/nss_decryptor_system_nss.cc',
3650 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593651 'browser/jankometer.cc',
[email protected]eaf16c42010-06-21 22:30:383652 'browser/password_manager/login_database_posix.cc',
[email protected]71a565a2010-11-24 15:53:493653 'browser/power_save_blocker_stub.cc',
[email protected]c0fc0942010-01-13 00:55:373654 'browser/renderer_host/backing_store_proxy.cc',
3655 'browser/renderer_host/backing_store_proxy.h',
[email protected]8386a522010-01-28 16:18:573656 'browser/renderer_host/gpu_view_host.cc',
3657 'browser/renderer_host/gpu_view_host.h',
[email protected]ba65b1f642010-03-02 21:23:113658 'browser/renderer_host/video_layer_proxy.cc',
3659 'browser/renderer_host/video_layer_proxy.h',
[email protected]213dac22010-11-09 07:35:323660 'browser/ui/views/extensions/extension_view.cc',
3661 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593662 ],
3663 'sources': [
[email protected]e51c1c512010-01-05 04:42:003664 # Build Apple sample code
3665 '../third_party/apple/ImageAndTextCell.h',
3666 '../third_party/apple/ImageAndTextCell.m',
[email protected]83019902009-12-02 05:32:593667 # Build the necessary GTM sources
3668 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
3669 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
3670 '../third_party/GTM/AppKit/GTMIBArray.h',
3671 '../third_party/GTM/AppKit/GTMIBArray.m',
[email protected]31567792010-07-01 15:35:463672 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
3673 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
[email protected]83019902009-12-02 05:32:593674 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
3675 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
[email protected]83019902009-12-02 05:32:593676 '../third_party/GTM/AppKit/GTMUILocalizer.h',
3677 '../third_party/GTM/AppKit/GTMUILocalizer.m',
3678 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
3679 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
3680 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
3681 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
3682 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
3683 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
3684 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
[email protected]2b0693f2010-04-09 23:23:073685 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
3686 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
[email protected]bcc18d32010-07-01 20:25:383687 # MolokoCacao additions
3688 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
3689 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
[email protected]83019902009-12-02 05:32:593690 # Build necessary Mozilla sources
[email protected]d1b229dc2010-04-15 15:18:153691 '../third_party/mozilla/NSPasteboard+Utils.h',
3692 '../third_party/mozilla/NSPasteboard+Utils.mm',
3693 '../third_party/mozilla/NSScreen+Utils.h',
3694 '../third_party/mozilla/NSScreen+Utils.m',
3695 '../third_party/mozilla/NSString+Utils.h',
[email protected]4035a152010-05-04 01:56:183696 '../third_party/mozilla/NSString+Utils.mm',
[email protected]d1b229dc2010-04-15 15:18:153697 '../third_party/mozilla/NSURL+Utils.h',
3698 '../third_party/mozilla/NSURL+Utils.m',
3699 '../third_party/mozilla/NSWorkspace+Utils.h',
3700 '../third_party/mozilla/NSWorkspace+Utils.m',
[email protected]935d63d2010-10-15 23:31:553701 '../third_party/mozilla/ComplexTextInputPanel.h',
3702 '../third_party/mozilla/ComplexTextInputPanel.mm',
[email protected]83019902009-12-02 05:32:593703 # Headers so that IB can find classes it needs to resolve classes
3704 # in XIB files.
3705 '../base/chrome_application_mac.h',
3706 ],
3707 'include_dirs': [
[email protected]e51c1c512010-01-05 04:42:003708 '../third_party/apple',
[email protected]83019902009-12-02 05:32:593709 '../third_party/GTM',
3710 '../third_party/GTM/AppKit',
3711 '../third_party/GTM/Foundation',
[email protected]fde445e2010-01-21 18:50:233712 '../third_party/GTM/DebugUtils',
[email protected]83019902009-12-02 05:32:593713 ],
3714 'link_settings': {
3715 'libraries': [
[email protected]6842a3f2010-03-09 17:39:443716 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
[email protected]ac7e4e12010-08-26 14:34:413717 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
[email protected]43f28f832010-02-03 02:28:483718 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
[email protected]ac7e4e12010-08-26 14:34:413719 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3720 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
[email protected]83019902009-12-02 05:32:593721 ],
3722 'mac_bundle_resources': [
[email protected]802a13a02010-12-02 01:48:373723 'browser/gpu.sb',
[email protected]1e652d022010-04-16 19:09:113724 'browser/nacl_loader.sb',
[email protected]83019902009-12-02 05:32:593725 'browser/utility.sb',
[email protected]bd9337c2010-03-30 17:12:133726 'browser/worker.sb',
[email protected]83019902009-12-02 05:32:593727 ],
3728 },
3729 'actions': [
3730 {
3731 # This action is used to extract the localization data from xib
3732 # files and generate table for the ui localizer from it.
3733 'variables': {
3734 'xib_localizer_tool_path':
3735 'tools/build/mac/generate_localizer',
3736 'xib_files_to_scan': [
3737 # The xibs that need localization
3738 'app/nibs/About.xib',
[email protected]cff83fe2010-06-09 17:19:573739 'app/nibs/AutoFillAddressSheet.xib',
3740 'app/nibs/AutoFillCreditCardSheet.xib',
[email protected]8ebfa3b2010-02-12 04:24:083741 'app/nibs/AutoFillDialog.xib',
[email protected]83019902009-12-02 05:32:593742 'app/nibs/BookmarkAllTabs.xib',
3743 'app/nibs/BookmarkBar.xib',
3744 'app/nibs/BookmarkBubble.xib',
3745 'app/nibs/BookmarkEditor.xib',
3746 'app/nibs/BookmarkNameFolder.xib',
3747 'app/nibs/ClearBrowsingData.xib',
[email protected]a503c97c2010-07-16 13:05:483748 'app/nibs/CollectedCookies.xib',
[email protected]fde445e2010-01-21 18:50:233749 'app/nibs/Cookies.xib',
[email protected]d0edf4e2010-03-12 06:54:093750 'app/nibs/CookieDetailsView.xib',
[email protected]177aceb2010-11-03 16:17:413751 'app/nibs/ConfirmQuitPanel.xib',
[email protected]6f2c41a3bc2010-02-21 16:59:193752 'app/nibs/ContentBlockedCookies.xib',
3753 'app/nibs/ContentBlockedImages.xib',
3754 'app/nibs/ContentBlockedJavaScript.xib',
3755 'app/nibs/ContentBlockedPlugins.xib',
3756 'app/nibs/ContentBlockedPopups.xib',
[email protected]ce216602010-03-26 14:14:253757 'app/nibs/ContentBubbleGeolocation.xib',
[email protected]71bc0d02010-02-26 20:43:143758 'app/nibs/ContentExceptionsWindow.xib',
[email protected]ed1a4562010-02-22 01:53:413759 'app/nibs/ContentSettings.xib',
[email protected]83019902009-12-02 05:32:593760 'app/nibs/DownloadItem.xib',
3761 'app/nibs/DownloadShelf.xib',
3762 'app/nibs/EditSearchEngine.xib',
[email protected]54bc09252010-01-31 21:45:173763 'app/nibs/ExtensionInstalledBubble.xib',
[email protected]c5c3c5b2010-04-03 07:03:343764 'app/nibs/ExtensionInstallPrompt.xib',
3765 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
[email protected]96788b02010-06-26 21:45:343766 'app/nibs/FirstRunBubble.xib',
[email protected]83019902009-12-02 05:32:593767 'app/nibs/FirstRunDialog.xib',
[email protected]50ada2e2010-01-08 14:51:213768 'app/nibs/FontLanguageSettings.xib',
[email protected]83019902009-12-02 05:32:593769 'app/nibs/HttpAuthLoginSheet.xib',
3770 'app/nibs/HungRendererDialog.xib',
3771 'app/nibs/ImportSettingsDialog.xib',
3772 'app/nibs/ImportProgressDialog.xib',
[email protected]ca6c990f2010-11-22 20:32:503773 'app/nibs/InstantConfirm.xib',
[email protected]6958fea2010-11-23 21:05:203774 'app/nibs/InstantOptIn.xib',
[email protected]83019902009-12-02 05:32:593775 'app/nibs/KeywordEditor.xib',
3776 'app/nibs/MainMenu.xib',
[email protected]83019902009-12-02 05:32:593777 'app/nibs/Preferences.xib',
3778 'app/nibs/ReportBug.xib',
[email protected]27286e72009-12-15 19:52:373779 'app/nibs/SadTab.xib',
[email protected]83019902009-12-02 05:32:593780 'app/nibs/SaveAccessoryView.xib',
[email protected]3ef4755e2010-09-27 20:25:043781 'app/nibs/SearchEngineDialog.xib',
[email protected]834a6a12010-07-01 18:26:573782 'app/nibs/SimpleContentExceptionsWindow.xib',
[email protected]c0b59092010-08-28 07:17:383783 'app/nibs/SpeechInputBubble.xib',
[email protected]83019902009-12-02 05:32:593784 'app/nibs/TaskManager.xib',
3785 'app/nibs/Toolbar.xib',
3786 ],
3787 },
3788 'action_name': 'Process xibs for localization',
3789 'inputs': [
3790 '<(xib_localizer_tool_path)',
3791 '<@(xib_files_to_scan)',
3792 ],
3793 'outputs': [
3794 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
3795 ],
3796 'action': ['<(xib_localizer_tool_path)',
3797 '<@(_outputs)',
3798 '<@(xib_files_to_scan)'],
3799 },
3800 ],
3801 }],
3802 ['OS=="win"', {
[email protected]83019902009-12-02 05:32:593803 'include_dirs': [
[email protected]cd134c8c2010-03-09 05:23:123804 '<(DEPTH)/third_party/wtl/include',
[email protected]83019902009-12-02 05:32:593805 ],
3806 'dependencies': [
3807 '../gears/gears.gyp:gears',
3808 '../google_update/google_update.gyp:google_update',
[email protected]b3df5a42010-05-11 14:31:093809 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
[email protected]3ad594a2010-08-31 02:47:593810 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
[email protected]83019902009-12-02 05:32:593811 '../views/views.gyp:views',
[email protected]1c262172010-06-10 15:25:463812 '../rlz/rlz.gyp:rlz_lib',
[email protected]83019902009-12-02 05:32:593813 ],
3814 'export_dependent_settings': [
3815 '../views/views.gyp:views',
3816 ],
[email protected]04d75b6f2010-08-17 11:38:403817 'direct_dependent_settings': {
3818 'link_settings': {
3819 'libraries': [
3820 '-llocationapi.lib',
3821 '-lsensorsapi.lib',
3822 ],
3823 }
3824 },
[email protected]83019902009-12-02 05:32:593825 'sources': [
[email protected]83019902009-12-02 05:32:593826 # Using built-in rule in vstudio for midl.
[email protected]c1bbaa82010-11-08 11:17:053827 'browser/dom_ui/conflicts_ui.cc',
3828 'browser/dom_ui/conflicts_ui.h',
[email protected]83019902009-12-02 05:32:593829 'browser/history/history_indexer.idl',
3830 ],
3831 'sources!': [
[email protected]c2d9f2d2010-11-09 04:14:383832 'browser/ui/browser_list_stub.cc',
[email protected]83019902009-12-02 05:32:593833 'browser/history/history_publisher_none.cc',
[email protected]ca9b7dd2010-02-24 23:40:303834 'browser/importer/nss_decryptor_system_nss.cc',
3835 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593836 'browser/power_save_blocker_stub.cc',
[email protected]d14af522010-12-02 03:54:503837 'browser/ui/views/keyboard_overlay_delegate.cc',
[email protected]213dac22010-11-09 07:35:323838 'browser/ui/views/select_file_dialog.cc',
[email protected]83019902009-12-02 05:32:593839 ],
[email protected]da26d732010-06-25 20:43:123840 'conditions': [
3841 ['win_use_allocator_shim==1', {
3842 'dependencies': [
3843 '<(allocator_target)',
3844 ],
3845 }],
[email protected]c8451f22010-06-30 18:41:413846 ],
[email protected]83019902009-12-02 05:32:593847 }, { # 'OS!="win"
3848 'sources/': [
3849 # Exclude all of hang_monitor.
3850 ['exclude', '^browser/hang_monitor/'],
3851
3852 # Exclude parts of password_manager.
3853 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
3854
3855 # Exclude all of rlz.
3856 ['exclude', '^browser/rlz/'],
[email protected]17d40f02010-07-01 01:18:063857 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]83019902009-12-02 05:32:593858
3859 # Exclude all of views.
[email protected]213dac22010-11-09 07:35:323860 ['exclude', '^browser/ui/views/'],
[email protected]83019902009-12-02 05:32:593861 ],
3862 'conditions': [
[email protected]06c756182010-04-27 18:31:313863 ['OS=="linux" and toolkit_views==1',{
[email protected]05af3562010-02-26 00:41:123864 'dependencies': [
3865 '../views/views.gyp:views',
3866 ],
3867 'include_dirs': [
3868 '<(INTERMEDIATE_DIR)',
3869 '<(INTERMEDIATE_DIR)/chrome',
3870 ],
[email protected]83019902009-12-02 05:32:593871 'sources/': [
[email protected]83019902009-12-02 05:32:593872 ['include', '^browser/extensions/'],
[email protected]17d40f02010-07-01 01:18:063873 # This exclude duplicates the one just above because of the
3874 # order of evaluation of the 'sources/' rule above, the
3875 # conditions, and this 'sources/' rule.
3876 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]73852b8f2010-05-14 00:38:123877 ['include', 'browser/printing/print_dialog_cloud.cc'],
3878 ['include', 'browser/printing/print_dialog_cloud.h'],
[email protected]3870bbe92010-09-01 19:44:473879 ['include', '^browser/speech/speech_input_bubble_views.cc'],
[email protected]9a800652010-12-02 17:08:443880 ['include', '^browser/ui/tabs/dock_info.cc'],
3881 ['include', '^browser/ui/tabs/dock_info.h'],
[email protected]213dac22010-11-09 07:35:323882 ['include', '^browser/ui/views/about_chrome_view.cc'],
3883 ['include', '^browser/ui/views/about_chrome_view.h'],
3884 ['include', '^browser/ui/views/accelerator_table_gtk.cc'],
3885 ['include', '^browser/ui/views/accelerator_table_gtk.h'],
3886 ['include', '^browser/ui/views/accessibility_event_router_views.cc'],
3887 ['include', '^browser/ui/views/accessibility_event_router_views.h'],
3888 ['include', '^browser/ui/views/accessible_pane_view.cc'],
3889 ['include', '^browser/ui/views/accessible_pane_view.h'],
3890 ['include', '^browser/ui/views/accessible_view_helper.cc'],
3891 ['include', '^browser/ui/views/accessible_view_helper.h'],
3892 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc'],
3893 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.h'],
3894 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
3895 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
3896 ['include', '^browser/ui/views/bookmark_bar_instructions_view.cc'],
3897 ['include', '^browser/ui/views/bookmark_bar_instructions_view.h'],
3898 ['include', '^browser/ui/views/bookmark_bar_view.cc'],
3899 ['include', '^browser/ui/views/bookmark_bar_view.h'],
3900 ['include', '^browser/ui/views/bookmark_bubble_view.cc'],
3901 ['include', '^browser/ui/views/bookmark_bubble_view.h'],
3902 ['include', '^browser/ui/views/bookmark_context_menu.cc'],
3903 ['include', '^browser/ui/views/bookmark_context_menu.h'],
3904 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.cc'],
3905 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.h'],
3906 ['include', '^browser/ui/views/bookmark_menu_controller_views.cc'],
3907 ['include', '^browser/ui/views/browser_actions_container.cc'],
3908 ['include', '^browser/ui/views/browser_actions_container.h'],
3909 ['include', '^browser/ui/views/browser_bubble_gtk.cc'],
3910 ['include', '^browser/ui/views/browser_bubble.cc'],
3911 ['include', '^browser/ui/views/browser_bubble.h'],
3912 ['include', '^browser/ui/views/bubble_border.cc'],
3913 ['include', '^browser/ui/views/bubble_border.h'],
3914 ['include', '^browser/ui/views/chrome_views_delegate.cc'],
3915 ['include', '^browser/ui/views/clear_browsing_data.cc'],
3916 ['include', '^browser/ui/views/clear_browsing_data.h'],
[email protected]5dd28922010-11-10 17:09:173917 ['include', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
[email protected]213dac22010-11-09 07:35:323918 ['include', '^browser/ui/views/content_setting_bubble_contents.cc'],
3919 ['include', '^browser/ui/views/content_setting_bubble_contents.h'],
3920 ['include', '^browser/ui/views/create_application_shortcut_view.cc'],
3921 ['include', '^browser/ui/views/create_application_shortcut_view.h'],
3922 ['include', '^browser/ui/views/detachable_toolbar_view.h'],
3923 ['include', '^browser/ui/views/detachable_toolbar_view.cc'],
3924 ['include', '^browser/ui/views/dialog_stubs_gtk.cc'],
3925 ['include', '^browser/ui/views/dom_view.cc'],
3926 ['include', '^browser/ui/views/dom_view.h'],
3927 ['include', '^browser/ui/views/download_item_view.cc'],
3928 ['include', '^browser/ui/views/download_item_view.h'],
3929 ['include', '^browser/ui/views/download_shelf_view.cc'],
3930 ['include', '^browser/ui/views/download_shelf_view.h'],
3931 ['include', '^browser/ui/views/dragged_tab_controller.cc'],
3932 ['include', '^browser/ui/views/dragged_tab_controller.h'],
3933 ['include', '^browser/ui/views/dropdown_bar_host.cc'],
3934 ['include', '^browser/ui/views/dropdown_bar_host.h'],
3935 ['include', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
3936 ['include', '^browser/ui/views/dropdown_bar_view.h'],
3937 ['include', '^browser/ui/views/event_utils.cc'],
3938 ['include', '^browser/ui/views/event_utils.h'],
3939 ['include', '^browser/ui/views/extensions/browser_action_drag_data.cc'],
3940 ['include', '^browser/ui/views/extensions/browser_action_drag_data.h'],
3941 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.cc'],
3942 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.h'],
3943 ['include', '^browser/ui/views/extensions/extension_install_prompt.cc'],
3944 ['include', '^browser/ui/views/extensions/extension_install_prompt2.cc'],
3945 ['include', '^browser/ui/views/extensions/extension_installed_bubble.cc'],
3946 ['include', '^browser/ui/views/extensions/extension_installed_bubble.h'],
3947 ['include', '^browser/ui/views/extensions/extension_popup.cc'],
3948 ['include', '^browser/ui/views/extensions/extension_popup.h'],
3949 ['include', '^browser/ui/views/extensions/extension_view.cc'],
3950 ['include', '^browser/ui/views/extensions/extension_view.h'],
3951 ['include', '^browser/ui/views/extension_view.cc'],
3952 ['include', '^browser/ui/views/extension_view.h'],
3953 ['include', '^browser/ui/views/find_bar_view.cc'],
3954 ['include', '^browser/ui/views/find_bar_view.h'],
3955 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
3956 ['include', '^browser/ui/views/find_bar_host.cc'],
3957 ['include', '^browser/ui/views/find_bar_host.h'],
3958 ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
3959 ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
3960 ['include', '^browser/ui/views/html_dialog_view.cc'],
3961 ['include', '^browser/ui/views/html_dialog_view.h'],
3962 ['include', '^browser/ui/views/theme_install_bubble_view.cc'],
3963 ['include', '^browser/ui/views/theme_install_bubble_view.h'],
3964 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
3965 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
3966 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
3967 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
3968 ['include', '^browser/ui/views/frame/browser_view.cc'],
3969 ['include', '^browser/ui/views/frame/browser_view.h'],
3970 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
3971 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
3972 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
3973 ['include', '^browser/ui/views/frame/browser_root_view.h'],
3974 ['include', '^browser/ui/views/frame/contents_container.cc'],
3975 ['include', '^browser/ui/views/frame/contents_container.h'],
3976 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.cc'],
3977 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
3978 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
3979 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
3980 ['include', '^browser/ui/views/infobars/*'],
3981 ['include', '^browser/ui/views/info_bubble.cc'],
3982 ['include', '^browser/ui/views/info_bubble.h'],
3983 ['include', '^browser/ui/views/html_dialog_view.cc'],
3984 ['include', '^browser/ui/views/html_dialog_view.h'],
3985 ['include', '^browser/ui/views/instant_confirm_view.cc'],
3986 ['include', '^browser/ui/views/instant_confirm_view.h'],
3987 ['include', '^browser/ui/views/js_modal_dialog_views.cc'],
3988 ['include', '^browser/ui/views/js_modal_dialog_views.h'],
[email protected]d14af522010-12-02 03:54:503989 ['include', '^browser/ui/views/keyboard_overlay_delegate.cc'],
3990 ['include', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:323991 ['include', '^browser/ui/views/location_bar/click_handler.cc'],
3992 ['include', '^browser/ui/views/location_bar/click_handler.h'],
3993 ['include', '^browser/ui/views/location_bar/content_setting_image_view.cc'],
3994 ['include', '^browser/ui/views/location_bar/content_setting_image_view.h'],
3995 ['include', '^browser/ui/views/location_bar/ev_bubble_view.cc'],
3996 ['include', '^browser/ui/views/location_bar/ev_bubble_view.h'],
3997 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.h'],
3998 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.cc'],
3999 ['include', '^browser/ui/views/location_bar/keyword_hint_view.cc'],
4000 ['include', '^browser/ui/views/location_bar/keyword_hint_view.h'],
4001 ['include', '^browser/ui/views/location_bar/location_icon_view.cc'],
4002 ['include', '^browser/ui/views/location_bar/location_icon_view.h'],
4003 ['include', '^browser/ui/views/location_bar/location_bar_view.cc'],
4004 ['include', '^browser/ui/views/location_bar/location_bar_view.h'],
4005 ['include', '^browser/ui/views/location_bar/page_action_image_view.cc'],
4006 ['include', '^browser/ui/views/location_bar/page_action_image_view.h'],
4007 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.h'],
4008 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.cc'],
4009 ['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
4010 ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
4011 ['include', '^browser/ui/views/location_bar/star_view.cc'],
4012 ['include', '^browser/ui/views/location_bar/star_view.h'],
[email protected]553aabb2010-11-11 00:37:154013 ['include', '^browser/ui/views/location_bar/suggested_text_view.cc'],
4014 ['include', '^browser/ui/views/location_bar/suggested_text_view.h'],
[email protected]213dac22010-11-09 07:35:324015 ['include', '^browser/ui/views/location_bar_view.cc'],
4016 ['include', '^browser/ui/views/location_bar_view.h'],
4017 ['include', '^browser/ui/views/modal_dialog_delegate.cc'],
4018 ['include', '^browser/ui/views/modal_dialog_delegate.h'],
4019 ['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
4020 ['include', '^browser/ui/views/notifications/balloon_view_host.h'],
4021 ['include', '^browser/ui/views/options/options_page_view.cc'],
4022 ['include', '^browser/ui/views/options/options_page_view.h'],
4023 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
4024 ['include', '^browser/ui/views/panel_controller.cc'],
4025 ['include', '^browser/ui/views/panel_controller.h'],
4026 ['include', '^browser/ui/views/panels/panel_container.cc'],
4027 ['include', '^browser/ui/views/panels/panel_container.h'],
4028 ['include', '^browser/ui/views/panels/panel_scroller.cc'],
4029 ['include', '^browser/ui/views/panels/panel_scroller.h'],
[email protected]83019902009-12-02 05:32:594030 # Not necessary unless you're trying to build ChromeOS+views.
[email protected]213dac22010-11-09 07:35:324031 #['include', '^browser/ui/views/panels/panel_scroller_container.cc'],
4032 #['include', '^browser/ui/views/panels/panel_scroller_container.h'],
4033 ['include', '^browser/ui/views/panels/panel_scroller_header.cc'],
4034 ['include', '^browser/ui/views/panels/panel_scroller_header.h'],
4035 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
4036 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
4037 ['include', '^browser/ui/views/reload_button.cc'],
4038 ['include', '^browser/ui/views/reload_button.h'],
4039 ['include', '^browser/ui/views/restart_message_box.cc'],
4040 ['include', '^browser/ui/views/restart_message_box.h'],
4041 ['include', '^browser/ui/views/sad_tab_view.cc'],
4042 ['include', '^browser/ui/views/sad_tab_view.h'],
4043 ['include', '^browser/ui/views/select_file_dialog.cc'],
4044 ['include', '^browser/ui/views/status_bubble_views.cc'],
4045 ['include', '^browser/ui/views/status_bubble_views.h'],
4046 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
4047 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
4048 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
4049 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
4050 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'],
4051 ['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'],
4052 ['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
4053 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4054 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
4055 ['include', '^browser/ui/views/tab_icon_view.cc'],
4056 ['include', '^browser/ui/views/tab_icon_view.h'],
4057 ['include', '^browser/ui/views/tabs/base_tab.cc'],
4058 ['include', '^browser/ui/views/tabs/base_tab.h'],
4059 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'],
4060 ['include', '^browser/ui/views/tabs/base_tab_strip.h'],
4061 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.cc'],
4062 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.h'],
4063 ['include', '^browser/ui/views/tabs/browser_tab_strip.cc'],
4064 ['include', '^browser/ui/views/tabs/browser_tab_strip.h'],
4065 ['include', '^browser/ui/views/tabs/dragged_tab_controller.cc'],
4066 ['include', '^browser/ui/views/tabs/dragged_tab_controller.h'],
4067 ['include', '^browser/ui/views/tabs/dragged_tab_view.cc'],
4068 ['include', '^browser/ui/views/tabs/dragged_tab_view.h'],
4069 ['include', '^browser/ui/views/tabs/native_view_photobooth.h'],
4070 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.cc'],
4071 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.h'],
4072 ['include', '^browser/ui/views/tabs/side_tab.cc'],
4073 ['include', '^browser/ui/views/tabs/side_tab.h'],
4074 ['include', '^browser/ui/views/tabs/side_tab_strip.cc'],
4075 ['include', '^browser/ui/views/tabs/side_tab_strip.h'],
4076 ['include', '^browser/ui/views/tabs/tab.cc'],
4077 ['include', '^browser/ui/views/tabs/tab.h'],
4078 ['include', '^browser/ui/views/tabs/tab_controller.h'],
4079 ['include', '^browser/ui/views/tabs/tab_renderer_data.h'],
4080 ['include', '^browser/ui/views/tabs/tab_strip.cc'],
4081 ['include', '^browser/ui/views/tabs/tab_strip.h'],
4082 ['include', '^browser/ui/views/tabs/tab_strip_2.cc'],
4083 ['include', '^browser/ui/views/tabs/tab_strip_2.h'],
4084 ['include', '^browser/ui/views/textfield_views.cc'],
4085 ['include', '^browser/ui/views/textfield_views.h'],
4086 ['include', '^browser/ui/views/theme_background.cc'],
4087 ['include', '^browser/ui/views/theme_background.h'],
4088 ['include', '^browser/ui/views/toolbar_view.cc'],
4089 ['include', '^browser/ui/views/toolbar_view.h'],
4090 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.cc'],
4091 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.h'],
4092 ['include', '^browser/ui/views/update_recommended_message_box.h'],
4093 ['include', '^browser/ui/views/update_recommended_message_box.cc'],
4094 ['include', '^browser/ui/views/view_text_utils.cc'],
4095 ['include', '^browser/ui/views/view_text_utils.h'],
4096 ['include', '^browser/ui/views/window.cc'],
4097 ['include', '^browser/ui/views/window.h'],
4098 ['include', '^browser/ui/views/wrench_menu.cc'],
4099 ['include', '^browser/ui/views/wrench_menu.h'],
[email protected]9a800652010-12-02 17:08:444100 ['include', '^browser/ui/window_sizer.cc'],
4101 ['include', '^browser/ui/window_sizer.h'],
[email protected]83019902009-12-02 05:32:594102 # Exclude all of browser/gtk, then include the things we want.
4103 ['exclude', '^browser/gtk'],
[email protected]5cbe1e22010-01-30 01:18:564104 ['include', '^browser/gtk/accessibility_event_router_gtk.cc'],
4105 ['include', '^browser/gtk/accessibility_event_router_gtk.h'],
4106 ['include', '^browser/gtk/accessible_widget_helper_gtk.cc'],
4107 ['include', '^browser/gtk/accessible_widget_helper_gtk.h'],
[email protected]83019902009-12-02 05:32:594108 ['include', '^browser/gtk/bookmark_editor_gtk.cc'],
4109 ['include', '^browser/gtk/bookmark_editor_gtk.h'],
[email protected]83019902009-12-02 05:32:594110 ['include', '^browser/gtk/bookmark_tree_model.cc'],
4111 ['include', '^browser/gtk/bookmark_tree_model.h'],
4112 ['include', '^browser/gtk/bookmark_utils_gtk.cc'],
4113 ['include', '^browser/gtk/bookmark_utils_gtk.h'],
4114 ['include', '^browser/gtk/cairo_cached_surface.cc'],
4115 ['include', '^browser/gtk/cairo_cached_surface.h'],
4116 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.cc'],
4117 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.h'],
[email protected]c3deb9a22010-03-09 03:30:024118 ['include', '^browser/gtk/certificate_dialogs.cc'],
4119 ['include', '^browser/gtk/certificate_dialogs.h'],
[email protected]b1f184942010-03-04 01:46:574120 ['include', '^browser/gtk/certificate_viewer.cc'],
4121 ['include', '^browser/gtk/certificate_viewer.h'],
[email protected]8bfdb1d2010-11-13 19:12:024122 ['include', '^browser/gtk/chrome_gtk_frame.cc'],
4123 ['include', '^browser/gtk/chrome_gtk_frame.h'],
[email protected]a503c97c2010-07-16 13:05:484124 ['include', '^browser/gtk/collected_cookies_gtk.cc'],
4125 ['include', '^browser/gtk/collected_cookies_gtk.h'],
[email protected]83019902009-12-02 05:32:594126 ['include', '^browser/gtk/constrained_window_gtk.cc'],
4127 ['include', '^browser/gtk/constrained_window_gtk.h'],
[email protected]0c2c5e12010-03-04 17:55:254128 ['include', '^browser/gtk/gtk_chrome_cookie_view.cc'],
4129 ['include', '^browser/gtk/gtk_chrome_cookie_view.h'],
[email protected]83019902009-12-02 05:32:594130 ['include', '^browser/gtk/download_started_animation_gtk.cc'],
4131 ['include', '^browser/gtk/edit_search_engine_dialog.cc'],
4132 ['include', '^browser/gtk/edit_search_engine_dialog.h'],
4133 ['include', '^browser/gtk/first_run_dialog.cc'],
4134 ['include', '^browser/gtk/first_run_dialog.h'],
[email protected]83019902009-12-02 05:32:594135 ['include', '^browser/gtk/gtk_chrome_button.cc'],
4136 ['include', '^browser/gtk/gtk_chrome_button.h'],
4137 ['include', '^browser/gtk/gtk_chrome_link_button.cc'],
4138 ['include', '^browser/gtk/gtk_chrome_link_button.h'],
[email protected]9c8f1502010-06-25 21:34:044139 ['include', '^browser/gtk/gtk_custom_menu_item.cc'],
[email protected]e012492b2010-08-23 21:43:364140 ['include', '^browser/gtk/gtk_floating_container.cc'],
4141 ['include', '^browser/gtk/gtk_floating_container.h'],
[email protected]83019902009-12-02 05:32:594142 ['include', '^browser/gtk/gtk_theme_provider.cc'],
4143 ['include', '^browser/gtk/gtk_theme_provider.h'],
[email protected]16d51df2010-03-02 09:16:444144 ['include', '^browser/gtk/gtk_tree.cc'],
4145 ['include', '^browser/gtk/gtk_tree.h'],
4146 ['include', '^browser/gtk/gtk_util.cc'],
4147 ['include', '^browser/gtk/gtk_util.h'],
[email protected]6307acb2010-03-09 01:33:324148 ['include', '^browser/gtk/hover_controller_gtk.cc'],
4149 ['include', '^browser/gtk/hover_controller_gtk.h'],
[email protected]83019902009-12-02 05:32:594150 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
4151 ['include', '^browser/gtk/import_dialog_gtk.cc'],
4152 ['include', '^browser/gtk/import_dialog_gtk.h'],
4153 ['include', '^browser/gtk/import_progress_dialog_gtk.cc'],
4154 ['include', '^browser/gtk/import_progress_dialog_gtk.h'],
4155 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'],
4156 ['include', '^browser/gtk/import_lock_dialog_gtk.h'],
4157 ['include', '^browser/gtk/keyword_editor_view.cc'],
4158 ['include', '^browser/gtk/keyword_editor_view.h'],
[email protected]83019902009-12-02 05:32:594159 ['include', '^browser/gtk/nine_box.cc'],
4160 ['include', '^browser/gtk/nine_box.h'],
4161 ['include', '^browser/gtk/options/'],
[email protected]d416c112010-08-03 22:15:034162 ['include', '^browser/gtk/owned_widget_gtk.cc'],
4163 ['include', '^browser/gtk/owned_widget_gtk.h'],
[email protected]8e0bbf12010-07-20 00:03:434164 ['include', '^browser/gtk/popup_blocked_animation_gtk.cc'],
[email protected]83019902009-12-02 05:32:594165 ['include', '^browser/gtk/repost_form_warning_gtk.cc'],
4166 ['include', '^browser/gtk/repost_form_warning_gtk.h'],
[email protected]1f18184a2010-07-21 19:34:494167 ['include', '^browser/gtk/ssl_client_certificate_selector.cc'],
[email protected]83019902009-12-02 05:32:594168 ['include', '^browser/gtk/tab_contents_drag_source.cc'],
4169 ['include', '^browser/gtk/tab_contents_drag_source.h'],
4170 ['include', '^browser/gtk/task_manager_gtk.cc'],
4171 ['include', '^browser/gtk/task_manager_gtk.h'],
4172 ['include', '^browser/gtk/view_id_util.cc'],
4173 ['include', '^browser/gtk/view_id_util.h'],
4174
4175 # Other excluded stuff.
4176 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.cc'],
4177 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h'],
[email protected]cf390ea42009-12-09 04:14:024178 ['exclude', '^browser/extensions/extension_host_mac.h'],
4179 ['exclude', '^browser/extensions/extension_host_mac.mm'],
[email protected]83019902009-12-02 05:32:594180 ['exclude', '^browser/extensions/external_registry_extension_provider_win.cc'],
[email protected]3870bbe92010-09-01 19:44:474181 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
[email protected]83019902009-12-02 05:32:594182 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4183 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
4184 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
4185 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384186 ['exclude', '^browser/ui/browser_list_gtk.cc'],
[email protected]83019902009-12-02 05:32:594187 ],
4188 }],
[email protected]d6833852010-08-20 18:00:454189 # Exclude these toolkit_views specific files again.
4190 # (Required because of the '^browser/extensions/' include above)
4191 ['toolkit_views==0', {
4192 'sources/': [
4193 ['exclude', '^browser/extensions/extension_input_api.cc'],
4194 ['exclude', '^browser/extensions/extension_input_api.h'],
4195 ],
4196 }],
[email protected]b3f23ba2010-04-26 22:58:174197 # These GTK files haven't been ported to views, while ChromeOS has
4198 # its own separate implementation below. So re-include them only on
4199 # non-ChromeOS views Linux builds.
[email protected]06c756182010-04-27 18:31:314200 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
[email protected]fdc5bed2010-01-09 01:16:574201 'sources/': [
[email protected]80805a52010-03-23 22:49:514202 ['include', '^browser/gtk/dialogs_gtk.cc'],
[email protected]fdc5bed2010-01-09 01:16:574203 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'],
4204 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'],
[email protected]213dac22010-11-09 07:35:324205 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4206 ['include', '^browser/ui/views/notifications/balloon_view.h'],
[email protected]d14af522010-12-02 03:54:504207 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4208 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324209 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]fdc5bed2010-01-09 01:16:574210 ],
4211 }],
[email protected]05af3562010-02-26 00:41:124212 # GTK build only
[email protected]06c756182010-04-27 18:31:314213 ['OS=="linux" and toolkit_views==0', {
[email protected]83019902009-12-02 05:32:594214 'sources/': [
4215 ['include', '^browser/printing/print_dialog_gtk.cc'],
4216 ['include', '^browser/printing/print_dialog_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384217 ['exclude', '^browser/ui/browser_list_stub.cc'],
[email protected]d3a2cef2009-12-22 23:30:184218 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
[email protected]213dac22010-11-09 07:35:324219 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4220 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
[email protected]83019902009-12-02 05:32:594221 ],
4222 }],
[email protected]602627cc2010-11-24 19:14:574223 # Touch build only
4224 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4225 'sources/': [
4226 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.cc'],
4227 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.h'],
4228 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4229 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
4230 # TODO(anicolao): exclude these once we have DOMUI dialogs
4231 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'],
4232 # ['exclude', '^browser/gtk/constrained_window_gtk.h'],
4233 ],
4234 }],
[email protected]fdc5bed2010-01-09 01:16:574235 ['OS=="linux" and chromeos==1',{
[email protected]83f22072010-03-02 23:47:094236 'sources/': [
[email protected]0e6168792010-10-13 16:29:264237 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
[email protected]4a2a2292010-10-26 14:47:314238 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4239 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
[email protected]70a4ec5f2010-03-08 18:55:114240 ['exclude', '^browser/notifications/balloon_collection.cc'],
[email protected]83f22072010-03-02 23:47:094241 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
[email protected]70a4ec5f2010-03-08 18:55:114242 ['exclude', '^browser/notifications/balloon_collection_linux.cc'],
[email protected]83f22072010-03-02 23:47:094243 ],
[email protected]d3a2cef2009-12-22 23:30:184244 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124245 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124246 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]1e40513c2010-07-22 01:00:214247 ],
4248 'conditions': [
4249 ['system_libcros==0', {
4250 'dependencies': [
4251 '../third_party/cros/cros_api.gyp:cros_api',
4252 ],
4253 'include_dirs': [
4254 '../third_party/'
4255 ],
4256 }],
4257 ['system_libcros==1', {
4258 'link_settings': {
4259 'libraries': [
4260 '-lcrosapi',
4261 ],
4262 },
4263 }],
[email protected]d3a2cef2009-12-22 23:30:184264 ],
4265 'actions': [
4266 {
4267 'action_name': 'my_proto',
4268 'inputs': [
4269 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4270 'browser/metrics/system_metrics.proto',
4271 ],
4272 'outputs': [
4273 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc',
4274 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h',
4275 ],
4276 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124277 '../third_party/protobuf/protobuf.gyp:protoc',
[email protected]d3a2cef2009-12-22 23:30:184278 ],
4279 'action': [
4280 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4281 'browser/metrics/system_metrics.proto',
4282 '--cpp_out=<(INTERMEDIATE_DIR)/chrome',
4283 ],
4284 },
4285 ],
4286 }],
[email protected]e215b1d2010-10-28 17:02:204287 ['OS=="linux" and gcc_version==45', {
4288 # Avoid gcc 4.5 miscompilation of template_url.cc
4289 # as per http://crbug.com/41887
4290 'cflags': [
4291 '-fno-ipa-cp',
4292 ],
4293 }],
[email protected]83019902009-12-02 05:32:594294 ],
4295 # Exclude files that should be excluded for all non-Windows platforms.
4296 'sources!': [
[email protected]c5c2a672010-10-01 23:28:044297 'browser/accessibility/browser_accessibility_win.cc',
4298 'browser/accessibility/browser_accessibility_win.h',
4299 'browser/accessibility/browser_accessibility_manager_win.cc',
4300 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]da2566e12010-03-10 06:23:354301 'browser/aeropeek_manager.cc',
[email protected]83019902009-12-02 05:32:594302 'browser/autocomplete/autocomplete_accessibility.cc',
4303 'browser/bookmarks/bookmark_menu_controller.cc',
4304 'browser/bookmarks/bookmark_menu_controller.h',
[email protected]22aa4b62010-09-02 17:19:464305 'browser/extensions/extension_tts_api_win.cc',
[email protected]f7578f52010-08-30 22:22:494306 'browser/google/google_update.cc',
[email protected]83019902009-12-02 05:32:594307 'browser/history/history_indexer.idl',
4308 'browser/history_tab_ui.cc',
4309 'browser/history_view.cc',
4310 'browser/ime_input.cc',
4311 'browser/importer/ie_importer.cc',
[email protected]83019902009-12-02 05:32:594312 ],
4313 }],
[email protected]5f7e5cb22010-11-15 16:08:104314 [ 'use_openssl==1', {
4315 'sources!': [
4316 'browser/importer/nss_decryptor.cc',
4317 'browser/importer/nss_decryptor_system_nss.cc',
4318 'browser/importer/nss_decryptor_system_nss.h',
4319 ],
4320 }],
[email protected]83019902009-12-02 05:32:594321 ],
4322 },
[email protected]b7b9e032010-03-17 19:48:514323 {
[email protected]86206622010-05-14 05:45:264324 # Protobuf compiler / generate rule for feedback
4325 'target_name': 'userfeedback_proto',
4326 'type': 'none',
4327 'sources': [
4328 'browser/userfeedback/proto/annotations.proto',
[email protected]ac1894a2010-08-22 10:38:544329 'browser/userfeedback/proto/chrome.proto',
[email protected]86206622010-05-14 05:45:264330 'browser/userfeedback/proto/common.proto',
[email protected]86206622010-05-14 05:45:264331 'browser/userfeedback/proto/dom.proto',
4332 'browser/userfeedback/proto/extension.proto',
4333 'browser/userfeedback/proto/math.proto',
4334 'browser/userfeedback/proto/web.proto',
4335 ],
4336 'rules': [
4337 {
4338 'rule_name': 'genproto',
4339 'extension': 'proto',
4340 'inputs': [
4341 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4342 ],
4343 'variables': {
4344 # The protoc compiler requires a proto_path argument with the
4345 # directory containing the .proto file.
4346 # There's no generator variable that corresponds to this, so fake it.
4347 'rule_input_relpath': 'browser/userfeedback/proto',
4348 },
4349 'outputs': [
4350 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4351 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4352 ],
4353 'action': [
4354 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4355 '--proto_path=./<(rule_input_relpath)',
4356 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4357 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4358 ],
4359 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4360 },
4361 ],
4362 'dependencies': [
[email protected]af3176a22010-10-13 18:21:194363 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124364 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]86206622010-05-14 05:45:264365 ],
4366 'direct_dependent_settings': {
4367 'include_dirs': [
4368 '<(protoc_out_dir)',
4369 ]
4370 },
4371 'export_dependent_settings': [
[email protected]af3176a22010-10-13 18:21:194372 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]86206622010-05-14 05:45:264373 ],
[email protected]86206622010-05-14 05:45:264374 },
[email protected]bd1b1d62010-11-11 21:53:164375 {
4376 # Protobuf compiler / generator for the safebrowsing client-side detection
4377 # (csd) request protocol buffer.
4378 'target_name': 'safe_browsing_csd_proto',
4379 'type': 'none',
4380 'sources': [ 'browser/safe_browsing/csd.proto' ],
4381 'rules': [
4382 {
4383 'rule_name': 'genproto',
4384 'extension': 'proto',
4385 'inputs': [
4386 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4387 ],
4388 'variables': {
4389 # The protoc compiler requires a proto_path argument with the
4390 # directory containing the .proto file.
4391 # There's no generator variable that corresponds to this, so fake
4392 # it.
4393 'rule_input_relpath': 'browser/safe_browsing',
4394 },
4395 'outputs': [
4396 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4397 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4398 ],
4399 'action': [
4400 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4401 '--proto_path=./<(rule_input_relpath)',
4402 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4403 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4404 ],
4405 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4406 },
4407 ],
4408 'dependencies': [
4409 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4410 '../third_party/protobuf/protobuf.gyp:protoc#host',
4411 ],
4412 'direct_dependent_settings': {
4413 'include_dirs': [
4414 '<(protoc_out_dir)',
4415 ]
4416 },
4417 'export_dependent_settings': [
4418 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4419 ],
4420 },
[email protected]83019902009-12-02 05:32:594421 ],
4422}
4423
4424# Local Variables:
4425# tab-width:2
4426# indent-tabs-mode:nil
4427# End:
4428# vim: set expandtab tabstop=2 shiftwidth=2: