blob: 0f328204da53062197fe49a62e8f5bd544404f73 [file] [log] [blame]
[email protected]f2a893c2011-01-05 09:38:071# Copyright (c) 2011 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': [
[email protected]83bfa0b2011-02-01 05:37:4612 'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
[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]83bfa0b2011-02-01 05:37:4617 'common',
18 'common_net',
[email protected]43b7a2e2010-09-08 05:47:5119 'debugger',
[email protected]2578c8ab2010-07-15 20:46:3620 'installer_util',
[email protected]fd626782010-01-22 05:26:0621 'platform_locale_settings',
[email protected]98818cdc2011-01-28 13:24:3222 'policy',
[email protected]83bfa0b2011-02-01 05:37:4623 'profile_import',
[email protected]bd1b1d62010-11-11 21:53:1624 'safe_browsing_csd_proto',
[email protected]3882f1f2010-12-10 04:42:2625 'safe_browsing_report_proto',
[email protected]fb5726502010-04-05 23:19:2426 'syncapi',
[email protected]83019902009-12-02 05:32:5927 'theme_resources',
[email protected]86206622010-05-14 05:45:2628 'userfeedback_proto',
[email protected]83019902009-12-02 05:32:5929 '../app/app.gyp:app_resources',
30 '../app/app.gyp:app_strings',
31 '../media/media.gyp:media',
[email protected]1a78d9f32010-12-08 06:38:4532 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
[email protected]83019902009-12-02 05:32:5933 '../printing/printing.gyp:printing',
34 '../skia/skia.gyp:skia',
35 '../third_party/bzip2/bzip2.gyp:bzip2',
[email protected]ec64212b2010-03-18 01:02:4336 '../third_party/expat/expat.gyp:expat',
[email protected]79d58c72011-01-17 16:18:2137 '../third_party/flac/flac.gyp:libflac',
[email protected]83bfa0b2011-02-01 05:37:4638 '../third_party/hunspell/hunspell.gyp:hunspell',
[email protected]83019902009-12-02 05:32:5939 '../third_party/icu/icu.gyp:icui18n',
40 '../third_party/icu/icu.gyp:icuuc',
41 '../third_party/libjingle/libjingle.gyp:libjingle',
42 '../third_party/libxml/libxml.gyp:libxml',
43 '../third_party/npapi/npapi.gyp:npapi',
[email protected]2fed40d2010-08-18 14:01:2144 '../third_party/speex/speex.gyp:libspeex',
[email protected]69d3dfe82010-05-14 03:21:5545 '../webkit/support/webkit_support.gyp:appcache',
[email protected]22339b12010-08-27 18:29:2446 '../webkit/support/webkit_support.gyp:blob',
[email protected]69d3dfe82010-05-14 03:21:5547 '../webkit/support/webkit_support.gyp:database',
[email protected]f05ca652010-09-16 04:46:1448 '../webkit/support/webkit_support.gyp:fileapi',
[email protected]69d3dfe82010-05-14 03:21:5549 '../webkit/support/webkit_support.gyp:glue',
50 '../webkit/support/webkit_support.gyp:webkit_resources',
[email protected]83019902009-12-02 05:32:5951 ],
52 'include_dirs': [
53 '..',
54 '<(INTERMEDIATE_DIR)',
55 ],
56 'defines': [
57 '<@(nacl_defines)',
58 ],
[email protected]3b32fa62010-02-25 23:17:0959 'direct_dependent_settings': {
60 'defines': [
61 '<@(nacl_defines)',
62 ],
63 },
[email protected]83019902009-12-02 05:32:5964 'sources': [
65 # All .cc, .h, .m, and .mm files under browser except for tests and
66 # mocks.
[email protected]1a47d7e2010-10-15 00:37:2467 'browser/about_flags.cc',
68 'browser/about_flags.h',
[email protected]c5c2a672010-10-01 23:28:0469 'browser/accessibility/browser_accessibility.cc',
70 'browser/accessibility/browser_accessibility.h',
[email protected]0d7dad62010-10-19 21:18:5071 'browser/accessibility/browser_accessibility_cocoa.h',
72 'browser/accessibility/browser_accessibility_cocoa.mm',
73 'browser/accessibility/browser_accessibility_delegate_mac.h',
74 'browser/accessibility/browser_accessibility_mac.h',
75 'browser/accessibility/browser_accessibility_mac.mm',
[email protected]c5c2a672010-10-01 23:28:0476 'browser/accessibility/browser_accessibility_manager.cc',
77 'browser/accessibility/browser_accessibility_manager.h',
[email protected]1dbadbd2010-10-13 18:50:1078 'browser/accessibility/browser_accessibility_manager_mac.h',
79 'browser/accessibility/browser_accessibility_manager_mac.mm',
[email protected]c5c2a672010-10-01 23:28:0480 'browser/accessibility/browser_accessibility_manager_win.cc',
81 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]0d7dad62010-10-19 21:18:5082 'browser/accessibility/browser_accessibility_state.cc',
83 'browser/accessibility/browser_accessibility_state.h',
[email protected]c5c2a672010-10-01 23:28:0484 'browser/accessibility/browser_accessibility_win.cc',
85 'browser/accessibility/browser_accessibility_win.h',
[email protected]dcddcdb02010-02-23 09:10:1386 'browser/accessibility_events.cc',
[email protected]83bfa0b2011-02-01 05:37:4687 'browser/accessibility_events.h',
[email protected]da2566e12010-03-10 06:23:3588 'browser/aeropeek_manager.cc',
89 'browser/aeropeek_manager.h',
[email protected]83019902009-12-02 05:32:5990 'browser/alternate_nav_url_fetcher.cc',
91 'browser/alternate_nav_url_fetcher.h',
92 'browser/app_controller_cppsafe_mac.h',
93 'browser/app_controller_mac.h',
94 'browser/app_controller_mac.mm',
[email protected]f7be2197b2010-04-23 00:20:4495 'browser/app_icon_win.cc',
96 'browser/app_icon_win.h',
[email protected]0082d7e0d2010-02-27 14:34:1297 'browser/appcache/appcache_dispatcher_host.cc',
98 'browser/appcache/appcache_dispatcher_host.h',
99 'browser/appcache/appcache_frontend_proxy.cc',
100 'browser/appcache/appcache_frontend_proxy.h',
101 'browser/appcache/chrome_appcache_service.cc',
102 'browser/appcache/chrome_appcache_service.h',
[email protected]042ecea2010-03-27 01:36:43103 'browser/appcache/view_appcache_internals_job_factory.cc',
[email protected]85d252e2010-04-06 22:21:02104 'browser/appcache/view_appcache_internals_job_factory.h',
[email protected]83019902009-12-02 05:32:59105 'browser/autocomplete/autocomplete.cc',
106 'browser/autocomplete/autocomplete.h',
107 'browser/autocomplete/autocomplete_accessibility.cc',
108 'browser/autocomplete/autocomplete_accessibility.h',
[email protected]69c579e2010-04-23 20:01:00109 'browser/autocomplete/autocomplete_classifier.cc',
110 'browser/autocomplete/autocomplete_classifier.h',
[email protected]83019902009-12-02 05:32:59111 'browser/autocomplete/autocomplete_edit.cc',
112 'browser/autocomplete/autocomplete_edit.h',
113 'browser/autocomplete/autocomplete_edit_view.h',
114 'browser/autocomplete/autocomplete_edit_view_gtk.cc',
115 'browser/autocomplete/autocomplete_edit_view_gtk.h',
116 'browser/autocomplete/autocomplete_edit_view_mac.h',
117 'browser/autocomplete/autocomplete_edit_view_mac.mm',
[email protected]37177e02011-01-21 07:27:47118 'browser/autocomplete/autocomplete_edit_view_views.cc',
119 'browser/autocomplete/autocomplete_edit_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:46120 'browser/autocomplete/autocomplete_edit_view_win.cc',
121 'browser/autocomplete/autocomplete_edit_view_win.h',
[email protected]9ac40092010-10-27 23:05:26122 'browser/autocomplete/autocomplete_match.cc',
123 'browser/autocomplete/autocomplete_match.h',
[email protected]83019902009-12-02 05:32:59124 'browser/autocomplete/autocomplete_popup_model.cc',
125 'browser/autocomplete/autocomplete_popup_model.h',
126 'browser/autocomplete/autocomplete_popup_view.h',
127 'browser/autocomplete/autocomplete_popup_view_gtk.cc',
128 'browser/autocomplete/autocomplete_popup_view_gtk.h',
129 'browser/autocomplete/autocomplete_popup_view_mac.h',
130 'browser/autocomplete/autocomplete_popup_view_mac.mm',
131 'browser/autocomplete/history_contents_provider.cc',
132 'browser/autocomplete/history_contents_provider.h',
[email protected]497606b2010-10-12 17:31:23133 'browser/autocomplete/history_provider.cc',
134 'browser/autocomplete/history_provider.h',
[email protected]bbf7e53f2010-08-21 03:48:22135 'browser/autocomplete/history_provider_util.cc',
136 'browser/autocomplete/history_provider_util.h',
[email protected]7c6821d2010-08-04 16:07:34137 'browser/autocomplete/history_quick_provider.cc',
138 'browser/autocomplete/history_quick_provider.h',
[email protected]83019902009-12-02 05:32:59139 'browser/autocomplete/history_url_provider.cc',
140 'browser/autocomplete/history_url_provider.h',
141 'browser/autocomplete/keyword_provider.cc',
142 'browser/autocomplete/keyword_provider.h',
143 'browser/autocomplete/search_provider.cc',
144 'browser/autocomplete/search_provider.h',
[email protected]6db0def92010-03-02 19:55:45145 'browser/autocomplete_history_manager.cc',
146 'browser/autocomplete_history_manager.h',
[email protected]ab2d6f992010-01-04 22:57:19147 'browser/autofill/address.cc',
148 'browser/autofill/address.h',
[email protected]83bfa0b2011-02-01 05:37:46149 'browser/autofill/address_field.cc',
150 'browser/autofill/address_field.h',
151 'browser/autofill/autofill-inl.h',
[email protected]8ebfa3b2010-02-12 04:24:08152 'browser/autofill/autofill_address_model_mac.h',
153 'browser/autofill/autofill_address_model_mac.mm',
[email protected]cff83fe2010-06-09 17:19:57154 'browser/autofill/autofill_address_sheet_controller_mac.h',
155 'browser/autofill/autofill_address_sheet_controller_mac.mm',
[email protected]71f7579b2010-07-17 07:45:19156 'browser/autofill/autofill_cc_infobar.h',
[email protected]cf8ebbb2010-07-08 22:34:38157 'browser/autofill/autofill_cc_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:46158 'browser/autofill/autofill_cc_infobar_delegate.h',
159 'browser/autofill/autofill_cc_infobar_win.cc',
[email protected]8ebfa3b2010-02-12 04:24:08160 'browser/autofill/autofill_credit_card_model_mac.h',
161 'browser/autofill/autofill_credit_card_model_mac.mm',
[email protected]cff83fe2010-06-09 17:19:57162 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
163 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46164 'browser/autofill/autofill_dialog.h',
[email protected]8ebfa3b2010-02-12 04:24:08165 'browser/autofill/autofill_dialog_controller_mac.h',
166 'browser/autofill/autofill_dialog_controller_mac.mm',
[email protected]c113686b2010-01-13 22:08:28167 'browser/autofill/autofill_dialog_gtk.cc',
[email protected]8ebfa3b2010-02-12 04:24:08168 'browser/autofill/autofill_dialog_mac.mm',
[email protected]ac0844422010-02-01 20:24:48169 # Windows version of autofill dialog is defined in
[email protected]213dac22010-11-09 07:35:32170 # 'browser/ui/views/autofill_profiles_view_win.cc'
[email protected]427b7da72010-03-22 21:23:18171 'browser/autofill/autofill_download.cc',
172 'browser/autofill/autofill_download.h',
[email protected]e5cd1be92010-11-01 20:01:07173 'browser/autofill/autofill_editor_gtk.cc',
[email protected]83019902009-12-02 05:32:59174 'browser/autofill/autofill_field.cc',
175 'browser/autofill/autofill_field.h',
[email protected]f69c8852010-10-12 02:36:46176 'browser/autofill/autofill_ie_toolbar_import_win.cc',
177 'browser/autofill/autofill_ie_toolbar_import_win.h',
[email protected]83019902009-12-02 05:32:59178 'browser/autofill/autofill_manager.cc',
179 'browser/autofill/autofill_manager.h',
[email protected]6ee50a82010-11-24 07:04:03180 'browser/autofill/autofill_metrics.cc',
181 'browser/autofill/autofill_metrics.h',
[email protected]0f1a6802010-01-07 23:13:09182 'browser/autofill/autofill_profile.cc',
183 'browser/autofill/autofill_profile.h',
[email protected]68ffae92010-02-16 23:53:47184 'browser/autofill/autofill_text_field_mac.h',
185 'browser/autofill/autofill_text_field_mac.mm',
[email protected]83019902009-12-02 05:32:59186 'browser/autofill/autofill_type.cc',
187 'browser/autofill/autofill_type.h',
[email protected]ec64212b2010-03-18 01:02:43188 'browser/autofill/autofill_xml_parser.cc',
189 'browser/autofill/autofill_xml_parser.h',
[email protected]849b7f82010-01-07 19:35:57190 'browser/autofill/billing_address.h',
[email protected]6c178512010-01-04 20:27:25191 'browser/autofill/contact_info.cc',
192 'browser/autofill/contact_info.h',
[email protected]d02de452010-01-06 20:25:41193 'browser/autofill/credit_card.cc',
194 'browser/autofill/credit_card.h',
[email protected]83bfa0b2011-02-01 05:37:46195 'browser/autofill/credit_card_field.cc',
196 'browser/autofill/credit_card_field.h',
[email protected]66aaff1002010-04-21 04:09:58197 'browser/autofill/fax_field.cc',
198 'browser/autofill/fax_field.h',
[email protected]ddb1e5a2010-12-13 20:10:45199 'browser/autofill/fax_number.cc',
[email protected]3db3ff62010-01-07 00:35:39200 'browser/autofill/fax_number.h',
[email protected]83019902009-12-02 05:32:59201 'browser/autofill/field_types.h',
[email protected]e2d86672009-12-09 23:42:34202 'browser/autofill/form_field.cc',
203 'browser/autofill/form_field.h',
[email protected]a7b29dd2010-07-12 22:40:06204 'browser/autofill/form_group.cc',
[email protected]85b2c132009-12-22 02:02:58205 'browser/autofill/form_group.h',
[email protected]83019902009-12-02 05:32:59206 'browser/autofill/form_structure.cc',
207 'browser/autofill/form_structure.h',
[email protected]ddb1e5a2010-12-13 20:10:45208 'browser/autofill/home_address.cc',
[email protected]849b7f82010-01-07 19:35:57209 'browser/autofill/home_address.h',
[email protected]e4be2dd2010-12-14 00:44:39210 'browser/autofill/home_phone_number.cc',
[email protected]3db3ff62010-01-07 00:35:39211 'browser/autofill/home_phone_number.h',
[email protected]1cf1f462009-12-17 00:02:05212 'browser/autofill/name_field.cc',
213 'browser/autofill/name_field.h',
[email protected]83019902009-12-02 05:32:59214 'browser/autofill/personal_data_manager.cc',
215 'browser/autofill/personal_data_manager.h',
[email protected]6842a3f2010-03-09 17:39:44216 'browser/autofill/personal_data_manager_mac.mm',
[email protected]cfb77312009-12-11 00:18:25217 'browser/autofill/phone_field.cc',
218 'browser/autofill/phone_field.h',
[email protected]3db3ff62010-01-07 00:35:39219 'browser/autofill/phone_number.cc',
220 'browser/autofill/phone_number.h',
[email protected]967d2f2e2010-07-24 00:15:39221 'browser/autofill/select_control_handler.cc',
222 'browser/autofill/select_control_handler.h',
[email protected]0f1afed2010-12-15 17:22:28223 'browser/automation/automation_autocomplete_edit_tracker.cc',
[email protected]83019902009-12-02 05:32:59224 'browser/automation/automation_autocomplete_edit_tracker.h',
[email protected]0f1afed2010-12-15 17:22:28225 'browser/automation/automation_browser_tracker.cc',
[email protected]83019902009-12-02 05:32:59226 'browser/automation/automation_browser_tracker.h',
[email protected]83019902009-12-02 05:32:59227 'browser/automation/automation_extension_function.cc',
[email protected]83bfa0b2011-02-01 05:37:46228 'browser/automation/automation_extension_function.h',
[email protected]790788ac2010-04-06 17:52:19229 'browser/automation/automation_extension_tracker.cc',
230 'browser/automation/automation_extension_tracker.h',
[email protected]83019902009-12-02 05:32:59231 'browser/automation/automation_provider.cc',
232 'browser/automation/automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46233 'browser/automation/automation_provider_gtk.cc',
[email protected]7c983cc2010-07-16 11:33:34234 'browser/automation/automation_provider_json.cc',
[email protected]83bfa0b2011-02-01 05:37:46235 'browser/automation/automation_provider_json.h',
[email protected]83019902009-12-02 05:32:59236 'browser/automation/automation_provider_list.cc',
[email protected]83bfa0b2011-02-01 05:37:46237 'browser/automation/automation_provider_list.h',
[email protected]83019902009-12-02 05:32:59238 'browser/automation/automation_provider_list_generic.cc',
239 'browser/automation/automation_provider_list_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46240 'browser/automation/automation_provider_mac.mm',
[email protected]83019902009-12-02 05:32:59241 'browser/automation/automation_provider_observers.cc',
242 'browser/automation/automation_provider_observers.h',
[email protected]83bfa0b2011-02-01 05:37:46243 'browser/automation/automation_provider_win.cc',
[email protected]83019902009-12-02 05:32:59244 'browser/automation/automation_resource_message_filter.cc',
245 'browser/automation/automation_resource_message_filter.h',
[email protected]3a3d47472010-07-15 21:03:54246 'browser/automation/automation_resource_routing_delegate.cc',
247 'browser/automation/automation_resource_routing_delegate.h',
[email protected]83019902009-12-02 05:32:59248 'browser/automation/automation_resource_tracker.cc',
249 'browser/automation/automation_resource_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00250 'browser/automation/automation_tab_tracker.cc',
[email protected]83019902009-12-02 05:32:59251 'browser/automation/automation_tab_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00252 'browser/automation/automation_window_tracker.cc',
[email protected]cce6f1b2010-08-18 18:33:00253 'browser/automation/automation_window_tracker.h',
[email protected]e253b2612009-12-10 21:55:08254 'browser/automation/chrome_frame_automation_provider.cc',
255 'browser/automation/chrome_frame_automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46256 'browser/automation/extension_automation_constants.cc',
257 'browser/automation/extension_automation_constants.h',
[email protected]83019902009-12-02 05:32:59258 'browser/automation/extension_port_container.cc',
259 'browser/automation/extension_port_container.h',
[email protected]83bfa0b2011-02-01 05:37:46260 'browser/automation/testing_automation_provider.cc',
261 'browser/automation/testing_automation_provider.h',
[email protected]ff52c162011-02-01 19:42:29262 'browser/automation/testing_automation_provider_chromeos.cc',
[email protected]7256dab2010-08-23 22:35:18263 'browser/automation/testing_automation_provider_gtk.cc',
264 'browser/automation/testing_automation_provider_mac.mm',
[email protected]78962e2e2010-08-25 17:33:34265 'browser/automation/testing_automation_provider_views.cc',
[email protected]7256dab2010-08-23 22:35:18266 'browser/automation/testing_automation_provider_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46267 'browser/automation/ui_controls.h',
[email protected]1e605472010-12-16 21:41:40268 'browser/automation/ui_controls_internal.cc',
[email protected]853300a82010-07-27 21:17:57269 'browser/automation/ui_controls_internal.h',
[email protected]83019902009-12-02 05:32:59270 'browser/automation/ui_controls_linux.cc',
[email protected]1b5a48c2010-04-29 23:08:30271 'browser/automation/ui_controls_mac.mm',
[email protected]83019902009-12-02 05:32:59272 'browser/automation/ui_controls_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46273 'browser/automation/url_request_automation_job.cc',
274 'browser/automation/url_request_automation_job.h',
[email protected]aa0508122010-11-08 23:16:50275 'browser/background_application_list_model.cc',
276 'browser/background_application_list_model.h',
[email protected]398206c2010-06-21 01:46:08277 'browser/background_contents_service.cc',
[email protected]aa0508122010-11-08 23:16:50278 'browser/background_contents_service.h',
279 'browser/background_mode_manager.cc',
280 'browser/background_mode_manager.h',
[email protected]70dd60b2010-12-09 00:36:17281 'browser/background_mode_manager_chromeos.cc',
282 'browser/background_mode_manager_linux.cc',
283 'browser/background_mode_manager_mac.mm',
284 'browser/background_mode_manager_win.cc',
[email protected]b569c112010-11-22 20:53:44285 'browser/background_page_tracker.cc',
286 'browser/background_page_tracker.h',
[email protected]c65e2f152010-10-14 15:30:40287 'browser/blocked_content_container.cc',
288 'browser/blocked_content_container.h',
[email protected]ddb1e5a2010-12-13 20:10:45289 'browser/bookmarks/base_bookmark_model_observer.cc',
290 'browser/bookmarks/base_bookmark_model_observer.h',
[email protected]83019902009-12-02 05:32:59291 'browser/bookmarks/bookmark_codec.cc',
292 'browser/bookmarks/bookmark_codec.h',
293 'browser/bookmarks/bookmark_context_menu_controller.cc',
294 'browser/bookmarks/bookmark_context_menu_controller.h',
[email protected]83019902009-12-02 05:32:59295 'browser/bookmarks/bookmark_drop_info.cc',
296 'browser/bookmarks/bookmark_drop_info.h',
[email protected]a0835ac2010-09-13 19:40:08297 'browser/bookmarks/bookmark_editor.cc',
[email protected]83019902009-12-02 05:32:59298 'browser/bookmarks/bookmark_editor.h',
[email protected]d31c4a52010-04-12 21:41:02299 'browser/bookmarks/bookmark_folder_editor_controller.cc',
300 'browser/bookmarks/bookmark_folder_editor_controller.h',
[email protected]83019902009-12-02 05:32:59301 'browser/bookmarks/bookmark_html_writer.cc',
302 'browser/bookmarks/bookmark_html_writer.h',
[email protected]83bfa0b2011-02-01 05:37:46303 'browser/bookmarks/bookmark_index.cc',
304 'browser/bookmarks/bookmark_index.h',
[email protected]83019902009-12-02 05:32:59305 'browser/bookmarks/bookmark_model.cc',
306 'browser/bookmarks/bookmark_model.h',
307 'browser/bookmarks/bookmark_model_observer.h',
[email protected]dd0598522010-11-26 23:12:49308 'browser/bookmarks/bookmark_node_data.cc',
309 'browser/bookmarks/bookmark_node_data.h',
[email protected]0fe52a02010-02-06 00:39:25310 'browser/bookmarks/bookmark_pasteboard_helper_mac.h',
311 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm',
[email protected]83019902009-12-02 05:32:59312 'browser/bookmarks/bookmark_service.h',
313 'browser/bookmarks/bookmark_storage.cc',
314 'browser/bookmarks/bookmark_storage.h',
[email protected]83019902009-12-02 05:32:59315 'browser/bookmarks/bookmark_utils.cc',
316 'browser/bookmarks/bookmark_utils.h',
[email protected]4bdde602010-06-16 03:17:35317 'browser/bookmarks/recently_used_folders_combo_model.cc',
[email protected]541f55a2010-09-07 16:42:53318 'browser/bookmarks/recently_used_folders_combo_model.h',
[email protected]83019902009-12-02 05:32:59319 'browser/browser_about_handler.cc',
320 'browser/browser_about_handler.h',
[email protected]d27893f62010-07-03 05:47:42321 'browser/browser_child_process_host.cc',
322 'browser/browser_child_process_host.h',
[email protected]83019902009-12-02 05:32:59323 'browser/browser_main.cc',
324 'browser/browser_main_gtk.cc',
[email protected]c6032e82010-09-13 20:06:05325 'browser/browser_main_gtk.h',
[email protected]83019902009-12-02 05:32:59326 'browser/browser_main_mac.mm',
[email protected]f8abf722010-07-07 19:46:24327 'browser/browser_main_posix.cc',
[email protected]1fec64352010-07-27 13:55:21328 'browser/browser_main_posix.h',
[email protected]83019902009-12-02 05:32:59329 'browser/browser_main_win.cc',
330 'browser/browser_main_win.h',
[email protected]ec26af292010-12-10 18:20:52331 'browser/browser_message_filter.cc',
332 'browser/browser_message_filter.h',
[email protected]83019902009-12-02 05:32:59333 'browser/browser_process.cc',
334 'browser/browser_process.h',
335 'browser/browser_process_impl.cc',
336 'browser/browser_process_impl.h',
[email protected]0ac83682010-01-22 17:46:27337 'browser/browser_process_sub_thread.cc',
338 'browser/browser_process_sub_thread.h',
[email protected]83019902009-12-02 05:32:59339 'browser/browser_shutdown.cc',
340 'browser/browser_shutdown.h',
[email protected]83bfa0b2011-02-01 05:37:46341 'browser/browser_signin.cc',
342 'browser/browser_signin.h',
[email protected]092b04e2010-10-12 23:23:44343 'browser/browser_thread.cc',
344 'browser/browser_thread.h',
[email protected]83019902009-12-02 05:32:59345 'browser/browser_trial.cc',
346 'browser/browser_trial.h',
347 'browser/browser_url_handler.cc',
348 'browser/browser_url_handler.h',
[email protected]f26795eb2010-02-26 23:45:35349 'browser/browsing_data_appcache_helper.cc',
350 'browser/browsing_data_appcache_helper.h',
[email protected]b5c6e302010-02-10 18:13:40351 'browser/browsing_data_database_helper.cc',
352 'browser/browsing_data_database_helper.h',
[email protected]2823fb242010-09-23 08:53:26353 'browser/browsing_data_indexed_db_helper.cc',
354 'browser/browsing_data_indexed_db_helper.h',
[email protected]8f9aefd2010-01-25 13:50:48355 'browser/browsing_data_local_storage_helper.cc',
356 'browser/browsing_data_local_storage_helper.h',
[email protected]83019902009-12-02 05:32:59357 'browser/browsing_data_remover.cc',
358 'browser/browsing_data_remover.h',
359 'browser/browsing_instance.cc',
360 'browser/browsing_instance.h',
[email protected]43461682010-10-29 00:52:36361 'browser/bug_report_data.cc',
[email protected]83bfa0b2011-02-01 05:37:46362 'browser/bug_report_data.h',
[email protected]83019902009-12-02 05:32:59363 'browser/bug_report_util.cc',
364 'browser/bug_report_util.h',
[email protected]86206622010-05-14 05:45:26365 # TODO(rkc): Find a better way to include these files
366 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc',
[email protected]ac1894a2010-08-22 10:38:54367 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
[email protected]86206622010-05-14 05:45:26368 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
[email protected]86206622010-05-14 05:45:26369 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
370 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
371 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
372 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
[email protected]83019902009-12-02 05:32:59373 'browser/cancelable_request.cc',
374 'browser/cancelable_request.h',
375 'browser/cert_store.cc',
376 'browser/cert_store.h',
[email protected]0fd776c402010-09-29 21:59:17377 'browser/certificate_manager_model.cc',
378 'browser/certificate_manager_model.h',
[email protected]8ae178b12010-07-07 22:55:27379 'browser/certificate_viewer.cc',
380 'browser/certificate_viewer.h',
[email protected]83019902009-12-02 05:32:59381 'browser/character_encoding.cc',
382 'browser/character_encoding.h',
[email protected]4bdd8e12009-12-07 18:21:03383 'browser/child_process_launcher.cc',
[email protected]83019902009-12-02 05:32:59384 'browser/child_process_launcher.h',
385 'browser/child_process_security_policy.cc',
386 'browser/child_process_security_policy.h',
[email protected]22339b12010-08-27 18:29:24387 'browser/chrome_blob_storage_context.cc',
388 'browser/chrome_blob_storage_context.h',
[email protected]83019902009-12-02 05:32:59389 'browser/chrome_browser_application_mac.h',
390 'browser/chrome_browser_application_mac.mm',
391 'browser/chrome_plugin_browsing_context.cc',
392 'browser/chrome_plugin_browsing_context.h',
393 'browser/chrome_plugin_host.cc',
394 'browser/chrome_plugin_host.h',
[email protected]d032b3792010-06-07 22:02:39395 'browser/chromeos/audio_handler.cc',
396 'browser/chromeos/audio_handler.h',
[email protected]51dfe5e32011-01-12 00:21:14397 'browser/chromeos/audio_mixer.h',
398 'browser/chromeos/audio_mixer_alsa.cc',
399 'browser/chromeos/audio_mixer_alsa.h',
400 'browser/chromeos/audio_mixer_pulse.cc',
401 'browser/chromeos/audio_mixer_pulse.h',
[email protected]ac4bf502010-05-04 16:58:07402 'browser/chromeos/boot_times_loader.cc',
403 'browser/chromeos/boot_times_loader.h',
[email protected]90fd2a42010-12-10 19:50:37404 'browser/chromeos/brightness_bubble.cc',
405 'browser/chromeos/brightness_bubble.h',
406 'browser/chromeos/brightness_observer.cc',
407 'browser/chromeos/brightness_observer.h',
[email protected]5f449baa2010-10-08 20:29:59408 'browser/chromeos/browser_main_chromeos.cc',
409 'browser/chromeos/browser_main_chromeos.h',
[email protected]90fd2a42010-12-10 19:50:37410 'browser/chromeos/cros/brightness_library.cc',
411 'browser/chromeos/cros/brightness_library.h',
[email protected]4a6861a2010-08-23 19:04:46412 'browser/chromeos/cros/burn_library.cc',
413 'browser/chromeos/cros/burn_library.h',
[email protected]268b02f2010-02-04 21:07:15414 'browser/chromeos/cros/cros_library.cc',
415 'browser/chromeos/cros/cros_library.h',
[email protected]62c7ef32010-03-23 23:44:24416 'browser/chromeos/cros/cros_library_loader.cc',
417 'browser/chromeos/cros/cros_library_loader.h',
[email protected]ad8a6ea2010-03-11 00:05:02418 'browser/chromeos/cros/cryptohome_library.cc',
419 'browser/chromeos/cros/cryptohome_library.h',
[email protected]291d8b72010-06-21 09:43:14420 'browser/chromeos/cros/input_method_library.cc',
421 'browser/chromeos/cros/input_method_library.h',
[email protected]83bfa0b2011-02-01 05:37:46422 'browser/chromeos/cros/keyboard_library.cc',
423 'browser/chromeos/cros/keyboard_library.h',
[email protected]73cea4cc2011-02-02 19:07:27424 'browser/chromeos/cros/libcros_service_library.cc',
425 'browser/chromeos/cros/libcros_servicey_library.h',
[email protected]268b02f2010-02-04 21:07:15426 'browser/chromeos/cros/login_library.cc',
427 'browser/chromeos/cros/login_library.h',
428 'browser/chromeos/cros/mount_library.cc',
429 'browser/chromeos/cros/mount_library.h',
430 'browser/chromeos/cros/network_library.cc',
431 'browser/chromeos/cros/network_library.h',
432 'browser/chromeos/cros/power_library.cc',
433 'browser/chromeos/cros/power_library.h',
[email protected]a39c2d12010-05-14 23:48:27434 'browser/chromeos/cros/screen_lock_library.cc',
435 'browser/chromeos/cros/screen_lock_library.h',
[email protected]b1220622010-04-28 22:46:16436 'browser/chromeos/cros/speech_synthesis_library.cc',
437 'browser/chromeos/cros/speech_synthesis_library.h',
[email protected]e251662c2010-05-20 05:55:06438 'browser/chromeos/cros/syslogs_library.cc',
439 'browser/chromeos/cros/syslogs_library.h',
[email protected]94a922b2010-06-30 23:18:15440 'browser/chromeos/cros/system_library.cc',
441 'browser/chromeos/cros/system_library.h',
[email protected]b4e05f22010-09-08 17:27:46442 'browser/chromeos/cros/touchpad_library.cc',
443 'browser/chromeos/cros/touchpad_library.h',
[email protected]3cdf3762010-07-13 22:55:55444 'browser/chromeos/cros/update_library.cc',
[email protected]399a8da2010-07-19 14:42:24445 'browser/chromeos/cros/update_library.h',
[email protected]83bfa0b2011-02-01 05:37:46446 'browser/chromeos/cros_settings.cc',
447 'browser/chromeos/cros_settings.h',
448 'browser/chromeos/cros_settings_names.cc',
449 'browser/chromeos/cros_settings_names.h',
450 'browser/chromeos/cros_settings_provider.cc',
451 'browser/chromeos/cros_settings_provider.h',
[email protected]c3f4ad22010-05-28 09:20:09452 'browser/chromeos/customization_document.cc',
[email protected]478739e32010-06-17 17:09:05453 'browser/chromeos/customization_document.h',
[email protected]73bd67b2010-07-16 16:00:09454 'browser/chromeos/dom_ui/accounts_options_handler.cc',
455 'browser/chromeos/dom_ui/accounts_options_handler.h',
456 'browser/chromeos/dom_ui/core_chromeos_options_handler.cc',
457 'browser/chromeos/dom_ui/core_chromeos_options_handler.h',
[email protected]bc50a692011-02-08 07:07:06458 'browser/chromeos/dom_ui/cros_language_options_handler.cc',
459 'browser/chromeos/dom_ui/cros_language_options_handler.h',
[email protected]7096f562010-08-16 21:59:04460 'browser/chromeos/dom_ui/cros_options_page_ui_handler.cc',
461 'browser/chromeos/dom_ui/cros_options_page_ui_handler.h',
[email protected]722119e2010-08-26 03:09:37462 'browser/chromeos/dom_ui/imageburner_ui.cc',
463 'browser/chromeos/dom_ui/imageburner_ui.h',
[email protected]b2e23e32010-07-28 07:03:55464 'browser/chromeos/dom_ui/internet_options_handler.cc',
465 'browser/chromeos/dom_ui/internet_options_handler.h',
[email protected]d1d150f2010-11-04 05:41:39466 'browser/chromeos/dom_ui/keyboard_overlay_ui.cc',
467 'browser/chromeos/dom_ui/keyboard_overlay_ui.h',
[email protected]783bf592010-07-22 10:49:55468 'browser/chromeos/dom_ui/language_chewing_options_handler.cc',
469 'browser/chromeos/dom_ui/language_chewing_options_handler.h',
[email protected]c5419ba2010-08-24 04:44:46470 'browser/chromeos/dom_ui/language_customize_modifier_keys_handler.cc',
471 'browser/chromeos/dom_ui/language_customize_modifier_keys_handler.h',
[email protected]1c741b82010-07-14 03:57:47472 'browser/chromeos/dom_ui/language_hangul_options_handler.cc',
473 'browser/chromeos/dom_ui/language_hangul_options_handler.h',
[email protected]ffa7c162010-07-28 00:41:27474 'browser/chromeos/dom_ui/language_mozc_options_handler.cc',
475 'browser/chromeos/dom_ui/language_mozc_options_handler.h',
[email protected]54023fa2010-09-08 08:43:52476 'browser/chromeos/dom_ui/language_options_util.cc',
[email protected]871c71502010-07-28 07:02:49477 'browser/chromeos/dom_ui/language_options_util.h',
[email protected]ffa7c162010-07-28 00:41:27478 'browser/chromeos/dom_ui/language_pinyin_options_handler.cc',
479 'browser/chromeos/dom_ui/language_pinyin_options_handler.h',
[email protected]f7b732f42010-12-07 17:55:08480 'browser/chromeos/dom_ui/login/authenticator_facade.h',
[email protected]ff6a49d2010-12-21 21:55:22481 'browser/chromeos/dom_ui/login/authenticator_facade_cros.cc',
482 'browser/chromeos/dom_ui/login/authenticator_facade_cros.h',
[email protected]ff6a49d2010-12-21 21:55:22483 'browser/chromeos/dom_ui/login/authenticator_facade_cros_helpers.cc',
[email protected]83bfa0b2011-02-01 05:37:46484 'browser/chromeos/dom_ui/login/authenticator_facade_cros_helpers.h',
[email protected]f7b732f42010-12-07 17:55:08485 'browser/chromeos/dom_ui/login/login_ui.cc',
486 'browser/chromeos/dom_ui/login/login_ui.h',
487 'browser/chromeos/dom_ui/login/login_ui_helpers.cc',
488 'browser/chromeos/dom_ui/login/login_ui_helpers.h',
[email protected]83bfa0b2011-02-01 05:37:46489 'browser/chromeos/dom_ui/menu_ui.cc',
490 'browser/chromeos/dom_ui/menu_ui.h',
[email protected]9d3f7d5e2010-09-25 06:17:04491 'browser/chromeos/dom_ui/mobile_setup_ui.cc',
492 'browser/chromeos/dom_ui/mobile_setup_ui.h',
[email protected]89ccd242010-10-12 08:58:27493 'browser/chromeos/dom_ui/network_menu_ui.cc',
494 'browser/chromeos/dom_ui/network_menu_ui.h',
[email protected]e8f0ee22010-08-04 16:17:38495 'browser/chromeos/dom_ui/proxy_handler.cc',
496 'browser/chromeos/dom_ui/proxy_handler.h',
[email protected]9d3f7d5e2010-09-25 06:17:04497 'browser/chromeos/dom_ui/register_page_ui.cc',
498 'browser/chromeos/dom_ui/register_page_ui.h',
[email protected]c7db33a2010-10-06 18:57:25499 'browser/chromeos/dom_ui/stats_options_handler.cc',
500 'browser/chromeos/dom_ui/stats_options_handler.h',
[email protected]9c0a58002010-09-17 23:18:55501 'browser/chromeos/dom_ui/system_info_ui.cc',
502 'browser/chromeos/dom_ui/system_info_ui.h',
[email protected]478739e32010-06-17 17:09:05503 'browser/chromeos/dom_ui/system_options_handler.cc',
504 'browser/chromeos/dom_ui/system_options_handler.h',
[email protected]7096f562010-08-16 21:59:04505 'browser/chromeos/dom_ui/system_settings_provider.cc',
506 'browser/chromeos/dom_ui/system_settings_provider.h',
[email protected]6777a572010-10-08 18:07:17507 'browser/chromeos/dom_ui/wrench_menu_ui.cc',
508 'browser/chromeos/dom_ui/wrench_menu_ui.h',
[email protected]c766a162010-06-30 22:45:45509 'browser/chromeos/drop_shadow_label.cc',
[email protected]62cb9942010-12-01 13:09:32510 'browser/chromeos/enterprise_extension_observer.cc',
511 'browser/chromeos/enterprise_extension_observer.h',
[email protected]83019902009-12-02 05:32:59512 'browser/chromeos/external_metrics.cc',
513 'browser/chromeos/external_metrics.h',
514 'browser/chromeos/external_protocol_dialog.cc',
515 'browser/chromeos/external_protocol_dialog.h',
[email protected]17e64222010-02-12 23:32:42516 'browser/chromeos/frame/browser_frame_chromeos.cc',
517 'browser/chromeos/frame/browser_frame_chromeos.h',
[email protected]4fe042f2010-12-14 16:41:40518 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc',
[email protected]17e64222010-02-12 23:32:42519 'browser/chromeos/frame/browser_view.cc',
520 'browser/chromeos/frame/browser_view.h',
[email protected]5afc7052010-09-29 16:50:58521 'browser/chromeos/frame/bubble_frame_view.cc',
522 'browser/chromeos/frame/bubble_frame_view.h',
523 'browser/chromeos/frame/bubble_window.cc',
524 'browser/chromeos/frame/bubble_window.h',
[email protected]17e64222010-02-12 23:32:42525 'browser/chromeos/frame/panel_browser_view.cc',
526 'browser/chromeos/frame/panel_browser_view.h',
527 'browser/chromeos/frame/panel_controller.cc',
528 'browser/chromeos/frame/panel_controller.h',
[email protected]592468b2010-02-10 23:08:47529 'browser/chromeos/google_update_chromeos.cc',
[email protected]83019902009-12-02 05:32:59530 'browser/chromeos/gview_request_interceptor.cc',
[email protected]e22fbfc2010-06-26 02:35:30531 'browser/chromeos/gview_request_interceptor.h',
[email protected]2d153002011-01-28 06:49:22532 'browser/chromeos/input_method/candidate_window.cc',
[email protected]83bfa0b2011-02-01 05:37:46533 'browser/chromeos/input_method/candidate_window.h',
[email protected]1e8e7652010-06-18 10:12:21534 'browser/chromeos/input_method/input_method_util.cc',
535 'browser/chromeos/input_method/input_method_util.h',
[email protected]401d8812010-08-19 08:37:24536 'browser/chromeos/language_preferences.cc',
537 'browser/chromeos/language_preferences.h',
[email protected]61d68ef12011-01-13 14:02:56538 'browser/chromeos/locale_change_guard.cc',
[email protected]83bfa0b2011-02-01 05:37:46539 'browser/chromeos/locale_change_guard.h',
[email protected]c6f88212010-02-10 07:22:54540 'browser/chromeos/login/account_creation_view.cc',
541 'browser/chromeos/login/account_creation_view.h',
[email protected]0e6e80682010-03-04 16:13:27542 'browser/chromeos/login/account_screen.cc',
543 'browser/chromeos/login/account_screen.h',
[email protected]83bfa0b2011-02-01 05:37:46544 'browser/chromeos/login/apply_services_customization.cc',
545 'browser/chromeos/login/apply_services_customization.h',
[email protected]1b36b742010-09-22 17:04:18546 'browser/chromeos/login/auth_attempt_state.cc',
547 'browser/chromeos/login/auth_attempt_state.h',
548 'browser/chromeos/login/auth_attempt_state_resolver.cc',
549 'browser/chromeos/login/auth_attempt_state_resolver.h',
[email protected]d7883d02010-04-02 15:45:28550 'browser/chromeos/login/auth_response_handler.cc',
551 'browser/chromeos/login/auth_response_handler.h',
[email protected]83bfa0b2011-02-01 05:37:46552 'browser/chromeos/login/authentication_notification_details.h',
553 'browser/chromeos/login/authenticator.cc',
554 'browser/chromeos/login/authenticator.h',
[email protected]ad30e062010-04-05 18:11:18555 'browser/chromeos/login/background_view.cc',
556 'browser/chromeos/login/background_view.h',
[email protected]64ec0342010-06-03 13:00:40557 'browser/chromeos/login/camera.cc',
558 'browser/chromeos/login/camera.h',
[email protected]551707a2010-06-16 16:59:47559 'browser/chromeos/login/captcha_view.cc',
560 'browser/chromeos/login/captcha_view.h',
[email protected]2e47c7c22010-03-19 17:14:25561 'browser/chromeos/login/client_login_response_handler.cc',
562 'browser/chromeos/login/client_login_response_handler.h',
[email protected]ad30e062010-04-05 18:11:18563 'browser/chromeos/login/cookie_fetcher.cc',
564 'browser/chromeos/login/cookie_fetcher.h',
[email protected]1b36b742010-09-22 17:04:18565 'browser/chromeos/login/cryptohome_op.cc',
566 'browser/chromeos/login/cryptohome_op.h',
[email protected]6e648942010-07-14 12:52:23567 'browser/chromeos/login/eula_view.cc',
568 'browser/chromeos/login/eula_view.h',
[email protected]507c71072010-03-12 21:56:17569 'browser/chromeos/login/existing_user_controller.cc',
570 'browser/chromeos/login/existing_user_controller.h',
[email protected]b15ffb182010-08-03 10:09:39571 'browser/chromeos/login/existing_user_view.cc',
572 'browser/chromeos/login/existing_user_view.h',
[email protected]83a4301f2010-02-22 22:01:26573 'browser/chromeos/login/google_authenticator.cc',
574 'browser/chromeos/login/google_authenticator.h',
[email protected]a0779002010-10-06 14:53:36575 'browser/chromeos/login/guest_user_view.cc',
576 'browser/chromeos/login/guest_user_view.h',
[email protected]063bb2b22010-09-06 15:59:08577 'browser/chromeos/login/help_app_launcher.cc',
578 'browser/chromeos/login/help_app_launcher.h',
[email protected]8a6d0082010-06-02 12:34:22579 'browser/chromeos/login/helper.cc',
[email protected]d63b52152010-09-17 12:29:42580 'browser/chromeos/login/helper.h',
[email protected]0ae17ad42010-08-20 09:48:46581 'browser/chromeos/login/html_page_screen.cc',
582 'browser/chromeos/login/html_page_screen.h',
[email protected]1b36b742010-09-22 17:04:18583 'browser/chromeos/login/image_decoder.cc',
584 'browser/chromeos/login/image_decoder.h',
585 'browser/chromeos/login/image_downloader.cc',
586 'browser/chromeos/login/image_downloader.h',
587 'browser/chromeos/login/issue_response_handler.cc',
588 'browser/chromeos/login/issue_response_handler.h',
[email protected]e161c1912010-10-09 13:49:03589 'browser/chromeos/login/keyboard_switch_menu.cc',
590 'browser/chromeos/login/keyboard_switch_menu.h',
[email protected]4caf6262010-06-17 14:05:43591 'browser/chromeos/login/language_switch_menu.cc',
592 'browser/chromeos/login/language_switch_menu.h',
[email protected]603fc2c2011-01-31 11:47:49593 'browser/chromeos/login/login_display.h',
[email protected]dfdcdab2010-06-09 16:20:05594 'browser/chromeos/login/login_html_dialog.cc',
595 'browser/chromeos/login/login_html_dialog.h',
[email protected]cd5d0b1c2010-09-29 16:32:50596 'browser/chromeos/login/login_performer.cc',
597 'browser/chromeos/login/login_performer.h',
[email protected]83a4301f2010-02-22 22:01:26598 'browser/chromeos/login/login_status_consumer.h',
[email protected]a10d16e2010-03-26 12:41:22599 'browser/chromeos/login/login_utils.cc',
600 'browser/chromeos/login/login_utils.h',
[email protected]045124c82010-05-13 10:07:43601 'browser/chromeos/login/message_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:46602 'browser/chromeos/login/message_bubble.h',
[email protected]935e9e12010-03-25 15:29:13603 'browser/chromeos/login/network_screen.cc',
604 'browser/chromeos/login/network_screen.h',
605 'browser/chromeos/login/network_screen_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:46606 'browser/chromeos/login/network_selection_view.cc',
607 'browser/chromeos/login/network_selection_view.h',
[email protected]afe05a282010-05-27 17:44:03608 'browser/chromeos/login/new_user_view.cc',
609 'browser/chromeos/login/new_user_view.h',
[email protected]1b36b742010-09-22 17:04:18610 'browser/chromeos/login/online_attempt.cc',
611 'browser/chromeos/login/online_attempt.h',
[email protected]5b7a0cf2010-07-23 10:04:07612 'browser/chromeos/login/oobe_progress_bar.cc',
613 'browser/chromeos/login/oobe_progress_bar.h',
[email protected]02ed0b32010-07-22 01:27:13614 'browser/chromeos/login/owner_key_utils.cc',
615 'browser/chromeos/login/owner_key_utils.h',
[email protected]4ada2382010-07-29 21:28:11616 'browser/chromeos/login/owner_manager.cc',
617 'browser/chromeos/login/owner_manager.h',
[email protected]e99e0b32010-08-25 00:53:44618 'browser/chromeos/login/ownership_service.cc',
619 'browser/chromeos/login/ownership_service.h',
[email protected]472734742010-10-11 03:17:05620 'browser/chromeos/login/parallel_authenticator.cc',
621 'browser/chromeos/login/parallel_authenticator.h',
[email protected]56515402010-07-05 17:37:00622 'browser/chromeos/login/password_changed_view.cc',
623 'browser/chromeos/login/password_changed_view.h',
[email protected]e15bdd222010-11-03 12:03:49624 'browser/chromeos/login/proxy_settings_dialog.cc',
625 'browser/chromeos/login/proxy_settings_dialog.h',
[email protected]69719212010-07-12 11:37:25626 'browser/chromeos/login/registration_screen.cc',
[email protected]41291322010-07-15 17:09:01627 'browser/chromeos/login/registration_screen.h',
[email protected]f5836702010-02-09 19:11:18628 'browser/chromeos/login/rounded_rect_painter.cc',
629 'browser/chromeos/login/rounded_rect_painter.h',
[email protected]ab2bd2c2010-05-05 07:18:27630 'browser/chromeos/login/screen_lock_view.cc',
631 'browser/chromeos/login/screen_lock_view.h',
[email protected]83bfa0b2011-02-01 05:37:46632 'browser/chromeos/login/screen_locker.cc',
633 'browser/chromeos/login/screen_locker.h',
[email protected]649e12c32010-02-06 04:41:21634 'browser/chromeos/login/screen_observer.h',
[email protected]f65210cc2010-10-30 01:48:48635 'browser/chromeos/login/shutdown_button.cc',
636 'browser/chromeos/login/shutdown_button.h',
[email protected]32352d12010-09-03 21:40:10637 'browser/chromeos/login/signed_settings.cc',
638 'browser/chromeos/login/signed_settings.h',
[email protected]62eeafc2010-09-14 16:37:41639 'browser/chromeos/login/signed_settings_helper.cc',
640 'browser/chromeos/login/signed_settings_helper.h',
[email protected]20564b3c2010-10-28 14:25:46641 'browser/chromeos/login/signed_settings_temp_storage.cc',
642 'browser/chromeos/login/signed_settings_temp_storage.h',
[email protected]1b36b742010-09-22 17:04:18643 'browser/chromeos/login/test_attempt_state.cc',
644 'browser/chromeos/login/test_attempt_state.h',
[email protected]91d01602010-10-28 17:18:25645 'browser/chromeos/login/textfield_with_margin.cc',
646 'browser/chromeos/login/textfield_with_margin.h',
[email protected]b96f34a2010-04-21 17:47:01647 'browser/chromeos/login/update_screen.cc',
648 'browser/chromeos/login/update_screen.h',
[email protected]842cd6c62010-03-06 17:56:32649 'browser/chromeos/login/update_view.cc',
650 'browser/chromeos/login/update_view.h',
[email protected]507c71072010-03-12 21:56:17651 'browser/chromeos/login/user_controller.cc',
652 'browser/chromeos/login/user_controller.h',
[email protected]8f0d8ecd12010-04-20 11:51:30653 'browser/chromeos/login/user_image_downloader.cc',
654 'browser/chromeos/login/user_image_downloader.h',
655 'browser/chromeos/login/user_image_loader.cc',
656 'browser/chromeos/login/user_image_loader.h',
[email protected]64ec0342010-06-03 13:00:40657 'browser/chromeos/login/user_image_screen.cc',
658 'browser/chromeos/login/user_image_screen.h',
659 'browser/chromeos/login/user_image_view.cc',
660 'browser/chromeos/login/user_image_view.h',
[email protected]56f0ffc82010-02-04 21:30:37661 'browser/chromeos/login/user_manager.cc',
662 'browser/chromeos/login/user_manager.h',
[email protected]41e13b362010-06-16 21:27:05663 'browser/chromeos/login/user_view.cc',
664 'browser/chromeos/login/user_view.h',
[email protected]c57206e92010-10-21 02:13:24665 'browser/chromeos/login/username_view.cc',
666 'browser/chromeos/login/username_view.h',
[email protected]28e139d2010-03-01 14:55:22667 'browser/chromeos/login/view_screen.h',
[email protected]603fc2c2011-01-31 11:47:49668 'browser/chromeos/login/views_login_display.cc',
[email protected]83bfa0b2011-02-01 05:37:46669 'browser/chromeos/login/views_login_display.h',
[email protected]88e71dc2010-05-07 11:31:38670 'browser/chromeos/login/web_page_screen.cc',
671 'browser/chromeos/login/web_page_screen.h',
672 'browser/chromeos/login/web_page_view.cc',
673 'browser/chromeos/login/web_page_view.h',
[email protected]86cffea2010-08-25 21:31:59674 'browser/chromeos/login/wizard_accessibility_handler.cc',
675 'browser/chromeos/login/wizard_accessibility_handler.h',
676 'browser/chromeos/login/wizard_accessibility_helper.cc',
677 'browser/chromeos/login/wizard_accessibility_helper.h',
[email protected]28e139d2010-03-01 14:55:22678 'browser/chromeos/login/wizard_controller.cc',
679 'browser/chromeos/login/wizard_controller.h',
[email protected]042c3682010-02-10 18:05:13680 'browser/chromeos/login/wizard_screen.h',
[email protected]0fecda62010-03-19 21:59:01681 'browser/chromeos/low_battery_observer.cc',
682 'browser/chromeos/low_battery_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54683 'browser/chromeos/metrics_cros_settings_provider.cc',
684 'browser/chromeos/metrics_cros_settings_provider.h',
[email protected]f7f72652010-05-04 20:53:13685 'browser/chromeos/native_dialog_window.cc',
686 'browser/chromeos/native_dialog_window.h',
[email protected]8d1b864d12010-10-10 00:04:34687 'browser/chromeos/native_theme_chromeos.cc',
688 'browser/chromeos/native_theme_chromeos.h',
[email protected]e8da0a02010-02-15 14:07:08689 'browser/chromeos/network_list.cc',
690 'browser/chromeos/network_list.h',
[email protected]727dc8082011-01-14 19:14:29691 'browser/chromeos/network_login_observer.cc',
692 'browser/chromeos/network_login_observer.h',
[email protected]39216be2010-06-01 17:54:36693 'browser/chromeos/network_message_observer.cc',
694 'browser/chromeos/network_message_observer.h',
[email protected]83bfa0b2011-02-01 05:37:46695 'browser/chromeos/network_state_notifier.cc',
696 'browser/chromeos/network_state_notifier.h',
[email protected]61d68ef12011-01-13 14:02:56697 'browser/chromeos/notifications/balloon_collection_impl.cc',
698 'browser/chromeos/notifications/balloon_collection_impl.h',
699 'browser/chromeos/notifications/balloon_view.cc',
700 'browser/chromeos/notifications/balloon_view.h',
701 'browser/chromeos/notifications/balloon_view_host.cc',
702 'browser/chromeos/notifications/balloon_view_host.h',
703 'browser/chromeos/notifications/notification_panel.cc',
704 'browser/chromeos/notifications/notification_panel.h',
705 'browser/chromeos/notifications/system_notification.cc',
706 'browser/chromeos/notifications/system_notification.h',
707 'browser/chromeos/notifications/system_notification_factory.cc',
708 'browser/chromeos/notifications/system_notification_factory.h',
[email protected]6692b0d72010-07-15 03:40:23709 'browser/chromeos/offline/offline_load_page.cc',
710 'browser/chromeos/offline/offline_load_page.h',
711 'browser/chromeos/offline/offline_load_service.cc',
712 'browser/chromeos/offline/offline_load_service.h',
[email protected]9cc6216822010-03-03 23:17:27713 'browser/chromeos/options/network_config_view.cc',
714 'browser/chromeos/options/network_config_view.h',
[email protected]9cc6216822010-03-03 23:17:27715 'browser/chromeos/options/wifi_config_view.cc',
716 'browser/chromeos/options/wifi_config_view.h',
[email protected]83019902009-12-02 05:32:59717 'browser/chromeos/panels/panel_scroller.cc',
718 'browser/chromeos/panels/panel_scroller.h',
719 'browser/chromeos/panels/panel_scroller_container.cc',
720 'browser/chromeos/panels/panel_scroller_container.h',
721 'browser/chromeos/panels/panel_scroller_header.cc',
722 'browser/chromeos/panels/panel_scroller_header.h',
[email protected]6fdd4182010-10-14 23:59:26723 'browser/chromeos/plugin_selection_policy.cc',
724 'browser/chromeos/plugin_selection_policy.h',
[email protected]83019902009-12-02 05:32:59725 'browser/chromeos/preferences.cc',
726 'browser/chromeos/preferences.h',
[email protected]f50278cd2010-08-24 17:34:08727 'browser/chromeos/proxy_config_service.h',
728 'browser/chromeos/proxy_config_service_impl.cc',
729 'browser/chromeos/proxy_config_service_impl.h',
[email protected]2bb5fcd2010-11-16 14:31:54730 'browser/chromeos/proxy_cros_settings_provider.cc',
731 'browser/chromeos/proxy_cros_settings_provider.h',
[email protected]64d7e592010-12-03 19:20:35732 'browser/chromeos/setting_level_bubble.cc',
733 'browser/chromeos/setting_level_bubble.h',
734 'browser/chromeos/setting_level_bubble_view.cc',
735 'browser/chromeos/setting_level_bubble_view.h',
[email protected]83a90f72010-02-04 20:36:41736 'browser/chromeos/status/clock_menu_button.cc',
737 'browser/chromeos/status/clock_menu_button.h',
[email protected]432867b2010-10-09 13:31:16738 'browser/chromeos/status/input_method_menu.cc',
739 'browser/chromeos/status/input_method_menu.h',
[email protected]54da7e372010-10-12 09:54:49740 'browser/chromeos/status/input_method_menu_button.cc',
741 'browser/chromeos/status/input_method_menu_button.h',
[email protected]b938810a2010-09-14 08:17:26742 'browser/chromeos/status/network_dropdown_button.cc',
743 'browser/chromeos/status/network_dropdown_button.h',
744 'browser/chromeos/status/network_menu.cc',
745 'browser/chromeos/status/network_menu.h',
[email protected]83a90f72010-02-04 20:36:41746 'browser/chromeos/status/network_menu_button.cc',
747 'browser/chromeos/status/network_menu_button.h',
[email protected]83a90f72010-02-04 20:36:41748 'browser/chromeos/status/power_menu_button.cc',
749 'browser/chromeos/status/power_menu_button.h',
750 'browser/chromeos/status/status_area_button.cc',
751 'browser/chromeos/status/status_area_button.h',
752 'browser/chromeos/status/status_area_host.h',
753 'browser/chromeos/status/status_area_view.cc',
754 'browser/chromeos/status/status_area_view.h',
[email protected]66a0d902011-01-28 20:57:05755 'browser/chromeos/status/window_switcher_button.cc',
756 'browser/chromeos/status/window_switcher_button.h',
[email protected]cc4c9742010-05-17 21:04:02757 'browser/chromeos/system_key_event_listener.cc',
758 'browser/chromeos/system_key_event_listener.h',
[email protected]0b4d3382010-07-14 16:13:04759 'browser/chromeos/tab_closeable_state_watcher.cc',
760 'browser/chromeos/tab_closeable_state_watcher.h',
[email protected]3cdf3762010-07-13 22:55:55761 'browser/chromeos/update_observer.cc',
762 'browser/chromeos/update_observer.h',
[email protected]83019902009-12-02 05:32:59763 'browser/chromeos/usb_mount_observer.cc',
764 'browser/chromeos/usb_mount_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54765 'browser/chromeos/user_cros_settings_provider.cc',
766 'browser/chromeos/user_cros_settings_provider.h',
[email protected]83019902009-12-02 05:32:59767 'browser/chromeos/version_loader.cc',
768 'browser/chromeos/version_loader.h',
[email protected]d59b3152010-03-24 04:41:54769 'browser/chromeos/view_ids.h',
[email protected]ae601242010-11-12 21:54:43770 'browser/chromeos/views/copy_background.cc',
771 'browser/chromeos/views/copy_background.h',
[email protected]d34f59d2010-11-13 12:32:02772 'browser/chromeos/views/dropdown_button.cc',
773 'browser/chromeos/views/dropdown_button.h',
[email protected]5ab0b972010-11-09 09:43:58774 'browser/chromeos/views/menu_locator.cc',
775 'browser/chromeos/views/menu_locator.h',
[email protected]eddb2a82011-02-04 22:07:12776 'browser/chromeos/views/native_menu_webui.cc',
777 'browser/chromeos/views/native_menu_webui.h',
[email protected]0675e712011-02-03 23:52:37778 'browser/chromeos/views/webui_menu_widget.cc',
779 'browser/chromeos/views/webui_menu_widget.h',
[email protected]3de008822010-06-16 17:26:54780 'browser/chromeos/volume_bubble.cc',
781 'browser/chromeos/volume_bubble.h',
[email protected]0675e712011-02-03 23:52:37782 'browser/chromeos/webui_menu_control.h',
[email protected]ea87eee2010-02-22 16:59:24783 'browser/chromeos/wm_ipc.cc',
784 'browser/chromeos/wm_ipc.h',
785 'browser/chromeos/wm_message_listener.cc',
786 'browser/chromeos/wm_message_listener.h',
[email protected]d65adb12010-04-28 17:26:49787 'browser/chromeos/wm_overview_controller.cc',
788 'browser/chromeos/wm_overview_controller.h',
[email protected]c766a162010-06-30 22:45:45789 'browser/chromeos/wm_overview_fav_icon.cc',
790 'browser/chromeos/wm_overview_fav_icon.h',
[email protected]d65adb12010-04-28 17:26:49791 'browser/chromeos/wm_overview_snapshot.cc',
792 'browser/chromeos/wm_overview_snapshot.h',
[email protected]c766a162010-06-30 22:45:45793 'browser/chromeos/wm_overview_title.cc',
794 'browser/chromeos/wm_overview_title.h',
[email protected]83bfa0b2011-02-01 05:37:46795 'browser/clipboard_dispatcher.h',
[email protected]97c2c032010-07-07 22:43:41796 'browser/clipboard_dispatcher_gtk.cc',
797 'browser/clipboard_dispatcher_mac.mm',
798 'browser/clipboard_dispatcher_win.cc',
[email protected]83019902009-12-02 05:32:59799 'browser/command_updater.cc',
800 'browser/command_updater.h',
[email protected]47115102010-02-19 19:01:47801 'browser/content_exceptions_table_model.cc',
802 'browser/content_exceptions_table_model.h',
[email protected]5ec40cf2010-03-09 11:34:51803 'browser/content_setting_bubble_model.cc',
804 'browser/content_setting_bubble_model.h',
[email protected]77767742010-03-02 22:06:27805 'browser/content_setting_combo_model.cc',
806 'browser/content_setting_combo_model.h',
[email protected]352104e2010-03-05 11:40:08807 'browser/content_setting_image_model.cc',
808 'browser/content_setting_image_model.h',
[email protected]5f24f212010-12-02 14:47:45809 'browser/content_settings/content_settings_details.h',
810 'browser/content_settings/content_settings_pattern.cc',
811 'browser/content_settings/content_settings_pattern.h',
[email protected]2dd6bca02010-11-30 12:48:44812 'browser/content_settings/content_settings_provider.h',
[email protected]9d01a6a2010-11-30 12:03:33813 'browser/content_settings/host_content_settings_map.cc',
814 'browser/content_settings/host_content_settings_map.h',
[email protected]e4dabe992010-12-10 10:00:12815 'browser/content_settings/policy_content_settings_provider.cc',
816 'browser/content_settings/policy_content_settings_provider.h',
817 'browser/content_settings/pref_content_settings_provider.cc',
818 'browser/content_settings/pref_content_settings_provider.h',
[email protected]83019902009-12-02 05:32:59819 'browser/cookies_tree_model.cc',
820 'browser/cookies_tree_model.h',
821 'browser/cross_site_request_manager.cc',
822 'browser/cross_site_request_manager.h',
[email protected]7fff79012010-05-12 00:19:05823 'browser/custom_home_pages_table_model.cc',
824 'browser/custom_home_pages_table_model.h',
[email protected]9b82ad7a2010-05-19 01:04:54825 'browser/default_encoding_combo_model.cc',
826 'browser/default_encoding_combo_model.h',
[email protected]83019902009-12-02 05:32:59827 'browser/defaults.cc',
828 'browser/defaults.h',
[email protected]74da5bd2011-01-27 22:03:27829 'browser/desktop_notification_handler.cc',
830 'browser/desktop_notification_handler.h',
[email protected]ac7e4e12010-08-26 14:34:41831 'browser/device_orientation/accelerometer_mac.cc',
832 'browser/device_orientation/accelerometer_mac.h',
[email protected]ddd18442010-08-23 07:39:28833 'browser/device_orientation/data_fetcher.h',
[email protected]9f547bf2010-12-13 17:00:42834 'browser/device_orientation/message_filter.cc',
835 'browser/device_orientation/message_filter.h',
[email protected]57ead352010-08-11 14:42:53836 'browser/device_orientation/orientation.h',
837 'browser/device_orientation/provider.cc',
838 'browser/device_orientation/provider.h',
[email protected]ddd18442010-08-23 07:39:28839 'browser/device_orientation/provider_impl.cc',
840 'browser/device_orientation/provider_impl.h',
[email protected]83019902009-12-02 05:32:59841 'browser/diagnostics/diagnostics_main.cc',
842 'browser/diagnostics/diagnostics_main.h',
[email protected]83019902009-12-02 05:32:59843 'browser/diagnostics/diagnostics_model.cc',
[email protected]83bfa0b2011-02-01 05:37:46844 'browser/diagnostics/diagnostics_model.h',
[email protected]e4be2dd2010-12-14 00:44:39845 'browser/diagnostics/diagnostics_test.cc',
[email protected]83019902009-12-02 05:32:59846 'browser/diagnostics/diagnostics_test.h',
[email protected]26f46472009-12-20 03:57:10847 'browser/diagnostics/recon_diagnostics.cc',
848 'browser/diagnostics/recon_diagnostics.h',
[email protected]83bfa0b2011-02-01 05:37:46849 'browser/diagnostics/sqlite_diagnostics.cc',
850 'browser/diagnostics/sqlite_diagnostics.h',
[email protected]83019902009-12-02 05:32:59851 'browser/dom_operation_notification_details.h',
[email protected]45a613e2010-04-16 23:39:26852 'browser/dom_ui/app_launcher_handler.cc',
853 'browser/dom_ui/app_launcher_handler.h',
[email protected]6404197b2010-03-03 00:40:40854 'browser/dom_ui/bookmarks_ui.cc',
855 'browser/dom_ui/bookmarks_ui.h',
[email protected]ac1894a2010-08-22 10:38:54856 'browser/dom_ui/bug_report_ui.cc',
857 'browser/dom_ui/bug_report_ui.h',
[email protected]83019902009-12-02 05:32:59858 'browser/dom_ui/chrome_url_data_manager.cc',
859 'browser/dom_ui/chrome_url_data_manager.h',
[email protected]2a30775a2010-10-18 19:42:22860 'browser/dom_ui/constrained_html_ui.cc',
861 'browser/dom_ui/constrained_html_ui.h',
[email protected]83019902009-12-02 05:32:59862 'browser/dom_ui/devtools_ui.cc',
863 'browser/dom_ui/devtools_ui.h',
864 'browser/dom_ui/dom_ui.cc',
865 'browser/dom_ui/dom_ui.h',
[email protected]83019902009-12-02 05:32:59866 'browser/dom_ui/downloads_dom_handler.cc',
867 'browser/dom_ui/downloads_dom_handler.h',
868 'browser/dom_ui/downloads_ui.cc',
869 'browser/dom_ui/downloads_ui.h',
[email protected]83019902009-12-02 05:32:59870 'browser/dom_ui/filebrowse_ui.cc',
871 'browser/dom_ui/filebrowse_ui.h',
[email protected]83bfa0b2011-02-01 05:37:46872 'browser/dom_ui/fileicon_source.cc',
873 'browser/dom_ui/fileicon_source.h',
[email protected]1a47d7e2010-10-15 00:37:24874 'browser/dom_ui/flags_ui.cc',
875 'browser/dom_ui/flags_ui.h',
[email protected]5edb9222010-08-18 00:23:29876 'browser/dom_ui/foreign_session_handler.cc',
877 'browser/dom_ui/foreign_session_handler.h',
[email protected]ceec8302011-01-24 22:21:33878 'browser/dom_ui/generic_handler.cc',
879 'browser/dom_ui/generic_handler.h',
[email protected]9a128b02010-12-15 00:52:00880 'browser/dom_ui/gpu_internals_ui.cc',
881 'browser/dom_ui/gpu_internals_ui.h',
[email protected]95ae24f2010-06-21 19:13:14882 'browser/dom_ui/history2_ui.cc',
883 'browser/dom_ui/history2_ui.h',
[email protected]83bfa0b2011-02-01 05:37:46884 'browser/dom_ui/history_ui.cc',
885 'browser/dom_ui/history_ui.h',
[email protected]feacf682009-12-03 23:54:45886 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
887 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
[email protected]83019902009-12-02 05:32:59888 'browser/dom_ui/html_dialog_ui.cc',
889 'browser/dom_ui/html_dialog_ui.h',
[email protected]9c88d4752010-09-16 20:59:42890 'browser/dom_ui/keyboard_ui.cc',
891 'browser/dom_ui/keyboard_ui.h',
[email protected]17496bbe2010-03-10 19:48:23892 'browser/dom_ui/mediaplayer_ui.cc',
893 'browser/dom_ui/mediaplayer_ui.h',
[email protected]83019902009-12-02 05:32:59894 'browser/dom_ui/most_visited_handler.cc',
895 'browser/dom_ui/most_visited_handler.h',
[email protected]c92c75052010-03-17 00:26:51896 'browser/dom_ui/net_internals_ui.cc',
897 'browser/dom_ui/net_internals_ui.h',
[email protected]83019902009-12-02 05:32:59898 'browser/dom_ui/new_tab_page_sync_handler.cc',
899 'browser/dom_ui/new_tab_page_sync_handler.h',
900 'browser/dom_ui/new_tab_ui.cc',
901 'browser/dom_ui/new_tab_ui.h',
[email protected]61334a42010-10-18 16:37:04902 'browser/dom_ui/ntp_login_handler.cc',
903 'browser/dom_ui/ntp_login_handler.h',
[email protected]83019902009-12-02 05:32:59904 'browser/dom_ui/ntp_resource_cache.cc',
905 'browser/dom_ui/ntp_resource_cache.h',
[email protected]01709112010-10-01 19:34:07906 'browser/dom_ui/options/about_page_handler.cc',
907 'browser/dom_ui/options/about_page_handler.h',
908 'browser/dom_ui/options/add_startup_page_handler.cc',
909 'browser/dom_ui/options/add_startup_page_handler.h',
910 'browser/dom_ui/options/advanced_options_handler.cc',
911 'browser/dom_ui/options/advanced_options_handler.h',
912 'browser/dom_ui/options/advanced_options_utils.h',
913 'browser/dom_ui/options/advanced_options_utils_gtk.cc',
914 'browser/dom_ui/options/advanced_options_utils_mac.mm',
915 'browser/dom_ui/options/advanced_options_utils_win.cc',
916 'browser/dom_ui/options/autofill_options_handler.cc',
917 'browser/dom_ui/options/autofill_options_handler.h',
918 'browser/dom_ui/options/browser_options_handler.cc',
919 'browser/dom_ui/options/browser_options_handler.h',
920 'browser/dom_ui/options/certificate_manager_handler.cc',
921 'browser/dom_ui/options/certificate_manager_handler.h',
922 'browser/dom_ui/options/clear_browser_data_handler.cc',
923 'browser/dom_ui/options/clear_browser_data_handler.h',
924 'browser/dom_ui/options/content_settings_handler.cc',
925 'browser/dom_ui/options/content_settings_handler.h',
926 'browser/dom_ui/options/cookies_view_handler.cc',
927 'browser/dom_ui/options/cookies_view_handler.h',
928 'browser/dom_ui/options/core_options_handler.cc',
929 'browser/dom_ui/options/core_options_handler.h',
[email protected]1190b722010-12-11 02:15:51930 'browser/dom_ui/options/dom_options_util.cc',
931 'browser/dom_ui/options/dom_options_util.h',
[email protected]01709112010-10-01 19:34:07932 'browser/dom_ui/options/font_settings_handler.cc',
933 'browser/dom_ui/options/font_settings_handler.h',
934 'browser/dom_ui/options/font_settings_utils.h',
935 'browser/dom_ui/options/font_settings_utils_gtk.cc',
936 'browser/dom_ui/options/font_settings_utils_mac.mm',
937 'browser/dom_ui/options/font_settings_utils_win.cc',
938 'browser/dom_ui/options/import_data_handler.cc',
939 'browser/dom_ui/options/import_data_handler.h',
[email protected]ff8877e2011-01-19 20:47:03940 'browser/dom_ui/options/language_options_handler.cc',
941 'browser/dom_ui/options/language_options_handler.h',
[email protected]bc50a692011-02-08 07:07:06942 'browser/dom_ui/options/language_options_handler_common.cc',
943 'browser/dom_ui/options/language_options_handler_common.h',
[email protected]01709112010-10-01 19:34:07944 'browser/dom_ui/options/options_managed_banner_handler.cc',
945 'browser/dom_ui/options/options_managed_banner_handler.h',
946 'browser/dom_ui/options/options_ui.cc',
947 'browser/dom_ui/options/options_ui.h',
[email protected]161888b2010-12-13 23:25:50948 'browser/dom_ui/options/password_manager_handler.cc',
949 'browser/dom_ui/options/password_manager_handler.h',
[email protected]01709112010-10-01 19:34:07950 'browser/dom_ui/options/personal_options_handler.cc',
951 'browser/dom_ui/options/personal_options_handler.h',
[email protected]b01d95012010-12-09 19:34:55952 'browser/dom_ui/options/search_engine_manager_handler.cc',
953 'browser/dom_ui/options/search_engine_manager_handler.h',
[email protected]2cd4f8a2010-10-20 21:48:29954 'browser/dom_ui/options/stop_syncing_handler.cc',
955 'browser/dom_ui/options/stop_syncing_handler.h',
[email protected]83bfa0b2011-02-01 05:37:46956 'browser/dom_ui/plugins_ui.cc',
957 'browser/dom_ui/plugins_ui.h',
958 'browser/dom_ui/print_preview_handler.cc',
959 'browser/dom_ui/print_preview_handler.h',
960 'browser/dom_ui/print_preview_ui.cc',
961 'browser/dom_ui/print_preview_ui.h',
[email protected]eb15e24e2011-02-03 22:34:34962 'browser/dom_ui/print_preview_ui_html_source.cc',
963 'browser/dom_ui/print_preview_ui_html_source.h',
[email protected]83bfa0b2011-02-01 05:37:46964 'browser/dom_ui/remoting_ui.cc',
965 'browser/dom_ui/remoting_ui.h',
[email protected]755e1b732010-06-24 23:28:53966 'browser/dom_ui/shared_resources_data_source.cc',
967 'browser/dom_ui/shared_resources_data_source.h',
[email protected]83019902009-12-02 05:32:59968 'browser/dom_ui/shown_sections_handler.cc',
969 'browser/dom_ui/shown_sections_handler.h',
[email protected]a5353ba2010-06-21 22:55:48970 'browser/dom_ui/slideshow_ui.cc',
971 'browser/dom_ui/slideshow_ui.h',
[email protected]e0e4d722011-01-14 12:16:06972 'browser/dom_ui/sync_internals_html_source.cc',
973 'browser/dom_ui/sync_internals_html_source.h',
[email protected]e0e4d722011-01-14 12:16:06974 'browser/dom_ui/sync_internals_ui.cc',
975 'browser/dom_ui/sync_internals_ui.h',
[email protected]e79154a2010-10-27 21:58:02976 'browser/dom_ui/textfields_ui.cc',
977 'browser/dom_ui/textfields_ui.h',
[email protected]83019902009-12-02 05:32:59978 'browser/dom_ui/tips_handler.cc',
979 'browser/dom_ui/tips_handler.h',
[email protected]5edb9222010-08-18 00:23:29980 'browser/dom_ui/value_helper.cc',
981 'browser/dom_ui/value_helper.h',
[email protected]80a8fad2011-01-29 04:02:38982 'browser/dom_ui/web_ui_factory.cc',
983 'browser/dom_ui/web_ui_factory.h',
[email protected]e0813a392011-02-01 22:57:25984 'browser/dom_ui/web_ui_favicon_source.cc',
985 'browser/dom_ui/web_ui_favicon_source.h',
[email protected]41366f42011-01-28 02:56:42986 'browser/dom_ui/web_ui_screenshot_source.cc',
987 'browser/dom_ui/web_ui_screenshot_source.h',
[email protected]09408712011-02-02 12:02:22988 'browser/dom_ui/web_ui_theme_source.cc',
989 'browser/dom_ui/web_ui_theme_source.h',
[email protected]e0813a392011-02-01 22:57:25990 'browser/dom_ui/web_ui_thumbnail_source.cc',
991 'browser/dom_ui/web_ui_thumbnail_source.h',
[email protected]e82abf32011-01-31 23:12:49992 'browser/dom_ui/web_ui_util.cc',
993 'browser/dom_ui/web_ui_util.h',
[email protected]f15edeb2010-08-27 16:27:15994 'browser/download/base_file.cc',
995 'browser/download/base_file.h',
[email protected]cd448092010-12-06 23:49:13996 'browser/download/download_extensions.cc',
997 'browser/download/download_extensions.h',
[email protected]83019902009-12-02 05:32:59998 'browser/download/download_file.cc',
999 'browser/download/download_file.h',
[email protected]6c69796d2010-07-16 21:41:161000 'browser/download/download_file_manager.cc',
1001 'browser/download/download_file_manager.h',
[email protected]82f37b02010-07-29 22:04:571002 'browser/download/download_history.cc',
1003 'browser/download/download_history.h',
[email protected]6c69796d2010-07-16 21:41:161004 'browser/download/download_item.cc',
1005 'browser/download/download_item.h',
[email protected]83019902009-12-02 05:32:591006 'browser/download/download_item_model.cc',
1007 'browser/download/download_item_model.h',
1008 'browser/download/download_manager.cc',
1009 'browser/download/download_manager.h',
[email protected]e5dc4222010-08-30 22:16:321010 'browser/download/download_prefs.cc',
1011 'browser/download/download_prefs.h',
[email protected]83019902009-12-02 05:32:591012 'browser/download/download_request_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:461013 'browser/download/download_request_infobar_delegate.h',
[email protected]41291322010-07-15 17:09:011014 'browser/download/download_request_limiter.cc',
1015 'browser/download/download_request_limiter.h',
[email protected]83019902009-12-02 05:32:591016 'browser/download/download_shelf.cc',
1017 'browser/download/download_shelf.h',
1018 'browser/download/download_started_animation.h',
[email protected]073ed7b2010-09-27 09:20:021019 'browser/download/download_status_updater.cc',
1020 'browser/download/download_status_updater.h',
1021 'browser/download/download_status_updater_delegate.h',
[email protected]a0835ac2010-09-13 19:40:081022 'browser/download/download_types.cc',
[email protected]6c69796d2010-07-16 21:41:161023 'browser/download/download_types.h',
[email protected]83019902009-12-02 05:32:591024 'browser/download/download_util.cc',
1025 'browser/download/download_util.h',
[email protected]8af9d032010-02-10 00:00:321026 'browser/download/drag_download_file.cc',
1027 'browser/download/drag_download_file.h',
1028 'browser/download/drag_download_util.cc',
1029 'browser/download/drag_download_util.h',
[email protected]83019902009-12-02 05:32:591030 'browser/download/save_file.cc',
1031 'browser/download/save_file.h',
1032 'browser/download/save_file_manager.cc',
1033 'browser/download/save_file_manager.h',
1034 'browser/download/save_item.cc',
1035 'browser/download/save_item.h',
1036 'browser/download/save_package.cc',
1037 'browser/download/save_package.h',
[email protected]93aa89c72010-10-20 21:32:041038 'browser/download/save_types.cc',
[email protected]83019902009-12-02 05:32:591039 'browser/download/save_types.h',
[email protected]83bfa0b2011-02-01 05:37:461040 'browser/enumerate_modules_model_win.cc',
1041 'browser/enumerate_modules_model_win.h',
[email protected]83019902009-12-02 05:32:591042 'browser/extensions/convert_user_script.cc',
1043 'browser/extensions/convert_user_script.h',
[email protected]5ba5dab2010-11-18 02:31:041044 'browser/extensions/convert_web_app.cc',
1045 'browser/extensions/convert_web_app.h',
[email protected]83019902009-12-02 05:32:591046 'browser/extensions/crashed_extension_infobar.cc',
1047 'browser/extensions/crashed_extension_infobar.h',
1048 'browser/extensions/crx_installer.cc',
1049 'browser/extensions/crx_installer.h',
[email protected]ec5b50d2010-10-09 16:35:181050 'browser/extensions/default_apps.cc',
1051 'browser/extensions/default_apps.h',
[email protected]83bfa0b2011-02-01 05:37:461052 'browser/extensions/execute_code_in_tab_function.cc',
1053 'browser/extensions/execute_code_in_tab_function.h',
[email protected]5cbe1e22010-01-30 01:18:561054 'browser/extensions/extension_accessibility_api.cc',
1055 'browser/extensions/extension_accessibility_api.h',
1056 'browser/extensions/extension_accessibility_api_constants.cc',
1057 'browser/extensions/extension_accessibility_api_constants.h',
[email protected]9b071852010-04-02 06:45:311058 'browser/extensions/extension_bookmark_helpers.cc',
1059 'browser/extensions/extension_bookmark_helpers.h',
[email protected]83bfa0b2011-02-01 05:37:461060 'browser/extensions/extension_bookmark_manager_api.cc',
1061 'browser/extensions/extension_bookmark_manager_api.h',
[email protected]83019902009-12-02 05:32:591062 'browser/extensions/extension_bookmarks_module.cc',
1063 'browser/extensions/extension_bookmarks_module.h',
1064 'browser/extensions/extension_bookmarks_module_constants.cc',
1065 'browser/extensions/extension_bookmarks_module_constants.h',
1066 'browser/extensions/extension_browser_actions_api.cc',
1067 'browser/extensions/extension_browser_actions_api.h',
[email protected]83bfa0b2011-02-01 05:37:461068 'browser/extensions/extension_browser_event_router.cc',
1069 'browser/extensions/extension_browser_event_router.h',
[email protected]446255952010-03-17 20:41:581070 'browser/extensions/extension_clipboard_api.cc',
1071 'browser/extensions/extension_clipboard_api.h',
[email protected]2e3b5202010-03-23 06:52:411072 'browser/extensions/extension_context_menu_api.cc',
1073 'browser/extensions/extension_context_menu_api.h',
[email protected]7e9f4a82010-03-22 22:36:201074 'browser/extensions/extension_context_menu_model.cc',
1075 'browser/extensions/extension_context_menu_model.h',
[email protected]898bbd32010-05-18 18:52:291076 'browser/extensions/extension_cookies_api.cc',
1077 'browser/extensions/extension_cookies_api.h',
1078 'browser/extensions/extension_cookies_api_constants.cc',
1079 'browser/extensions/extension_cookies_api_constants.h',
1080 'browser/extensions/extension_cookies_helpers.cc',
1081 'browser/extensions/extension_cookies_helpers.h',
[email protected]83019902009-12-02 05:32:591082 'browser/extensions/extension_creator.cc',
1083 'browser/extensions/extension_creator.h',
[email protected]c10da4b02010-03-25 14:38:321084 'browser/extensions/extension_data_deleter.cc',
1085 'browser/extensions/extension_data_deleter.h',
[email protected]83019902009-12-02 05:32:591086 'browser/extensions/extension_devtools_bridge.cc',
1087 'browser/extensions/extension_devtools_bridge.h',
1088 'browser/extensions/extension_devtools_events.cc',
1089 'browser/extensions/extension_devtools_events.h',
1090 'browser/extensions/extension_devtools_manager.cc',
1091 'browser/extensions/extension_devtools_manager.h',
[email protected]83bfa0b2011-02-01 05:37:461092 'browser/extensions/extension_disabled_infobar_delegate.cc',
1093 'browser/extensions/extension_disabled_infobar_delegate.h',
[email protected]14a000d2010-04-29 21:44:241094 'browser/extensions/extension_error_reporter.cc',
1095 'browser/extensions/extension_error_reporter.h',
[email protected]83019902009-12-02 05:32:591096 'browser/extensions/extension_event_names.cc',
1097 'browser/extensions/extension_event_names.h',
[email protected]2c699652010-10-15 18:22:411098 'browser/extensions/extension_event_router.cc',
1099 'browser/extensions/extension_event_router.h',
[email protected]83019902009-12-02 05:32:591100 'browser/extensions/extension_function.cc',
1101 'browser/extensions/extension_function.h',
1102 'browser/extensions/extension_function_dispatcher.cc',
1103 'browser/extensions/extension_function_dispatcher.h',
1104 'browser/extensions/extension_history_api.cc',
1105 'browser/extensions/extension_history_api.h',
1106 'browser/extensions/extension_history_api_constants.cc',
1107 'browser/extensions/extension_history_api_constants.h',
1108 'browser/extensions/extension_host.cc',
1109 'browser/extensions/extension_host.h',
[email protected]cf390ea42009-12-09 04:14:021110 'browser/extensions/extension_host_mac.h',
1111 'browser/extensions/extension_host_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461112 'browser/extensions/extension_i18n_api.cc',
1113 'browser/extensions/extension_i18n_api.h',
[email protected]b671760b2010-07-15 21:13:471114 'browser/extensions/extension_icon_manager.cc',
1115 'browser/extensions/extension_icon_manager.h',
[email protected]f5205412010-03-16 00:19:341116 'browser/extensions/extension_idle_api.cc',
1117 'browser/extensions/extension_idle_api.h',
1118 'browser/extensions/extension_idle_api_constants.cc',
1119 'browser/extensions/extension_idle_api_constants.h',
[email protected]4361c7c2010-09-30 21:57:531120 'browser/extensions/extension_info_map.cc',
1121 'browser/extensions/extension_info_map.h',
[email protected]83bfa0b2011-02-01 05:37:461122 'browser/extensions/extension_infobar_delegate.cc',
1123 'browser/extensions/extension_infobar_delegate.h',
[email protected]f34e79632010-03-17 02:34:081124 'browser/extensions/extension_infobar_module.cc',
1125 'browser/extensions/extension_infobar_module.h',
1126 'browser/extensions/extension_infobar_module_constants.cc',
1127 'browser/extensions/extension_infobar_module_constants.h',
[email protected]d6833852010-08-20 18:00:451128 'browser/extensions/extension_input_api.cc',
1129 'browser/extensions/extension_input_api.h',
[email protected]83019902009-12-02 05:32:591130 'browser/extensions/extension_install_ui.cc',
1131 'browser/extensions/extension_install_ui.h',
[email protected]d05ef99c2011-02-01 21:38:161132 'browser/extensions/extension_io_event_router.cc',
1133 'browser/extensions/extension_io_event_router.h',
[email protected]cffd7892010-08-26 17:43:281134 'browser/extensions/extension_management_api.cc',
1135 'browser/extensions/extension_management_api.h',
[email protected]2e3b5202010-03-23 06:52:411136 'browser/extensions/extension_menu_manager.cc',
1137 'browser/extensions/extension_menu_manager.h',
[email protected]83019902009-12-02 05:32:591138 'browser/extensions/extension_message_service.cc',
1139 'browser/extensions/extension_message_service.h',
[email protected]438772df2010-02-26 18:08:431140 'browser/extensions/extension_metrics_module.cc',
1141 'browser/extensions/extension_metrics_module.h',
[email protected]a65882c2010-11-12 15:15:091142 'browser/extensions/extension_module.cc',
1143 'browser/extensions/extension_module.h',
[email protected]56ad3792010-05-28 17:45:331144 'browser/extensions/extension_omnibox_api.cc',
1145 'browser/extensions/extension_omnibox_api.h',
[email protected]83019902009-12-02 05:32:591146 'browser/extensions/extension_page_actions_module.cc',
1147 'browser/extensions/extension_page_actions_module.h',
1148 'browser/extensions/extension_page_actions_module_constants.cc',
1149 'browser/extensions/extension_page_actions_module_constants.h',
1150 'browser/extensions/extension_popup_api.cc',
1151 'browser/extensions/extension_popup_api.h',
[email protected]f2d1f612010-12-09 15:10:171152 'browser/extensions/extension_pref_store.cc',
[email protected]83bfa0b2011-02-01 05:37:461153 'browser/extensions/extension_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331154 'browser/extensions/extension_pref_value_map.cc',
[email protected]83bfa0b2011-02-01 05:37:461155 'browser/extensions/extension_pref_value_map.h',
[email protected]83019902009-12-02 05:32:591156 'browser/extensions/extension_prefs.cc',
1157 'browser/extensions/extension_prefs.h',
1158 'browser/extensions/extension_process_manager.cc',
1159 'browser/extensions/extension_process_manager.h',
[email protected]381162b2010-01-28 17:29:351160 'browser/extensions/extension_processes_api.cc',
1161 'browser/extensions/extension_processes_api.h',
1162 'browser/extensions/extension_processes_api_constants.cc',
1163 'browser/extensions/extension_processes_api_constants.h',
[email protected]83019902009-12-02 05:32:591164 'browser/extensions/extension_protocols.cc',
1165 'browser/extensions/extension_protocols.h',
[email protected]a9c23a52010-08-04 09:13:441166 'browser/extensions/extension_proxy_api.cc',
1167 'browser/extensions/extension_proxy_api.h',
[email protected]17d40f02010-07-01 01:18:061168 'browser/extensions/extension_rlz_module.cc',
1169 'browser/extensions/extension_rlz_module.h',
[email protected]eaa7dd182010-12-14 11:09:001170 'browser/extensions/extension_service.cc',
1171 'browser/extensions/extension_service.h',
[email protected]5afc7052010-09-29 16:50:581172 'browser/extensions/extension_sidebar_api.cc',
1173 'browser/extensions/extension_sidebar_api.h',
[email protected]83019902009-12-02 05:32:591174 'browser/extensions/extension_tabs_module.cc',
1175 'browser/extensions/extension_tabs_module.h',
1176 'browser/extensions/extension_tabs_module_constants.cc',
1177 'browser/extensions/extension_tabs_module_constants.h',
1178 'browser/extensions/extension_test_api.cc',
1179 'browser/extensions/extension_test_api.h',
[email protected]83bfa0b2011-02-01 05:37:461180 'browser/extensions/extension_toolbar_model.cc',
1181 'browser/extensions/extension_toolbar_model.h',
[email protected]8abe0a32010-08-12 00:40:221182 'browser/extensions/extension_tts_api.cc',
1183 'browser/extensions/extension_tts_api.h',
[email protected]0e6168792010-10-13 16:29:261184 'browser/extensions/extension_tts_api_chromeos.cc',
1185 'browser/extensions/extension_tts_api_linux.cc',
[email protected]22aa4b62010-09-02 17:19:461186 'browser/extensions/extension_tts_api_mac.mm',
[email protected]5686e182010-09-15 22:33:381187 'browser/extensions/extension_tts_api_util.cc',
1188 'browser/extensions/extension_tts_api_util.h',
[email protected]22aa4b62010-09-02 17:19:461189 'browser/extensions/extension_tts_api_win.cc',
[email protected]83019902009-12-02 05:32:591190 'browser/extensions/extension_updater.cc',
1191 'browser/extensions/extension_updater.h',
[email protected]8f9d4eb2011-02-05 01:39:101192 'browser/extensions/extension_web_ui.cc',
1193 'browser/extensions/extension_web_ui.h',
[email protected]d05ef99c2011-02-01 21:38:161194 'browser/extensions/extension_webrequest_api.cc',
1195 'browser/extensions/extension_webrequest_api.h',
[email protected]784688a62010-09-13 07:06:521196 'browser/extensions/extension_webnavigation_api.cc',
1197 'browser/extensions/extension_webnavigation_api.h',
[email protected]4c2f0d52010-09-02 07:32:321198 'browser/extensions/extension_webnavigation_api_constants.cc',
1199 'browser/extensions/extension_webnavigation_api_constants.h',
[email protected]83bfa0b2011-02-01 05:37:461200 'browser/extensions/extension_webrequest_api_constants.cc',
1201 'browser/extensions/extension_webrequest_api_constants.h',
[email protected]63cda0c2010-09-01 04:41:231202 'browser/extensions/extension_webstore_private_api.cc',
1203 'browser/extensions/extension_webstore_private_api.h',
[email protected]d13950e2009-12-04 01:43:021204 'browser/extensions/extensions_quota_service.cc',
1205 'browser/extensions/extensions_quota_service.h',
[email protected]6aeac8342010-10-01 20:21:181206 'browser/extensions/extensions_startup.cc',
1207 'browser/extensions/extensions_startup.h',
[email protected]83019902009-12-02 05:32:591208 'browser/extensions/extensions_ui.cc',
1209 'browser/extensions/extensions_ui.h',
[email protected]8e4560b62011-01-14 10:09:141210 'browser/extensions/external_extension_loader.cc',
1211 'browser/extensions/external_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461212 'browser/extensions/external_extension_provider_impl.cc',
1213 'browser/extensions/external_extension_provider_impl.h',
1214 'browser/extensions/external_extension_provider_interface.h',
[email protected]8e4560b62011-01-14 10:09:141215 'browser/extensions/external_policy_extension_loader.cc',
1216 'browser/extensions/external_policy_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461217 'browser/extensions/external_pref_extension_loader.cc',
1218 'browser/extensions/external_pref_extension_loader.h',
[email protected]8e4560b62011-01-14 10:09:141219 'browser/extensions/external_registry_extension_loader_win.cc',
1220 'browser/extensions/external_registry_extension_loader_win.h',
[email protected]83019902009-12-02 05:32:591221 'browser/extensions/file_reader.cc',
1222 'browser/extensions/file_reader.h',
1223 'browser/extensions/gtk_theme_installed_infobar_delegate.cc',
1224 'browser/extensions/gtk_theme_installed_infobar_delegate.h',
1225 'browser/extensions/image_loading_tracker.cc',
1226 'browser/extensions/image_loading_tracker.h',
[email protected]d5c40972011-02-09 02:12:091227 'browser/extensions/key_identifier_conversion_views.cc',
1228 'browser/extensions/key_identifier_conversion_views.h',
[email protected]83019902009-12-02 05:32:591229 'browser/extensions/pack_extension_job.cc',
1230 'browser/extensions/pack_extension_job.h',
1231 'browser/extensions/sandboxed_extension_unpacker.cc',
1232 'browser/extensions/sandboxed_extension_unpacker.h',
1233 'browser/extensions/theme_installed_infobar_delegate.cc',
1234 'browser/extensions/theme_installed_infobar_delegate.h',
1235 'browser/extensions/user_script_listener.cc',
1236 'browser/extensions/user_script_listener.h',
1237 'browser/extensions/user_script_master.cc',
1238 'browser/extensions/user_script_master.h',
1239 'browser/external_protocol_handler.cc',
1240 'browser/external_protocol_handler.h',
[email protected]4bdde602010-06-16 03:17:351241 'browser/external_tab_container_win.cc',
1242 'browser/external_tab_container_win.h',
[email protected]83019902009-12-02 05:32:591243 'browser/fav_icon_helper.cc',
1244 'browser/fav_icon_helper.h',
1245 'browser/favicon_service.cc',
1246 'browser/favicon_service.h',
[email protected]8ecad5e2010-12-02 21:18:331247 'browser/file_path_watcher/file_path_watcher.cc',
1248 'browser/file_path_watcher/file_path_watcher.h',
1249 'browser/file_path_watcher/file_path_watcher_inotify.cc',
1250 'browser/file_path_watcher/file_path_watcher_mac.cc',
1251 'browser/file_path_watcher/file_path_watcher_win.cc',
[email protected]ba70d082010-09-10 16:54:491252 'browser/file_select_helper.cc',
1253 'browser/file_select_helper.h',
[email protected]b7b82eb2010-12-14 01:12:121254 'browser/file_system/browser_file_system_helper.cc',
1255 'browser/file_system/browser_file_system_helper.h',
[email protected]2b06a992010-08-21 05:48:221256 'browser/file_system/file_system_dispatcher_host.cc',
1257 'browser/file_system/file_system_dispatcher_host.h',
[email protected]820735792010-07-29 23:40:011258 'browser/first_run/first_run.cc',
1259 'browser/first_run/first_run.h',
[email protected]83bfa0b2011-02-01 05:37:461260 'browser/first_run/first_run_gtk.cc',
[email protected]820735792010-07-29 23:40:011261 'browser/first_run/first_run_mac.mm',
1262 'browser/first_run/first_run_win.cc',
[email protected]83019902009-12-02 05:32:591263 'browser/fonts_languages_window.h',
[email protected]3c645372011-01-25 20:54:061264 'browser/fullscreen.h',
1265 'browser/fullscreen_linux.cc',
1266 'browser/fullscreen_mac.mm',
1267 'browser/fullscreen_win.cc',
[email protected]83019902009-12-02 05:32:591268 'browser/gears_integration.cc',
1269 'browser/gears_integration.h',
[email protected]8b96de122010-02-15 15:15:221270 'browser/geolocation/access_token_store.cc',
1271 'browser/geolocation/access_token_store.h',
[email protected]b7d6acc2011-02-03 11:01:501272 'browser/geolocation/arbitrator_dependency_factory.cc',
1273 'browser/geolocation/arbitrator_dependency_factory.h',
[email protected]d0ca28c2010-09-13 10:55:171274 'browser/geolocation/core_location_data_provider_mac.h',
1275 'browser/geolocation/core_location_data_provider_mac.mm',
1276 'browser/geolocation/core_location_provider_mac.h',
1277 'browser/geolocation/core_location_provider_mac.mm',
[email protected]38e08982010-10-22 17:28:431278 'browser/geolocation/device_data_provider.cc',
[email protected]4048ddb92010-01-28 12:24:241279 'browser/geolocation/device_data_provider.h',
1280 'browser/geolocation/empty_device_data_provider.cc',
1281 'browser/geolocation/empty_device_data_provider.h',
[email protected]d363f1632010-08-26 16:55:221282 'browser/geolocation/gateway_data_provider_common.cc',
1283 'browser/geolocation/gateway_data_provider_common.h',
[email protected]87996f62010-10-14 15:11:161284 'browser/geolocation/gateway_data_provider_linux.cc',
1285 'browser/geolocation/gateway_data_provider_linux.h',
[email protected]899fbcf02010-09-24 14:17:341286 'browser/geolocation/gateway_data_provider_win.cc',
1287 'browser/geolocation/gateway_data_provider_win.h',
[email protected]0aade3e2010-10-01 16:28:581288 'browser/geolocation/geolocation_content_settings_map.cc',
1289 'browser/geolocation/geolocation_content_settings_map.h',
[email protected]ffd0abd2010-12-14 17:45:501290 'browser/geolocation/geolocation_dispatcher_host.cc',
1291 'browser/geolocation/geolocation_dispatcher_host.h',
[email protected]0aade3e2010-10-01 16:28:581292 'browser/geolocation/geolocation_exceptions_table_model.cc',
1293 'browser/geolocation/geolocation_exceptions_table_model.h',
1294 'browser/geolocation/geolocation_observer.h',
[email protected]58c321d2010-02-19 12:11:281295 'browser/geolocation/geolocation_permission_context.cc',
1296 'browser/geolocation/geolocation_permission_context.h',
[email protected]e1d4edb2010-02-17 17:33:561297 'browser/geolocation/geolocation_prefs.cc',
[email protected]7c927b62010-02-24 09:54:131298 'browser/geolocation/geolocation_prefs.h',
[email protected]0aade3e2010-10-01 16:28:581299 'browser/geolocation/geolocation_provider.cc',
1300 'browser/geolocation/geolocation_provider.h',
[email protected]777a7b62010-05-11 13:28:161301 'browser/geolocation/geolocation_settings_state.cc',
1302 'browser/geolocation/geolocation_settings_state.h',
[email protected]a2fd492a2010-05-27 15:26:181303 'browser/geolocation/gps_location_provider_linux.cc',
1304 'browser/geolocation/gps_location_provider_linux.h',
1305 'browser/geolocation/libgps_2_38_wrapper_linux.cc',
1306 'browser/geolocation/libgps_2_94_wrapper_linux.cc',
1307 'browser/geolocation/libgps_wrapper_linux.cc',
1308 'browser/geolocation/libgps_wrapper_linux.h',
[email protected]8b96de122010-02-15 15:15:221309 'browser/geolocation/location_arbitrator.cc',
1310 'browser/geolocation/location_arbitrator.h',
[email protected]9732c032010-02-02 18:28:081311 'browser/geolocation/location_provider.cc',
1312 'browser/geolocation/location_provider.h',
[email protected]9732c032010-02-02 18:28:081313 'browser/geolocation/network_location_provider.cc',
1314 'browser/geolocation/network_location_provider.h',
1315 'browser/geolocation/network_location_request.cc',
1316 'browser/geolocation/network_location_request.h',
[email protected]41b5abb2010-02-25 10:15:231317 'browser/geolocation/osx_wifi.h',
[email protected]3cc2e592010-06-21 13:45:431318 'browser/geolocation/wifi_data_provider_chromeos.cc',
1319 'browser/geolocation/wifi_data_provider_chromeos.h',
[email protected]4048ddb92010-01-28 12:24:241320 'browser/geolocation/wifi_data_provider_common.cc',
1321 'browser/geolocation/wifi_data_provider_common.h',
1322 'browser/geolocation/wifi_data_provider_common_win.cc',
1323 'browser/geolocation/wifi_data_provider_common_win.h',
[email protected]83bfa0b2011-02-01 05:37:461324 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
[email protected]4048ddb92010-01-28 12:24:241325 'browser/geolocation/wifi_data_provider_linux.cc',
1326 'browser/geolocation/wifi_data_provider_linux.h',
1327 'browser/geolocation/wifi_data_provider_mac.cc',
1328 'browser/geolocation/wifi_data_provider_mac.h',
1329 'browser/geolocation/wifi_data_provider_win.cc',
1330 'browser/geolocation/wifi_data_provider_win.h',
[email protected]04d75b6f2010-08-17 11:38:401331 'browser/geolocation/win7_location_api_win.cc',
1332 'browser/geolocation/win7_location_api_win.h',
1333 'browser/geolocation/win7_location_provider_win.cc',
1334 'browser/geolocation/win7_location_provider_win.h',
[email protected]83bfa0b2011-02-01 05:37:461335 'browser/global_keyboard_shortcuts_mac.h',
1336 'browser/global_keyboard_shortcuts_mac.mm',
[email protected]f7578f52010-08-30 22:22:491337 'browser/google/google_update.cc',
1338 'browser/google/google_update.h',
1339 'browser/google/google_update_settings_posix.cc',
1340 'browser/google/google_url_tracker.cc',
1341 'browser/google/google_url_tracker.h',
1342 'browser/google/google_util.cc',
1343 'browser/google/google_util.h',
[email protected]2efc31182010-12-11 21:07:181344 'browser/gpu_blacklist.cc',
1345 'browser/gpu_blacklist.h',
[email protected]c0fc0942010-01-13 00:55:371346 'browser/gpu_process_host.cc',
1347 'browser/gpu_process_host.h',
[email protected]1082b1d2010-03-30 00:31:221348 'browser/gpu_process_host_ui_shim.cc',
1349 'browser/gpu_process_host_ui_shim.h',
[email protected]83019902009-12-02 05:32:591350 'browser/hang_monitor/hung_plugin_action.cc',
1351 'browser/hang_monitor/hung_plugin_action.h',
1352 'browser/hang_monitor/hung_window_detector.cc',
1353 'browser/hang_monitor/hung_window_detector.h',
1354 'browser/history/archived_database.cc',
1355 'browser/history/archived_database.h',
[email protected]83bfa0b2011-02-01 05:37:461356 'browser/history/download_create_info.cc',
1357 'browser/history/download_create_info.h',
[email protected]83019902009-12-02 05:32:591358 'browser/history/download_database.cc',
1359 'browser/history/download_database.h',
[email protected]83019902009-12-02 05:32:591360 'browser/history/expire_history_backend.cc',
1361 'browser/history/expire_history_backend.h',
1362 'browser/history/history.cc',
1363 'browser/history/history.h',
1364 'browser/history/history_backend.cc',
1365 'browser/history/history_backend.h',
1366 'browser/history/history_database.cc',
1367 'browser/history/history_database.h',
1368 'browser/history/history_marshaling.h',
[email protected]93aa89c72010-10-20 21:32:041369 'browser/history/history_notifications.cc',
[email protected]83019902009-12-02 05:32:591370 'browser/history/history_notifications.h',
1371 'browser/history/history_publisher.cc',
1372 'browser/history/history_publisher.h',
1373 'browser/history/history_publisher_none.cc',
1374 'browser/history/history_publisher_win.cc',
1375 'browser/history/history_types.cc',
1376 'browser/history/history_types.h',
1377 'browser/history/in_memory_database.cc',
1378 'browser/history/in_memory_database.h',
1379 'browser/history/in_memory_history_backend.cc',
1380 'browser/history/in_memory_history_backend.h',
[email protected]279a25f2010-07-01 18:13:221381 'browser/history/in_memory_url_index.cc',
1382 'browser/history/in_memory_url_index.h',
[email protected]83019902009-12-02 05:32:591383 'browser/history/page_usage_data.cc',
1384 'browser/history/page_usage_data.h',
1385 'browser/history/query_parser.cc',
1386 'browser/history/query_parser.h',
1387 'browser/history/snippet.cc',
1388 'browser/history/snippet.h',
1389 'browser/history/starred_url_database.cc',
1390 'browser/history/starred_url_database.h',
1391 'browser/history/text_database.cc',
1392 'browser/history/text_database.h',
1393 'browser/history/text_database_manager.cc',
1394 'browser/history/text_database_manager.h',
1395 'browser/history/thumbnail_database.cc',
1396 'browser/history/thumbnail_database.h',
1397 'browser/history/top_sites.cc',
[email protected]809cc4d2010-10-27 15:22:541398 'browser/history/top_sites.h',
1399 'browser/history/top_sites_backend.cc',
1400 'browser/history/top_sites_backend.h',
1401 'browser/history/top_sites_cache.cc',
1402 'browser/history/top_sites_cache.h',
[email protected]69489472010-06-01 17:23:561403 'browser/history/top_sites_database.cc',
[email protected]809cc4d2010-10-27 15:22:541404 'browser/history/top_sites_database.h',
[email protected]83019902009-12-02 05:32:591405 'browser/history/url_database.cc',
1406 'browser/history/url_database.h',
1407 'browser/history/visit_database.cc',
1408 'browser/history/visit_database.h',
1409 'browser/history/visit_tracker.cc',
1410 'browser/history/visit_tracker.h',
1411 'browser/history/visitsegment_database.cc',
1412 'browser/history/visitsegment_database.h',
[email protected]40bd6582009-12-04 23:49:511413 'browser/host_zoom_map.cc',
1414 'browser/host_zoom_map.h',
[email protected]83019902009-12-02 05:32:591415 'browser/hung_renderer_dialog.h',
[email protected]83019902009-12-02 05:32:591416 'browser/icon_loader.cc',
[email protected]83bfa0b2011-02-01 05:37:461417 'browser/icon_loader.h',
[email protected]83019902009-12-02 05:32:591418 'browser/icon_loader_linux.cc',
1419 'browser/icon_loader_mac.mm',
1420 'browser/icon_loader_win.cc',
1421 'browser/icon_manager.cc',
1422 'browser/icon_manager.h',
1423 'browser/icon_manager_linux.cc',
1424 'browser/icon_manager_mac.mm',
1425 'browser/icon_manager_win.cc',
[email protected]f5205412010-03-16 00:19:341426 'browser/idle_linux.cc',
[email protected]3c645372011-01-25 20:54:061427 'browser/idle_mac.mm',
[email protected]f5205412010-03-16 00:19:341428 'browser/idle_win.cc',
[email protected]83019902009-12-02 05:32:591429 'browser/ime_input.cc',
1430 'browser/ime_input.h',
1431 'browser/importer/firefox2_importer.cc',
1432 'browser/importer/firefox2_importer.h',
1433 'browser/importer/firefox3_importer.cc',
1434 'browser/importer/firefox3_importer.h',
1435 'browser/importer/firefox_importer_utils.cc',
[email protected]83bfa0b2011-02-01 05:37:461436 'browser/importer/firefox_importer_utils.h',
[email protected]83019902009-12-02 05:32:591437 'browser/importer/firefox_importer_utils_linux.cc',
1438 'browser/importer/firefox_importer_utils_mac.mm',
1439 'browser/importer/firefox_importer_utils_win.cc',
[email protected]83019902009-12-02 05:32:591440 'browser/importer/firefox_profile_lock.cc',
1441 'browser/importer/firefox_profile_lock.h',
1442 'browser/importer/firefox_profile_lock_posix.cc',
1443 'browser/importer/firefox_profile_lock_win.cc',
[email protected]4200a2082010-04-27 23:19:471444 'browser/importer/firefox_proxy_settings.cc',
1445 'browser/importer/firefox_proxy_settings.h',
[email protected]83019902009-12-02 05:32:591446 'browser/importer/ie_importer.cc',
1447 'browser/importer/ie_importer.h',
1448 'browser/importer/importer.cc',
1449 'browser/importer/importer.h',
1450 'browser/importer/importer_bridge.cc',
1451 'browser/importer/importer_bridge.h',
[email protected]20f0487a2010-09-30 20:06:301452 'browser/importer/importer_data_types.cc',
[email protected]95940f102010-05-20 19:25:351453 'browser/importer/importer_data_types.h',
[email protected]83019902009-12-02 05:32:591454 'browser/importer/importer_list.cc',
1455 'browser/importer/importer_list.h',
[email protected]7a4de7a62010-08-17 18:38:241456 'browser/importer/importer_messages.cc',
[email protected]89cfc19d2010-06-04 15:36:351457 'browser/importer/importer_messages.h',
1458 'browser/importer/importer_messages_internal.h',
[email protected]83019902009-12-02 05:32:591459 'browser/importer/mork_reader.cc',
1460 'browser/importer/mork_reader.h',
1461 'browser/importer/nss_decryptor.cc',
1462 'browser/importer/nss_decryptor.h',
[email protected]83019902009-12-02 05:32:591463 'browser/importer/nss_decryptor_mac.h',
1464 'browser/importer/nss_decryptor_mac.mm',
[email protected]ca9b7dd2010-02-24 23:40:301465 'browser/importer/nss_decryptor_system_nss.cc',
1466 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:591467 'browser/importer/nss_decryptor_win.cc',
1468 'browser/importer/nss_decryptor_win.h',
[email protected]7fe8c5d2010-05-14 18:06:591469 'browser/importer/profile_writer.cc',
1470 'browser/importer/profile_writer.h',
[email protected]83019902009-12-02 05:32:591471 'browser/importer/safari_importer.h',
1472 'browser/importer/safari_importer.mm',
1473 'browser/importer/toolbar_importer.cc',
1474 'browser/importer/toolbar_importer.h',
1475 'browser/in_process_webkit/browser_webkitclient_impl.cc',
1476 'browser/in_process_webkit/browser_webkitclient_impl.h',
[email protected]61e7dec2010-01-05 21:44:371477 'browser/in_process_webkit/dom_storage_area.cc',
1478 'browser/in_process_webkit/dom_storage_area.h',
[email protected]83019902009-12-02 05:32:591479 'browser/in_process_webkit/dom_storage_context.cc',
1480 'browser/in_process_webkit/dom_storage_context.h',
[email protected]56879f932010-12-13 21:05:371481 'browser/in_process_webkit/dom_storage_message_filter.cc',
1482 'browser/in_process_webkit/dom_storage_message_filter.h',
[email protected]61e7dec2010-01-05 21:44:371483 'browser/in_process_webkit/dom_storage_namespace.cc',
1484 'browser/in_process_webkit/dom_storage_namespace.h',
[email protected]38e08982010-10-22 17:28:431485 'browser/in_process_webkit/indexed_db_callbacks.cc',
[email protected]70c19a932010-05-14 12:59:111486 'browser/in_process_webkit/indexed_db_callbacks.h',
1487 'browser/in_process_webkit/indexed_db_context.cc',
1488 'browser/in_process_webkit/indexed_db_context.h',
1489 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
1490 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
[email protected]50114e82010-08-26 09:50:391491 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
1492 'browser/in_process_webkit/indexed_db_key_utility_client.h',
[email protected]6ee12c42010-09-14 09:36:071493 'browser/in_process_webkit/session_storage_namespace.cc',
1494 'browser/in_process_webkit/session_storage_namespace.h',
[email protected]83019902009-12-02 05:32:591495 'browser/in_process_webkit/webkit_context.cc',
1496 'browser/in_process_webkit/webkit_context.h',
1497 'browser/in_process_webkit/webkit_thread.cc',
1498 'browser/in_process_webkit/webkit_thread.h',
[email protected]6b723f82010-10-05 20:14:271499 'browser/instant/instant_commit_type.h',
[email protected]018cbb22010-10-11 22:32:091500 'browser/instant/instant_confirm_dialog.cc',
1501 'browser/instant/instant_confirm_dialog.h',
[email protected]6b723f82010-10-05 20:14:271502 'browser/instant/instant_controller.cc',
1503 'browser/instant/instant_controller.h',
1504 'browser/instant/instant_delegate.h',
1505 'browser/instant/instant_loader.cc',
1506 'browser/instant/instant_loader.h',
1507 'browser/instant/instant_loader_delegate.h',
1508 'browser/instant/instant_loader_manager.cc',
1509 'browser/instant/instant_loader_manager.h',
[email protected]5aab5e22010-12-08 22:13:291510 'browser/instant/instant_unload_handler.cc',
1511 'browser/instant/instant_unload_handler.h',
[email protected]7e03e812010-11-15 23:01:011512 'browser/instant/promo_counter.cc',
1513 'browser/instant/promo_counter.h',
[email protected]c4ff4952010-01-08 19:12:471514 'browser/intranet_redirect_detector.cc',
1515 'browser/intranet_redirect_detector.h',
[email protected]0ac83682010-01-22 17:46:271516 'browser/io_thread.cc',
1517 'browser/io_thread.h',
[email protected]83019902009-12-02 05:32:591518 'browser/jankometer.cc',
1519 'browser/jankometer.h',
[email protected]83bfa0b2011-02-01 05:37:461520 'browser/jankometer_mac.cc',
[email protected]11fb5e52010-06-23 00:58:481521 'browser/jumplist_win.cc',
1522 'browser/jumplist_win.h',
[email protected]83019902009-12-02 05:32:591523 'browser/keychain_mac.cc',
1524 'browser/keychain_mac.h',
1525 'browser/language_combobox_model.cc',
1526 'browser/language_combobox_model.h',
1527 'browser/language_order_table_model.cc',
1528 'browser/language_order_table_model.h',
[email protected]0865c1342011-01-28 20:29:371529 'browser/load_from_memory_cache_details.cc',
[email protected]83019902009-12-02 05:32:591530 'browser/load_from_memory_cache_details.h',
1531 'browser/load_notification_details.h',
[email protected]b2e8e082009-12-21 17:44:201532 'browser/mach_broker_mac.cc',
1533 'browser/mach_broker_mac.h',
[email protected]83019902009-12-02 05:32:591534 'browser/memory_details.cc',
[email protected]83bfa0b2011-02-01 05:37:461535 'browser/memory_details.h',
[email protected]83019902009-12-02 05:32:591536 'browser/memory_details_linux.cc',
1537 'browser/memory_details_mac.cc',
1538 'browser/memory_details_win.cc',
[email protected]83019902009-12-02 05:32:591539 'browser/memory_purger.cc',
1540 'browser/memory_purger.h',
[email protected]7c927b62010-02-24 09:54:131541 'browser/metrics/histogram_synchronizer.cc',
1542 'browser/metrics/histogram_synchronizer.h',
[email protected]83019902009-12-02 05:32:591543 'browser/metrics/metric_event_duration_details.h',
1544 'browser/metrics/metrics_log.cc',
1545 'browser/metrics/metrics_log.h',
1546 'browser/metrics/metrics_response.cc',
1547 'browser/metrics/metrics_response.h',
1548 'browser/metrics/metrics_service.cc',
1549 'browser/metrics/metrics_service.h',
1550 'browser/metrics/user_metrics.cc',
1551 'browser/metrics/user_metrics.h',
[email protected]9f547bf2010-12-13 17:00:421552 'browser/mime_registry_message_filter.cc',
1553 'browser/mime_registry_message_filter.h',
[email protected]83019902009-12-02 05:32:591554 'browser/modal_html_dialog_delegate.cc',
1555 'browser/modal_html_dialog_delegate.h',
[email protected]4bdde602010-06-16 03:17:351556 'browser/nacl_host/nacl_broker_host_win.cc',
1557 'browser/nacl_host/nacl_broker_host_win.h',
1558 'browser/nacl_host/nacl_broker_service_win.cc',
1559 'browser/nacl_host/nacl_broker_service_win.h',
[email protected]e15a4fa2010-02-11 23:09:291560 'browser/nacl_host/nacl_process_host.cc',
1561 'browser/nacl_host/nacl_process_host.h',
[email protected]81070042010-08-31 02:42:361562 'browser/net/blob_url_request_job_factory.cc',
1563 'browser/net/blob_url_request_job_factory.h',
[email protected]83019902009-12-02 05:32:591564 'browser/net/browser_url_util.cc',
1565 'browser/net/browser_url_util.h',
[email protected]0f7066e2010-03-25 08:31:471566 'browser/net/chrome_cookie_notification_details.h',
[email protected]34602282010-02-03 22:14:151567 'browser/net/chrome_cookie_policy.cc',
1568 'browser/net/chrome_cookie_policy.h',
[email protected]83bfa0b2011-02-01 05:37:461569 'browser/net/chrome_dns_cert_provenance_checker.cc',
1570 'browser/net/chrome_dns_cert_provenance_checker.h',
1571 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1572 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
[email protected]9e743cd2010-03-16 07:03:531573 'browser/net/chrome_net_log.cc',
1574 'browser/net/chrome_net_log.h',
[email protected]ac039522010-06-15 16:39:441575 'browser/net/chrome_network_delegate.cc',
1576 'browser/net/chrome_network_delegate.h',
[email protected]83019902009-12-02 05:32:591577 'browser/net/chrome_url_request_context.cc',
1578 'browser/net/chrome_url_request_context.h',
[email protected]c5629c32010-06-23 01:22:431579 'browser/net/connect_interceptor.cc',
1580 'browser/net/connect_interceptor.h',
[email protected]483bf122010-05-04 20:41:241581 'browser/net/connection_tester.cc',
1582 'browser/net/connection_tester.h',
[email protected]8fbe7992011-02-08 03:29:351583 'browser/net/file_system_url_request_job_factory.cc',
1584 'browser/net/file_system_url_request_job_factory.h',
[email protected]8e4c29612010-07-14 01:24:451585 'browser/net/gaia/token_service.cc',
1586 'browser/net/gaia/token_service.h',
[email protected]e25e9552010-07-16 08:25:411587 'browser/net/load_timing_observer.cc',
1588 'browser/net/load_timing_observer.h',
[email protected]83019902009-12-02 05:32:591589 'browser/net/metadata_url_request.cc',
1590 'browser/net/metadata_url_request.h',
[email protected]93190352010-08-13 13:55:101591 'browser/net/net_log_logger.cc',
1592 'browser/net/net_log_logger.h',
[email protected]dd830072010-10-05 09:32:441593 'browser/net/net_pref_observer.cc',
1594 'browser/net/net_pref_observer.h',
[email protected]9e743cd2010-03-16 07:03:531595 'browser/net/passive_log_collector.cc',
1596 'browser/net/passive_log_collector.h',
[email protected]760d970a2010-05-18 00:39:181597 'browser/net/preconnect.cc',
1598 'browser/net/preconnect.h',
[email protected]3530cd92010-06-27 06:22:011599 'browser/net/predictor.cc',
1600 'browser/net/predictor.h',
1601 'browser/net/predictor_api.cc',
1602 'browser/net/predictor_api.h',
[email protected]cc5bfd42010-11-24 14:44:021603 'browser/net/pref_proxy_config_service.cc',
1604 'browser/net/pref_proxy_config_service.h',
[email protected]83019902009-12-02 05:32:591605 'browser/net/referrer.cc',
1606 'browser/net/referrer.h',
1607 'browser/net/resolve_proxy_msg_helper.cc',
1608 'browser/net/resolve_proxy_msg_helper.h',
1609 'browser/net/sdch_dictionary_fetcher.cc',
1610 'browser/net/sdch_dictionary_fetcher.h',
[email protected]5490bb982010-09-14 13:40:541611 'browser/net/service_providers_win.cc',
1612 'browser/net/service_providers_win.h',
[email protected]83019902009-12-02 05:32:591613 'browser/net/sqlite_persistent_cookie_store.cc',
1614 'browser/net/sqlite_persistent_cookie_store.h',
1615 'browser/net/ssl_config_service_manager.h',
[email protected]ac1ada52010-10-28 19:26:001616 'browser/net/ssl_config_service_manager_pref.cc',
1617 'browser/net/ssl_config_service_manager_system.cc',
[email protected]83019902009-12-02 05:32:591618 'browser/net/url_fixer_upper.cc',
1619 'browser/net/url_fixer_upper.h',
[email protected]3530cd92010-06-27 06:22:011620 'browser/net/url_info.cc',
1621 'browser/net/url_info.h',
[email protected]83019902009-12-02 05:32:591622 'browser/net/url_request_failed_dns_job.cc',
1623 'browser/net/url_request_failed_dns_job.h',
1624 # TODO: These should be moved to test_support (see below), but
1625 # are currently used by production code in automation_provider.cc.
1626 'browser/net/url_request_mock_http_job.cc',
1627 'browser/net/url_request_mock_http_job.h',
1628 'browser/net/url_request_mock_link_doctor_job.cc',
1629 'browser/net/url_request_mock_link_doctor_job.h',
1630 'browser/net/url_request_mock_util.cc',
1631 'browser/net/url_request_mock_util.h',
1632 'browser/net/url_request_slow_download_job.cc',
1633 'browser/net/url_request_slow_download_job.h',
1634 'browser/net/url_request_slow_http_job.cc',
1635 'browser/net/url_request_slow_http_job.h',
1636 'browser/net/url_request_tracking.cc',
1637 'browser/net/url_request_tracking.h',
[email protected]af5610352010-10-08 18:12:091638 'browser/net/view_blob_internals_job_factory.cc',
1639 'browser/net/view_blob_internals_job_factory.h',
[email protected]6e76d8d2010-05-10 23:13:561640 'browser/net/view_http_cache_job_factory.cc',
1641 'browser/net/view_http_cache_job_factory.h',
[email protected]83019902009-12-02 05:32:591642 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1643 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1644 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1645 'browser/net/websocket_experiment/websocket_experiment_task.h',
1646 'browser/notifications/balloon.cc',
1647 'browser/notifications/balloon.h',
1648 'browser/notifications/balloon_collection.cc',
1649 'browser/notifications/balloon_collection.h',
[email protected]24c5013f2010-11-19 22:21:081650 'browser/notifications/balloon_collection_base.cc',
1651 'browser/notifications/balloon_collection_base.h',
[email protected]7caf730c2011-02-01 18:35:081652 'browser/notifications/balloon_collection_impl.cc',
[email protected]83f22072010-03-02 23:47:091653 'browser/notifications/balloon_collection_impl.h',
[email protected]83019902009-12-02 05:32:591654 'browser/notifications/balloon_collection_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461655 'browser/notifications/balloon_collection_mac.mm',
1656 'browser/notifications/balloon_collection_win.cc',
1657 'browser/notifications/balloon_host.cc',
1658 'browser/notifications/balloon_host.h',
[email protected]83019902009-12-02 05:32:591659 'browser/notifications/desktop_notification_service.cc',
1660 'browser/notifications/desktop_notification_service.h',
[email protected]93aa89c72010-10-20 21:32:041661 'browser/notifications/notification.cc',
[email protected]83019902009-12-02 05:32:591662 'browser/notifications/notification.h',
[email protected]3b845752010-03-17 01:19:061663 'browser/notifications/notification_delegate.h',
[email protected]70cb9fa2010-07-01 20:10:451664 'browser/notifications/notification_exceptions_table_model.cc',
1665 'browser/notifications/notification_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591666 'browser/notifications/notification_object_proxy.cc',
1667 'browser/notifications/notification_object_proxy.h',
[email protected]f895131a2010-07-23 05:36:021668 'browser/notifications/notification_options_menu_model.cc',
1669 'browser/notifications/notification_options_menu_model.h',
[email protected]83019902009-12-02 05:32:591670 'browser/notifications/notification_ui_manager.cc',
1671 'browser/notifications/notification_ui_manager.h',
1672 'browser/notifications/notifications_prefs_cache.cc',
1673 'browser/notifications/notifications_prefs_cache.h',
1674 'browser/ntp_background_util.cc',
1675 'browser/ntp_background_util.h',
1676 'browser/omnibox_search_hint.cc',
1677 'browser/omnibox_search_hint.h',
[email protected]5ac20162010-11-24 23:33:111678 'browser/oom_priority_manager.cc',
1679 'browser/oom_priority_manager.h',
[email protected]83019902009-12-02 05:32:591680 'browser/page_info_model.cc',
1681 'browser/page_info_model.h',
[email protected]83bfa0b2011-02-01 05:37:461682 'browser/parsers/metadata_parser.cc',
[email protected]83019902009-12-02 05:32:591683 'browser/parsers/metadata_parser.h',
1684 'browser/parsers/metadata_parser_factory.h',
1685 'browser/parsers/metadata_parser_filebase.cc',
1686 'browser/parsers/metadata_parser_filebase.h',
1687 'browser/parsers/metadata_parser_jpeg.cc',
1688 'browser/parsers/metadata_parser_jpeg.h',
1689 'browser/parsers/metadata_parser_jpeg_factory.cc',
1690 'browser/parsers/metadata_parser_jpeg_factory.h',
1691 'browser/parsers/metadata_parser_manager.cc',
1692 'browser/parsers/metadata_parser_manager.h',
[email protected]7f58b022010-06-16 21:33:161693 'browser/password_manager/encryptor.h',
[email protected]83019902009-12-02 05:32:591694 'browser/password_manager/encryptor_linux.cc',
1695 'browser/password_manager/encryptor_mac.mm',
[email protected]ecbf2892010-07-16 01:51:451696 'browser/password_manager/encryptor_password_mac.h',
1697 'browser/password_manager/encryptor_password_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461698 'browser/password_manager/encryptor_win.cc',
[email protected]83019902009-12-02 05:32:591699 'browser/password_manager/ie7_password.cc',
1700 'browser/password_manager/ie7_password.h',
[email protected]7f58b022010-06-16 21:33:161701 'browser/password_manager/login_database.cc',
1702 'browser/password_manager/login_database.h',
[email protected]83019902009-12-02 05:32:591703 'browser/password_manager/login_database_mac.cc',
[email protected]ec44cd52010-04-05 22:30:471704 'browser/password_manager/login_database_posix.cc',
1705 'browser/password_manager/login_database_win.cc',
[email protected]7f58b022010-06-16 21:33:161706 'browser/password_manager/native_backend_gnome_x.cc',
1707 'browser/password_manager/native_backend_gnome_x.h',
1708 'browser/password_manager/native_backend_kwallet_x.cc',
1709 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]83019902009-12-02 05:32:591710 'browser/password_manager/password_form_manager.cc',
1711 'browser/password_manager/password_form_manager.h',
1712 'browser/password_manager/password_manager.cc',
1713 'browser/password_manager/password_manager.h',
1714 'browser/password_manager/password_store.cc',
1715 'browser/password_manager/password_store.h',
1716 'browser/password_manager/password_store_default.cc',
1717 'browser/password_manager/password_store_default.h',
[email protected]83019902009-12-02 05:32:591718 'browser/password_manager/password_store_mac.cc',
[email protected]7f58b022010-06-16 21:33:161719 'browser/password_manager/password_store_mac.h',
1720 'browser/password_manager/password_store_mac_internal.h',
[email protected]83019902009-12-02 05:32:591721 'browser/password_manager/password_store_win.cc',
[email protected]7f58b022010-06-16 21:33:161722 'browser/password_manager/password_store_win.h',
1723 'browser/password_manager/password_store_x.cc',
1724 'browser/password_manager/password_store_x.h',
[email protected]3c9e1872010-11-18 16:17:491725 'browser/password_manager_delegate_impl.cc',
1726 'browser/password_manager_delegate_impl.h',
[email protected]83bfa0b2011-02-01 05:37:461727 'browser/pdf_unsupported_feature.cc',
1728 'browser/pdf_unsupported_feature.h',
[email protected]14a000d2010-04-29 21:44:241729 'browser/platform_util.h',
[email protected]14a000d2010-04-29 21:44:241730 'browser/platform_util_chromeos.cc',
1731 'browser/platform_util_common_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461732 'browser/platform_util_linux.cc',
[email protected]14a000d2010-04-29 21:44:241733 'browser/platform_util_mac.mm',
1734 'browser/platform_util_win.cc',
[email protected]8b8a554d2010-11-18 13:26:401735 'browser/plugin_data_remover.cc',
1736 'browser/plugin_data_remover.h',
[email protected]09d81f82010-12-15 16:46:421737 'browser/plugin_data_remover_helper.cc',
1738 'browser/plugin_data_remover_helper.h',
[email protected]fd3ad512010-09-25 14:08:511739 'browser/plugin_download_helper.cc',
1740 'browser/plugin_download_helper.h',
[email protected]56f1a6ba2010-09-09 13:40:401741 'browser/plugin_exceptions_table_model.cc',
1742 'browser/plugin_exceptions_table_model.h',
[email protected]f4f50ef2011-01-21 19:01:191743 'browser/plugin_installer_infobar_delegate.cc',
1744 'browser/plugin_installer_infobar_delegate.h',
[email protected]67c052e2011-01-31 16:33:581745 'browser/plugin_observer.cc',
1746 'browser/plugin_observer.h',
[email protected]83019902009-12-02 05:32:591747 'browser/plugin_process_host.cc',
1748 'browser/plugin_process_host.h',
1749 'browser/plugin_process_host_mac.cc',
1750 'browser/plugin_service.cc',
1751 'browser/plugin_service.h',
[email protected]0a8b1e22010-07-02 09:31:111752 'browser/plugin_updater.cc',
1753 'browser/plugin_updater.h',
[email protected]ba99ca22010-12-09 13:53:181754 'browser/policy/asynchronous_policy_loader.cc',
1755 'browser/policy/asynchronous_policy_loader.h',
1756 'browser/policy/asynchronous_policy_provider.cc',
1757 'browser/policy/asynchronous_policy_provider.h',
[email protected]99178112010-08-09 23:36:041758 'browser/policy/config_dir_policy_provider.cc',
1759 'browser/policy/config_dir_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351760 'browser/policy/configuration_policy_loader_win.cc',
1761 'browser/policy/configuration_policy_loader_win.h',
[email protected]99178112010-08-09 23:36:041762 'browser/policy/configuration_policy_pref_store.cc',
1763 'browser/policy/configuration_policy_pref_store.h',
1764 'browser/policy/configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041765 'browser/policy/configuration_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351766 'browser/policy/configuration_policy_provider_delegate_win.cc',
1767 'browser/policy/configuration_policy_provider_delegate_win.h',
[email protected]f2a893c2011-01-05 09:38:071768 'browser/policy/configuration_policy_provider_keeper.cc',
1769 'browser/policy/configuration_policy_provider_keeper.h',
[email protected]99178112010-08-09 23:36:041770 'browser/policy/configuration_policy_provider_mac.cc',
1771 'browser/policy/configuration_policy_provider_mac.h',
1772 'browser/policy/configuration_policy_provider_win.cc',
1773 'browser/policy/configuration_policy_provider_win.h',
[email protected]12a3c022010-11-03 10:24:111774 'browser/policy/configuration_policy_store_interface.h',
[email protected]2a87dce2010-10-29 09:20:031775 'browser/policy/device_management_backend.h',
[email protected]bb58e6e2010-11-03 14:40:441776 'browser/policy/device_management_backend_impl.cc',
1777 'browser/policy/device_management_backend_impl.h',
[email protected]03692032010-11-05 16:31:381778 'browser/policy/device_management_policy_cache.cc',
1779 'browser/policy/device_management_policy_cache.h',
[email protected]ffe2d332010-11-09 13:08:291780 'browser/policy/device_management_policy_provider.cc',
1781 'browser/policy/device_management_policy_provider.h',
[email protected]83bfa0b2011-02-01 05:37:461782 'browser/policy/device_management_service.cc',
1783 'browser/policy/device_management_service.h',
[email protected]2a87dce2010-10-29 09:20:031784 'browser/policy/device_token_fetcher.cc',
1785 'browser/policy/device_token_fetcher.h',
[email protected]1e605472010-12-16 21:41:401786 'browser/policy/dummy_configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041787 'browser/policy/dummy_configuration_policy_provider.h',
[email protected]ba99ca22010-12-09 13:53:181788 'browser/policy/file_based_policy_loader.cc',
1789 'browser/policy/file_based_policy_loader.h',
[email protected]7c597232010-10-29 13:09:551790 'browser/policy/file_based_policy_provider.cc',
1791 'browser/policy/file_based_policy_provider.h',
[email protected]37858e52010-08-26 00:22:021792 'browser/policy/managed_prefs_banner_base.cc',
1793 'browser/policy/managed_prefs_banner_base.h',
[email protected]737c4392010-11-22 14:33:391794 'browser/policy/profile_policy_context.cc',
1795 'browser/policy/profile_policy_context.h',
[email protected]2a87dce2010-10-29 09:20:031796 # TODO(danno): Find a better way to include these files
[email protected]a032ea352011-01-28 18:15:241797 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.cc',
1798 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.h',
[email protected]2a87dce2010-10-29 09:20:031799 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.cc',
1800 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.h',
[email protected]62fed2f42010-11-24 14:30:501801 'browser/policy/proto/device_management_constants.cc',
1802 'browser/policy/proto/device_management_constants.h',
[email protected]89bc8f12010-11-12 14:07:121803 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.cc',
1804 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.h',
[email protected]83019902009-12-02 05:32:591805 'browser/possible_url_model.cc',
1806 'browser/possible_url_model.h',
1807 'browser/power_save_blocker.h',
1808 'browser/power_save_blocker_common.cc',
[email protected]71a565a2010-11-24 15:53:491809 'browser/power_save_blocker_mac.cc',
[email protected]83019902009-12-02 05:32:591810 'browser/power_save_blocker_stub.cc',
1811 'browser/power_save_blocker_win.cc',
[email protected]709a847e2010-11-10 01:16:111812 'browser/ppapi_plugin_process_host.cc',
1813 'browser/ppapi_plugin_process_host.h',
[email protected]4cd7adb2010-06-14 20:05:211814 'browser/preferences_mac.cc',
1815 'browser/preferences_mac.h',
[email protected]37858e52010-08-26 00:22:021816 'browser/prefs/browser_prefs.cc',
1817 'browser/prefs/browser_prefs.h',
1818 'browser/prefs/command_line_pref_store.cc',
1819 'browser/prefs/command_line_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331820 'browser/prefs/default_pref_store.cc',
[email protected]f2d1f612010-12-09 15:10:171821 'browser/prefs/default_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331822 'browser/prefs/overlay_persistent_pref_store.cc',
1823 'browser/prefs/overlay_persistent_pref_store.h',
[email protected]83bfa0b2011-02-01 05:37:461824 'browser/prefs/pref_change_registrar.cc',
1825 'browser/prefs/pref_change_registrar.h',
[email protected]37858e52010-08-26 00:22:021826 'browser/prefs/pref_member.cc',
1827 'browser/prefs/pref_member.h',
[email protected]37858e52010-08-26 00:22:021828 'browser/prefs/pref_notifier.h',
[email protected]acd78969c2010-12-08 09:49:111829 'browser/prefs/pref_notifier_impl.cc',
1830 'browser/prefs/pref_notifier_impl.h',
[email protected]37858e52010-08-26 00:22:021831 'browser/prefs/pref_service.cc',
1832 'browser/prefs/pref_service.h',
1833 'browser/prefs/pref_set_observer.cc',
1834 'browser/prefs/pref_set_observer.h',
[email protected]f2d1f612010-12-09 15:10:171835 'browser/prefs/pref_value_map.cc',
1836 'browser/prefs/pref_value_map.h',
[email protected]37858e52010-08-26 00:22:021837 'browser/prefs/pref_value_store.cc',
1838 'browser/prefs/pref_value_store.h',
[email protected]eccf68e2010-12-23 10:18:201839 'browser/prefs/proxy_prefs.cc',
1840 'browser/prefs/proxy_prefs.h',
[email protected]37858e52010-08-26 00:22:021841 'browser/prefs/scoped_pref_update.cc',
1842 'browser/prefs/scoped_pref_update.h',
1843 'browser/prefs/session_startup_pref.cc',
1844 'browser/prefs/session_startup_pref.h',
[email protected]f2d1f612010-12-09 15:10:171845 'browser/prefs/value_map_pref_store.cc',
1846 'browser/prefs/value_map_pref_store.h',
[email protected]33f74972010-12-08 16:40:361847 'browser/prerender/prerender_contents.cc',
1848 'browser/prerender/prerender_contents.h',
1849 'browser/prerender/prerender_manager.cc',
1850 'browser/prerender/prerender_manager.h',
[email protected]973407b2011-01-26 23:18:231851 'browser/prerender/prerender_plt_recorder.cc',
1852 'browser/prerender/prerender_plt_recorder.h',
[email protected]0e25b15e2011-01-12 13:12:211853 'browser/prerender/prerender_resource_handler.cc',
[email protected]83bfa0b2011-02-01 05:37:461854 'browser/prerender/prerender_resource_handler.h',
1855 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1856 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1857 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
1858 'browser/printing/cloud_print/cloud_print_setup_flow.h',
1859 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc',
1860 'browser/printing/cloud_print/cloud_print_setup_message_handler.h',
1861 'browser/printing/cloud_print/cloud_print_setup_source.cc',
1862 'browser/printing/cloud_print/cloud_print_setup_source.h',
1863 'browser/printing/cloud_print/cloud_print_url.cc',
1864 'browser/printing/cloud_print/cloud_print_url.h',
[email protected]73852b8f2010-05-14 00:38:121865 'browser/printing/print_dialog_cloud.cc',
1866 'browser/printing/print_dialog_cloud.h',
[email protected]83bfa0b2011-02-01 05:37:461867 'browser/printing/print_dialog_gtk.cc',
1868 'browser/printing/print_dialog_gtk.h',
[email protected]83019902009-12-02 05:32:591869 'browser/printing/print_job.cc',
1870 'browser/printing/print_job.h',
1871 'browser/printing/print_job_manager.cc',
1872 'browser/printing/print_job_manager.h',
1873 'browser/printing/print_job_worker.cc',
1874 'browser/printing/print_job_worker.h',
1875 'browser/printing/print_job_worker_owner.h',
[email protected]eb15e24e2011-02-03 22:34:341876 'browser/printing/print_preview_message_handler.cc',
1877 'browser/printing/print_preview_message_handler.h',
[email protected]dbeebd52010-11-16 20:34:161878 'browser/printing/print_preview_tab_controller.cc',
1879 'browser/printing/print_preview_tab_controller.h',
[email protected]83019902009-12-02 05:32:591880 'browser/printing/print_view_manager.cc',
1881 'browser/printing/print_view_manager.h',
1882 'browser/printing/printer_query.cc',
1883 'browser/printing/printer_query.h',
[email protected]83019902009-12-02 05:32:591884 'browser/process_info_snapshot.h',
[email protected]83bfa0b2011-02-01 05:37:461885 'browser/process_info_snapshot_mac.cc',
[email protected]83019902009-12-02 05:32:591886 'browser/process_singleton.h',
1887 'browser/process_singleton_linux.cc',
1888 'browser/process_singleton_mac.cc',
1889 'browser/process_singleton_win.cc',
[email protected]5301ebb2010-12-02 21:36:241890 'browser/profile_import_process_host.cc',
1891 'browser/profile_import_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:331892 'browser/profiles/profile.cc',
1893 'browser/profiles/profile.h',
1894 'browser/profiles/profile_impl.cc',
1895 'browser/profiles/profile_impl.h',
[email protected]bf9331f2011-02-03 20:05:121896 'browser/profiles/profile_io_data.cc',
1897 'browser/profiles/profile_io_data.h',
[email protected]8ecad5e2010-12-02 21:18:331898 'browser/profiles/profile_manager.cc',
1899 'browser/profiles/profile_manager.h',
[email protected]15e7eba92010-12-23 19:44:171900 'browser/remoting/directory_add_request.cc',
1901 'browser/remoting/directory_add_request.h',
[email protected]ff517c912011-01-14 02:24:431902 'browser/remoting/remoting_options_handler.cc',
1903 'browser/remoting/remoting_options_handler.h',
[email protected]6eae9cf2010-08-17 00:25:471904 'browser/remoting/remoting_resources_source.cc',
1905 'browser/remoting/remoting_resources_source.h',
[email protected]90fe28b92010-12-28 20:41:351906 'browser/remoting/setup_flow.cc',
1907 'browser/remoting/setup_flow.h',
[email protected]ed31bae72011-01-06 01:25:481908 'browser/remoting/setup_flow_get_status_step.cc',
1909 'browser/remoting/setup_flow_get_status_step.h',
[email protected]90fe28b92010-12-28 20:41:351910 'browser/remoting/setup_flow_login_step.cc',
1911 'browser/remoting/setup_flow_login_step.h',
[email protected]ed31bae72011-01-06 01:25:481912 'browser/remoting/setup_flow_register_step.cc',
1913 'browser/remoting/setup_flow_register_step.h',
1914 'browser/remoting/setup_flow_start_host_step.cc',
1915 'browser/remoting/setup_flow_start_host_step.h',
[email protected]508d27e12010-07-01 16:17:371916 'browser/remove_rows_table_model.h',
[email protected]83bfa0b2011-02-01 05:37:461917 'browser/renderer_host/accelerated_surface_container_mac.cc',
1918 'browser/renderer_host/accelerated_surface_container_mac.h',
1919 'browser/renderer_host/accelerated_surface_container_manager_mac.cc',
1920 'browser/renderer_host/accelerated_surface_container_manager_mac.h',
[email protected]83019902009-12-02 05:32:591921 'browser/renderer_host/async_resource_handler.cc',
1922 'browser/renderer_host/async_resource_handler.h',
1923 'browser/renderer_host/audio_renderer_host.cc',
1924 'browser/renderer_host/audio_renderer_host.h',
[email protected]94155a6b2010-07-07 18:36:511925 'browser/renderer_host/audio_sync_reader.cc',
1926 'browser/renderer_host/audio_sync_reader.h',
[email protected]c0fc0942010-01-13 00:55:371927 'browser/renderer_host/backing_store.cc',
[email protected]83019902009-12-02 05:32:591928 'browser/renderer_host/backing_store.h',
[email protected]c0fc0942010-01-13 00:55:371929 'browser/renderer_host/backing_store_mac.h',
[email protected]83019902009-12-02 05:32:591930 'browser/renderer_host/backing_store_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461931 'browser/renderer_host/backing_store_manager.cc',
1932 'browser/renderer_host/backing_store_manager.h',
[email protected]83019902009-12-02 05:32:591933 'browser/renderer_host/backing_store_win.cc',
[email protected]c0fc0942010-01-13 00:55:371934 'browser/renderer_host/backing_store_win.h',
[email protected]83019902009-12-02 05:32:591935 'browser/renderer_host/backing_store_x.cc',
[email protected]c0fc0942010-01-13 00:55:371936 'browser/renderer_host/backing_store_x.h',
[email protected]9f547bf2010-12-13 17:00:421937 'browser/renderer_host/blob_message_filter.cc',
1938 'browser/renderer_host/blob_message_filter.h',
[email protected]83019902009-12-02 05:32:591939 'browser/renderer_host/browser_render_process_host.cc',
1940 'browser/renderer_host/browser_render_process_host.h',
1941 'browser/renderer_host/buffered_resource_handler.cc',
1942 'browser/renderer_host/buffered_resource_handler.h',
1943 'browser/renderer_host/cross_site_resource_handler.cc',
1944 'browser/renderer_host/cross_site_resource_handler.h',
[email protected]26a9acf2010-12-13 19:35:051945 'browser/renderer_host/database_message_filter.cc',
1946 'browser/renderer_host/database_message_filter.h',
[email protected]83019902009-12-02 05:32:591947 'browser/renderer_host/download_resource_handler.cc',
1948 'browser/renderer_host/download_resource_handler.h',
1949 'browser/renderer_host/download_throttling_resource_handler.cc',
1950 'browser/renderer_host/download_throttling_resource_handler.h',
[email protected]9f547bf2010-12-13 17:00:421951 'browser/renderer_host/file_utilities_message_filter.cc',
1952 'browser/renderer_host/file_utilities_message_filter.h',
[email protected]92b24c12009-12-10 20:04:351953 'browser/renderer_host/global_request_id.h',
[email protected]78221322011-01-31 16:29:041954 'browser/renderer_host/gpu_message_filter.cc',
1955 'browser/renderer_host/gpu_message_filter.h',
[email protected]83019902009-12-02 05:32:591956 'browser/renderer_host/gtk_im_context_wrapper.cc',
1957 'browser/renderer_host/gtk_im_context_wrapper.h',
1958 'browser/renderer_host/gtk_key_bindings_handler.cc',
1959 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]6692b0d72010-07-15 03:40:231960 'browser/renderer_host/offline_resource_handler.cc',
1961 'browser/renderer_host/offline_resource_handler.h',
[email protected]45afd9a2010-10-19 00:54:121962 'browser/renderer_host/pepper_file_message_filter.cc',
1963 'browser/renderer_host/pepper_file_message_filter.h',
[email protected]1b4209f2011-01-07 00:25:401964 'browser/renderer_host/pepper_message_filter.cc',
1965 'browser/renderer_host/pepper_message_filter.h',
[email protected]c0dac3272010-07-28 08:04:451966 'browser/renderer_host/redirect_to_file_resource_handler.cc',
1967 'browser/renderer_host/redirect_to_file_resource_handler.h',
[email protected]d5207642010-12-14 00:24:271968 'browser/renderer_host/render_message_filter.cc',
1969 'browser/renderer_host/render_message_filter.h',
[email protected]8a371d92010-12-14 00:50:231970 'browser/renderer_host/render_message_filter_gtk.cc',
1971 'browser/renderer_host/render_message_filter_mac.mm',
1972 'browser/renderer_host/render_message_filter_win.cc',
[email protected]83019902009-12-02 05:32:591973 'browser/renderer_host/render_process_host.cc',
1974 'browser/renderer_host/render_process_host.h',
[email protected]83019902009-12-02 05:32:591975 'browser/renderer_host/render_sandbox_host_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461976 'browser/renderer_host/render_sandbox_host_linux.h',
[email protected]83019902009-12-02 05:32:591977 'browser/renderer_host/render_view_host.cc',
1978 'browser/renderer_host/render_view_host.h',
1979 'browser/renderer_host/render_view_host_delegate.cc',
1980 'browser/renderer_host/render_view_host_delegate.h',
1981 'browser/renderer_host/render_view_host_factory.cc',
1982 'browser/renderer_host/render_view_host_factory.h',
[email protected]2ecd88e2010-02-11 08:36:301983 'browser/renderer_host/render_view_host_notification_task.h',
[email protected]484955942010-08-19 16:13:181984 'browser/renderer_host/render_widget_fullscreen_host.cc',
1985 'browser/renderer_host/render_widget_fullscreen_host.h',
[email protected]83019902009-12-02 05:32:591986 'browser/renderer_host/render_widget_helper.cc',
1987 'browser/renderer_host/render_widget_helper.h',
1988 'browser/renderer_host/render_widget_host.cc',
1989 'browser/renderer_host/render_widget_host.h',
[email protected]0f1afed2010-12-15 17:22:281990 'browser/renderer_host/render_widget_host_view.cc',
[email protected]83019902009-12-02 05:32:591991 'browser/renderer_host/render_widget_host_view.h',
1992 'browser/renderer_host/render_widget_host_view_gtk.cc',
1993 'browser/renderer_host/render_widget_host_view_gtk.h',
1994 'browser/renderer_host/render_widget_host_view_mac.h',
1995 'browser/renderer_host/render_widget_host_view_mac.mm',
[email protected]6b723f82010-10-05 20:14:271996 'browser/renderer_host/render_widget_host_view_views.cc',
1997 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:461998 'browser/renderer_host/render_widget_host_view_win.cc',
1999 'browser/renderer_host/render_widget_host_view_win.h',
[email protected]83019902009-12-02 05:32:592000 'browser/renderer_host/resource_dispatcher_host.cc',
2001 'browser/renderer_host/resource_dispatcher_host.h',
2002 'browser/renderer_host/resource_dispatcher_host_request_info.cc',
2003 'browser/renderer_host/resource_dispatcher_host_request_info.h',
2004 'browser/renderer_host/resource_handler.h',
[email protected]8e2b6472010-12-15 22:19:482005 'browser/renderer_host/resource_message_filter.cc',
2006 'browser/renderer_host/resource_message_filter.h',
[email protected]92b24c12009-12-10 20:04:352007 'browser/renderer_host/resource_queue.cc',
2008 'browser/renderer_host/resource_queue.h',
[email protected]38e08982010-10-22 17:28:432009 'browser/renderer_host/resource_request_details.cc',
[email protected]83019902009-12-02 05:32:592010 'browser/renderer_host/resource_request_details.h',
2011 'browser/renderer_host/safe_browsing_resource_handler.cc',
2012 'browser/renderer_host/safe_browsing_resource_handler.h',
2013 'browser/renderer_host/save_file_resource_handler.cc',
2014 'browser/renderer_host/save_file_resource_handler.h',
2015 'browser/renderer_host/site_instance.cc',
2016 'browser/renderer_host/site_instance.h',
2017 'browser/renderer_host/socket_stream_dispatcher_host.cc',
2018 'browser/renderer_host/socket_stream_dispatcher_host.h',
2019 'browser/renderer_host/socket_stream_host.cc',
2020 'browser/renderer_host/socket_stream_host.h',
2021 'browser/renderer_host/sync_resource_handler.cc',
2022 'browser/renderer_host/sync_resource_handler.h',
2023 'browser/renderer_host/web_cache_manager.cc',
2024 'browser/renderer_host/web_cache_manager.h',
2025 'browser/renderer_host/x509_user_cert_resource_handler.cc',
2026 'browser/renderer_host/x509_user_cert_resource_handler.h',
[email protected]93623c5d2009-12-10 21:40:322027 'browser/renderer_preferences_util.cc',
2028 'browser/renderer_preferences_util.h',
[email protected]965bb092010-04-09 11:59:022029 'browser/repost_form_warning_controller.cc',
2030 'browser/repost_form_warning_controller.h',
[email protected]1faee3f02010-06-21 07:01:342031 'browser/resources_util.cc',
2032 'browser/resources_util.h',
[email protected]83019902009-12-02 05:32:592033 'browser/rlz/rlz.cc',
2034 'browser/rlz/rlz.h',
2035 'browser/safe_browsing/bloom_filter.cc',
2036 'browser/safe_browsing/bloom_filter.h',
2037 'browser/safe_browsing/chunk_range.cc',
2038 'browser/safe_browsing/chunk_range.h',
[email protected]bd1b1d62010-11-11 21:53:162039 'browser/safe_browsing/client_side_detection_service.cc',
2040 'browser/safe_browsing/client_side_detection_service.h',
2041 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
2042 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
[email protected]3882f1f2010-12-10 04:42:262043 'browser/safe_browsing/malware_details.cc',
2044 'browser/safe_browsing/malware_details.h',
[email protected]83019902009-12-02 05:32:592045 'browser/safe_browsing/protocol_manager.cc',
2046 'browser/safe_browsing/protocol_manager.h',
2047 'browser/safe_browsing/protocol_parser.cc',
2048 'browser/safe_browsing/protocol_parser.h',
[email protected]83bfa0b2011-02-01 05:37:462049 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
2050 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
[email protected]83019902009-12-02 05:32:592051 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2052 'browser/safe_browsing/safe_browsing_blocking_page.h',
2053 'browser/safe_browsing/safe_browsing_database.cc',
2054 'browser/safe_browsing/safe_browsing_database.h',
[email protected]83019902009-12-02 05:32:592055 'browser/safe_browsing/safe_browsing_service.cc',
2056 'browser/safe_browsing/safe_browsing_service.h',
[email protected]6afe28a2010-01-28 20:56:032057 'browser/safe_browsing/safe_browsing_store.cc',
2058 'browser/safe_browsing/safe_browsing_store.h',
2059 'browser/safe_browsing/safe_browsing_store_file.cc',
2060 'browser/safe_browsing/safe_browsing_store_file.h',
2061 'browser/safe_browsing/safe_browsing_store_sqlite.cc',
2062 'browser/safe_browsing/safe_browsing_store_sqlite.h',
[email protected]83019902009-12-02 05:32:592063 'browser/safe_browsing/safe_browsing_util.cc',
2064 'browser/safe_browsing/safe_browsing_util.h',
[email protected]83019902009-12-02 05:32:592065 'browser/search_engines/edit_search_engine_controller.cc',
2066 'browser/search_engines/edit_search_engine_controller.h',
2067 'browser/search_engines/keyword_editor_controller.cc',
2068 'browser/search_engines/keyword_editor_controller.h',
[email protected]23872902010-10-26 03:43:592069 'browser/search_engines/search_engine_type.h',
[email protected]d8522742010-08-27 17:55:442070 'browser/search_engines/search_host_to_urls_map.cc',
[email protected]83bfa0b2011-02-01 05:37:462071 'browser/search_engines/search_host_to_urls_map.h',
[email protected]1c5076592010-09-17 04:10:082072 'browser/search_engines/search_provider_install_data.cc',
[email protected]83bfa0b2011-02-01 05:37:462073 'browser/search_engines/search_provider_install_data.h',
[email protected]9f547bf2010-12-13 17:00:422074 'browser/search_engines/search_provider_install_state_message_filter.cc',
2075 'browser/search_engines/search_provider_install_state_message_filter.h',
[email protected]375bd7312010-08-30 22:18:132076 'browser/search_engines/search_terms_data.cc',
2077 'browser/search_engines/search_terms_data.h',
[email protected]83019902009-12-02 05:32:592078 'browser/search_engines/template_url.cc',
2079 'browser/search_engines/template_url.h',
2080 'browser/search_engines/template_url_fetcher.cc',
2081 'browser/search_engines/template_url_fetcher.h',
[email protected]0b5b85c2010-10-11 23:00:122082 'browser/search_engines/template_url_fetcher_callbacks.h',
2083 'browser/search_engines/template_url_fetcher_ui_callbacks.cc',
2084 'browser/search_engines/template_url_fetcher_ui_callbacks.h',
[email protected]8b62334b2010-08-31 22:37:112085 'browser/search_engines/template_url_id.h',
[email protected]83019902009-12-02 05:32:592086 'browser/search_engines/template_url_model.cc',
2087 'browser/search_engines/template_url_model.h',
[email protected]8b62334b2010-08-31 22:37:112088 'browser/search_engines/template_url_model_observer.h',
[email protected]83019902009-12-02 05:32:592089 'browser/search_engines/template_url_parser.cc',
2090 'browser/search_engines/template_url_parser.h',
2091 'browser/search_engines/template_url_prepopulate_data.cc',
2092 'browser/search_engines/template_url_prepopulate_data.h',
2093 'browser/search_engines/template_url_table_model.cc',
2094 'browser/search_engines/template_url_table_model.h',
[email protected]96788b02010-06-26 21:45:342095 'browser/search_engines/util.cc',
2096 'browser/search_engines/util.h',
[email protected]50307582010-08-12 01:07:242097 'browser/service/service_process_control.cc',
2098 'browser/service/service_process_control.h',
[email protected]83bfa0b2011-02-01 05:37:462099 'browser/service/service_process_control_manager.cc',
2100 'browser/service/service_process_control_manager.h',
[email protected]83019902009-12-02 05:32:592101 'browser/sessions/base_session_service.cc',
2102 'browser/sessions/base_session_service.h',
2103 'browser/sessions/session_backend.cc',
2104 'browser/sessions/session_backend.h',
2105 'browser/sessions/session_command.cc',
2106 'browser/sessions/session_command.h',
2107 'browser/sessions/session_id.cc',
2108 'browser/sessions/session_id.h',
2109 'browser/sessions/session_restore.cc',
2110 'browser/sessions/session_restore.h',
2111 'browser/sessions/session_service.cc',
2112 'browser/sessions/session_service.h',
2113 'browser/sessions/session_types.cc',
2114 'browser/sessions/session_types.h',
2115 'browser/sessions/tab_restore_service.cc',
2116 'browser/sessions/tab_restore_service.h',
[email protected]bbf94a32010-10-13 17:44:152117 'browser/shell_dialogs.cc',
[email protected]83019902009-12-02 05:32:592118 'browser/shell_dialogs.h',
2119 'browser/shell_integration.cc',
2120 'browser/shell_integration.h',
[email protected]83019902009-12-02 05:32:592121 'browser/shell_integration_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:462122 'browser/shell_integration_mac.mm',
[email protected]83019902009-12-02 05:32:592123 'browser/shell_integration_win.cc',
[email protected]8b8e7c92010-08-19 18:05:562124 'browser/sidebar/sidebar_container.cc',
2125 'browser/sidebar/sidebar_container.h',
2126 'browser/sidebar/sidebar_manager.cc',
[email protected]7256dab2010-08-23 22:35:182127 'browser/sidebar/sidebar_manager.h',
[email protected]79d58c72011-01-17 16:18:212128 'browser/speech/audio_encoder.cc',
2129 'browser/speech/audio_encoder.h',
[email protected]b7d438422010-08-24 20:22:022130 'browser/speech/endpointer/endpointer.cc',
2131 'browser/speech/endpointer/endpointer.h',
2132 'browser/speech/endpointer/energy_endpointer.cc',
2133 'browser/speech/endpointer/energy_endpointer.h',
[email protected]38e08982010-10-22 17:28:432134 'browser/speech/endpointer/energy_endpointer_params.cc',
[email protected]b7d438422010-08-24 20:22:022135 'browser/speech/endpointer/energy_endpointer_params.h',
[email protected]6a7746d2010-08-27 11:59:032136 'browser/speech/speech_input_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:462137 'browser/speech/speech_input_bubble.h',
2138 'browser/speech/speech_input_bubble_controller.cc',
2139 'browser/speech/speech_input_bubble_controller.h',
[email protected]3870bbe92010-09-01 19:44:472140 'browser/speech/speech_input_bubble_gtk.cc',
[email protected]953a7462010-08-31 23:46:212141 'browser/speech/speech_input_bubble_mac.mm',
[email protected]3870bbe92010-09-01 19:44:472142 'browser/speech/speech_input_bubble_views.cc',
[email protected]638694c2010-08-04 22:24:112143 'browser/speech/speech_input_dispatcher_host.cc',
2144 'browser/speech/speech_input_dispatcher_host.h',
2145 'browser/speech/speech_input_manager.cc',
2146 'browser/speech/speech_input_manager.h',
[email protected]c8463a432010-08-10 20:02:482147 'browser/speech/speech_recognition_request.cc',
2148 'browser/speech/speech_recognition_request.h',
[email protected]4b9a8c32010-08-12 19:57:312149 'browser/speech/speech_recognizer.cc',
2150 'browser/speech/speech_recognizer.h',
[email protected]83019902009-12-02 05:32:592151 'browser/spellcheck_host.cc',
2152 'browser/spellcheck_host.h',
[email protected]83019902009-12-02 05:32:592153 'browser/spellchecker_linux.cc',
2154 'browser/spellchecker_mac.mm',
2155 'browser/spellchecker_platform_engine.h',
2156 'browser/spellchecker_win.cc',
[email protected]cdafbff2010-03-02 17:47:022157 'browser/ssl/ssl_add_cert_handler.cc',
2158 'browser/ssl/ssl_add_cert_handler.h',
2159 'browser/ssl/ssl_add_cert_handler_mac.mm',
[email protected]83019902009-12-02 05:32:592160 'browser/ssl/ssl_blocking_page.cc',
2161 'browser/ssl/ssl_blocking_page.h',
2162 'browser/ssl/ssl_cert_error_handler.cc',
2163 'browser/ssl/ssl_cert_error_handler.h',
2164 'browser/ssl/ssl_client_auth_handler.cc',
2165 'browser/ssl/ssl_client_auth_handler.h',
2166 'browser/ssl/ssl_error_handler.cc',
2167 'browser/ssl/ssl_error_handler.h',
2168 'browser/ssl/ssl_error_info.cc',
2169 'browser/ssl/ssl_error_info.h',
2170 'browser/ssl/ssl_host_state.cc',
2171 'browser/ssl/ssl_host_state.h',
2172 'browser/ssl/ssl_manager.cc',
2173 'browser/ssl/ssl_manager.h',
2174 'browser/ssl/ssl_policy.cc',
2175 'browser/ssl/ssl_policy.h',
2176 'browser/ssl/ssl_policy_backend.cc',
2177 'browser/ssl/ssl_policy_backend.h',
[email protected]38e08982010-10-22 17:28:432178 'browser/ssl/ssl_request_info.cc',
[email protected]83019902009-12-02 05:32:592179 'browser/ssl/ssl_request_info.h',
[email protected]1f18184a2010-07-21 19:34:492180 'browser/ssl_client_certificate_selector.h',
[email protected]a24642a2010-03-24 21:29:052181 'browser/status_icons/status_icon.cc',
[email protected]ccb55cf52010-03-06 22:02:042182 'browser/status_icons/status_icon.h',
[email protected]83bfa0b2011-02-01 05:37:462183 'browser/status_icons/status_tray.cc',
2184 'browser/status_icons/status_tray.h',
[email protected]83019902009-12-02 05:32:592185 'browser/sync/engine/syncapi.h',
[email protected]06e33202010-08-16 23:45:152186 'browser/sync/glue/app_data_type_controller.cc',
2187 'browser/sync/glue/app_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352188 'browser/sync/glue/autofill_change_processor.cc',
[email protected]e8234d32010-09-09 20:36:392189 'browser/sync/glue/autofill_change_processor.h',
[email protected]8b3b23a2010-03-01 22:06:212190 'browser/sync/glue/autofill_data_type_controller.cc',
2191 'browser/sync/glue/autofill_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352192 'browser/sync/glue/autofill_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392193 'browser/sync/glue/autofill_model_associator.h',
[email protected]a0bc3142010-12-16 07:15:532194 'browser/sync/glue/autofill_profile_change_processor.cc',
2195 'browser/sync/glue/autofill_profile_change_processor.h',
2196 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2197 'browser/sync/glue/autofill_profile_data_type_controller.h',
[email protected]965b95a2010-11-24 20:55:022198 'browser/sync/glue/autofill_profile_model_associator.cc',
2199 'browser/sync/glue/autofill_profile_model_associator.h',
[email protected]62fe4382009-12-14 23:14:032200 'browser/sync/glue/bookmark_change_processor.cc',
[email protected]4aea04a2010-02-10 20:13:432201 'browser/sync/glue/bookmark_change_processor.h',
2202 'browser/sync/glue/bookmark_data_type_controller.cc',
2203 'browser/sync/glue/bookmark_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352204 'browser/sync/glue/bookmark_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392205 'browser/sync/glue/bookmark_model_associator.h',
[email protected]83019902009-12-02 05:32:592206 'browser/sync/glue/change_processor.cc',
2207 'browser/sync/glue/change_processor.h',
[email protected]4aea04a2010-02-10 20:13:432208 'browser/sync/glue/data_type_controller.h',
[email protected]e3e43d92010-02-26 22:02:382209 'browser/sync/glue/data_type_manager.h',
2210 'browser/sync/glue/data_type_manager_impl.cc',
2211 'browser/sync/glue/data_type_manager_impl.h',
[email protected]58a468e2010-02-01 17:51:032212 'browser/sync/glue/database_model_worker.cc',
2213 'browser/sync/glue/database_model_worker.h',
[email protected]a0bc3142010-12-16 07:15:532214 'browser/sync/glue/do_optimistic_refresh_task.cc',
2215 'browser/sync/glue/do_optimistic_refresh_task.h',
[email protected]c05d2cb72010-06-14 19:59:152216 'browser/sync/glue/extension_change_processor.cc',
2217 'browser/sync/glue/extension_change_processor.h',
2218 'browser/sync/glue/extension_data.cc',
2219 'browser/sync/glue/extension_data.h',
2220 'browser/sync/glue/extension_data_type_controller.cc',
2221 'browser/sync/glue/extension_data_type_controller.h',
2222 'browser/sync/glue/extension_model_associator.cc',
2223 'browser/sync/glue/extension_model_associator.h',
[email protected]265d8c322010-09-08 01:38:352224 'browser/sync/glue/extension_sync.cc',
2225 'browser/sync/glue/extension_sync.h',
[email protected]e8234d32010-09-09 20:36:392226 'browser/sync/glue/extension_sync_traits.cc',
2227 'browser/sync/glue/extension_sync_traits.h',
[email protected]c05d2cb72010-06-14 19:59:152228 'browser/sync/glue/extension_util.cc',
2229 'browser/sync/glue/extension_util.h',
[email protected]da49ecb2011-01-06 21:17:492230 'browser/sync/glue/foreign_session_tracker.cc',
2231 'browser/sync/glue/foreign_session_tracker.h',
[email protected]53150252010-03-18 00:27:292232 'browser/sync/glue/history_model_worker.cc',
2233 'browser/sync/glue/history_model_worker.h',
[email protected]83019902009-12-02 05:32:592234 'browser/sync/glue/http_bridge.cc',
2235 'browser/sync/glue/http_bridge.h',
[email protected]83019902009-12-02 05:32:592236 'browser/sync/glue/model_associator.h',
[email protected]7b8c0112010-05-19 18:06:142237 'browser/sync/glue/password_change_processor.cc',
2238 'browser/sync/glue/password_change_processor.h',
2239 'browser/sync/glue/password_data_type_controller.cc',
2240 'browser/sync/glue/password_data_type_controller.h',
2241 'browser/sync/glue/password_model_associator.cc',
2242 'browser/sync/glue/password_model_associator.h',
[email protected]e8234d32010-09-09 20:36:392243 'browser/sync/glue/password_model_worker.cc',
2244 'browser/sync/glue/password_model_worker.h',
[email protected]51133f92010-01-12 22:27:572245 'browser/sync/glue/preference_change_processor.cc',
2246 'browser/sync/glue/preference_change_processor.h',
[email protected]371d0492010-02-11 21:29:262247 'browser/sync/glue/preference_data_type_controller.cc',
2248 'browser/sync/glue/preference_data_type_controller.h',
[email protected]51133f92010-01-12 22:27:572249 'browser/sync/glue/preference_model_associator.cc',
2250 'browser/sync/glue/preference_model_associator.h',
[email protected]5edb9222010-08-18 00:23:292251 'browser/sync/glue/session_change_processor.cc',
2252 'browser/sync/glue/session_change_processor.h',
2253 'browser/sync/glue/session_data_type_controller.cc',
2254 'browser/sync/glue/session_data_type_controller.h',
2255 'browser/sync/glue/session_model_associator.cc',
2256 'browser/sync/glue/session_model_associator.h',
[email protected]83019902009-12-02 05:32:592257 'browser/sync/glue/sync_backend_host.cc',
[email protected]cc7af20c2010-02-05 23:30:582258 'browser/sync/glue/sync_backend_host.h',
[email protected]ecde2742010-04-02 17:36:182259 'browser/sync/glue/synchronized_preferences.h',
[email protected]60cab462010-03-29 20:04:052260 'browser/sync/glue/theme_change_processor.cc',
2261 'browser/sync/glue/theme_change_processor.h',
2262 'browser/sync/glue/theme_data_type_controller.cc',
2263 'browser/sync/glue/theme_data_type_controller.h',
2264 'browser/sync/glue/theme_model_associator.cc',
2265 'browser/sync/glue/theme_model_associator.h',
2266 'browser/sync/glue/theme_util.cc',
2267 'browser/sync/glue/theme_util.h',
[email protected]53150252010-03-18 00:27:292268 'browser/sync/glue/typed_url_change_processor.cc',
2269 'browser/sync/glue/typed_url_change_processor.h',
2270 'browser/sync/glue/typed_url_data_type_controller.cc',
2271 'browser/sync/glue/typed_url_data_type_controller.h',
2272 'browser/sync/glue/typed_url_model_associator.cc',
2273 'browser/sync/glue/typed_url_model_associator.h',
[email protected]d636be382010-01-22 02:15:422274 'browser/sync/glue/ui_model_worker.cc',
2275 'browser/sync/glue/ui_model_worker.h',
[email protected]4aea04a2010-02-10 20:13:432276 'browser/sync/profile_sync_factory.h',
2277 'browser/sync/profile_sync_factory_impl.cc',
2278 'browser/sync/profile_sync_factory_impl.h',
[email protected]e8234d32010-09-09 20:36:392279 'browser/sync/profile_sync_service.cc',
2280 'browser/sync/profile_sync_service.h',
[email protected]daed5ec2010-10-26 21:17:322281 'browser/sync/profile_sync_service_harness.cc',
2282 'browser/sync/profile_sync_service_harness.h',
[email protected]d6885592010-10-11 19:38:242283 'browser/sync/profile_sync_service_observer.h',
[email protected]e8234d32010-09-09 20:36:392284 'browser/sync/signin_manager.cc',
2285 'browser/sync/signin_manager.h',
[email protected]50c5bed2010-04-30 19:52:352286 'browser/sync/sync_constants.cc',
2287 'browser/sync/sync_constants.h',
[email protected]83019902009-12-02 05:32:592288 'browser/sync/sync_setup_flow.cc',
2289 'browser/sync/sync_setup_flow.h',
2290 'browser/sync/sync_setup_wizard.cc',
2291 'browser/sync/sync_setup_wizard.h',
2292 'browser/sync/sync_ui_util.cc',
2293 'browser/sync/sync_ui_util.h',
[email protected]265d8c322010-09-08 01:38:352294 'browser/sync/sync_ui_util_mac.h',
[email protected]e8234d32010-09-09 20:36:392295 'browser/sync/sync_ui_util_mac.mm',
2296 'browser/sync/token_migrator.cc',
2297 'browser/sync/token_migrator.h',
[email protected]0b4d3382010-07-14 16:13:042298 'browser/tab_closeable_state_watcher.cc',
2299 'browser/tab_closeable_state_watcher.h',
[email protected]e8345242010-05-06 03:00:402300 'browser/tab_contents/background_contents.cc',
2301 'browser/tab_contents/background_contents.h',
[email protected]83019902009-12-02 05:32:592302 'browser/tab_contents/constrained_window.h',
2303 'browser/tab_contents/infobar_delegate.cc',
2304 'browser/tab_contents/infobar_delegate.h',
2305 'browser/tab_contents/interstitial_page.cc',
2306 'browser/tab_contents/interstitial_page.h',
[email protected]3b1c1812010-02-12 21:53:552307 'browser/tab_contents/language_state.cc',
[email protected]83bfa0b2011-02-01 05:37:462308 'browser/tab_contents/language_state.h',
[email protected]83019902009-12-02 05:32:592309 'browser/tab_contents/navigation_controller.cc',
2310 'browser/tab_contents/navigation_controller.h',
2311 'browser/tab_contents/navigation_entry.cc',
2312 'browser/tab_contents/navigation_entry.h',
2313 'browser/tab_contents/page_navigator.h',
[email protected]caf706f2010-10-26 17:54:082314 'browser/tab_contents/popup_menu_helper_mac.h',
[email protected]83bfa0b2011-02-01 05:37:462315 'browser/tab_contents/popup_menu_helper_mac.mm',
[email protected]83019902009-12-02 05:32:592316 'browser/tab_contents/provisional_load_details.cc',
2317 'browser/tab_contents/provisional_load_details.h',
2318 'browser/tab_contents/render_view_context_menu.cc',
2319 'browser/tab_contents/render_view_context_menu.h',
2320 'browser/tab_contents/render_view_context_menu_gtk.cc',
2321 'browser/tab_contents/render_view_context_menu_gtk.h',
[email protected]83019902009-12-02 05:32:592322 'browser/tab_contents/render_view_context_menu_mac.h',
[email protected]83bfa0b2011-02-01 05:37:462323 'browser/tab_contents/render_view_context_menu_mac.mm',
[email protected]83019902009-12-02 05:32:592324 'browser/tab_contents/render_view_host_delegate_helper.cc',
2325 'browser/tab_contents/render_view_host_delegate_helper.h',
2326 'browser/tab_contents/render_view_host_manager.cc',
2327 'browser/tab_contents/render_view_host_manager.h',
[email protected]83019902009-12-02 05:32:592328 'browser/tab_contents/tab_contents.cc',
2329 'browser/tab_contents/tab_contents.h',
[email protected]3a3d47472010-07-15 21:03:542330 'browser/tab_contents/tab_contents_delegate.cc',
[email protected]83019902009-12-02 05:32:592331 'browser/tab_contents/tab_contents_delegate.h',
[email protected]09fb3872011-02-02 01:16:462332 'browser/tab_contents/tab_contents_observer.cc',
[email protected]585b30362011-01-28 02:30:172333 'browser/tab_contents/tab_contents_observer.h',
[email protected]1f18184a2010-07-21 19:34:492334 'browser/tab_contents/tab_contents_ssl_helper.cc',
2335 'browser/tab_contents/tab_contents_ssl_helper.h',
[email protected]83019902009-12-02 05:32:592336 'browser/tab_contents/tab_contents_view.cc',
2337 'browser/tab_contents/tab_contents_view.h',
2338 'browser/tab_contents/tab_contents_view_gtk.cc',
2339 'browser/tab_contents/tab_contents_view_gtk.h',
2340 'browser/tab_contents/tab_contents_view_mac.h',
2341 'browser/tab_contents/tab_contents_view_mac.mm',
[email protected]9fb83e82010-07-02 18:24:552342 'browser/tab_contents/tab_specific_content_settings.cc',
[email protected]fd2b9ce2010-08-11 04:03:572343 'browser/tab_contents/tab_specific_content_settings.h',
[email protected]83019902009-12-02 05:32:592344 'browser/tab_contents/tab_util.cc',
2345 'browser/tab_contents/tab_util.h',
2346 'browser/tab_contents/thumbnail_generator.cc',
2347 'browser/tab_contents/thumbnail_generator.h',
[email protected]83019902009-12-02 05:32:592348 'browser/tab_contents/web_drag_dest_gtk.cc',
2349 'browser/tab_contents/web_drag_dest_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462350 'browser/tab_contents/web_drag_source_win.cc',
2351 'browser/tab_contents/web_drag_source_win.h',
[email protected]13a1166e2010-04-06 16:58:342352 'browser/tab_contents/web_drag_utils_win.cc',
2353 'browser/tab_contents/web_drag_utils_win.h',
[email protected]83019902009-12-02 05:32:592354 'browser/tab_contents/web_drop_target_win.cc',
2355 'browser/tab_contents/web_drop_target_win.h',
[email protected]ecc523f62010-09-28 22:45:402356 'browser/tabs/default_tab_handler.cc',
2357 'browser/tabs/default_tab_handler.h',
[email protected]911f8152010-03-18 16:46:402358 'browser/tabs/pinned_tab_codec.cc',
2359 'browser/tabs/pinned_tab_codec.h',
2360 'browser/tabs/pinned_tab_service.cc',
2361 'browser/tabs/pinned_tab_service.h',
[email protected]ecc523f62010-09-28 22:45:402362 'browser/tabs/tab_handler.h',
[email protected]83019902009-12-02 05:32:592363 'browser/tabs/tab_strip_model.cc',
2364 'browser/tabs/tab_strip_model.h',
[email protected]c848d3d92010-09-16 21:57:452365 'browser/tabs/tab_strip_model_delegate.h',
2366 'browser/tabs/tab_strip_model_observer.cc',
2367 'browser/tabs/tab_strip_model_observer.h',
[email protected]83019902009-12-02 05:32:592368 'browser/tabs/tab_strip_model_order_controller.cc',
2369 'browser/tabs/tab_strip_model_order_controller.h',
[email protected]a5d1e1e2010-09-23 19:34:122370 'browser/task_manager/task_manager.cc',
2371 'browser/task_manager/task_manager.h',
2372 'browser/task_manager/task_manager_resource_providers.cc',
2373 'browser/task_manager/task_manager_resource_providers.h',
[email protected]2bb2fd52010-10-11 18:04:282374 'browser/themes/browser_theme_pack.cc',
2375 'browser/themes/browser_theme_pack.h',
[email protected]2bb2fd52010-10-11 18:04:282376 'browser/themes/browser_theme_provider.cc',
2377 'browser/themes/browser_theme_provider.h',
[email protected]83bfa0b2011-02-01 05:37:462378 'browser/themes/browser_theme_provider_gtk.cc',
2379 'browser/themes/browser_theme_provider_mac.mm',
[email protected]509acb8e2010-07-01 20:35:312380 'browser/translate/languages_menu_model.cc',
2381 'browser/translate/languages_menu_model.h',
[email protected]fb53e5d2010-01-27 19:04:552382 'browser/translate/options_menu_model.cc',
2383 'browser/translate/options_menu_model.h',
[email protected]509acb8e2010-07-01 20:35:312384 'browser/translate/translate_infobar_delegate.cc',
2385 'browser/translate/translate_infobar_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:462386 'browser/translate/translate_infobar_view.h',
[email protected]509acb8e2010-07-01 20:35:312387 'browser/translate/translate_manager.cc',
2388 'browser/translate/translate_manager.h',
[email protected]fb53e5d2010-01-27 19:04:552389 'browser/translate/translate_prefs.cc',
2390 'browser/translate/translate_prefs.h',
[email protected]83bfa0b2011-02-01 05:37:462391 'browser/transport_security_persister.cc',
2392 'browser/transport_security_persister.h',
[email protected]1caa1522010-12-01 20:23:352393 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
2394 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
2395 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
2396 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
2397 'browser/ui/app_modal_dialogs/js_modal_dialog.cc',
2398 'browser/ui/app_modal_dialogs/js_modal_dialog.h',
2399 'browser/ui/app_modal_dialogs/message_box_handler.cc',
2400 'browser/ui/app_modal_dialogs/message_box_handler.h',
2401 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
[email protected]69b04b92010-11-08 22:12:182402 'browser/ui/browser.cc',
2403 'browser/ui/browser.h',
[email protected]c96531e82011-01-26 03:11:142404 'browser/ui/browser_dialogs.h',
[email protected]8b0e9cc32010-11-09 04:00:192405 'browser/ui/browser_init.cc',
2406 'browser/ui/browser_init.h',
[email protected]83bfa0b2011-02-01 05:37:462407 'browser/ui/browser_list.cc',
2408 'browser/ui/browser_list.h',
[email protected]8b0e9cc32010-11-09 04:00:192409 'browser/ui/browser_list_gtk.cc',
2410 'browser/ui/browser_list_mac.mm',
2411 'browser/ui/browser_list_stub.cc',
2412 'browser/ui/browser_list_win.cc',
[email protected]8b0e9cc32010-11-09 04:00:192413 'browser/ui/browser_navigator.cc',
2414 'browser/ui/browser_navigator.h',
[email protected]69b04b92010-11-08 22:12:182415 'browser/ui/browser_window.h',
[email protected]7d791652010-12-01 16:34:492416 'browser/ui/cocoa/about_ipc_controller.h',
2417 'browser/ui/cocoa/about_ipc_controller.mm',
2418 'browser/ui/cocoa/about_ipc_dialog.h',
2419 'browser/ui/cocoa/about_ipc_dialog.mm',
2420 'browser/ui/cocoa/about_window_controller.h',
2421 'browser/ui/cocoa/about_window_controller.mm',
2422 'browser/ui/cocoa/accelerators_cocoa.h',
2423 'browser/ui/cocoa/accelerators_cocoa.mm',
2424 'browser/ui/cocoa/animatable_image.h',
2425 'browser/ui/cocoa/animatable_image.mm',
2426 'browser/ui/cocoa/animatable_view.h',
2427 'browser/ui/cocoa/animatable_view.mm',
2428 'browser/ui/cocoa/applescript/bookmark_folder_applescript.h',
2429 'browser/ui/cocoa/applescript/bookmark_folder_applescript.mm',
2430 'browser/ui/cocoa/applescript/bookmark_item_applescript.h',
2431 'browser/ui/cocoa/applescript/bookmark_item_applescript.mm',
2432 'browser/ui/cocoa/applescript/bookmark_node_applescript.h',
2433 'browser/ui/cocoa/applescript/bookmark_node_applescript.mm',
2434 'browser/ui/cocoa/applescript/browsercrapplication+applescript.h',
2435 'browser/ui/cocoa/applescript/browsercrapplication+applescript.mm',
2436 'browser/ui/cocoa/applescript/constants_applescript.h',
2437 'browser/ui/cocoa/applescript/constants_applescript.mm',
2438 'browser/ui/cocoa/applescript/element_applescript.h',
2439 'browser/ui/cocoa/applescript/element_applescript.mm',
2440 'browser/ui/cocoa/applescript/error_applescript.h',
2441 'browser/ui/cocoa/applescript/error_applescript.mm',
2442 'browser/ui/cocoa/applescript/tab_applescript.h',
2443 'browser/ui/cocoa/applescript/tab_applescript.mm',
2444 'browser/ui/cocoa/applescript/window_applescript.h',
2445 'browser/ui/cocoa/applescript/window_applescript.mm',
2446 'browser/ui/cocoa/authorization_util.h',
2447 'browser/ui/cocoa/authorization_util.mm',
[email protected]7d791652010-12-01 16:34:492448 'browser/ui/cocoa/background_gradient_view.h',
2449 'browser/ui/cocoa/background_gradient_view.mm',
2450 'browser/ui/cocoa/background_tile_view.h',
2451 'browser/ui/cocoa/background_tile_view.mm',
2452 'browser/ui/cocoa/base_bubble_controller.h',
2453 'browser/ui/cocoa/base_bubble_controller.mm',
2454 'browser/ui/cocoa/base_view.h',
2455 'browser/ui/cocoa/base_view.mm',
[email protected]7d791652010-12-01 16:34:492456 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
2457 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
2458 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
2459 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
2460 'browser/ui/cocoa/bookmarks/bookmark_bar_constants.h',
2461 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
2462 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
2463 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h',
2464 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm',
2465 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
2466 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
2467 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.h',
2468 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.mm',
2469 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h',
2470 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.mm',
2471 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h',
2472 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm',
2473 'browser/ui/cocoa/bookmarks/bookmark_bar_state.h',
2474 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h',
2475 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm',
2476 'browser/ui/cocoa/bookmarks/bookmark_bar_view.h',
2477 'browser/ui/cocoa/bookmarks/bookmark_bar_view.mm',
2478 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h',
2479 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm',
2480 'browser/ui/cocoa/bookmarks/bookmark_button.h',
2481 'browser/ui/cocoa/bookmarks/bookmark_button.mm',
2482 'browser/ui/cocoa/bookmarks/bookmark_button_cell.h',
2483 'browser/ui/cocoa/bookmarks/bookmark_button_cell.mm',
2484 'browser/ui/cocoa/bookmarks/bookmark_drag_source.h',
2485 'browser/ui/cocoa/bookmarks/bookmark_drag_source.mm',
2486 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h',
2487 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm',
2488 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.h',
2489 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm',
2490 'browser/ui/cocoa/bookmarks/bookmark_folder_target.h',
2491 'browser/ui/cocoa/bookmarks/bookmark_folder_target.mm',
2492 'browser/ui/cocoa/bookmarks/bookmark_menu.h',
2493 'browser/ui/cocoa/bookmarks/bookmark_menu.mm',
2494 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h',
2495 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.mm',
2496 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h',
2497 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm',
2498 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h',
2499 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h',
2500 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.mm',
2501 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h',
2502 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.mm',
2503 'browser/ui/cocoa/browser_command_executor.h',
2504 'browser/ui/cocoa/browser_frame_view.h',
2505 'browser/ui/cocoa/browser_frame_view.mm',
2506 'browser/ui/cocoa/browser_window_cocoa.h',
2507 'browser/ui/cocoa/browser_window_cocoa.mm',
2508 'browser/ui/cocoa/browser_window_controller.h',
2509 'browser/ui/cocoa/browser_window_controller.mm',
2510 'browser/ui/cocoa/browser_window_controller_private.h',
2511 'browser/ui/cocoa/browser_window_controller_private.mm',
[email protected]83bfa0b2011-02-01 05:37:462512 'browser/ui/cocoa/browser_window_factory.mm',
[email protected]7d791652010-12-01 16:34:492513 'browser/ui/cocoa/bubble_view.h',
2514 'browser/ui/cocoa/bubble_view.mm',
2515 'browser/ui/cocoa/bug_report_window_controller.h',
2516 'browser/ui/cocoa/bug_report_window_controller.mm',
2517 'browser/ui/cocoa/certificate_viewer.mm',
2518 'browser/ui/cocoa/chrome_browser_window.h',
2519 'browser/ui/cocoa/chrome_browser_window.mm',
2520 'browser/ui/cocoa/chrome_event_processing_window.h',
2521 'browser/ui/cocoa/chrome_event_processing_window.mm',
2522 'browser/ui/cocoa/clear_browsing_data_controller.h',
2523 'browser/ui/cocoa/clear_browsing_data_controller.mm',
2524 'browser/ui/cocoa/clickhold_button_cell.h',
2525 'browser/ui/cocoa/clickhold_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492526 'browser/ui/cocoa/command_observer_bridge.h',
2527 'browser/ui/cocoa/command_observer_bridge.mm',
2528 'browser/ui/cocoa/confirm_quit_panel_controller.h',
2529 'browser/ui/cocoa/confirm_quit_panel_controller.mm',
2530 'browser/ui/cocoa/constrained_html_delegate_mac.mm',
2531 'browser/ui/cocoa/constrained_window_mac.h',
2532 'browser/ui/cocoa/constrained_window_mac.mm',
[email protected]fa8102292011-01-20 16:21:232533 'browser/ui/cocoa/content_settings/collected_cookies_mac.h',
2534 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm',
2535 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h',
2536 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm',
2537 'browser/ui/cocoa/content_settings/cookie_details.h',
2538 'browser/ui/cocoa/content_settings/cookie_details.mm',
2539 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h',
2540 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm',
2541 'browser/ui/cocoa/content_settings/cookie_tree_node.h',
2542 'browser/ui/cocoa/content_settings/cookie_tree_node.mm',
2543 'browser/ui/cocoa/content_settings/simple_content_exceptions_window_controller.h',
2544 'browser/ui/cocoa/content_settings/simple_content_exceptions_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492545 'browser/ui/cocoa/dev_tools_controller.h',
2546 'browser/ui/cocoa/dev_tools_controller.mm',
2547 'browser/ui/cocoa/dock_icon.h',
2548 'browser/ui/cocoa/dock_icon.mm',
2549 'browser/ui/cocoa/download/download_item_button.h',
2550 'browser/ui/cocoa/download/download_item_button.mm',
2551 'browser/ui/cocoa/download/download_item_cell.h',
2552 'browser/ui/cocoa/download/download_item_cell.mm',
2553 'browser/ui/cocoa/download/download_item_controller.h',
2554 'browser/ui/cocoa/download/download_item_controller.mm',
2555 'browser/ui/cocoa/download/download_item_mac.h',
2556 'browser/ui/cocoa/download/download_item_mac.mm',
2557 'browser/ui/cocoa/download/download_shelf_controller.h',
2558 'browser/ui/cocoa/download/download_shelf_controller.mm',
2559 'browser/ui/cocoa/download/download_shelf_mac.h',
2560 'browser/ui/cocoa/download/download_shelf_mac.mm',
2561 'browser/ui/cocoa/download/download_shelf_view.h',
2562 'browser/ui/cocoa/download/download_shelf_view.mm',
2563 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2564 'browser/ui/cocoa/download/download_util_mac.h',
2565 'browser/ui/cocoa/download/download_util_mac.mm',
2566 'browser/ui/cocoa/draggable_button.h',
2567 'browser/ui/cocoa/draggable_button.mm',
[email protected]7d791652010-12-01 16:34:492568 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2569 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2570 'browser/ui/cocoa/event_utils.h',
2571 'browser/ui/cocoa/event_utils.mm',
[email protected]7d791652010-12-01 16:34:492572 'browser/ui/cocoa/extensions/browser_action_button.h',
2573 'browser/ui/cocoa/extensions/browser_action_button.mm',
2574 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2575 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
2576 'browser/ui/cocoa/extensions/browser_actions_controller.h',
2577 'browser/ui/cocoa/extensions/browser_actions_controller.mm',
2578 'browser/ui/cocoa/extensions/chevron_menu_button.h',
2579 'browser/ui/cocoa/extensions/chevron_menu_button.mm',
2580 'browser/ui/cocoa/extensions/chevron_menu_button_cell.h',
2581 'browser/ui/cocoa/extensions/chevron_menu_button_cell.mm',
2582 'browser/ui/cocoa/extensions/extension_action_context_menu.h',
2583 'browser/ui/cocoa/extensions/extension_action_context_menu.mm',
2584 'browser/ui/cocoa/extensions/extension_infobar_controller.h',
2585 'browser/ui/cocoa/extensions/extension_infobar_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462586 'browser/ui/cocoa/extensions/extension_install_prompt.mm',
[email protected]7d791652010-12-01 16:34:492587 'browser/ui/cocoa/extensions/extension_install_prompt_controller.h',
2588 'browser/ui/cocoa/extensions/extension_install_prompt_controller.mm',
[email protected]0920e652011-01-17 17:03:532589 'browser/ui/cocoa/extensions/extension_installed_bubble_bridge.h',
2590 'browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm',
2591 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.h',
2592 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492593 'browser/ui/cocoa/extensions/extension_popup_controller.h',
2594 'browser/ui/cocoa/extensions/extension_popup_controller.mm',
[email protected]0920e652011-01-17 17:03:532595 'browser/ui/cocoa/extensions/extension_view_mac.h',
2596 'browser/ui/cocoa/extensions/extension_view_mac.mm',
[email protected]7d791652010-12-01 16:34:492597 'browser/ui/cocoa/external_protocol_dialog.h',
2598 'browser/ui/cocoa/external_protocol_dialog.mm',
2599 'browser/ui/cocoa/fast_resize_view.h',
2600 'browser/ui/cocoa/fast_resize_view.mm',
2601 'browser/ui/cocoa/file_metadata.h',
2602 'browser/ui/cocoa/file_metadata.mm',
[email protected]6e533fb2011-01-15 00:34:292603 'browser/ui/cocoa/find_bar/find_bar_bridge.h',
2604 'browser/ui/cocoa/find_bar/find_bar_bridge.mm',
2605 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h',
2606 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm',
2607 'browser/ui/cocoa/find_bar/find_bar_text_field.h',
2608 'browser/ui/cocoa/find_bar/find_bar_text_field.mm',
2609 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h',
2610 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm',
2611 'browser/ui/cocoa/find_bar/find_bar_view.h',
2612 'browser/ui/cocoa/find_bar/find_bar_view.mm',
[email protected]7d791652010-12-01 16:34:492613 'browser/ui/cocoa/find_pasteboard.h',
2614 'browser/ui/cocoa/find_pasteboard.mm',
2615 'browser/ui/cocoa/first_run_bubble_controller.h',
2616 'browser/ui/cocoa/first_run_bubble_controller.mm',
2617 'browser/ui/cocoa/first_run_dialog.h',
2618 'browser/ui/cocoa/first_run_dialog.mm',
2619 'browser/ui/cocoa/floating_bar_backing_view.h',
2620 'browser/ui/cocoa/floating_bar_backing_view.mm',
2621 'browser/ui/cocoa/focus_tracker.h',
2622 'browser/ui/cocoa/focus_tracker.mm',
[email protected]7d791652010-12-01 16:34:492623 'browser/ui/cocoa/framed_browser_window.h',
2624 'browser/ui/cocoa/framed_browser_window.mm',
2625 'browser/ui/cocoa/fullscreen_controller.h',
2626 'browser/ui/cocoa/fullscreen_controller.mm',
2627 'browser/ui/cocoa/fullscreen_window.h',
2628 'browser/ui/cocoa/fullscreen_window.mm',
2629 'browser/ui/cocoa/gradient_button_cell.h',
2630 'browser/ui/cocoa/gradient_button_cell.mm',
2631 'browser/ui/cocoa/history_menu_bridge.h',
2632 'browser/ui/cocoa/history_menu_bridge.mm',
2633 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2634 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2635 'browser/ui/cocoa/hover_button.h',
2636 'browser/ui/cocoa/hover_button.mm',
2637 'browser/ui/cocoa/hover_close_button.h',
2638 'browser/ui/cocoa/hover_close_button.mm',
2639 'browser/ui/cocoa/hover_image_button.h',
2640 'browser/ui/cocoa/hover_image_button.mm',
2641 'browser/ui/cocoa/html_dialog_window_controller.h',
[email protected]7d791652010-12-01 16:34:492642 'browser/ui/cocoa/html_dialog_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492643 'browser/ui/cocoa/hung_renderer_controller.h',
2644 'browser/ui/cocoa/hung_renderer_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462645 'browser/ui/cocoa/hyperlink_button_cell.h',
2646 'browser/ui/cocoa/hyperlink_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492647 'browser/ui/cocoa/image_utils.h',
2648 'browser/ui/cocoa/image_utils.mm',
[email protected]dea6100f2011-01-18 19:45:142649 'browser/ui/cocoa/importer/import_progress_dialog.h',
2650 'browser/ui/cocoa/importer/import_progress_dialog.mm',
2651 'browser/ui/cocoa/importer/import_settings_dialog.h',
2652 'browser/ui/cocoa/importer/import_settings_dialog.mm',
2653 'browser/ui/cocoa/importer/importer_lock_dialog.h',
2654 'browser/ui/cocoa/importer/importer_lock_dialog.mm',
[email protected]7d791652010-12-01 16:34:492655 'browser/ui/cocoa/info_bubble_view.h',
2656 'browser/ui/cocoa/info_bubble_view.mm',
2657 'browser/ui/cocoa/info_bubble_window.h',
2658 'browser/ui/cocoa/info_bubble_window.mm',
[email protected]2c204b952011-01-18 18:21:532659 'browser/ui/cocoa/infobars/infobar.h',
2660 'browser/ui/cocoa/infobars/infobar_container_controller.h',
2661 'browser/ui/cocoa/infobars/infobar_container_controller.mm',
2662 'browser/ui/cocoa/infobars/infobar_controller.h',
2663 'browser/ui/cocoa/infobars/infobar_controller.mm',
2664 'browser/ui/cocoa/infobars/infobar_gradient_view.h',
2665 'browser/ui/cocoa/infobars/infobar_gradient_view.mm',
2666 'browser/ui/cocoa/infobars/infobar_test_helper.h',
[email protected]f4f50ef2011-01-21 19:01:192667 'browser/ui/cocoa/infobars/infobar_test_helper.mm',
[email protected]7d791652010-12-01 16:34:492668 'browser/ui/cocoa/install_from_dmg.h',
2669 'browser/ui/cocoa/install_from_dmg.mm',
2670 'browser/ui/cocoa/instant_confirm_window_controller.h',
2671 'browser/ui/cocoa/instant_confirm_window_controller.mm',
2672 'browser/ui/cocoa/js_modal_dialog_cocoa.h',
2673 'browser/ui/cocoa/js_modal_dialog_cocoa.mm',
2674 'browser/ui/cocoa/keystone_glue.h',
2675 'browser/ui/cocoa/keystone_glue.mm',
2676 'browser/ui/cocoa/keystone_infobar.h',
2677 'browser/ui/cocoa/keystone_infobar.mm',
[email protected]7d791652010-12-01 16:34:492678 'browser/ui/cocoa/l10n_util.h',
2679 'browser/ui/cocoa/l10n_util.mm',
2680 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
2681 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
2682 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
2683 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
2684 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
2685 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
2686 'browser/ui/cocoa/location_bar/bubble_decoration.h',
2687 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
2688 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
2689 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
2690 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
2691 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
2692 'browser/ui/cocoa/location_bar/image_decoration.h',
2693 'browser/ui/cocoa/location_bar/image_decoration.mm',
2694 'browser/ui/cocoa/location_bar/instant_opt_in_controller.h',
2695 'browser/ui/cocoa/location_bar/instant_opt_in_controller.mm',
2696 'browser/ui/cocoa/location_bar/instant_opt_in_view.h',
2697 'browser/ui/cocoa/location_bar/instant_opt_in_view.mm',
2698 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
2699 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
2700 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
2701 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
2702 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
2703 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
2704 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2705 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2706 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2707 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2708 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2709 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2710 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2711 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2712 'browser/ui/cocoa/location_bar/star_decoration.h',
2713 'browser/ui/cocoa/location_bar/star_decoration.mm',
2714 'browser/ui/cocoa/menu_button.h',
2715 'browser/ui/cocoa/menu_button.mm',
2716 'browser/ui/cocoa/menu_controller.h',
2717 'browser/ui/cocoa/menu_controller.mm',
[email protected]7d791652010-12-01 16:34:492718 'browser/ui/cocoa/multi_key_equivalent_button.h',
2719 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2720 'browser/ui/cocoa/new_tab_button.h',
2721 'browser/ui/cocoa/new_tab_button.mm',
[email protected]7d791652010-12-01 16:34:492722 'browser/ui/cocoa/notifications/balloon_controller.h',
[email protected]83bfa0b2011-02-01 05:37:462723 'browser/ui/cocoa/notifications/balloon_controller.mm',
2724 'browser/ui/cocoa/notifications/balloon_view.h',
2725 'browser/ui/cocoa/notifications/balloon_view.mm',
[email protected]7d791652010-12-01 16:34:492726 'browser/ui/cocoa/notifications/balloon_view_bridge.h',
2727 'browser/ui/cocoa/notifications/balloon_view_bridge.mm',
2728 'browser/ui/cocoa/notifications/balloon_view_host_mac.h',
2729 'browser/ui/cocoa/notifications/balloon_view_host_mac.mm',
[email protected]7d791652010-12-01 16:34:492730 'browser/ui/cocoa/nsmenuitem_additions.h',
2731 'browser/ui/cocoa/nsmenuitem_additions.mm',
[email protected]7d791652010-12-01 16:34:492732 'browser/ui/cocoa/objc_method_swizzle.h',
2733 'browser/ui/cocoa/objc_method_swizzle.mm',
2734 'browser/ui/cocoa/objc_zombie.h',
2735 'browser/ui/cocoa/objc_zombie.mm',
[email protected]463194f2011-01-14 22:36:362736 'browser/ui/cocoa/options/content_exceptions_window_controller.h',
2737 'browser/ui/cocoa/options/content_exceptions_window_controller.mm',
2738 'browser/ui/cocoa/options/content_settings_dialog_controller.h',
2739 'browser/ui/cocoa/options/content_settings_dialog_controller.mm',
2740 'browser/ui/cocoa/options/cookies_window_controller.h',
2741 'browser/ui/cocoa/options/cookies_window_controller.mm',
2742 'browser/ui/cocoa/options/custom_home_pages_model.h',
2743 'browser/ui/cocoa/options/custom_home_pages_model.mm',
2744 'browser/ui/cocoa/options/edit_search_engine_cocoa_controller.h',
2745 'browser/ui/cocoa/options/edit_search_engine_cocoa_controller.mm',
2746 'browser/ui/cocoa/options/font_language_settings_controller.h',
2747 'browser/ui/cocoa/options/font_language_settings_controller.mm',
2748 'browser/ui/cocoa/options/keyword_editor_cocoa_controller.h',
2749 'browser/ui/cocoa/options/keyword_editor_cocoa_controller.mm',
2750 'browser/ui/cocoa/options/preferences_window_controller.h',
2751 'browser/ui/cocoa/options/preferences_window_controller.mm',
2752 'browser/ui/cocoa/options/search_engine_list_model.h',
2753 'browser/ui/cocoa/options/search_engine_list_model.mm',
[email protected]7d791652010-12-01 16:34:492754 'browser/ui/cocoa/page_info_bubble_controller.h',
2755 'browser/ui/cocoa/page_info_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492756 'browser/ui/cocoa/repost_form_warning_mac.h',
2757 'browser/ui/cocoa/repost_form_warning_mac.mm',
2758 'browser/ui/cocoa/restart_browser.h',
2759 'browser/ui/cocoa/restart_browser.mm',
2760 'browser/ui/cocoa/rwhvm_editcommand_helper.h',
2761 'browser/ui/cocoa/rwhvm_editcommand_helper.mm',
[email protected]7d791652010-12-01 16:34:492762 'browser/ui/cocoa/scoped_authorizationref.h',
2763 'browser/ui/cocoa/search_engine_dialog_controller.h',
2764 'browser/ui/cocoa/search_engine_dialog_controller.mm',
[email protected]7d791652010-12-01 16:34:492765 'browser/ui/cocoa/shell_dialogs_mac.mm',
[email protected]7d791652010-12-01 16:34:492766 'browser/ui/cocoa/sidebar_controller.h',
2767 'browser/ui/cocoa/sidebar_controller.mm',
[email protected]7d791652010-12-01 16:34:492768 'browser/ui/cocoa/speech_input_window_controller.h',
2769 'browser/ui/cocoa/speech_input_window_controller.mm',
2770 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2771 'browser/ui/cocoa/status_bubble_mac.h',
2772 'browser/ui/cocoa/status_bubble_mac.mm',
2773 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2774 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2775 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2776 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2777 'browser/ui/cocoa/styled_text_field.h',
2778 'browser/ui/cocoa/styled_text_field.mm',
2779 'browser/ui/cocoa/styled_text_field_cell.h',
2780 'browser/ui/cocoa/styled_text_field_cell.mm',
[email protected]31573fe82011-01-24 17:53:292781 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
2782 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
2783 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
2784 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
2785 'browser/ui/cocoa/tab_contents/sad_tab_view.h',
2786 'browser/ui/cocoa/tab_contents/sad_tab_view.mm',
2787 'browser/ui/cocoa/tab_contents/tab_contents_controller.h',
2788 'browser/ui/cocoa/tab_contents/tab_contents_controller.mm',
2789 'browser/ui/cocoa/tab_contents/web_contents_drag_source.h',
2790 'browser/ui/cocoa/tab_contents/web_contents_drag_source.mm',
2791 'browser/ui/cocoa/tab_contents/web_drag_source.h',
2792 'browser/ui/cocoa/tab_contents/web_drag_source.mm',
2793 'browser/ui/cocoa/tab_contents/web_drop_target.h',
2794 'browser/ui/cocoa/tab_contents/web_drop_target.mm',
[email protected]83bfa0b2011-02-01 05:37:462795 'browser/ui/cocoa/tab_view_picker_table.h',
2796 'browser/ui/cocoa/tab_view_picker_table.mm',
2797 'browser/ui/cocoa/table_model_array_controller.h',
2798 'browser/ui/cocoa/table_model_array_controller.mm',
2799 'browser/ui/cocoa/table_row_nsimage_cache.h',
2800 'browser/ui/cocoa/table_row_nsimage_cache.mm',
2801 'browser/ui/cocoa/tabpose_window.h',
2802 'browser/ui/cocoa/tabpose_window.mm',
[email protected]cfe1d612011-01-19 20:06:472803 'browser/ui/cocoa/tabs/side_tab_strip_controller.h',
2804 'browser/ui/cocoa/tabs/side_tab_strip_controller.mm',
2805 'browser/ui/cocoa/tabs/side_tab_strip_view.h',
2806 'browser/ui/cocoa/tabs/side_tab_strip_view.mm',
2807 'browser/ui/cocoa/tabs/tab_controller.h',
2808 'browser/ui/cocoa/tabs/tab_controller.mm',
2809 'browser/ui/cocoa/tabs/tab_strip_controller.h',
2810 'browser/ui/cocoa/tabs/tab_strip_controller.mm',
2811 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',
2812 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm',
2813 'browser/ui/cocoa/tabs/tab_strip_view.h',
2814 'browser/ui/cocoa/tabs/tab_strip_view.mm',
2815 'browser/ui/cocoa/tabs/tab_view.h',
2816 'browser/ui/cocoa/tabs/tab_view.mm',
2817 'browser/ui/cocoa/tabs/tab_window_controller.h',
2818 'browser/ui/cocoa/tabs/tab_window_controller.mm',
2819 'browser/ui/cocoa/tabs/throbber_view.h',
2820 'browser/ui/cocoa/tabs/throbber_view.mm',
[email protected]7d791652010-12-01 16:34:492821 'browser/ui/cocoa/task_helpers.h',
2822 'browser/ui/cocoa/task_helpers.mm',
2823 'browser/ui/cocoa/task_manager_mac.h',
2824 'browser/ui/cocoa/task_manager_mac.mm',
[email protected]7d791652010-12-01 16:34:492825 'browser/ui/cocoa/theme_install_bubble_view.h',
2826 'browser/ui/cocoa/theme_install_bubble_view.mm',
[email protected]83bfa0b2011-02-01 05:37:462827 'browser/ui/cocoa/themed_window.h',
2828 'browser/ui/cocoa/themed_window.mm',
[email protected]8450c4f2011-01-19 22:16:222829 'browser/ui/cocoa/toolbar/back_forward_menu_controller.h',
2830 'browser/ui/cocoa/toolbar/back_forward_menu_controller.mm',
2831 'browser/ui/cocoa/toolbar/reload_button.h',
2832 'browser/ui/cocoa/toolbar/reload_button.mm',
2833 'browser/ui/cocoa/toolbar/toolbar_controller.h',
2834 'browser/ui/cocoa/toolbar/toolbar_controller.mm',
2835 'browser/ui/cocoa/toolbar/toolbar_view.h',
2836 'browser/ui/cocoa/toolbar/toolbar_view.mm',
[email protected]7d791652010-12-01 16:34:492837 'browser/ui/cocoa/translate/after_translate_infobar_controller.h',
2838 'browser/ui/cocoa/translate/after_translate_infobar_controller.mm',
2839 'browser/ui/cocoa/translate/before_translate_infobar_controller.h',
2840 'browser/ui/cocoa/translate/before_translate_infobar_controller.mm',
2841 'browser/ui/cocoa/translate/translate_infobar_base.h',
2842 'browser/ui/cocoa/translate/translate_infobar_base.mm',
2843 'browser/ui/cocoa/translate/translate_message_infobar_controller.h',
2844 'browser/ui/cocoa/translate/translate_message_infobar_controller.mm',
2845 'browser/ui/cocoa/ui_localizer.h',
2846 'browser/ui/cocoa/ui_localizer.mm',
2847 'browser/ui/cocoa/url_drop_target.h',
2848 'browser/ui/cocoa/url_drop_target.mm',
2849 'browser/ui/cocoa/vertical_gradient_view.h',
2850 'browser/ui/cocoa/vertical_gradient_view.mm',
2851 'browser/ui/cocoa/view_id_util.h',
2852 'browser/ui/cocoa/view_id_util.mm',
2853 'browser/ui/cocoa/view_resizer.h',
[email protected]7d791652010-12-01 16:34:492854 'browser/ui/cocoa/window_size_autosaver.h',
2855 'browser/ui/cocoa/window_size_autosaver.mm',
[email protected]fdf9c472011-01-14 17:30:192856 'browser/ui/cocoa/wrench_menu/menu_tracked_button.h',
2857 'browser/ui/cocoa/wrench_menu/menu_tracked_button.mm',
2858 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.h',
2859 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.mm',
2860 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h',
2861 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm',
2862 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h',
2863 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm',
[email protected]3f1f8412011-01-19 03:01:232864 'browser/ui/crypto_module_password_dialog.h',
2865 'browser/ui/crypto_module_password_dialog_nss.cc',
2866 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]45300ad42010-12-02 15:51:142867 'browser/ui/find_bar/find_bar.h',
2868 'browser/ui/find_bar/find_bar_controller.cc',
2869 'browser/ui/find_bar/find_bar_controller.h',
[email protected]45300ad42010-12-02 15:51:142870 'browser/ui/find_bar/find_bar_state.cc',
[email protected]83bfa0b2011-02-01 05:37:462871 'browser/ui/find_bar/find_bar_state.h',
[email protected]9c318862011-02-01 22:27:242872 'browser/ui/find_bar/find_manager.h',
2873 'browser/ui/find_bar/find_manager.cc',
[email protected]45300ad42010-12-02 15:51:142874 'browser/ui/find_bar/find_notification_details.h',
[email protected]83bfa0b2011-02-01 05:37:462875 'browser/ui/gtk/about_chrome_dialog.cc',
2876 'browser/ui/gtk/about_chrome_dialog.h',
2877 'browser/ui/gtk/accelerators_gtk.cc',
2878 'browser/ui/gtk/accelerators_gtk.h',
2879 'browser/ui/gtk/accessibility_event_router_gtk.cc',
2880 'browser/ui/gtk/accessibility_event_router_gtk.h',
2881 'browser/ui/gtk/accessible_widget_helper_gtk.cc',
2882 'browser/ui/gtk/accessible_widget_helper_gtk.h',
2883 'browser/ui/gtk/back_forward_button_gtk.cc',
2884 'browser/ui/gtk/back_forward_button_gtk.h',
2885 'browser/ui/gtk/bookmark_bar_gtk.cc',
2886 'browser/ui/gtk/bookmark_bar_gtk.h',
2887 'browser/ui/gtk/bookmark_bar_instructions_gtk.cc',
2888 'browser/ui/gtk/bookmark_bar_instructions_gtk.h',
2889 'browser/ui/gtk/bookmark_bubble_gtk.cc',
2890 'browser/ui/gtk/bookmark_bubble_gtk.h',
2891 'browser/ui/gtk/bookmark_editor_gtk.cc',
2892 'browser/ui/gtk/bookmark_editor_gtk.h',
2893 'browser/ui/gtk/bookmark_menu_controller_gtk.cc',
2894 'browser/ui/gtk/bookmark_menu_controller_gtk.h',
2895 'browser/ui/gtk/bookmark_tree_model.cc',
2896 'browser/ui/gtk/bookmark_tree_model.h',
2897 'browser/ui/gtk/bookmark_utils_gtk.cc',
2898 'browser/ui/gtk/bookmark_utils_gtk.h',
2899 'browser/ui/gtk/browser_actions_toolbar_gtk.cc',
2900 'browser/ui/gtk/browser_actions_toolbar_gtk.h',
2901 'browser/ui/gtk/browser_titlebar.cc',
2902 'browser/ui/gtk/browser_titlebar.h',
2903 'browser/ui/gtk/browser_toolbar_gtk.cc',
2904 'browser/ui/gtk/browser_toolbar_gtk.h',
2905 'browser/ui/gtk/browser_window_factory_gtk.cc',
2906 'browser/ui/gtk/browser_window_gtk.cc',
2907 'browser/ui/gtk/browser_window_gtk.h',
2908 'browser/ui/gtk/cairo_cached_surface.cc',
2909 'browser/ui/gtk/cairo_cached_surface.h',
2910 'browser/ui/gtk/certificate_dialogs.cc',
2911 'browser/ui/gtk/certificate_dialogs.h',
2912 'browser/ui/gtk/certificate_viewer.cc',
2913 'browser/ui/gtk/certificate_viewer.h',
2914 'browser/ui/gtk/chrome_gtk_frame.cc',
2915 'browser/ui/gtk/chrome_gtk_frame.h',
2916 'browser/ui/gtk/clear_browsing_data_dialog_gtk.cc',
2917 'browser/ui/gtk/clear_browsing_data_dialog_gtk.h',
2918 'browser/ui/gtk/collected_cookies_gtk.cc',
2919 'browser/ui/gtk/collected_cookies_gtk.h',
2920 'browser/ui/gtk/constrained_html_delegate_gtk.cc',
2921 'browser/ui/gtk/constrained_window_gtk.cc',
2922 'browser/ui/gtk/constrained_window_gtk.h',
2923 'browser/ui/gtk/content_setting_bubble_gtk.cc',
2924 'browser/ui/gtk/content_setting_bubble_gtk.h',
2925 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc',
2926 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.h',
2927 'browser/ui/gtk/crypto_module_password_dialog.cc',
2928 'browser/ui/gtk/custom_button.cc',
2929 'browser/ui/gtk/custom_button.h',
2930 'browser/ui/gtk/custom_drag.cc',
2931 'browser/ui/gtk/custom_drag.h',
2932 'browser/ui/gtk/dialogs_gtk.cc',
2933 'browser/ui/gtk/download_in_progress_dialog_gtk.cc',
2934 'browser/ui/gtk/download_in_progress_dialog_gtk.h',
2935 'browser/ui/gtk/download_item_gtk.cc',
2936 'browser/ui/gtk/download_item_gtk.h',
2937 'browser/ui/gtk/download_shelf_gtk.cc',
2938 'browser/ui/gtk/download_shelf_gtk.h',
2939 'browser/ui/gtk/download_started_animation_gtk.cc',
2940 'browser/ui/gtk/edit_search_engine_dialog.cc',
2941 'browser/ui/gtk/edit_search_engine_dialog.h',
2942 'browser/ui/gtk/extension_infobar_gtk.cc',
2943 'browser/ui/gtk/extension_infobar_gtk.h',
2944 'browser/ui/gtk/extension_install_prompt2_gtk.cc',
2945 'browser/ui/gtk/extension_install_prompt_gtk.cc',
2946 'browser/ui/gtk/extension_installed_bubble_gtk.cc',
2947 'browser/ui/gtk/extension_installed_bubble_gtk.h',
2948 'browser/ui/gtk/extension_popup_gtk.cc',
2949 'browser/ui/gtk/extension_popup_gtk.h',
2950 'browser/ui/gtk/extension_view_gtk.cc',
2951 'browser/ui/gtk/extension_view_gtk.h',
2952 'browser/ui/gtk/external_protocol_dialog_gtk.cc',
2953 'browser/ui/gtk/external_protocol_dialog_gtk.h',
2954 'browser/ui/gtk/find_bar_gtk.cc',
2955 'browser/ui/gtk/find_bar_gtk.h',
2956 'browser/ui/gtk/first_run_bubble.cc',
2957 'browser/ui/gtk/first_run_bubble.h',
2958 'browser/ui/gtk/first_run_dialog.cc',
2959 'browser/ui/gtk/first_run_dialog.h',
2960 'browser/ui/gtk/focus_store_gtk.cc',
2961 'browser/ui/gtk/focus_store_gtk.h',
2962 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc',
2963 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h',
2964 'browser/ui/gtk/gconf_titlebar_listener.cc',
2965 'browser/ui/gtk/gconf_titlebar_listener.h',
2966 'browser/ui/gtk/gtk_chrome_button.cc',
2967 'browser/ui/gtk/gtk_chrome_button.h',
2968 'browser/ui/gtk/gtk_chrome_cookie_view.cc',
2969 'browser/ui/gtk/gtk_chrome_cookie_view.h',
2970 'browser/ui/gtk/gtk_chrome_link_button.cc',
2971 'browser/ui/gtk/gtk_chrome_link_button.h',
2972 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc',
2973 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h',
2974 'browser/ui/gtk/gtk_custom_menu.cc',
2975 'browser/ui/gtk/gtk_custom_menu.h',
2976 'browser/ui/gtk/gtk_custom_menu_item.cc',
2977 'browser/ui/gtk/gtk_custom_menu_item.h',
2978 'browser/ui/gtk/gtk_expanded_container.cc',
2979 'browser/ui/gtk/gtk_expanded_container.h',
2980 'browser/ui/gtk/gtk_floating_container.cc',
2981 'browser/ui/gtk/gtk_floating_container.h',
2982 'browser/ui/gtk/gtk_theme_provider.cc',
2983 'browser/ui/gtk/gtk_theme_provider.h',
2984 'browser/ui/gtk/gtk_tree.cc',
2985 'browser/ui/gtk/gtk_tree.h',
2986 'browser/ui/gtk/gtk_util.cc',
2987 'browser/ui/gtk/gtk_util.h',
2988 'browser/ui/gtk/hover_controller_gtk.cc',
2989 'browser/ui/gtk/hover_controller_gtk.h',
2990 'browser/ui/gtk/html_dialog_gtk.cc',
2991 'browser/ui/gtk/html_dialog_gtk.h',
2992 'browser/ui/gtk/hung_renderer_dialog_gtk.cc',
2993 'browser/ui/gtk/import_dialog_gtk.cc',
2994 'browser/ui/gtk/import_dialog_gtk.h',
2995 'browser/ui/gtk/import_lock_dialog_gtk.cc',
2996 'browser/ui/gtk/import_lock_dialog_gtk.h',
2997 'browser/ui/gtk/import_progress_dialog_gtk.cc',
2998 'browser/ui/gtk/import_progress_dialog_gtk.h',
2999 'browser/ui/gtk/info_bubble_accelerators_gtk.cc',
3000 'browser/ui/gtk/info_bubble_accelerators_gtk.h',
3001 'browser/ui/gtk/info_bubble_gtk.cc',
3002 'browser/ui/gtk/info_bubble_gtk.h',
[email protected]9c1f4612011-02-01 23:41:353003 'browser/ui/gtk/infobars/infobar_arrow_model.cc',
3004 'browser/ui/gtk/infobars/infobar_arrow_model.h',
[email protected]bbc3b2302011-02-02 01:19:213005 'browser/ui/gtk/infobars/infobar_container_gtk.cc',
3006 'browser/ui/gtk/infobars/infobar_container_gtk.h',
3007 'browser/ui/gtk/infobars/infobar_gtk.cc',
3008 'browser/ui/gtk/infobars/infobar_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:463009 'browser/ui/gtk/instant_confirm_dialog_gtk.cc',
3010 'browser/ui/gtk/instant_confirm_dialog_gtk.h',
3011 'browser/ui/gtk/js_modal_dialog_gtk.cc',
3012 'browser/ui/gtk/js_modal_dialog_gtk.h',
3013 'browser/ui/gtk/keyword_editor_view.cc',
3014 'browser/ui/gtk/keyword_editor_view.h',
3015 'browser/ui/gtk/location_bar_view_gtk.cc',
3016 'browser/ui/gtk/location_bar_view_gtk.h',
3017 'browser/ui/gtk/menu_bar_helper.cc',
3018 'browser/ui/gtk/menu_bar_helper.h',
3019 'browser/ui/gtk/menu_gtk.cc',
3020 'browser/ui/gtk/menu_gtk.h',
3021 'browser/ui/gtk/nine_box.cc',
3022 'browser/ui/gtk/nine_box.h',
3023 'browser/ui/gtk/notifications/balloon_view_gtk.cc',
3024 'browser/ui/gtk/notifications/balloon_view_gtk.h',
3025 'browser/ui/gtk/notifications/balloon_view_host_gtk.cc',
3026 'browser/ui/gtk/notifications/balloon_view_host_gtk.h',
3027 'browser/ui/gtk/options/advanced_contents_gtk.cc',
3028 'browser/ui/gtk/options/advanced_contents_gtk.h',
3029 'browser/ui/gtk/options/advanced_page_gtk.cc',
3030 'browser/ui/gtk/options/advanced_page_gtk.h',
3031 'browser/ui/gtk/options/content_exception_editor.cc',
3032 'browser/ui/gtk/options/content_exception_editor.h',
3033 'browser/ui/gtk/options/content_exceptions_window_gtk.cc',
3034 'browser/ui/gtk/options/content_exceptions_window_gtk.h',
3035 'browser/ui/gtk/options/content_filter_page_gtk.cc',
3036 'browser/ui/gtk/options/content_filter_page_gtk.h',
3037 'browser/ui/gtk/options/content_page_gtk.cc',
3038 'browser/ui/gtk/options/content_page_gtk.h',
3039 'browser/ui/gtk/options/content_settings_window_gtk.cc',
3040 'browser/ui/gtk/options/content_settings_window_gtk.h',
3041 'browser/ui/gtk/options/cookie_filter_page_gtk.cc',
3042 'browser/ui/gtk/options/cookie_filter_page_gtk.h',
3043 'browser/ui/gtk/options/cookies_view.cc',
3044 'browser/ui/gtk/options/cookies_view.h',
3045 'browser/ui/gtk/options/fonts_languages_window_gtk.cc',
3046 'browser/ui/gtk/options/fonts_page_gtk.cc',
3047 'browser/ui/gtk/options/fonts_page_gtk.h',
3048 'browser/ui/gtk/options/general_page_gtk.cc',
3049 'browser/ui/gtk/options/general_page_gtk.h',
3050 'browser/ui/gtk/options/languages_page_gtk.cc',
3051 'browser/ui/gtk/options/languages_page_gtk.h',
3052 'browser/ui/gtk/options/managed_prefs_banner_gtk.cc',
3053 'browser/ui/gtk/options/managed_prefs_banner_gtk.h',
3054 'browser/ui/gtk/options/options_layout_gtk.cc',
3055 'browser/ui/gtk/options/options_layout_gtk.h',
3056 'browser/ui/gtk/options/options_window_gtk.cc',
3057 'browser/ui/gtk/options/passwords_exceptions_page_gtk.cc',
3058 'browser/ui/gtk/options/passwords_exceptions_page_gtk.h',
3059 'browser/ui/gtk/options/passwords_exceptions_window_gtk.cc',
3060 'browser/ui/gtk/options/passwords_exceptions_window_gtk.h',
3061 'browser/ui/gtk/options/passwords_page_gtk.cc',
3062 'browser/ui/gtk/options/passwords_page_gtk.h',
3063 'browser/ui/gtk/options/simple_content_exceptions_window.cc',
3064 'browser/ui/gtk/options/simple_content_exceptions_window.h',
3065 'browser/ui/gtk/options/url_picker_dialog_gtk.cc',
3066 'browser/ui/gtk/options/url_picker_dialog_gtk.h',
3067 'browser/ui/gtk/overflow_button.cc',
3068 'browser/ui/gtk/overflow_button.h',
3069 'browser/ui/gtk/owned_widget_gtk.cc',
3070 'browser/ui/gtk/owned_widget_gtk.h',
3071 'browser/ui/gtk/page_info_bubble_gtk.cc',
3072 'browser/ui/gtk/process_singleton_dialog.cc',
3073 'browser/ui/gtk/process_singleton_dialog.h',
3074 'browser/ui/gtk/reload_button_gtk.cc',
3075 'browser/ui/gtk/reload_button_gtk.h',
3076 'browser/ui/gtk/repost_form_warning_gtk.cc',
3077 'browser/ui/gtk/repost_form_warning_gtk.h',
3078 'browser/ui/gtk/rounded_window.cc',
3079 'browser/ui/gtk/rounded_window.h',
3080 'browser/ui/gtk/sad_tab_gtk.cc',
3081 'browser/ui/gtk/sad_tab_gtk.h',
3082 'browser/ui/gtk/slide_animator_gtk.cc',
3083 'browser/ui/gtk/slide_animator_gtk.h',
3084 'browser/ui/gtk/ssl_client_certificate_selector.cc',
3085 'browser/ui/gtk/status_bubble_gtk.cc',
3086 'browser/ui/gtk/status_bubble_gtk.h',
3087 'browser/ui/gtk/status_icons/status_icon_gtk.cc',
3088 'browser/ui/gtk/status_icons/status_icon_gtk.h',
3089 'browser/ui/gtk/status_icons/status_tray_gtk.cc',
3090 'browser/ui/gtk/status_icons/status_tray_gtk.h',
3091 'browser/ui/gtk/tab_contents_container_gtk.cc',
3092 'browser/ui/gtk/tab_contents_container_gtk.h',
3093 'browser/ui/gtk/tab_contents_drag_source.cc',
3094 'browser/ui/gtk/tab_contents_drag_source.h',
3095 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc',
3096 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.h',
3097 'browser/ui/gtk/tabs/dragged_tab_gtk.cc',
3098 'browser/ui/gtk/tabs/dragged_tab_gtk.h',
3099 'browser/ui/gtk/tabs/tab_gtk.cc',
3100 'browser/ui/gtk/tabs/tab_gtk.h',
3101 'browser/ui/gtk/tabs/tab_renderer_gtk.cc',
3102 'browser/ui/gtk/tabs/tab_renderer_gtk.h',
3103 'browser/ui/gtk/tabs/tab_strip_gtk.cc',
3104 'browser/ui/gtk/tabs/tab_strip_gtk.h',
3105 'browser/ui/gtk/task_manager_gtk.cc',
3106 'browser/ui/gtk/task_manager_gtk.h',
3107 'browser/ui/gtk/theme_install_bubble_view_gtk.cc',
3108 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
3109 'browser/ui/gtk/translate/after_translate_infobar_gtk.cc',
3110 'browser/ui/gtk/translate/after_translate_infobar_gtk.h',
3111 'browser/ui/gtk/translate/before_translate_infobar_gtk.cc',
3112 'browser/ui/gtk/translate/before_translate_infobar_gtk.h',
3113 'browser/ui/gtk/translate/translate_infobar_base_gtk.cc',
3114 'browser/ui/gtk/translate/translate_infobar_base_gtk.h',
3115 'browser/ui/gtk/translate/translate_message_infobar_gtk.cc',
3116 'browser/ui/gtk/translate/translate_message_infobar_gtk.h',
3117 'browser/ui/gtk/update_recommended_dialog.cc',
3118 'browser/ui/gtk/update_recommended_dialog.h',
3119 'browser/ui/gtk/view_id_util.cc',
3120 'browser/ui/gtk/view_id_util.h',
[email protected]6a3ec2312010-12-02 19:30:193121 'browser/ui/input_window_dialog.h',
3122 'browser/ui/input_window_dialog_gtk.cc',
3123 'browser/ui/input_window_dialog_win.cc',
[email protected]8ecad5e2010-12-02 21:18:333124 'browser/ui/login/login_model.h',
3125 'browser/ui/login/login_prompt.cc',
3126 'browser/ui/login/login_prompt.h',
3127 'browser/ui/login/login_prompt_gtk.cc',
3128 'browser/ui/login/login_prompt_mac.h',
3129 'browser/ui/login/login_prompt_mac.mm',
3130 'browser/ui/login/login_prompt_win.cc',
[email protected]6a3ec2312010-12-02 19:30:193131 'browser/ui/omnibox/location_bar.h',
3132 'browser/ui/omnibox/location_bar_util.cc',
3133 'browser/ui/omnibox/location_bar_util.h',
3134 'browser/ui/options/options_page_base.cc',
3135 'browser/ui/options/options_page_base.h',
3136 'browser/ui/options/options_util.cc',
3137 'browser/ui/options/options_util.h',
3138 'browser/ui/options/options_window.h',
3139 'browser/ui/options/show_options_url.cc',
3140 'browser/ui/options/show_options_url.h',
3141 'browser/ui/status_bubble.h',
3142 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3143 'browser/ui/tab_contents/tab_contents_wrapper.h',
[email protected]a0366a52011-02-04 20:04:213144 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3145 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:463146 'browser/ui/tabs/dock_info.cc',
3147 'browser/ui/tabs/dock_info.h',
[email protected]9a800652010-12-02 17:08:443148 'browser/ui/tabs/dock_info_gtk.cc',
3149 'browser/ui/tabs/dock_info_mac.cc',
3150 'browser/ui/tabs/dock_info_win.cc',
[email protected]6a3ec2312010-12-02 19:30:193151 'browser/ui/tabs/tab_menu_model.cc',
3152 'browser/ui/tabs/tab_menu_model.h',
[email protected]9a800652010-12-02 17:08:443153 'browser/ui/toolbar/back_forward_menu_model.cc',
3154 'browser/ui/toolbar/back_forward_menu_model.h',
3155 'browser/ui/toolbar/encoding_menu_controller.cc',
3156 'browser/ui/toolbar/encoding_menu_controller.h',
3157 'browser/ui/toolbar/toolbar_model.cc',
3158 'browser/ui/toolbar/toolbar_model.h',
3159 'browser/ui/toolbar/wrench_menu_model.cc',
3160 'browser/ui/toolbar/wrench_menu_model.h',
[email protected]4fe042f2010-12-14 16:41:403161 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
[email protected]578fe8dd2011-01-12 02:02:193162 'browser/ui/touch/frame/keyboard_container_view.cc',
3163 'browser/ui/touch/frame/keyboard_container_view.h',
[email protected]4fe042f2010-12-14 16:41:403164 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3165 'browser/ui/touch/frame/touch_browser_frame_view.h',
[email protected]15972e02011-01-24 23:25:193166 'browser/ui/touch/tabs/tab_strip_factory.cc',
3167 'browser/ui/touch/tabs/touch_tab.cc',
3168 'browser/ui/touch/tabs/touch_tab.h',
3169 'browser/ui/touch/tabs/touch_tab_strip.cc',
3170 'browser/ui/touch/tabs/touch_tab_strip.h',
[email protected]6a3ec2312010-12-02 19:30:193171 'browser/ui/view_ids.h',
[email protected]213dac22010-11-09 07:35:323172 'browser/ui/views/about_chrome_view.cc',
3173 'browser/ui/views/about_chrome_view.h',
3174 'browser/ui/views/about_ipc_dialog.cc',
3175 'browser/ui/views/about_ipc_dialog.h',
3176 'browser/ui/views/accelerator_table_gtk.cc',
3177 'browser/ui/views/accelerator_table_gtk.h',
3178 'browser/ui/views/accessibility_event_router_views.cc',
3179 'browser/ui/views/accessibility_event_router_views.h',
3180 'browser/ui/views/accessible_pane_view.cc',
3181 'browser/ui/views/accessible_pane_view.h',
[email protected]213dac22010-11-09 07:35:323182 'browser/ui/views/appcache_info_view.cc',
3183 'browser/ui/views/appcache_info_view.h',
3184 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3185 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
[email protected]213dac22010-11-09 07:35:323186 'browser/ui/views/autocomplete/autocomplete_popup_gtk.cc',
3187 'browser/ui/views/autocomplete/autocomplete_popup_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:463188 'browser/ui/views/autocomplete/autocomplete_popup_win.cc',
3189 'browser/ui/views/autocomplete/autocomplete_popup_win.h',
[email protected]213dac22010-11-09 07:35:323190 'browser/ui/views/autofill_profiles_view_win.cc',
3191 'browser/ui/views/autofill_profiles_view_win.h',
3192 'browser/ui/views/bookmark_bar_instructions_view.cc',
3193 'browser/ui/views/bookmark_bar_instructions_view.h',
3194 'browser/ui/views/bookmark_bar_view.cc',
3195 'browser/ui/views/bookmark_bar_view.h',
3196 'browser/ui/views/bookmark_bubble_view.cc',
3197 'browser/ui/views/bookmark_bubble_view.h',
3198 'browser/ui/views/bookmark_context_menu.cc',
3199 'browser/ui/views/bookmark_context_menu.h',
3200 'browser/ui/views/bookmark_context_menu_controller_views.cc',
3201 'browser/ui/views/bookmark_context_menu_controller_views.h',
3202 'browser/ui/views/bookmark_editor_view.cc',
3203 'browser/ui/views/bookmark_editor_view.h',
3204 'browser/ui/views/bookmark_menu_controller_views.cc',
3205 'browser/ui/views/bookmark_menu_controller_views.h',
3206 'browser/ui/views/browser_actions_container.cc',
3207 'browser/ui/views/browser_actions_container.h',
3208 'browser/ui/views/browser_bubble.cc',
3209 'browser/ui/views/browser_bubble.h',
3210 'browser/ui/views/browser_bubble_gtk.cc',
3211 'browser/ui/views/browser_bubble_win.cc',
3212 'browser/ui/views/browser_dialogs.h',
3213 'browser/ui/views/bubble_border.cc',
3214 'browser/ui/views/bubble_border.h',
3215 'browser/ui/views/certificate_viewer_win.cc',
3216 'browser/ui/views/chrome_views_delegate.cc',
3217 'browser/ui/views/chrome_views_delegate.h',
3218 'browser/ui/views/clear_browsing_data.cc',
3219 'browser/ui/views/clear_browsing_data.h',
3220 'browser/ui/views/clear_browsing_data_view.cc',
3221 'browser/ui/views/clear_browsing_data_view.h',
3222 'browser/ui/views/clear_data_view.cc',
3223 'browser/ui/views/clear_data_view.h',
3224 'browser/ui/views/clear_server_data.cc',
3225 'browser/ui/views/clear_server_data.h',
3226 'browser/ui/views/collected_cookies_win.cc',
3227 'browser/ui/views/collected_cookies_win.h',
3228 'browser/ui/views/confirm_message_box_dialog.cc',
3229 'browser/ui/views/confirm_message_box_dialog.h',
[email protected]5dd28922010-11-10 17:09:173230 'browser/ui/views/constrained_html_delegate_gtk.cc',
[email protected]213dac22010-11-09 07:35:323231 'browser/ui/views/constrained_html_delegate_win.cc',
3232 'browser/ui/views/constrained_window_win.cc',
3233 'browser/ui/views/constrained_window_win.h',
3234 'browser/ui/views/content_setting_bubble_contents.cc',
3235 'browser/ui/views/content_setting_bubble_contents.h',
3236 'browser/ui/views/cookie_info_view.cc',
3237 'browser/ui/views/cookie_info_view.h',
3238 'browser/ui/views/create_application_shortcut_view.cc',
3239 'browser/ui/views/create_application_shortcut_view.h',
3240 'browser/ui/views/database_info_view.cc',
3241 'browser/ui/views/database_info_view.h',
3242 'browser/ui/views/database_open_info_view.cc',
3243 'browser/ui/views/database_open_info_view.h',
3244 'browser/ui/views/default_search_view.cc',
3245 'browser/ui/views/default_search_view.h',
3246 'browser/ui/views/detachable_toolbar_view.cc',
3247 'browser/ui/views/detachable_toolbar_view.h',
3248 'browser/ui/views/dialog_stubs_gtk.cc',
3249 'browser/ui/views/dom_view.cc',
3250 'browser/ui/views/dom_view.h',
3251 'browser/ui/views/download_item_view.cc',
3252 'browser/ui/views/download_item_view.h',
3253 'browser/ui/views/download_shelf_view.cc',
3254 'browser/ui/views/download_shelf_view.h',
3255 'browser/ui/views/download_started_animation_win.cc',
3256 'browser/ui/views/dropdown_bar_host.cc',
3257 'browser/ui/views/dropdown_bar_host.h',
3258 'browser/ui/views/dropdown_bar_host_gtk.cc',
3259 'browser/ui/views/dropdown_bar_host_win.cc',
3260 'browser/ui/views/dropdown_bar_view.h',
3261 'browser/ui/views/edit_search_engine_dialog.cc',
3262 'browser/ui/views/edit_search_engine_dialog.h',
3263 'browser/ui/views/event_utils.cc',
3264 'browser/ui/views/event_utils.h',
3265 'browser/ui/views/extensions/browser_action_drag_data.cc',
3266 'browser/ui/views/extensions/browser_action_drag_data.h',
3267 'browser/ui/views/extensions/browser_action_overflow_menu_controller.cc',
3268 'browser/ui/views/extensions/browser_action_overflow_menu_controller.h',
3269 'browser/ui/views/extensions/extension_install_prompt.cc',
3270 'browser/ui/views/extensions/extension_install_prompt2.cc',
3271 'browser/ui/views/extensions/extension_installed_bubble.cc',
3272 'browser/ui/views/extensions/extension_installed_bubble.h',
3273 'browser/ui/views/extensions/extension_popup.cc',
3274 'browser/ui/views/extensions/extension_popup.h',
3275 'browser/ui/views/extensions/extension_view.cc',
3276 'browser/ui/views/extensions/extension_view.h',
3277 'browser/ui/views/external_protocol_dialog.cc',
3278 'browser/ui/views/external_protocol_dialog.h',
3279 'browser/ui/views/find_bar_host.cc',
3280 'browser/ui/views/find_bar_host.h',
3281 'browser/ui/views/find_bar_host_gtk.cc',
3282 'browser/ui/views/find_bar_host_win.cc',
3283 'browser/ui/views/find_bar_view.cc',
3284 'browser/ui/views/find_bar_view.h',
3285 'browser/ui/views/first_run_bubble.cc',
3286 'browser/ui/views/first_run_bubble.h',
3287 'browser/ui/views/first_run_search_engine_view.cc',
3288 'browser/ui/views/first_run_search_engine_view.h',
3289 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3290 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3291 'browser/ui/views/frame/browser_bubble_host.cc',
3292 'browser/ui/views/frame/browser_bubble_host.h',
3293 'browser/ui/views/frame/browser_frame.h',
3294 'browser/ui/views/frame/browser_frame_gtk.cc',
3295 'browser/ui/views/frame/browser_frame_gtk.h',
3296 'browser/ui/views/frame/browser_frame_win.cc',
3297 'browser/ui/views/frame/browser_frame_win.h',
3298 'browser/ui/views/frame/browser_non_client_frame_view.h',
[email protected]4fe042f2010-12-14 16:41:403299 'browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc',
3300 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
[email protected]213dac22010-11-09 07:35:323301 'browser/ui/views/frame/browser_root_view.cc',
3302 'browser/ui/views/frame/browser_root_view.h',
3303 'browser/ui/views/frame/browser_view.cc',
3304 'browser/ui/views/frame/browser_view.h',
3305 'browser/ui/views/frame/browser_view_layout.cc',
3306 'browser/ui/views/frame/browser_view_layout.h',
3307 'browser/ui/views/frame/contents_container.cc',
3308 'browser/ui/views/frame/contents_container.h',
3309 'browser/ui/views/frame/glass_browser_frame_view.cc',
3310 'browser/ui/views/frame/glass_browser_frame_view.h',
3311 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3312 'browser/ui/views/frame/opaque_browser_frame_view.h',
3313 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3314 'browser/ui/views/frame/popup_non_client_frame_view.h',
3315 'browser/ui/views/fullscreen_exit_bubble.cc',
3316 'browser/ui/views/fullscreen_exit_bubble.h',
3317 'browser/ui/views/generic_info_view.cc',
3318 'browser/ui/views/generic_info_view.h',
3319 'browser/ui/views/html_dialog_view.cc',
3320 'browser/ui/views/html_dialog_view.h',
3321 'browser/ui/views/hung_renderer_view.cc',
3322 'browser/ui/views/importer_lock_view.cc',
3323 'browser/ui/views/importer_lock_view.h',
3324 'browser/ui/views/importer_view.cc',
3325 'browser/ui/views/importer_view.h',
3326 'browser/ui/views/importing_progress_view.cc',
3327 'browser/ui/views/importing_progress_view.h',
3328 'browser/ui/views/indexed_db_info_view.cc',
3329 'browser/ui/views/indexed_db_info_view.h',
3330 'browser/ui/views/info_bubble.cc',
3331 'browser/ui/views/info_bubble.h',
3332 'browser/ui/views/infobars/after_translate_infobar.cc',
3333 'browser/ui/views/infobars/after_translate_infobar.h',
3334 'browser/ui/views/infobars/before_translate_infobar.cc',
3335 'browser/ui/views/infobars/before_translate_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:043336 'browser/ui/views/infobars/confirm_infobar.cc',
3337 'browser/ui/views/infobars/confirm_infobar.h',
[email protected]213dac22010-11-09 07:35:323338 'browser/ui/views/infobars/extension_infobar.cc',
3339 'browser/ui/views/infobars/extension_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:043340 'browser/ui/views/infobars/infobar_background.cc',
3341 'browser/ui/views/infobars/infobar_background.h',
[email protected]213dac22010-11-09 07:35:323342 'browser/ui/views/infobars/infobar_button_border.cc',
3343 'browser/ui/views/infobars/infobar_button_border.h',
3344 'browser/ui/views/infobars/infobar_container.cc',
3345 'browser/ui/views/infobars/infobar_container.h',
3346 'browser/ui/views/infobars/infobar_text_button.cc',
3347 'browser/ui/views/infobars/infobar_text_button.h',
[email protected]fc3c351a2011-02-01 01:10:043348 'browser/ui/views/infobars/infobar_view.cc',
3349 'browser/ui/views/infobars/infobar_view.h',
3350 'browser/ui/views/infobars/link_infobar.cc',
3351 'browser/ui/views/infobars/link_infobar.h',
[email protected]213dac22010-11-09 07:35:323352 'browser/ui/views/infobars/translate_infobar_base.cc',
3353 'browser/ui/views/infobars/translate_infobar_base.h',
3354 'browser/ui/views/infobars/translate_message_infobar.cc',
3355 'browser/ui/views/infobars/translate_message_infobar.h',
3356 'browser/ui/views/instant_confirm_view.cc',
3357 'browser/ui/views/instant_confirm_view.h',
3358 'browser/ui/views/js_modal_dialog_views.cc',
3359 'browser/ui/views/js_modal_dialog_views.h',
[email protected]d14af522010-12-02 03:54:503360 'browser/ui/views/keyboard_overlay_delegate.cc',
3361 'browser/ui/views/keyboard_overlay_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:463362 'browser/ui/views/keyword_editor_view.cc',
3363 'browser/ui/views/keyword_editor_view.h',
[email protected]213dac22010-11-09 07:35:323364 'browser/ui/views/list_background.h',
3365 'browser/ui/views/local_storage_info_view.cc',
3366 'browser/ui/views/local_storage_info_view.h',
3367 'browser/ui/views/local_storage_set_item_info_view.cc',
3368 'browser/ui/views/local_storage_set_item_info_view.h',
3369 'browser/ui/views/location_bar/click_handler.cc',
3370 'browser/ui/views/location_bar/click_handler.h',
3371 'browser/ui/views/location_bar/content_setting_image_view.cc',
3372 'browser/ui/views/location_bar/content_setting_image_view.h',
3373 'browser/ui/views/location_bar/ev_bubble_view.cc',
3374 'browser/ui/views/location_bar/ev_bubble_view.h',
[email protected]213dac22010-11-09 07:35:323375 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
[email protected]83bfa0b2011-02-01 05:37:463376 'browser/ui/views/location_bar/icon_label_bubble_view.h',
[email protected]213dac22010-11-09 07:35:323377 'browser/ui/views/location_bar/keyword_hint_view.cc',
3378 'browser/ui/views/location_bar/keyword_hint_view.h',
[email protected]213dac22010-11-09 07:35:323379 'browser/ui/views/location_bar/location_bar_view.cc',
3380 'browser/ui/views/location_bar/location_bar_view.h',
[email protected]83bfa0b2011-02-01 05:37:463381 'browser/ui/views/location_bar/location_icon_view.cc',
3382 'browser/ui/views/location_bar/location_icon_view.h',
[email protected]213dac22010-11-09 07:35:323383 'browser/ui/views/location_bar/page_action_image_view.cc',
3384 'browser/ui/views/location_bar/page_action_image_view.h',
3385 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3386 'browser/ui/views/location_bar/page_action_with_badge_view.h',
[email protected]213dac22010-11-09 07:35:323387 'browser/ui/views/location_bar/selected_keyword_view.cc',
[email protected]83bfa0b2011-02-01 05:37:463388 'browser/ui/views/location_bar/selected_keyword_view.h',
[email protected]213dac22010-11-09 07:35:323389 'browser/ui/views/location_bar/star_view.cc',
3390 'browser/ui/views/location_bar/star_view.h',
[email protected]553aabb2010-11-11 00:37:153391 'browser/ui/views/location_bar/suggested_text_view.cc',
3392 'browser/ui/views/location_bar/suggested_text_view.h',
[email protected]213dac22010-11-09 07:35:323393 'browser/ui/views/login_view.cc',
3394 'browser/ui/views/login_view.h',
[email protected]213dac22010-11-09 07:35:323395 'browser/ui/views/notifications/balloon_view.cc',
3396 'browser/ui/views/notifications/balloon_view.h',
[email protected]83bfa0b2011-02-01 05:37:463397 'browser/ui/views/notifications/balloon_view_host.cc',
3398 'browser/ui/views/notifications/balloon_view_host.h',
[email protected]213dac22010-11-09 07:35:323399 'browser/ui/views/options/advanced_contents_view.cc',
3400 'browser/ui/views/options/advanced_contents_view.h',
3401 'browser/ui/views/options/advanced_page_view.cc',
3402 'browser/ui/views/options/advanced_page_view.h',
3403 'browser/ui/views/options/content_exceptions_table_view.cc',
3404 'browser/ui/views/options/content_exceptions_table_view.h',
[email protected]213dac22010-11-09 07:35:323405 'browser/ui/views/options/content_filter_page_view.cc',
3406 'browser/ui/views/options/content_filter_page_view.h',
[email protected]83bfa0b2011-02-01 05:37:463407 'browser/ui/views/options/content_page_view.cc',
3408 'browser/ui/views/options/content_page_view.h',
[email protected]213dac22010-11-09 07:35:323409 'browser/ui/views/options/content_settings_window_view.cc',
3410 'browser/ui/views/options/content_settings_window_view.h',
3411 'browser/ui/views/options/cookie_filter_page_view.cc',
3412 'browser/ui/views/options/cookie_filter_page_view.h',
3413 'browser/ui/views/options/cookies_view.cc',
3414 'browser/ui/views/options/cookies_view.h',
3415 'browser/ui/views/options/exception_editor_view.cc',
3416 'browser/ui/views/options/exception_editor_view.h',
[email protected]213dac22010-11-09 07:35:323417 'browser/ui/views/options/exceptions_page_view.cc',
3418 'browser/ui/views/options/exceptions_page_view.h',
[email protected]83bfa0b2011-02-01 05:37:463419 'browser/ui/views/options/exceptions_view.cc',
3420 'browser/ui/views/options/exceptions_view.h',
[email protected]213dac22010-11-09 07:35:323421 'browser/ui/views/options/fonts_languages_window_view.cc',
3422 'browser/ui/views/options/fonts_languages_window_view.h',
3423 'browser/ui/views/options/fonts_page_view.cc',
3424 'browser/ui/views/options/fonts_page_view.h',
3425 'browser/ui/views/options/general_page_view.cc',
3426 'browser/ui/views/options/general_page_view.h',
3427 'browser/ui/views/options/languages_page_view.cc',
3428 'browser/ui/views/options/languages_page_view.h',
3429 'browser/ui/views/options/managed_prefs_banner_view.cc',
3430 'browser/ui/views/options/managed_prefs_banner_view.h',
3431 'browser/ui/views/options/options_group_view.cc',
3432 'browser/ui/views/options/options_group_view.h',
3433 'browser/ui/views/options/options_page_view.cc',
3434 'browser/ui/views/options/options_page_view.h',
3435 'browser/ui/views/options/options_window_view.cc',
3436 'browser/ui/views/options/passwords_exceptions_window_view.cc',
3437 'browser/ui/views/options/passwords_exceptions_window_view.h',
3438 'browser/ui/views/options/passwords_page_view.cc',
3439 'browser/ui/views/options/passwords_page_view.h',
3440 'browser/ui/views/options/plugin_filter_page_view.cc',
3441 'browser/ui/views/options/plugin_filter_page_view.h',
3442 'browser/ui/views/options/simple_content_exceptions_view.cc',
3443 'browser/ui/views/options/simple_content_exceptions_view.h',
3444 'browser/ui/views/page_info_bubble_view.cc',
3445 'browser/ui/views/page_info_bubble_view.h',
3446 'browser/ui/views/pinned_contents_info_bubble.cc',
3447 'browser/ui/views/pinned_contents_info_bubble.h',
3448 'browser/ui/views/reload_button.cc',
3449 'browser/ui/views/reload_button.h',
3450 'browser/ui/views/repost_form_warning_view.cc',
3451 'browser/ui/views/repost_form_warning_view.h',
3452 'browser/ui/views/restart_message_box.cc',
3453 'browser/ui/views/restart_message_box.h',
3454 'browser/ui/views/sad_tab_view.cc',
3455 'browser/ui/views/sad_tab_view.h',
3456 'browser/ui/views/select_file_dialog.cc',
3457 'browser/ui/views/shell_dialogs_win.cc',
3458 'browser/ui/views/ssl_client_certificate_selector_win.cc',
3459 'browser/ui/views/status_bubble_views.cc',
3460 'browser/ui/views/status_bubble_views.h',
3461 'browser/ui/views/status_icons/status_icon_win.cc',
3462 'browser/ui/views/status_icons/status_icon_win.h',
3463 'browser/ui/views/status_icons/status_tray_gtk.cc',
3464 'browser/ui/views/status_icons/status_tray_win.cc',
3465 'browser/ui/views/status_icons/status_tray_win.h',
[email protected]213dac22010-11-09 07:35:323466 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3467 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3468 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
3469 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3470 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
3471 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3472 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
[email protected]83bfa0b2011-02-01 05:37:463473 'browser/ui/views/tab_contents/tab_contents_container.cc',
3474 'browser/ui/views/tab_contents/tab_contents_container.h',
3475 'browser/ui/views/tab_contents/tab_contents_container_native.cc',
3476 'browser/ui/views/tab_contents/tab_contents_container_native.h',
3477 'browser/ui/views/tab_contents/tab_contents_container_views.cc',
3478 'browser/ui/views/tab_contents/tab_contents_container_views.h',
[email protected]213dac22010-11-09 07:35:323479 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3480 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3481 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc',
3482 'browser/ui/views/tab_contents/tab_contents_view_gtk.h',
[email protected]602627cc2010-11-24 19:14:573483 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3484 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:463485 'browser/ui/views/tab_contents/tab_contents_view_win.cc',
3486 'browser/ui/views/tab_contents/tab_contents_view_win.h',
3487 'browser/ui/views/tab_icon_view.cc',
3488 'browser/ui/views/tab_icon_view.h',
[email protected]213dac22010-11-09 07:35:323489 'browser/ui/views/tabs/base_tab.cc',
3490 'browser/ui/views/tabs/base_tab.h',
3491 'browser/ui/views/tabs/base_tab_strip.cc',
3492 'browser/ui/views/tabs/base_tab_strip.h',
3493 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3494 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3495 'browser/ui/views/tabs/dragged_tab_controller.cc',
3496 'browser/ui/views/tabs/dragged_tab_controller.h',
3497 'browser/ui/views/tabs/dragged_tab_view.cc',
3498 'browser/ui/views/tabs/dragged_tab_view.h',
3499 'browser/ui/views/tabs/native_view_photobooth.h',
3500 'browser/ui/views/tabs/native_view_photobooth_gtk.cc',
3501 'browser/ui/views/tabs/native_view_photobooth_gtk.h',
3502 'browser/ui/views/tabs/native_view_photobooth_win.cc',
3503 'browser/ui/views/tabs/native_view_photobooth_win.h',
3504 'browser/ui/views/tabs/side_tab.cc',
3505 'browser/ui/views/tabs/side_tab.h',
3506 'browser/ui/views/tabs/side_tab_strip.cc',
3507 'browser/ui/views/tabs/side_tab_strip.h',
3508 'browser/ui/views/tabs/tab.cc',
3509 'browser/ui/views/tabs/tab.h',
3510 'browser/ui/views/tabs/tab_controller.h',
3511 'browser/ui/views/tabs/tab_renderer_data.h',
3512 'browser/ui/views/tabs/tab_strip.cc',
3513 'browser/ui/views/tabs/tab_strip.h',
3514 'browser/ui/views/tabs/tab_strip_controller.h',
[email protected]15972e02011-01-24 23:25:193515 'browser/ui/views/tabs/tab_strip_factory.cc',
[email protected]83bfa0b2011-02-01 05:37:463516 'browser/ui/views/tabs/tab_strip_factory.h',
[email protected]213dac22010-11-09 07:35:323517 'browser/ui/views/task_manager_view.cc',
3518 'browser/ui/views/textfield_views.cc',
3519 'browser/ui/views/textfield_views.h',
3520 'browser/ui/views/theme_background.cc',
3521 'browser/ui/views/theme_background.h',
3522 'browser/ui/views/theme_helpers.cc',
3523 'browser/ui/views/theme_helpers.h',
3524 'browser/ui/views/theme_install_bubble_view.cc',
3525 'browser/ui/views/theme_install_bubble_view.h',
3526 'browser/ui/views/toolbar_view.cc',
3527 'browser/ui/views/toolbar_view.h',
[email protected]213dac22010-11-09 07:35:323528 'browser/ui/views/unhandled_keyboard_event_handler.cc',
3529 'browser/ui/views/unhandled_keyboard_event_handler.h',
[email protected]83bfa0b2011-02-01 05:37:463530 'browser/ui/views/uninstall_view.cc',
3531 'browser/ui/views/uninstall_view.h',
[email protected]213dac22010-11-09 07:35:323532 'browser/ui/views/update_recommended_message_box.cc',
3533 'browser/ui/views/update_recommended_message_box.h',
[email protected]83bfa0b2011-02-01 05:37:463534 'browser/ui/views/url_picker.cc',
3535 'browser/ui/views/url_picker.h',
[email protected]213dac22010-11-09 07:35:323536 'browser/ui/views/user_data_dir_dialog.cc',
3537 'browser/ui/views/user_data_dir_dialog.h',
3538 'browser/ui/views/window.cc',
3539 'browser/ui/views/window.h',
3540 'browser/ui/views/wrench_menu.cc',
3541 'browser/ui/views/wrench_menu.h',
[email protected]9a800652010-12-02 17:08:443542 'browser/ui/window_sizer.cc',
3543 'browser/ui/window_sizer.h',
[email protected]9a800652010-12-02 17:08:443544 'browser/ui/window_sizer_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:463545 'browser/ui/window_sizer_mac.mm',
[email protected]9a800652010-12-02 17:08:443546 'browser/ui/window_sizer_win.cc',
[email protected]75b68052011-02-03 06:01:163547 'browser/ui/window_snapshot/window_snapshot.h',
3548 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3549 'browser/ui/window_snapshot/window_snapshot_win.cc',
3550 'browser/ui/window_snapshot/window_snapshot_x.cc',
[email protected]b1b73942010-05-26 20:11:543551 'browser/upgrade_detector.cc',
3552 'browser/upgrade_detector.h',
[email protected]6c32ce72010-03-08 05:18:063553 'browser/user_style_sheet_watcher.cc',
3554 'browser/user_style_sheet_watcher.h',
[email protected]83019902009-12-02 05:32:593555 'browser/utility_process_host.cc',
3556 'browser/utility_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:333557 'browser/visitedlink/visitedlink_event_listener.cc',
3558 'browser/visitedlink/visitedlink_event_listener.h',
[email protected]83bfa0b2011-02-01 05:37:463559 'browser/visitedlink/visitedlink_master.cc',
3560 'browser/visitedlink/visitedlink_master.h',
3561 'browser/web_applications/web_app.cc',
3562 'browser/web_applications/web_app.h',
3563 'browser/web_resource/web_resource_service.cc',
3564 'browser/web_resource/web_resource_service.h',
[email protected]38e08982010-10-22 17:28:433565 'browser/webdata/autofill_change.cc',
[email protected]e52bc1e02009-12-17 22:45:273566 'browser/webdata/autofill_change.h',
3567 'browser/webdata/autofill_entry.cc',
3568 'browser/webdata/autofill_entry.h',
[email protected]83019902009-12-02 05:32:593569 'browser/webdata/web_data_service.cc',
3570 'browser/webdata/web_data_service.h',
3571 'browser/webdata/web_data_service_win.cc',
3572 'browser/webdata/web_database.cc',
3573 'browser/webdata/web_database.h',
3574 'browser/webdata/web_database_win.cc',
[email protected]65412272010-12-21 20:03:243575 'browser/worker_host/message_port_service.cc',
3576 'browser/worker_host/message_port_service.h',
[email protected]0791d3a2010-01-28 01:28:493577 'browser/worker_host/worker_document_set.cc',
3578 'browser/worker_host/worker_document_set.h',
[email protected]65412272010-12-21 20:03:243579 'browser/worker_host/worker_message_filter.cc',
3580 'browser/worker_host/worker_message_filter.h',
[email protected]83019902009-12-02 05:32:593581 'browser/worker_host/worker_process_host.cc',
3582 'browser/worker_host/worker_process_host.h',
3583 'browser/worker_host/worker_service.cc',
3584 'browser/worker_host/worker_service.h',
3585 'browser/zygote_host_linux.cc',
3586 'browser/zygote_main_linux.cc',
3587
[email protected]4f97280e2010-06-22 06:45:223588 # These files are generated by GRIT.
[email protected]aee1dbd2011-01-04 21:27:113589 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
[email protected]755e1b732010-06-24 23:28:533590 '<(grit_out_dir)/grit/shared_resources_map.cc',
3591 '<(grit_out_dir)/grit/theme_resources_map.cc',
[email protected]83019902009-12-02 05:32:593592 ],
3593 'conditions': [
3594 ['javascript_engine=="v8"', {
3595 'defines': [
3596 'CHROME_V8',
3597 ],
3598 }],
[email protected]fdc5bed2010-01-09 01:16:573599 ['chromeos==0', {
[email protected]83019902009-12-02 05:32:593600 'sources/': [
[email protected]4d2ef9d2010-03-19 00:08:333601 ['exclude', '^browser/chromeos'],
[email protected]976e69f2010-08-13 18:28:173602 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
[email protected]c8451f22010-06-30 18:41:413603 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3604 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3605 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
[email protected]0e6168792010-10-13 16:29:263606 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
[email protected]5ac20162010-11-24 23:33:113607 ['exclude', 'browser/oom_priority_manager.cc'],
3608 ['exclude', 'browser/oom_priority_manager.h'],
[email protected]6692b0d72010-07-15 03:40:233609 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3610 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
[email protected]83019902009-12-02 05:32:593611 ],
3612 }],
[email protected]14a000d2010-04-29 21:44:243613 ['chromeos==1', {
3614 'sources!': [
[email protected]f9bd5832010-12-09 18:35:163615 'browser/background_mode_manager_linux.cc',
[email protected]e4e45292010-06-16 21:54:293616 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463617 'browser/password_manager/native_backend_gnome_x.h',
[email protected]e4e45292010-06-16 21:54:293618 'browser/password_manager/native_backend_kwallet_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463619 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]14a000d2010-04-29 21:44:243620 'browser/platform_util_linux.cc',
[email protected]d032b3792010-06-07 22:02:393621 ],
3622 'link_settings': {
3623 'libraries': [
3624 '-lpulse',
3625 ],
3626 },
[email protected]14a000d2010-04-29 21:44:243627 }],
[email protected]602627cc2010-11-24 19:14:573628 ['use_gconf==0', {
3629 'sources!': [
[email protected]736d1892011-01-14 00:19:043630 'browser/ui/gtk/gconf_titlebar_listener.cc',
3631 'browser/ui/gtk/gconf_titlebar_listener.h',
[email protected]602627cc2010-11-24 19:14:573632 ],
3633 }],
[email protected]63692212010-09-16 00:22:213634 ['use_gnome_keyring==0', {
3635 'sources!': [
[email protected]63692212010-09-16 00:22:213636 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463637 'browser/password_manager/native_backend_gnome_x.h',
[email protected]63692212010-09-16 00:22:213638 ],
3639 }],
[email protected]0094fbe2010-07-15 21:51:433640 ['touchui==0', {
[email protected]4fe042f2010-12-14 16:41:403641 'sources/': [
[email protected]ff6a49d2010-12-21 21:55:223642 ['exclude', '^browser/chromeos/dom_ui/login/'],
[email protected]4fe042f2010-12-14 16:41:403643 ['exclude', '^browser/dom_ui/keyboard_ui.*'],
3644 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'],
3645 ['exclude', '^browser/ui/touch/*'],
[email protected]03086192011-01-19 21:25:353646 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
3647 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]4fe042f2010-12-14 16:41:403648 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'],
[email protected]0094fbe2010-07-15 21:51:433649 ],
3650 }],
[email protected]ee520882010-09-30 21:40:083651 ['touchui==1', {
[email protected]4ccc05e2010-10-06 19:32:153652 'sources/': [
[email protected]4fe042f2010-12-14 16:41:403653 ['include', '^browser/ui/touch/*'],
3654 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
[email protected]82854a92010-11-05 06:12:243655 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3656 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
[email protected]72dd8ca2011-01-18 00:19:153657 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
3658 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
[email protected]4fe042f2010-12-14 16:41:403659 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]602627cc2010-11-24 19:14:573660 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3661 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]4ccc05e2010-10-06 19:32:153662 ],
[email protected]ee520882010-09-30 21:40:083663 }],
[email protected]83019902009-12-02 05:32:593664 ['OS=="linux"', {
3665 'dependencies': [
[email protected]4de38a32010-03-12 14:00:003666 '../build/linux/system.gyp:dbus-glib',
[email protected]cd1454e932010-05-13 21:36:593667 '../build/linux/system.gyp:gconf',
[email protected]83019902009-12-02 05:32:593668 '../build/linux/system.gyp:gtk',
3669 '../build/linux/system.gyp:gtkprint',
3670 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183671 '../build/linux/system.gyp:x11',
[email protected]6803ce12010-09-28 02:32:123672 '../third_party/undoview/undoview.gyp:undoview',
[email protected]83019902009-12-02 05:32:593673 ],
[email protected]524f1cf2010-02-23 19:21:533674 'link_settings': {
3675 'libraries': [
3676 # For dlsym() in 'browser/zygote_main_linux.cc'
3677 '-ldl',
3678 ],
3679 },
[email protected]83019902009-12-02 05:32:593680 'sources!': [
[email protected]213dac22010-11-09 07:35:323681 'browser/ui/views/extensions/extension_view.cc',
3682 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593683 ],
3684 'sources': [
3685 'browser/crash_handler_host_linux.h',
[email protected]83019902009-12-02 05:32:593686 ],
[email protected]83019902009-12-02 05:32:593687 'conditions': [
[email protected]63692212010-09-16 00:22:213688 ['use_gnome_keyring==1', {
[email protected]556c5d72010-06-10 05:45:013689 'dependencies': [
3690 '../build/linux/system.gyp:gnome-keyring',
3691 ],
3692 }],
[email protected]83019902009-12-02 05:32:593693 ['linux_breakpad==1', {
3694 'sources': [
3695 'app/breakpad_linux.cc',
3696 'app/breakpad_linux.h',
3697 'browser/crash_handler_host_linux.cc',
3698 ],
3699 'dependencies': [
3700 '../breakpad/breakpad.gyp:breakpad_client',
[email protected]d9573ac2010-08-27 18:26:083701 # make sure file_version_info_linux.h is generated first.
3702 'common',
[email protected]83019902009-12-02 05:32:593703 ],
3704 'include_dirs': [
[email protected]d9573ac2010-08-27 18:26:083705 # breakpad_linux.cc uses generated file_version_info_linux.h.
[email protected]83019902009-12-02 05:32:593706 '<(SHARED_INTERMEDIATE_DIR)',
3707 '../breakpad/src',
3708 ],
3709 }, { # linux_breakpad==0
3710 'sources': [
3711 'browser/crash_handler_host_linux_stub.cc',
3712 ],
3713 }],
[email protected]0090c092010-10-29 14:22:013714 ['use_openssl==0', {
3715 'sources': [
3716 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3717 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3718 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3719 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3720 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3721 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
3722 ],
3723 }],
[email protected]85d22832010-11-16 01:37:413724 ['linux_sandbox_path != ""', {
3725 'defines': [
3726 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
3727 ],
3728 }],
[email protected]83019902009-12-02 05:32:593729 ],
[email protected]d6f9c9e2010-03-15 01:57:073730 }, { # OS != "linux"
3731 'sources!': [
[email protected]0fd776c402010-09-29 21:59:173732 # TODO(mattm): Cert manager stuff is really !USE_NSS.
3733 'browser/certificate_manager_model.cc',
3734 'browser/certificate_manager_model.h',
[email protected]12cc3512010-10-05 02:06:373735 'browser/dom_ui/options/certificate_manager_handler.cc',
3736 'browser/dom_ui/options/certificate_manager_handler.h',
[email protected]8ecad5e2010-12-02 21:18:333737 'browser/file_path_watcher/file_path_watcher_inotify.cc',
[email protected]d6f9c9e2010-03-15 01:57:073738 ],
[email protected]83019902009-12-02 05:32:593739 }],
[email protected]6f5b3b292010-02-22 20:56:153740 ['OS=="freebsd" or OS=="openbsd"', {
[email protected]83019902009-12-02 05:32:593741 'dependencies': [
3742 '../build/linux/system.gyp:gtk',
[email protected]ca9b7dd2010-02-24 23:40:303743 '../build/linux/system.gyp:gtkprint',
[email protected]83019902009-12-02 05:32:593744 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183745 '../build/linux/system.gyp:x11',
[email protected]83019902009-12-02 05:32:593746 ],
[email protected]d6f9c9e2010-03-15 01:57:073747 'sources': [
[email protected]8ecad5e2010-12-02 21:18:333748 'browser/file_path_watcher/file_path_watcher_stub.cc',
[email protected]d6f9c9e2010-03-15 01:57:073749 ],
[email protected]83019902009-12-02 05:32:593750 }],
[email protected]ac1ada52010-10-28 19:26:003751 # Use system SSL settings on Mac and Windows. Use preferences
3752 # for SSL settings on other platforms.
3753 ['OS=="mac" or OS=="win"', {
3754 'sources!': [
3755 'browser/net/ssl_config_service_manager_pref.cc',
3756 ],
3757 }, { # else
3758 'sources!': [
3759 'browser/net/ssl_config_service_manager_system.cc',
3760 ],
3761 }],
[email protected]83019902009-12-02 05:32:593762 ['OS=="mac"', {
3763 'sources!': [
3764 'browser/automation/automation_provider_list_generic.cc',
3765 'browser/bookmarks/bookmark_context_menu.cc',
3766 'browser/bookmarks/bookmark_drop_info.cc',
[email protected]ca9b7dd2010-02-24 23:40:303767 'browser/importer/nss_decryptor_system_nss.cc',
3768 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593769 'browser/jankometer.cc',
[email protected]eaf16c42010-06-21 22:30:383770 'browser/password_manager/login_database_posix.cc',
[email protected]71a565a2010-11-24 15:53:493771 'browser/power_save_blocker_stub.cc',
[email protected]c0fc0942010-01-13 00:55:373772 'browser/renderer_host/backing_store_proxy.cc',
3773 'browser/renderer_host/backing_store_proxy.h',
[email protected]8386a522010-01-28 16:18:573774 'browser/renderer_host/gpu_view_host.cc',
3775 'browser/renderer_host/gpu_view_host.h',
[email protected]ba65b1f642010-03-02 21:23:113776 'browser/renderer_host/video_layer_proxy.cc',
3777 'browser/renderer_host/video_layer_proxy.h',
[email protected]83bfa0b2011-02-01 05:37:463778 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:233779 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]83bfa0b2011-02-01 05:37:463780 'browser/ui/tabs/dock_info.cc',
[email protected]213dac22010-11-09 07:35:323781 'browser/ui/views/extensions/extension_view.cc',
3782 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593783 ],
3784 'sources': [
[email protected]e51c1c512010-01-05 04:42:003785 # Build Apple sample code
3786 '../third_party/apple/ImageAndTextCell.h',
3787 '../third_party/apple/ImageAndTextCell.m',
[email protected]83019902009-12-02 05:32:593788 # Build the necessary GTM sources
3789 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
3790 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
3791 '../third_party/GTM/AppKit/GTMIBArray.h',
3792 '../third_party/GTM/AppKit/GTMIBArray.m',
[email protected]83bfa0b2011-02-01 05:37:463793 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
3794 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
[email protected]31567792010-07-01 15:35:463795 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
3796 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
[email protected]83019902009-12-02 05:32:593797 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
3798 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
[email protected]83019902009-12-02 05:32:593799 '../third_party/GTM/AppKit/GTMUILocalizer.h',
3800 '../third_party/GTM/AppKit/GTMUILocalizer.m',
3801 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
3802 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
3803 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
[email protected]83019902009-12-02 05:32:593804 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
3805 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
[email protected]2b0693f2010-04-09 23:23:073806 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
3807 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
[email protected]bcc18d32010-07-01 20:25:383808 # MolokoCacao additions
3809 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
3810 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
[email protected]83019902009-12-02 05:32:593811 # Build necessary Mozilla sources
[email protected]83bfa0b2011-02-01 05:37:463812 '../third_party/mozilla/ComplexTextInputPanel.h',
3813 '../third_party/mozilla/ComplexTextInputPanel.mm',
[email protected]d1b229dc2010-04-15 15:18:153814 '../third_party/mozilla/NSPasteboard+Utils.h',
3815 '../third_party/mozilla/NSPasteboard+Utils.mm',
3816 '../third_party/mozilla/NSScreen+Utils.h',
3817 '../third_party/mozilla/NSScreen+Utils.m',
3818 '../third_party/mozilla/NSString+Utils.h',
[email protected]4035a152010-05-04 01:56:183819 '../third_party/mozilla/NSString+Utils.mm',
[email protected]d1b229dc2010-04-15 15:18:153820 '../third_party/mozilla/NSURL+Utils.h',
3821 '../third_party/mozilla/NSURL+Utils.m',
3822 '../third_party/mozilla/NSWorkspace+Utils.h',
3823 '../third_party/mozilla/NSWorkspace+Utils.m',
[email protected]83019902009-12-02 05:32:593824 # Headers so that IB can find classes it needs to resolve classes
3825 # in XIB files.
[email protected]a3668802010-12-18 01:18:293826 'common/chrome_application_mac.h',
[email protected]83019902009-12-02 05:32:593827 ],
3828 'include_dirs': [
[email protected]e51c1c512010-01-05 04:42:003829 '../third_party/apple',
[email protected]83019902009-12-02 05:32:593830 '../third_party/GTM',
3831 '../third_party/GTM/AppKit',
[email protected]fde445e2010-01-21 18:50:233832 '../third_party/GTM/DebugUtils',
[email protected]83bfa0b2011-02-01 05:37:463833 '../third_party/GTM/Foundation',
[email protected]83019902009-12-02 05:32:593834 ],
3835 'link_settings': {
3836 'libraries': [
[email protected]83bfa0b2011-02-01 05:37:463837 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
[email protected]6842a3f2010-03-09 17:39:443838 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
[email protected]83bfa0b2011-02-01 05:37:463839 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
[email protected]ac7e4e12010-08-26 14:34:413840 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
[email protected]43f28f832010-02-03 02:28:483841 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
[email protected]ac7e4e12010-08-26 14:34:413842 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
[email protected]83bfa0b2011-02-01 05:37:463843 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
[email protected]83019902009-12-02 05:32:593844 ],
3845 'mac_bundle_resources': [
[email protected]802a13a02010-12-02 01:48:373846 'browser/gpu.sb',
[email protected]1e652d022010-04-16 19:09:113847 'browser/nacl_loader.sb',
[email protected]83019902009-12-02 05:32:593848 'browser/utility.sb',
[email protected]bd9337c2010-03-30 17:12:133849 'browser/worker.sb',
[email protected]83019902009-12-02 05:32:593850 ],
3851 },
3852 'actions': [
3853 {
3854 # This action is used to extract the localization data from xib
3855 # files and generate table for the ui localizer from it.
3856 'variables': {
3857 'xib_localizer_tool_path':
3858 'tools/build/mac/generate_localizer',
3859 'xib_files_to_scan': [
3860 # The xibs that need localization
3861 'app/nibs/About.xib',
[email protected]cff83fe2010-06-09 17:19:573862 'app/nibs/AutoFillAddressSheet.xib',
3863 'app/nibs/AutoFillCreditCardSheet.xib',
[email protected]8ebfa3b2010-02-12 04:24:083864 'app/nibs/AutoFillDialog.xib',
[email protected]83019902009-12-02 05:32:593865 'app/nibs/BookmarkAllTabs.xib',
3866 'app/nibs/BookmarkBar.xib',
3867 'app/nibs/BookmarkBubble.xib',
3868 'app/nibs/BookmarkEditor.xib',
3869 'app/nibs/BookmarkNameFolder.xib',
3870 'app/nibs/ClearBrowsingData.xib',
[email protected]a503c97c2010-07-16 13:05:483871 'app/nibs/CollectedCookies.xib',
[email protected]177aceb2010-11-03 16:17:413872 'app/nibs/ConfirmQuitPanel.xib',
[email protected]6f2c41a3bc2010-02-21 16:59:193873 'app/nibs/ContentBlockedCookies.xib',
3874 'app/nibs/ContentBlockedImages.xib',
3875 'app/nibs/ContentBlockedJavaScript.xib',
3876 'app/nibs/ContentBlockedPlugins.xib',
3877 'app/nibs/ContentBlockedPopups.xib',
[email protected]ce216602010-03-26 14:14:253878 'app/nibs/ContentBubbleGeolocation.xib',
[email protected]71bc0d02010-02-26 20:43:143879 'app/nibs/ContentExceptionsWindow.xib',
[email protected]ed1a4562010-02-22 01:53:413880 'app/nibs/ContentSettings.xib',
[email protected]83bfa0b2011-02-01 05:37:463881 'app/nibs/CookieDetailsView.xib',
3882 'app/nibs/Cookies.xib',
[email protected]83019902009-12-02 05:32:593883 'app/nibs/DownloadItem.xib',
3884 'app/nibs/DownloadShelf.xib',
3885 'app/nibs/EditSearchEngine.xib',
[email protected]c5c3c5b2010-04-03 07:03:343886 'app/nibs/ExtensionInstallPrompt.xib',
3887 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
[email protected]83bfa0b2011-02-01 05:37:463888 'app/nibs/ExtensionInstalledBubble.xib',
[email protected]96788b02010-06-26 21:45:343889 'app/nibs/FirstRunBubble.xib',
[email protected]83019902009-12-02 05:32:593890 'app/nibs/FirstRunDialog.xib',
[email protected]50ada2e2010-01-08 14:51:213891 'app/nibs/FontLanguageSettings.xib',
[email protected]83019902009-12-02 05:32:593892 'app/nibs/HttpAuthLoginSheet.xib',
3893 'app/nibs/HungRendererDialog.xib',
[email protected]83019902009-12-02 05:32:593894 'app/nibs/ImportProgressDialog.xib',
[email protected]83bfa0b2011-02-01 05:37:463895 'app/nibs/ImportSettingsDialog.xib',
[email protected]ca6c990f2010-11-22 20:32:503896 'app/nibs/InstantConfirm.xib',
[email protected]6958fea2010-11-23 21:05:203897 'app/nibs/InstantOptIn.xib',
[email protected]83019902009-12-02 05:32:593898 'app/nibs/KeywordEditor.xib',
3899 'app/nibs/MainMenu.xib',
[email protected]83019902009-12-02 05:32:593900 'app/nibs/Preferences.xib',
3901 'app/nibs/ReportBug.xib',
[email protected]27286e72009-12-15 19:52:373902 'app/nibs/SadTab.xib',
[email protected]83019902009-12-02 05:32:593903 'app/nibs/SaveAccessoryView.xib',
[email protected]3ef4755e2010-09-27 20:25:043904 'app/nibs/SearchEngineDialog.xib',
[email protected]834a6a12010-07-01 18:26:573905 'app/nibs/SimpleContentExceptionsWindow.xib',
[email protected]c0b59092010-08-28 07:17:383906 'app/nibs/SpeechInputBubble.xib',
[email protected]83019902009-12-02 05:32:593907 'app/nibs/TaskManager.xib',
3908 'app/nibs/Toolbar.xib',
3909 ],
3910 },
3911 'action_name': 'Process xibs for localization',
3912 'inputs': [
3913 '<(xib_localizer_tool_path)',
3914 '<@(xib_files_to_scan)',
3915 ],
3916 'outputs': [
3917 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
3918 ],
3919 'action': ['<(xib_localizer_tool_path)',
3920 '<@(_outputs)',
3921 '<@(xib_files_to_scan)'],
3922 },
3923 ],
3924 }],
3925 ['OS=="win"', {
[email protected]83019902009-12-02 05:32:593926 'include_dirs': [
[email protected]cd134c8c2010-03-09 05:23:123927 '<(DEPTH)/third_party/wtl/include',
[email protected]83019902009-12-02 05:32:593928 ],
3929 'dependencies': [
3930 '../gears/gears.gyp:gears',
3931 '../google_update/google_update.gyp:google_update',
[email protected]b3df5a42010-05-11 14:31:093932 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
[email protected]3ad594a2010-08-31 02:47:593933 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
[email protected]0cde55892011-02-09 02:32:423934 '../views/views.gyp:*',
[email protected]1c262172010-06-10 15:25:463935 '../rlz/rlz.gyp:rlz_lib',
[email protected]83019902009-12-02 05:32:593936 ],
3937 'export_dependent_settings': [
[email protected]0cde55892011-02-09 02:32:423938 '../views/views.gyp:*',
[email protected]83019902009-12-02 05:32:593939 ],
[email protected]04d75b6f2010-08-17 11:38:403940 'direct_dependent_settings': {
3941 'link_settings': {
3942 'libraries': [
3943 '-llocationapi.lib',
3944 '-lsensorsapi.lib',
3945 ],
3946 }
3947 },
[email protected]83019902009-12-02 05:32:593948 'sources': [
[email protected]83019902009-12-02 05:32:593949 # Using built-in rule in vstudio for midl.
[email protected]c1bbaa82010-11-08 11:17:053950 'browser/dom_ui/conflicts_ui.cc',
3951 'browser/dom_ui/conflicts_ui.h',
[email protected]83019902009-12-02 05:32:593952 'browser/history/history_indexer.idl',
3953 ],
3954 'sources!': [
3955 'browser/history/history_publisher_none.cc',
[email protected]ca9b7dd2010-02-24 23:40:303956 'browser/importer/nss_decryptor_system_nss.cc',
3957 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593958 'browser/power_save_blocker_stub.cc',
[email protected]83bfa0b2011-02-01 05:37:463959 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:233960 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]d14af522010-12-02 03:54:503961 'browser/ui/views/keyboard_overlay_delegate.cc',
[email protected]213dac22010-11-09 07:35:323962 'browser/ui/views/select_file_dialog.cc',
[email protected]83019902009-12-02 05:32:593963 ],
[email protected]da26d732010-06-25 20:43:123964 'conditions': [
3965 ['win_use_allocator_shim==1', {
3966 'dependencies': [
3967 '<(allocator_target)',
3968 ],
3969 }],
[email protected]c8451f22010-06-30 18:41:413970 ],
[email protected]83019902009-12-02 05:32:593971 }, { # 'OS!="win"
3972 'sources/': [
3973 # Exclude all of hang_monitor.
3974 ['exclude', '^browser/hang_monitor/'],
3975
3976 # Exclude parts of password_manager.
3977 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
3978
3979 # Exclude all of rlz.
3980 ['exclude', '^browser/rlz/'],
[email protected]17d40f02010-07-01 01:18:063981 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]83019902009-12-02 05:32:593982
3983 # Exclude all of views.
[email protected]213dac22010-11-09 07:35:323984 ['exclude', '^browser/ui/views/'],
[email protected]83019902009-12-02 05:32:593985 ],
3986 'conditions': [
[email protected]06c756182010-04-27 18:31:313987 ['OS=="linux" and toolkit_views==1',{
[email protected]05af3562010-02-26 00:41:123988 'dependencies': [
[email protected]0cde55892011-02-09 02:32:423989 '../views/views.gyp:*',
[email protected]05af3562010-02-26 00:41:123990 ],
3991 'include_dirs': [
3992 '<(INTERMEDIATE_DIR)',
3993 '<(INTERMEDIATE_DIR)/chrome',
3994 ],
[email protected]83019902009-12-02 05:32:593995 'sources/': [
[email protected]83019902009-12-02 05:32:593996 ['include', '^browser/extensions/'],
[email protected]17d40f02010-07-01 01:18:063997 # This exclude duplicates the one just above because of the
3998 # order of evaluation of the 'sources/' rule above, the
3999 # conditions, and this 'sources/' rule.
4000 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]73852b8f2010-05-14 00:38:124001 ['include', 'browser/printing/print_dialog_cloud.cc'],
4002 ['include', 'browser/printing/print_dialog_cloud.h'],
[email protected]3870bbe92010-09-01 19:44:474003 ['include', '^browser/speech/speech_input_bubble_views.cc'],
[email protected]83bfa0b2011-02-01 05:37:464004
4005 # Exclude all of browser/ui/gtk, then include the things we want.
4006 ['exclude', '^browser/ui/gtk'],
4007 ['include', '^browser/ui/gtk/accessibility_event_router_gtk.cc'],
4008 ['include', '^browser/ui/gtk/accessibility_event_router_gtk.h'],
4009 ['include', '^browser/ui/gtk/accessible_widget_helper_gtk.cc'],
4010 ['include', '^browser/ui/gtk/accessible_widget_helper_gtk.h'],
4011 ['include', '^browser/ui/gtk/bookmark_editor_gtk.cc'],
4012 ['include', '^browser/ui/gtk/bookmark_editor_gtk.h'],
4013 ['include', '^browser/ui/gtk/bookmark_tree_model.cc'],
4014 ['include', '^browser/ui/gtk/bookmark_tree_model.h'],
4015 ['include', '^browser/ui/gtk/bookmark_utils_gtk.cc'],
4016 ['include', '^browser/ui/gtk/bookmark_utils_gtk.h'],
4017 ['include', '^browser/ui/gtk/cairo_cached_surface.cc'],
4018 ['include', '^browser/ui/gtk/cairo_cached_surface.h'],
4019 ['include', '^browser/ui/gtk/certificate_dialogs.cc'],
4020 ['include', '^browser/ui/gtk/certificate_dialogs.h'],
4021 ['include', '^browser/ui/gtk/certificate_viewer.cc'],
4022 ['include', '^browser/ui/gtk/certificate_viewer.h'],
4023 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'],
4024 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'],
4025 ['include', '^browser/ui/gtk/clear_browsing_data_dialog_gtk.cc'],
4026 ['include', '^browser/ui/gtk/clear_browsing_data_dialog_gtk.h'],
4027 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'],
4028 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'],
4029 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'],
4030 ['include', '^browser/ui/gtk/constrained_window_gtk.h'],
4031 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'],
4032 ['include', '^browser/ui/gtk/download_started_animation_gtk.cc'],
4033 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'],
4034 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'],
4035 ['include', '^browser/ui/gtk/first_run_dialog.cc'],
4036 ['include', '^browser/ui/gtk/first_run_dialog.h'],
4037 ['include', '^browser/ui/gtk/gtk_chrome_button.cc'],
4038 ['include', '^browser/ui/gtk/gtk_chrome_button.h'],
4039 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.cc'],
4040 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.h'],
4041 ['include', '^browser/ui/gtk/gtk_chrome_link_button.cc'],
4042 ['include', '^browser/ui/gtk/gtk_chrome_link_button.h'],
4043 ['include', '^browser/ui/gtk/gtk_custom_menu_item.cc'],
4044 ['include', '^browser/ui/gtk/gtk_floating_container.cc'],
4045 ['include', '^browser/ui/gtk/gtk_floating_container.h'],
4046 ['include', '^browser/ui/gtk/gtk_theme_provider.cc'],
4047 ['include', '^browser/ui/gtk/gtk_theme_provider.h'],
4048 ['include', '^browser/ui/gtk/gtk_tree.cc'],
4049 ['include', '^browser/ui/gtk/gtk_tree.h'],
4050 ['include', '^browser/ui/gtk/gtk_util.cc'],
4051 ['include', '^browser/ui/gtk/gtk_util.h'],
4052 ['include', '^browser/ui/gtk/hover_controller_gtk.cc'],
4053 ['include', '^browser/ui/gtk/hover_controller_gtk.h'],
4054 ['include', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'],
4055 ['include', '^browser/ui/gtk/import_dialog_gtk.cc'],
4056 ['include', '^browser/ui/gtk/import_dialog_gtk.h'],
4057 ['include', '^browser/ui/gtk/import_lock_dialog_gtk.cc'],
4058 ['include', '^browser/ui/gtk/import_lock_dialog_gtk.h'],
4059 ['include', '^browser/ui/gtk/import_progress_dialog_gtk.cc'],
4060 ['include', '^browser/ui/gtk/import_progress_dialog_gtk.h'],
4061 ['include', '^browser/ui/gtk/keyword_editor_view.cc'],
4062 ['include', '^browser/ui/gtk/keyword_editor_view.h'],
4063 ['include', '^browser/ui/gtk/nine_box.cc'],
4064 ['include', '^browser/ui/gtk/nine_box.h'],
4065 ['include', '^browser/ui/gtk/options/'],
4066 ['include', '^browser/ui/gtk/owned_widget_gtk.cc'],
4067 ['include', '^browser/ui/gtk/owned_widget_gtk.h'],
4068 ['include', '^browser/ui/gtk/popup_blocked_animation_gtk.cc'],
4069 ['include', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
4070 ['include', '^browser/ui/gtk/repost_form_warning_gtk.h'],
4071 ['include', '^browser/ui/gtk/ssl_client_certificate_selector.cc'],
4072 ['include', '^browser/ui/gtk/tab_contents_drag_source.cc'],
4073 ['include', '^browser/ui/gtk/tab_contents_drag_source.h'],
4074 ['include', '^browser/ui/gtk/task_manager_gtk.cc'],
4075 ['include', '^browser/ui/gtk/task_manager_gtk.h'],
4076 ['include', '^browser/ui/gtk/view_id_util.cc'],
4077 ['include', '^browser/ui/gtk/view_id_util.h'],
4078
[email protected]9a800652010-12-02 17:08:444079 ['include', '^browser/ui/tabs/dock_info.cc'],
4080 ['include', '^browser/ui/tabs/dock_info.h'],
[email protected]213dac22010-11-09 07:35:324081 ['include', '^browser/ui/views/about_chrome_view.cc'],
4082 ['include', '^browser/ui/views/about_chrome_view.h'],
4083 ['include', '^browser/ui/views/accelerator_table_gtk.cc'],
4084 ['include', '^browser/ui/views/accelerator_table_gtk.h'],
4085 ['include', '^browser/ui/views/accessibility_event_router_views.cc'],
4086 ['include', '^browser/ui/views/accessibility_event_router_views.h'],
4087 ['include', '^browser/ui/views/accessible_pane_view.cc'],
4088 ['include', '^browser/ui/views/accessible_pane_view.h'],
[email protected]213dac22010-11-09 07:35:324089 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc'],
4090 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.h'],
4091 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4092 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
4093 ['include', '^browser/ui/views/bookmark_bar_instructions_view.cc'],
4094 ['include', '^browser/ui/views/bookmark_bar_instructions_view.h'],
4095 ['include', '^browser/ui/views/bookmark_bar_view.cc'],
4096 ['include', '^browser/ui/views/bookmark_bar_view.h'],
4097 ['include', '^browser/ui/views/bookmark_bubble_view.cc'],
4098 ['include', '^browser/ui/views/bookmark_bubble_view.h'],
4099 ['include', '^browser/ui/views/bookmark_context_menu.cc'],
4100 ['include', '^browser/ui/views/bookmark_context_menu.h'],
4101 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.cc'],
4102 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.h'],
4103 ['include', '^browser/ui/views/bookmark_menu_controller_views.cc'],
4104 ['include', '^browser/ui/views/browser_actions_container.cc'],
4105 ['include', '^browser/ui/views/browser_actions_container.h'],
[email protected]213dac22010-11-09 07:35:324106 ['include', '^browser/ui/views/browser_bubble.cc'],
4107 ['include', '^browser/ui/views/browser_bubble.h'],
[email protected]83bfa0b2011-02-01 05:37:464108 ['include', '^browser/ui/views/browser_bubble_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324109 ['include', '^browser/ui/views/bubble_border.cc'],
4110 ['include', '^browser/ui/views/bubble_border.h'],
4111 ['include', '^browser/ui/views/chrome_views_delegate.cc'],
4112 ['include', '^browser/ui/views/clear_browsing_data.cc'],
4113 ['include', '^browser/ui/views/clear_browsing_data.h'],
[email protected]5dd28922010-11-10 17:09:174114 ['include', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324115 ['include', '^browser/ui/views/content_setting_bubble_contents.cc'],
4116 ['include', '^browser/ui/views/content_setting_bubble_contents.h'],
4117 ['include', '^browser/ui/views/create_application_shortcut_view.cc'],
4118 ['include', '^browser/ui/views/create_application_shortcut_view.h'],
[email protected]213dac22010-11-09 07:35:324119 ['include', '^browser/ui/views/detachable_toolbar_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464120 ['include', '^browser/ui/views/detachable_toolbar_view.h'],
[email protected]213dac22010-11-09 07:35:324121 ['include', '^browser/ui/views/dialog_stubs_gtk.cc'],
4122 ['include', '^browser/ui/views/dom_view.cc'],
4123 ['include', '^browser/ui/views/dom_view.h'],
4124 ['include', '^browser/ui/views/download_item_view.cc'],
4125 ['include', '^browser/ui/views/download_item_view.h'],
4126 ['include', '^browser/ui/views/download_shelf_view.cc'],
4127 ['include', '^browser/ui/views/download_shelf_view.h'],
4128 ['include', '^browser/ui/views/dragged_tab_controller.cc'],
4129 ['include', '^browser/ui/views/dragged_tab_controller.h'],
4130 ['include', '^browser/ui/views/dropdown_bar_host.cc'],
4131 ['include', '^browser/ui/views/dropdown_bar_host.h'],
4132 ['include', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
4133 ['include', '^browser/ui/views/dropdown_bar_view.h'],
4134 ['include', '^browser/ui/views/event_utils.cc'],
4135 ['include', '^browser/ui/views/event_utils.h'],
[email protected]83bfa0b2011-02-01 05:37:464136 ['include', '^browser/ui/views/extension_view.cc'],
4137 ['include', '^browser/ui/views/extension_view.h'],
[email protected]213dac22010-11-09 07:35:324138 ['include', '^browser/ui/views/extensions/browser_action_drag_data.cc'],
4139 ['include', '^browser/ui/views/extensions/browser_action_drag_data.h'],
4140 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.cc'],
4141 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.h'],
4142 ['include', '^browser/ui/views/extensions/extension_install_prompt.cc'],
4143 ['include', '^browser/ui/views/extensions/extension_install_prompt2.cc'],
4144 ['include', '^browser/ui/views/extensions/extension_installed_bubble.cc'],
4145 ['include', '^browser/ui/views/extensions/extension_installed_bubble.h'],
4146 ['include', '^browser/ui/views/extensions/extension_popup.cc'],
4147 ['include', '^browser/ui/views/extensions/extension_popup.h'],
4148 ['include', '^browser/ui/views/extensions/extension_view.cc'],
4149 ['include', '^browser/ui/views/extensions/extension_view.h'],
[email protected]213dac22010-11-09 07:35:324150 ['include', '^browser/ui/views/find_bar_host.cc'],
4151 ['include', '^browser/ui/views/find_bar_host.h'],
[email protected]83bfa0b2011-02-01 05:37:464152 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
4153 ['include', '^browser/ui/views/find_bar_view.cc'],
4154 ['include', '^browser/ui/views/find_bar_view.h'],
[email protected]213dac22010-11-09 07:35:324155 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
4156 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
[email protected]213dac22010-11-09 07:35:324157 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4158 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
4159 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
4160 ['include', '^browser/ui/views/frame/browser_root_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464161 ['include', '^browser/ui/views/frame/browser_view.cc'],
4162 ['include', '^browser/ui/views/frame/browser_view.h'],
4163 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
4164 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
[email protected]213dac22010-11-09 07:35:324165 ['include', '^browser/ui/views/frame/contents_container.cc'],
4166 ['include', '^browser/ui/views/frame/contents_container.h'],
4167 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.cc'],
4168 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
4169 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
4170 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464171 ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
4172 ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
4173 ['include', '^browser/ui/views/html_dialog_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464174 ['include', '^browser/ui/views/html_dialog_view.h'],
4175 ['include', '^browser/ui/views/info_bubble.cc'],
4176 ['include', '^browser/ui/views/info_bubble.h'],
4177 ['include', '^browser/ui/views/infobars/*'],
[email protected]213dac22010-11-09 07:35:324178 ['include', '^browser/ui/views/instant_confirm_view.cc'],
4179 ['include', '^browser/ui/views/instant_confirm_view.h'],
4180 ['include', '^browser/ui/views/js_modal_dialog_views.cc'],
4181 ['include', '^browser/ui/views/js_modal_dialog_views.h'],
[email protected]d14af522010-12-02 03:54:504182 ['include', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4183 ['include', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324184 ['include', '^browser/ui/views/location_bar/click_handler.cc'],
4185 ['include', '^browser/ui/views/location_bar/click_handler.h'],
4186 ['include', '^browser/ui/views/location_bar/content_setting_image_view.cc'],
4187 ['include', '^browser/ui/views/location_bar/content_setting_image_view.h'],
4188 ['include', '^browser/ui/views/location_bar/ev_bubble_view.cc'],
4189 ['include', '^browser/ui/views/location_bar/ev_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324190 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464191 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324192 ['include', '^browser/ui/views/location_bar/keyword_hint_view.cc'],
4193 ['include', '^browser/ui/views/location_bar/keyword_hint_view.h'],
[email protected]213dac22010-11-09 07:35:324194 ['include', '^browser/ui/views/location_bar/location_bar_view.cc'],
4195 ['include', '^browser/ui/views/location_bar/location_bar_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464196 ['include', '^browser/ui/views/location_bar/location_icon_view.cc'],
4197 ['include', '^browser/ui/views/location_bar/location_icon_view.h'],
[email protected]213dac22010-11-09 07:35:324198 ['include', '^browser/ui/views/location_bar/page_action_image_view.cc'],
4199 ['include', '^browser/ui/views/location_bar/page_action_image_view.h'],
[email protected]213dac22010-11-09 07:35:324200 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464201 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.h'],
[email protected]213dac22010-11-09 07:35:324202 ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464203 ['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
[email protected]213dac22010-11-09 07:35:324204 ['include', '^browser/ui/views/location_bar/star_view.cc'],
4205 ['include', '^browser/ui/views/location_bar/star_view.h'],
4206 ['include', '^browser/ui/views/location_bar_view.cc'],
4207 ['include', '^browser/ui/views/location_bar_view.h'],
[email protected]213dac22010-11-09 07:35:324208 ['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
4209 ['include', '^browser/ui/views/notifications/balloon_view_host.h'],
4210 ['include', '^browser/ui/views/options/options_page_view.cc'],
4211 ['include', '^browser/ui/views/options/options_page_view.h'],
4212 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
4213 ['include', '^browser/ui/views/panel_controller.cc'],
4214 ['include', '^browser/ui/views/panel_controller.h'],
4215 ['include', '^browser/ui/views/panels/panel_container.cc'],
4216 ['include', '^browser/ui/views/panels/panel_container.h'],
4217 ['include', '^browser/ui/views/panels/panel_scroller.cc'],
4218 ['include', '^browser/ui/views/panels/panel_scroller.h'],
[email protected]83019902009-12-02 05:32:594219 # Not necessary unless you're trying to build ChromeOS+views.
[email protected]213dac22010-11-09 07:35:324220 #['include', '^browser/ui/views/panels/panel_scroller_container.cc'],
4221 #['include', '^browser/ui/views/panels/panel_scroller_container.h'],
4222 ['include', '^browser/ui/views/panels/panel_scroller_header.cc'],
4223 ['include', '^browser/ui/views/panels/panel_scroller_header.h'],
4224 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
4225 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
4226 ['include', '^browser/ui/views/reload_button.cc'],
4227 ['include', '^browser/ui/views/reload_button.h'],
4228 ['include', '^browser/ui/views/restart_message_box.cc'],
4229 ['include', '^browser/ui/views/restart_message_box.h'],
4230 ['include', '^browser/ui/views/sad_tab_view.cc'],
4231 ['include', '^browser/ui/views/sad_tab_view.h'],
4232 ['include', '^browser/ui/views/select_file_dialog.cc'],
4233 ['include', '^browser/ui/views/status_bubble_views.cc'],
4234 ['include', '^browser/ui/views/status_bubble_views.h'],
4235 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
4236 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
4237 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
4238 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
4239 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'],
4240 ['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'],
4241 ['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
[email protected]72dd8ca2011-01-18 00:19:154242 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4243 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]213dac22010-11-09 07:35:324244 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4245 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
4246 ['include', '^browser/ui/views/tab_icon_view.cc'],
4247 ['include', '^browser/ui/views/tab_icon_view.h'],
4248 ['include', '^browser/ui/views/tabs/base_tab.cc'],
4249 ['include', '^browser/ui/views/tabs/base_tab.h'],
4250 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'],
4251 ['include', '^browser/ui/views/tabs/base_tab_strip.h'],
[email protected]213dac22010-11-09 07:35:324252 ['include', '^browser/ui/views/tabs/browser_tab_strip.cc'],
4253 ['include', '^browser/ui/views/tabs/browser_tab_strip.h'],
[email protected]83bfa0b2011-02-01 05:37:464254 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.cc'],
4255 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.h'],
[email protected]213dac22010-11-09 07:35:324256 ['include', '^browser/ui/views/tabs/dragged_tab_controller.cc'],
4257 ['include', '^browser/ui/views/tabs/dragged_tab_controller.h'],
4258 ['include', '^browser/ui/views/tabs/dragged_tab_view.cc'],
4259 ['include', '^browser/ui/views/tabs/dragged_tab_view.h'],
4260 ['include', '^browser/ui/views/tabs/native_view_photobooth.h'],
4261 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.cc'],
4262 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.h'],
4263 ['include', '^browser/ui/views/tabs/side_tab.cc'],
4264 ['include', '^browser/ui/views/tabs/side_tab.h'],
4265 ['include', '^browser/ui/views/tabs/side_tab_strip.cc'],
4266 ['include', '^browser/ui/views/tabs/side_tab_strip.h'],
4267 ['include', '^browser/ui/views/tabs/tab.cc'],
4268 ['include', '^browser/ui/views/tabs/tab.h'],
4269 ['include', '^browser/ui/views/tabs/tab_controller.h'],
4270 ['include', '^browser/ui/views/tabs/tab_renderer_data.h'],
4271 ['include', '^browser/ui/views/tabs/tab_strip.cc'],
4272 ['include', '^browser/ui/views/tabs/tab_strip.h'],
4273 ['include', '^browser/ui/views/tabs/tab_strip_2.cc'],
4274 ['include', '^browser/ui/views/tabs/tab_strip_2.h'],
[email protected]15972e02011-01-24 23:25:194275 ['include', '^browser/ui/views/tabs/tab_strip_factory.cc'],
4276 ['include', '^browser/ui/views/tabs/tab_strip_factory.h'],
[email protected]213dac22010-11-09 07:35:324277 ['include', '^browser/ui/views/textfield_views.cc'],
4278 ['include', '^browser/ui/views/textfield_views.h'],
4279 ['include', '^browser/ui/views/theme_background.cc'],
4280 ['include', '^browser/ui/views/theme_background.h'],
[email protected]83bfa0b2011-02-01 05:37:464281 ['include', '^browser/ui/views/theme_install_bubble_view.cc'],
4282 ['include', '^browser/ui/views/theme_install_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324283 ['include', '^browser/ui/views/toolbar_view.cc'],
4284 ['include', '^browser/ui/views/toolbar_view.h'],
4285 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.cc'],
4286 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.h'],
[email protected]213dac22010-11-09 07:35:324287 ['include', '^browser/ui/views/update_recommended_message_box.cc'],
[email protected]83bfa0b2011-02-01 05:37:464288 ['include', '^browser/ui/views/update_recommended_message_box.h'],
[email protected]213dac22010-11-09 07:35:324289 ['include', '^browser/ui/views/view_text_utils.cc'],
4290 ['include', '^browser/ui/views/view_text_utils.h'],
4291 ['include', '^browser/ui/views/window.cc'],
4292 ['include', '^browser/ui/views/window.h'],
4293 ['include', '^browser/ui/views/wrench_menu.cc'],
4294 ['include', '^browser/ui/views/wrench_menu.h'],
[email protected]9a800652010-12-02 17:08:444295 ['include', '^browser/ui/window_sizer.cc'],
4296 ['include', '^browser/ui/window_sizer.h'],
[email protected]83019902009-12-02 05:32:594297
4298 # Other excluded stuff.
4299 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.cc'],
4300 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h'],
[email protected]cf390ea42009-12-09 04:14:024301 ['exclude', '^browser/extensions/extension_host_mac.h'],
4302 ['exclude', '^browser/extensions/extension_host_mac.mm'],
[email protected]83019902009-12-02 05:32:594303 ['exclude', '^browser/extensions/external_registry_extension_provider_win.cc'],
[email protected]3870bbe92010-09-01 19:44:474304 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
[email protected]83019902009-12-02 05:32:594305 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
4306 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464307 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4308 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384309 ['exclude', '^browser/ui/browser_list_gtk.cc'],
[email protected]83019902009-12-02 05:32:594310 ],
4311 }],
[email protected]d6833852010-08-20 18:00:454312 # Exclude these toolkit_views specific files again.
4313 # (Required because of the '^browser/extensions/' include above)
4314 ['toolkit_views==0', {
4315 'sources/': [
4316 ['exclude', '^browser/extensions/extension_input_api.cc'],
4317 ['exclude', '^browser/extensions/extension_input_api.h'],
[email protected]d5c40972011-02-09 02:12:094318 ['exclude', '^browser/extensions/key_identifier_conversion_views.cc'],
4319 ['exclude', '^browser/extensions/key_identifier_conversion_views.h'],
[email protected]d6833852010-08-20 18:00:454320 ],
4321 }],
[email protected]b3f23ba2010-04-26 22:58:174322 # These GTK files haven't been ported to views, while ChromeOS has
4323 # its own separate implementation below. So re-include them only on
4324 # non-ChromeOS views Linux builds.
[email protected]06c756182010-04-27 18:31:314325 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
[email protected]fdc5bed2010-01-09 01:16:574326 'sources/': [
[email protected]736d1892011-01-14 00:19:044327 ['include', '^browser/ui/gtk/dialogs_gtk.cc'],
4328 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.cc'],
4329 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464330 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324331 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4332 ['include', '^browser/ui/views/notifications/balloon_view.h'],
[email protected]d14af522010-12-02 03:54:504333 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4334 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324335 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]fdc5bed2010-01-09 01:16:574336 ],
4337 }],
[email protected]05af3562010-02-26 00:41:124338 # GTK build only
[email protected]06c756182010-04-27 18:31:314339 ['OS=="linux" and toolkit_views==0', {
[email protected]83019902009-12-02 05:32:594340 'sources/': [
4341 ['include', '^browser/printing/print_dialog_gtk.cc'],
4342 ['include', '^browser/printing/print_dialog_gtk.h'],
[email protected]d3a2cef2009-12-22 23:30:184343 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
[email protected]83bfa0b2011-02-01 05:37:464344 ['exclude', '^browser/ui/browser_list_stub.cc'],
[email protected]213dac22010-11-09 07:35:324345 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4346 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
[email protected]83019902009-12-02 05:32:594347 ],
4348 }],
[email protected]602627cc2010-11-24 19:14:574349 # Touch build only
4350 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4351 'sources/': [
4352 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.cc'],
4353 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.h'],
[email protected]83bfa0b2011-02-01 05:37:464354 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
4355 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]602627cc2010-11-24 19:14:574356 # TODO(anicolao): exclude these once we have DOMUI dialogs
[email protected]736d1892011-01-14 00:19:044357 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
4358 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464359 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
4360 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
[email protected]72dd8ca2011-01-18 00:19:154361 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4362 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]83bfa0b2011-02-01 05:37:464363 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4364 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]602627cc2010-11-24 19:14:574365 ],
4366 }],
[email protected]fdc5bed2010-01-09 01:16:574367 ['OS=="linux" and chromeos==1',{
[email protected]83f22072010-03-02 23:47:094368 'sources/': [
[email protected]0e6168792010-10-13 16:29:264369 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
[email protected]4a2a2292010-10-26 14:47:314370 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4371 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
[email protected]7caf730c2011-02-01 18:35:084372 ['exclude', '^browser/notifications/balloon_collection_impl.cc'],
[email protected]83f22072010-03-02 23:47:094373 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
[email protected]70a4ec5f2010-03-08 18:55:114374 ['exclude', '^browser/notifications/balloon_collection_linux.cc'],
[email protected]83f22072010-03-02 23:47:094375 ],
[email protected]d3a2cef2009-12-22 23:30:184376 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124377 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124378 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]1e40513c2010-07-22 01:00:214379 ],
4380 'conditions': [
4381 ['system_libcros==0', {
4382 'dependencies': [
4383 '../third_party/cros/cros_api.gyp:cros_api',
4384 ],
4385 'include_dirs': [
4386 '../third_party/'
4387 ],
4388 }],
4389 ['system_libcros==1', {
4390 'link_settings': {
4391 'libraries': [
4392 '-lcrosapi',
4393 ],
4394 },
4395 }],
[email protected]d3a2cef2009-12-22 23:30:184396 ],
4397 'actions': [
4398 {
4399 'action_name': 'my_proto',
4400 'inputs': [
4401 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4402 'browser/metrics/system_metrics.proto',
4403 ],
4404 'outputs': [
4405 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc',
4406 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h',
4407 ],
4408 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124409 '../third_party/protobuf/protobuf.gyp:protoc',
[email protected]d3a2cef2009-12-22 23:30:184410 ],
4411 'action': [
4412 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4413 'browser/metrics/system_metrics.proto',
4414 '--cpp_out=<(INTERMEDIATE_DIR)/chrome',
4415 ],
4416 },
4417 ],
4418 }],
[email protected]e215b1d2010-10-28 17:02:204419 ['OS=="linux" and gcc_version==45', {
4420 # Avoid gcc 4.5 miscompilation of template_url.cc
4421 # as per http://crbug.com/41887
4422 'cflags': [
4423 '-fno-ipa-cp',
4424 ],
4425 }],
[email protected]83019902009-12-02 05:32:594426 ],
4427 # Exclude files that should be excluded for all non-Windows platforms.
4428 'sources!': [
[email protected]c5c2a672010-10-01 23:28:044429 'browser/accessibility/browser_accessibility_manager_win.cc',
4430 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]83bfa0b2011-02-01 05:37:464431 'browser/accessibility/browser_accessibility_win.cc',
4432 'browser/accessibility/browser_accessibility_win.h',
[email protected]da2566e12010-03-10 06:23:354433 'browser/aeropeek_manager.cc',
[email protected]83019902009-12-02 05:32:594434 'browser/autocomplete/autocomplete_accessibility.cc',
4435 'browser/bookmarks/bookmark_menu_controller.cc',
4436 'browser/bookmarks/bookmark_menu_controller.h',
[email protected]22aa4b62010-09-02 17:19:464437 'browser/extensions/extension_tts_api_win.cc',
[email protected]f7578f52010-08-30 22:22:494438 'browser/google/google_update.cc',
[email protected]83019902009-12-02 05:32:594439 'browser/history/history_indexer.idl',
4440 'browser/history_tab_ui.cc',
4441 'browser/history_view.cc',
4442 'browser/ime_input.cc',
4443 'browser/importer/ie_importer.cc',
[email protected]83019902009-12-02 05:32:594444 ],
4445 }],
[email protected]5f7e5cb22010-11-15 16:08:104446 [ 'use_openssl==1', {
4447 'sources!': [
4448 'browser/importer/nss_decryptor.cc',
4449 'browser/importer/nss_decryptor_system_nss.cc',
4450 'browser/importer/nss_decryptor_system_nss.h',
[email protected]3f1f8412011-01-19 03:01:234451 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]39ab09832011-01-18 10:41:124452 ]}, {
4453 'sources!': [
[email protected]3f1f8412011-01-19 03:01:234454 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]39ab09832011-01-18 10:41:124455 ]},
4456 ],
[email protected]83019902009-12-02 05:32:594457 ],
4458 },
[email protected]b7b9e032010-03-17 19:48:514459 {
[email protected]86206622010-05-14 05:45:264460 # Protobuf compiler / generate rule for feedback
4461 'target_name': 'userfeedback_proto',
4462 'type': 'none',
4463 'sources': [
4464 'browser/userfeedback/proto/annotations.proto',
[email protected]ac1894a2010-08-22 10:38:544465 'browser/userfeedback/proto/chrome.proto',
[email protected]86206622010-05-14 05:45:264466 'browser/userfeedback/proto/common.proto',
[email protected]86206622010-05-14 05:45:264467 'browser/userfeedback/proto/dom.proto',
4468 'browser/userfeedback/proto/extension.proto',
4469 'browser/userfeedback/proto/math.proto',
4470 'browser/userfeedback/proto/web.proto',
4471 ],
4472 'rules': [
4473 {
4474 'rule_name': 'genproto',
4475 'extension': 'proto',
4476 'inputs': [
4477 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4478 ],
4479 'variables': {
4480 # The protoc compiler requires a proto_path argument with the
4481 # directory containing the .proto file.
4482 # There's no generator variable that corresponds to this, so fake it.
4483 'rule_input_relpath': 'browser/userfeedback/proto',
4484 },
4485 'outputs': [
4486 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4487 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4488 ],
4489 'action': [
4490 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4491 '--proto_path=./<(rule_input_relpath)',
4492 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4493 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4494 ],
4495 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4496 },
4497 ],
4498 'dependencies': [
[email protected]af3176a22010-10-13 18:21:194499 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124500 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]86206622010-05-14 05:45:264501 ],
4502 'direct_dependent_settings': {
4503 'include_dirs': [
4504 '<(protoc_out_dir)',
4505 ]
4506 },
4507 'export_dependent_settings': [
[email protected]af3176a22010-10-13 18:21:194508 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]86206622010-05-14 05:45:264509 ],
[email protected]86206622010-05-14 05:45:264510 },
[email protected]bd1b1d62010-11-11 21:53:164511 {
4512 # Protobuf compiler / generator for the safebrowsing client-side detection
4513 # (csd) request protocol buffer.
4514 'target_name': 'safe_browsing_csd_proto',
4515 'type': 'none',
4516 'sources': [ 'browser/safe_browsing/csd.proto' ],
4517 'rules': [
4518 {
4519 'rule_name': 'genproto',
4520 'extension': 'proto',
4521 'inputs': [
4522 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4523 ],
4524 'variables': {
4525 # The protoc compiler requires a proto_path argument with the
4526 # directory containing the .proto file.
4527 # There's no generator variable that corresponds to this, so fake
4528 # it.
4529 'rule_input_relpath': 'browser/safe_browsing',
4530 },
4531 'outputs': [
4532 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4533 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4534 ],
4535 'action': [
4536 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4537 '--proto_path=./<(rule_input_relpath)',
4538 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4539 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4540 ],
4541 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4542 },
4543 ],
4544 'dependencies': [
4545 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4546 '../third_party/protobuf/protobuf.gyp:protoc#host',
4547 ],
4548 'direct_dependent_settings': {
4549 'include_dirs': [
4550 '<(protoc_out_dir)',
4551 ]
4552 },
4553 'export_dependent_settings': [
4554 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4555 ],
4556 },
[email protected]3882f1f2010-12-10 04:42:264557 {
4558 # Protobuf compiler / generator for the safebrowsing reporting
4559 # protocol buffer.
4560 'target_name': 'safe_browsing_report_proto',
4561 'type': 'none',
4562 'sources': [ 'browser/safe_browsing/report.proto' ],
4563 'rules': [
4564 {
4565 'rule_name': 'genproto',
4566 'extension': 'proto',
4567 'inputs': [
4568 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4569 ],
4570 'variables': {
4571 # The protoc compiler requires a proto_path argument with the
4572 # directory containing the .proto file.
4573 # There's no generator variable that corresponds to this, so fake
4574 # it.
4575 'rule_input_relpath': 'browser/safe_browsing',
4576 },
4577 'outputs': [
4578 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4579 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4580 ],
4581 'action': [
4582 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4583 '--proto_path=./<(rule_input_relpath)',
4584 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4585 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4586 ],
4587 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4588 },
4589 ],
4590 'dependencies': [
4591 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4592 '../third_party/protobuf/protobuf.gyp:protoc#host',
4593 ],
4594 'direct_dependent_settings': {
4595 'include_dirs': [
4596 '<(protoc_out_dir)',
4597 ]
4598 },
4599 'export_dependent_settings': [
4600 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4601 ],
4602 },
[email protected]83019902009-12-02 05:32:594603 ],
4604}
4605
4606# Local Variables:
4607# tab-width:2
4608# indent-tabs-mode:nil
4609# End:
4610# vim: set expandtab tabstop=2 shiftwidth=2: