blob: d4fe41a6880f5ace58de20d8bbb9f83fb7d0c7a9 [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]ddb1e5a2010-12-13 20:10:45197 'browser/autofill/fax_number.cc',
[email protected]3db3ff62010-01-07 00:35:39198 'browser/autofill/fax_number.h',
[email protected]83019902009-12-02 05:32:59199 'browser/autofill/field_types.h',
[email protected]e2d86672009-12-09 23:42:34200 'browser/autofill/form_field.cc',
201 'browser/autofill/form_field.h',
[email protected]a7b29dd2010-07-12 22:40:06202 'browser/autofill/form_group.cc',
[email protected]85b2c132009-12-22 02:02:58203 'browser/autofill/form_group.h',
[email protected]83019902009-12-02 05:32:59204 'browser/autofill/form_structure.cc',
205 'browser/autofill/form_structure.h',
[email protected]ddb1e5a2010-12-13 20:10:45206 'browser/autofill/home_address.cc',
[email protected]849b7f82010-01-07 19:35:57207 'browser/autofill/home_address.h',
[email protected]e4be2dd2010-12-14 00:44:39208 'browser/autofill/home_phone_number.cc',
[email protected]3db3ff62010-01-07 00:35:39209 'browser/autofill/home_phone_number.h',
[email protected]1cf1f462009-12-17 00:02:05210 'browser/autofill/name_field.cc',
211 'browser/autofill/name_field.h',
[email protected]83019902009-12-02 05:32:59212 'browser/autofill/personal_data_manager.cc',
213 'browser/autofill/personal_data_manager.h',
[email protected]6842a3f2010-03-09 17:39:44214 'browser/autofill/personal_data_manager_mac.mm',
[email protected]cfb77312009-12-11 00:18:25215 'browser/autofill/phone_field.cc',
216 'browser/autofill/phone_field.h',
[email protected]3db3ff62010-01-07 00:35:39217 'browser/autofill/phone_number.cc',
218 'browser/autofill/phone_number.h',
[email protected]967d2f2e2010-07-24 00:15:39219 'browser/autofill/select_control_handler.cc',
220 'browser/autofill/select_control_handler.h',
[email protected]0f1afed2010-12-15 17:22:28221 'browser/automation/automation_autocomplete_edit_tracker.cc',
[email protected]83019902009-12-02 05:32:59222 'browser/automation/automation_autocomplete_edit_tracker.h',
[email protected]0f1afed2010-12-15 17:22:28223 'browser/automation/automation_browser_tracker.cc',
[email protected]83019902009-12-02 05:32:59224 'browser/automation/automation_browser_tracker.h',
[email protected]83019902009-12-02 05:32:59225 'browser/automation/automation_extension_function.cc',
[email protected]83bfa0b2011-02-01 05:37:46226 'browser/automation/automation_extension_function.h',
[email protected]790788ac2010-04-06 17:52:19227 'browser/automation/automation_extension_tracker.cc',
228 'browser/automation/automation_extension_tracker.h',
[email protected]83019902009-12-02 05:32:59229 'browser/automation/automation_provider.cc',
230 'browser/automation/automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46231 'browser/automation/automation_provider_gtk.cc',
[email protected]7c983cc2010-07-16 11:33:34232 'browser/automation/automation_provider_json.cc',
[email protected]83bfa0b2011-02-01 05:37:46233 'browser/automation/automation_provider_json.h',
[email protected]83019902009-12-02 05:32:59234 'browser/automation/automation_provider_list.cc',
[email protected]83bfa0b2011-02-01 05:37:46235 'browser/automation/automation_provider_list.h',
[email protected]83019902009-12-02 05:32:59236 'browser/automation/automation_provider_list_generic.cc',
237 'browser/automation/automation_provider_list_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46238 'browser/automation/automation_provider_mac.mm',
[email protected]83019902009-12-02 05:32:59239 'browser/automation/automation_provider_observers.cc',
240 'browser/automation/automation_provider_observers.h',
[email protected]83bfa0b2011-02-01 05:37:46241 'browser/automation/automation_provider_win.cc',
[email protected]83019902009-12-02 05:32:59242 'browser/automation/automation_resource_message_filter.cc',
243 'browser/automation/automation_resource_message_filter.h',
[email protected]3a3d47472010-07-15 21:03:54244 'browser/automation/automation_resource_routing_delegate.cc',
245 'browser/automation/automation_resource_routing_delegate.h',
[email protected]83019902009-12-02 05:32:59246 'browser/automation/automation_resource_tracker.cc',
247 'browser/automation/automation_resource_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00248 'browser/automation/automation_tab_tracker.cc',
[email protected]83019902009-12-02 05:32:59249 'browser/automation/automation_tab_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00250 'browser/automation/automation_window_tracker.cc',
[email protected]cce6f1b2010-08-18 18:33:00251 'browser/automation/automation_window_tracker.h',
[email protected]e253b2612009-12-10 21:55:08252 'browser/automation/chrome_frame_automation_provider.cc',
253 'browser/automation/chrome_frame_automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46254 'browser/automation/extension_automation_constants.cc',
255 'browser/automation/extension_automation_constants.h',
[email protected]83019902009-12-02 05:32:59256 'browser/automation/extension_port_container.cc',
257 'browser/automation/extension_port_container.h',
[email protected]83bfa0b2011-02-01 05:37:46258 'browser/automation/testing_automation_provider.cc',
259 'browser/automation/testing_automation_provider.h',
[email protected]ff52c162011-02-01 19:42:29260 'browser/automation/testing_automation_provider_chromeos.cc',
[email protected]7256dab2010-08-23 22:35:18261 'browser/automation/testing_automation_provider_gtk.cc',
262 'browser/automation/testing_automation_provider_mac.mm',
[email protected]78962e2e2010-08-25 17:33:34263 'browser/automation/testing_automation_provider_views.cc',
[email protected]7256dab2010-08-23 22:35:18264 'browser/automation/testing_automation_provider_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46265 'browser/automation/ui_controls.h',
[email protected]1e605472010-12-16 21:41:40266 'browser/automation/ui_controls_internal.cc',
[email protected]853300a82010-07-27 21:17:57267 'browser/automation/ui_controls_internal.h',
[email protected]83019902009-12-02 05:32:59268 'browser/automation/ui_controls_linux.cc',
[email protected]1b5a48c2010-04-29 23:08:30269 'browser/automation/ui_controls_mac.mm',
[email protected]83019902009-12-02 05:32:59270 'browser/automation/ui_controls_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46271 'browser/automation/url_request_automation_job.cc',
272 'browser/automation/url_request_automation_job.h',
[email protected]aa0508122010-11-08 23:16:50273 'browser/background_application_list_model.cc',
274 'browser/background_application_list_model.h',
[email protected]398206c2010-06-21 01:46:08275 'browser/background_contents_service.cc',
[email protected]aa0508122010-11-08 23:16:50276 'browser/background_contents_service.h',
277 'browser/background_mode_manager.cc',
278 'browser/background_mode_manager.h',
[email protected]70dd60b2010-12-09 00:36:17279 'browser/background_mode_manager_chromeos.cc',
280 'browser/background_mode_manager_linux.cc',
281 'browser/background_mode_manager_mac.mm',
282 'browser/background_mode_manager_win.cc',
[email protected]b569c112010-11-22 20:53:44283 'browser/background_page_tracker.cc',
284 'browser/background_page_tracker.h',
[email protected]c65e2f152010-10-14 15:30:40285 'browser/blocked_content_container.cc',
286 'browser/blocked_content_container.h',
[email protected]ddb1e5a2010-12-13 20:10:45287 'browser/bookmarks/base_bookmark_model_observer.cc',
288 'browser/bookmarks/base_bookmark_model_observer.h',
[email protected]83019902009-12-02 05:32:59289 'browser/bookmarks/bookmark_codec.cc',
290 'browser/bookmarks/bookmark_codec.h',
291 'browser/bookmarks/bookmark_context_menu_controller.cc',
292 'browser/bookmarks/bookmark_context_menu_controller.h',
[email protected]83019902009-12-02 05:32:59293 'browser/bookmarks/bookmark_drop_info.cc',
294 'browser/bookmarks/bookmark_drop_info.h',
[email protected]a0835ac2010-09-13 19:40:08295 'browser/bookmarks/bookmark_editor.cc',
[email protected]83019902009-12-02 05:32:59296 'browser/bookmarks/bookmark_editor.h',
[email protected]d31c4a52010-04-12 21:41:02297 'browser/bookmarks/bookmark_folder_editor_controller.cc',
298 'browser/bookmarks/bookmark_folder_editor_controller.h',
[email protected]83019902009-12-02 05:32:59299 'browser/bookmarks/bookmark_html_writer.cc',
300 'browser/bookmarks/bookmark_html_writer.h',
[email protected]83bfa0b2011-02-01 05:37:46301 'browser/bookmarks/bookmark_index.cc',
302 'browser/bookmarks/bookmark_index.h',
[email protected]83019902009-12-02 05:32:59303 'browser/bookmarks/bookmark_model.cc',
304 'browser/bookmarks/bookmark_model.h',
305 'browser/bookmarks/bookmark_model_observer.h',
[email protected]dd0598522010-11-26 23:12:49306 'browser/bookmarks/bookmark_node_data.cc',
307 'browser/bookmarks/bookmark_node_data.h',
[email protected]0fe52a02010-02-06 00:39:25308 'browser/bookmarks/bookmark_pasteboard_helper_mac.h',
309 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm',
[email protected]83019902009-12-02 05:32:59310 'browser/bookmarks/bookmark_service.h',
311 'browser/bookmarks/bookmark_storage.cc',
312 'browser/bookmarks/bookmark_storage.h',
[email protected]83019902009-12-02 05:32:59313 'browser/bookmarks/bookmark_utils.cc',
314 'browser/bookmarks/bookmark_utils.h',
[email protected]4bdde602010-06-16 03:17:35315 'browser/bookmarks/recently_used_folders_combo_model.cc',
[email protected]541f55a2010-09-07 16:42:53316 'browser/bookmarks/recently_used_folders_combo_model.h',
[email protected]83019902009-12-02 05:32:59317 'browser/browser_about_handler.cc',
318 'browser/browser_about_handler.h',
[email protected]d27893f62010-07-03 05:47:42319 'browser/browser_child_process_host.cc',
320 'browser/browser_child_process_host.h',
[email protected]83019902009-12-02 05:32:59321 'browser/browser_main.cc',
322 'browser/browser_main_gtk.cc',
[email protected]c6032e82010-09-13 20:06:05323 'browser/browser_main_gtk.h',
[email protected]83019902009-12-02 05:32:59324 'browser/browser_main_mac.mm',
[email protected]f8abf722010-07-07 19:46:24325 'browser/browser_main_posix.cc',
[email protected]1fec64352010-07-27 13:55:21326 'browser/browser_main_posix.h',
[email protected]83019902009-12-02 05:32:59327 'browser/browser_main_win.cc',
328 'browser/browser_main_win.h',
[email protected]ec26af292010-12-10 18:20:52329 'browser/browser_message_filter.cc',
330 'browser/browser_message_filter.h',
[email protected]83019902009-12-02 05:32:59331 'browser/browser_process.cc',
332 'browser/browser_process.h',
333 'browser/browser_process_impl.cc',
334 'browser/browser_process_impl.h',
[email protected]0ac83682010-01-22 17:46:27335 'browser/browser_process_sub_thread.cc',
336 'browser/browser_process_sub_thread.h',
[email protected]83019902009-12-02 05:32:59337 'browser/browser_shutdown.cc',
338 'browser/browser_shutdown.h',
[email protected]83bfa0b2011-02-01 05:37:46339 'browser/browser_signin.cc',
340 'browser/browser_signin.h',
[email protected]092b04e2010-10-12 23:23:44341 'browser/browser_thread.cc',
342 'browser/browser_thread.h',
[email protected]83019902009-12-02 05:32:59343 'browser/browser_trial.cc',
344 'browser/browser_trial.h',
345 'browser/browser_url_handler.cc',
346 'browser/browser_url_handler.h',
[email protected]f26795eb2010-02-26 23:45:35347 'browser/browsing_data_appcache_helper.cc',
348 'browser/browsing_data_appcache_helper.h',
[email protected]b5c6e302010-02-10 18:13:40349 'browser/browsing_data_database_helper.cc',
350 'browser/browsing_data_database_helper.h',
[email protected]2823fb242010-09-23 08:53:26351 'browser/browsing_data_indexed_db_helper.cc',
352 'browser/browsing_data_indexed_db_helper.h',
[email protected]8f9aefd2010-01-25 13:50:48353 'browser/browsing_data_local_storage_helper.cc',
354 'browser/browsing_data_local_storage_helper.h',
[email protected]83019902009-12-02 05:32:59355 'browser/browsing_data_remover.cc',
356 'browser/browsing_data_remover.h',
357 'browser/browsing_instance.cc',
358 'browser/browsing_instance.h',
[email protected]43461682010-10-29 00:52:36359 'browser/bug_report_data.cc',
[email protected]83bfa0b2011-02-01 05:37:46360 'browser/bug_report_data.h',
[email protected]83019902009-12-02 05:32:59361 'browser/bug_report_util.cc',
362 'browser/bug_report_util.h',
[email protected]86206622010-05-14 05:45:26363 # TODO(rkc): Find a better way to include these files
364 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc',
[email protected]ac1894a2010-08-22 10:38:54365 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
[email protected]86206622010-05-14 05:45:26366 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
[email protected]86206622010-05-14 05:45:26367 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
368 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
369 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
370 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
[email protected]83019902009-12-02 05:32:59371 'browser/cancelable_request.cc',
372 'browser/cancelable_request.h',
373 'browser/cert_store.cc',
374 'browser/cert_store.h',
[email protected]0fd776c402010-09-29 21:59:17375 'browser/certificate_manager_model.cc',
376 'browser/certificate_manager_model.h',
[email protected]8ae178b12010-07-07 22:55:27377 'browser/certificate_viewer.cc',
378 'browser/certificate_viewer.h',
[email protected]83019902009-12-02 05:32:59379 'browser/character_encoding.cc',
380 'browser/character_encoding.h',
[email protected]4bdd8e12009-12-07 18:21:03381 'browser/child_process_launcher.cc',
[email protected]83019902009-12-02 05:32:59382 'browser/child_process_launcher.h',
383 'browser/child_process_security_policy.cc',
384 'browser/child_process_security_policy.h',
[email protected]22339b12010-08-27 18:29:24385 'browser/chrome_blob_storage_context.cc',
386 'browser/chrome_blob_storage_context.h',
[email protected]83019902009-12-02 05:32:59387 'browser/chrome_browser_application_mac.h',
388 'browser/chrome_browser_application_mac.mm',
389 'browser/chrome_plugin_browsing_context.cc',
390 'browser/chrome_plugin_browsing_context.h',
391 'browser/chrome_plugin_host.cc',
392 'browser/chrome_plugin_host.h',
[email protected]d032b3792010-06-07 22:02:39393 'browser/chromeos/audio_handler.cc',
394 'browser/chromeos/audio_handler.h',
[email protected]51dfe5e32011-01-12 00:21:14395 'browser/chromeos/audio_mixer.h',
396 'browser/chromeos/audio_mixer_alsa.cc',
397 'browser/chromeos/audio_mixer_alsa.h',
398 'browser/chromeos/audio_mixer_pulse.cc',
399 'browser/chromeos/audio_mixer_pulse.h',
[email protected]ac4bf502010-05-04 16:58:07400 'browser/chromeos/boot_times_loader.cc',
401 'browser/chromeos/boot_times_loader.h',
[email protected]90fd2a42010-12-10 19:50:37402 'browser/chromeos/brightness_bubble.cc',
403 'browser/chromeos/brightness_bubble.h',
404 'browser/chromeos/brightness_observer.cc',
405 'browser/chromeos/brightness_observer.h',
[email protected]5f449baa2010-10-08 20:29:59406 'browser/chromeos/browser_main_chromeos.cc',
407 'browser/chromeos/browser_main_chromeos.h',
[email protected]90fd2a42010-12-10 19:50:37408 'browser/chromeos/cros/brightness_library.cc',
409 'browser/chromeos/cros/brightness_library.h',
[email protected]4a6861a2010-08-23 19:04:46410 'browser/chromeos/cros/burn_library.cc',
411 'browser/chromeos/cros/burn_library.h',
[email protected]268b02f2010-02-04 21:07:15412 'browser/chromeos/cros/cros_library.cc',
413 'browser/chromeos/cros/cros_library.h',
[email protected]62c7ef32010-03-23 23:44:24414 'browser/chromeos/cros/cros_library_loader.cc',
415 'browser/chromeos/cros/cros_library_loader.h',
[email protected]ad8a6ea2010-03-11 00:05:02416 'browser/chromeos/cros/cryptohome_library.cc',
417 'browser/chromeos/cros/cryptohome_library.h',
[email protected]291d8b72010-06-21 09:43:14418 'browser/chromeos/cros/input_method_library.cc',
419 'browser/chromeos/cros/input_method_library.h',
[email protected]83bfa0b2011-02-01 05:37:46420 'browser/chromeos/cros/keyboard_library.cc',
421 'browser/chromeos/cros/keyboard_library.h',
[email protected]73cea4cc2011-02-02 19:07:27422 'browser/chromeos/cros/libcros_service_library.cc',
423 'browser/chromeos/cros/libcros_servicey_library.h',
[email protected]268b02f2010-02-04 21:07:15424 'browser/chromeos/cros/login_library.cc',
425 'browser/chromeos/cros/login_library.h',
426 'browser/chromeos/cros/mount_library.cc',
427 'browser/chromeos/cros/mount_library.h',
428 'browser/chromeos/cros/network_library.cc',
429 'browser/chromeos/cros/network_library.h',
430 'browser/chromeos/cros/power_library.cc',
431 'browser/chromeos/cros/power_library.h',
[email protected]a39c2d12010-05-14 23:48:27432 'browser/chromeos/cros/screen_lock_library.cc',
433 'browser/chromeos/cros/screen_lock_library.h',
[email protected]b1220622010-04-28 22:46:16434 'browser/chromeos/cros/speech_synthesis_library.cc',
435 'browser/chromeos/cros/speech_synthesis_library.h',
[email protected]e251662c2010-05-20 05:55:06436 'browser/chromeos/cros/syslogs_library.cc',
437 'browser/chromeos/cros/syslogs_library.h',
[email protected]94a922b2010-06-30 23:18:15438 'browser/chromeos/cros/system_library.cc',
439 'browser/chromeos/cros/system_library.h',
[email protected]b4e05f22010-09-08 17:27:46440 'browser/chromeos/cros/touchpad_library.cc',
441 'browser/chromeos/cros/touchpad_library.h',
[email protected]3cdf3762010-07-13 22:55:55442 'browser/chromeos/cros/update_library.cc',
[email protected]399a8da2010-07-19 14:42:24443 'browser/chromeos/cros/update_library.h',
[email protected]83bfa0b2011-02-01 05:37:46444 'browser/chromeos/cros_settings.cc',
445 'browser/chromeos/cros_settings.h',
446 'browser/chromeos/cros_settings_names.cc',
447 'browser/chromeos/cros_settings_names.h',
448 'browser/chromeos/cros_settings_provider.cc',
449 'browser/chromeos/cros_settings_provider.h',
[email protected]c3f4ad22010-05-28 09:20:09450 'browser/chromeos/customization_document.cc',
[email protected]478739e32010-06-17 17:09:05451 'browser/chromeos/customization_document.h',
[email protected]c766a162010-06-30 22:45:45452 'browser/chromeos/drop_shadow_label.cc',
[email protected]62cb9942010-12-01 13:09:32453 'browser/chromeos/enterprise_extension_observer.cc',
454 'browser/chromeos/enterprise_extension_observer.h',
[email protected]83019902009-12-02 05:32:59455 'browser/chromeos/external_metrics.cc',
456 'browser/chromeos/external_metrics.h',
457 'browser/chromeos/external_protocol_dialog.cc',
458 'browser/chromeos/external_protocol_dialog.h',
[email protected]17e64222010-02-12 23:32:42459 'browser/chromeos/frame/browser_frame_chromeos.cc',
460 'browser/chromeos/frame/browser_frame_chromeos.h',
[email protected]4fe042f2010-12-14 16:41:40461 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc',
[email protected]17e64222010-02-12 23:32:42462 'browser/chromeos/frame/browser_view.cc',
463 'browser/chromeos/frame/browser_view.h',
[email protected]5afc7052010-09-29 16:50:58464 'browser/chromeos/frame/bubble_frame_view.cc',
465 'browser/chromeos/frame/bubble_frame_view.h',
466 'browser/chromeos/frame/bubble_window.cc',
467 'browser/chromeos/frame/bubble_window.h',
[email protected]17e64222010-02-12 23:32:42468 'browser/chromeos/frame/panel_browser_view.cc',
469 'browser/chromeos/frame/panel_browser_view.h',
470 'browser/chromeos/frame/panel_controller.cc',
471 'browser/chromeos/frame/panel_controller.h',
[email protected]592468b2010-02-10 23:08:47472 'browser/chromeos/google_update_chromeos.cc',
[email protected]83019902009-12-02 05:32:59473 'browser/chromeos/gview_request_interceptor.cc',
[email protected]e22fbfc2010-06-26 02:35:30474 'browser/chromeos/gview_request_interceptor.h',
[email protected]2d153002011-01-28 06:49:22475 'browser/chromeos/input_method/candidate_window.cc',
[email protected]83bfa0b2011-02-01 05:37:46476 'browser/chromeos/input_method/candidate_window.h',
[email protected]1e8e7652010-06-18 10:12:21477 'browser/chromeos/input_method/input_method_util.cc',
478 'browser/chromeos/input_method/input_method_util.h',
[email protected]401d8812010-08-19 08:37:24479 'browser/chromeos/language_preferences.cc',
480 'browser/chromeos/language_preferences.h',
[email protected]61d68ef12011-01-13 14:02:56481 'browser/chromeos/locale_change_guard.cc',
[email protected]83bfa0b2011-02-01 05:37:46482 'browser/chromeos/locale_change_guard.h',
[email protected]c6f88212010-02-10 07:22:54483 'browser/chromeos/login/account_creation_view.cc',
484 'browser/chromeos/login/account_creation_view.h',
[email protected]0e6e80682010-03-04 16:13:27485 'browser/chromeos/login/account_screen.cc',
486 'browser/chromeos/login/account_screen.h',
[email protected]83bfa0b2011-02-01 05:37:46487 'browser/chromeos/login/apply_services_customization.cc',
488 'browser/chromeos/login/apply_services_customization.h',
[email protected]1b36b742010-09-22 17:04:18489 'browser/chromeos/login/auth_attempt_state.cc',
490 'browser/chromeos/login/auth_attempt_state.h',
491 'browser/chromeos/login/auth_attempt_state_resolver.cc',
492 'browser/chromeos/login/auth_attempt_state_resolver.h',
[email protected]d7883d02010-04-02 15:45:28493 'browser/chromeos/login/auth_response_handler.cc',
494 'browser/chromeos/login/auth_response_handler.h',
[email protected]83bfa0b2011-02-01 05:37:46495 'browser/chromeos/login/authentication_notification_details.h',
496 'browser/chromeos/login/authenticator.cc',
497 'browser/chromeos/login/authenticator.h',
[email protected]ad30e062010-04-05 18:11:18498 'browser/chromeos/login/background_view.cc',
499 'browser/chromeos/login/background_view.h',
[email protected]64ec0342010-06-03 13:00:40500 'browser/chromeos/login/camera.cc',
501 'browser/chromeos/login/camera.h',
[email protected]551707a2010-06-16 16:59:47502 'browser/chromeos/login/captcha_view.cc',
503 'browser/chromeos/login/captcha_view.h',
[email protected]2e47c7c22010-03-19 17:14:25504 'browser/chromeos/login/client_login_response_handler.cc',
505 'browser/chromeos/login/client_login_response_handler.h',
[email protected]ad30e062010-04-05 18:11:18506 'browser/chromeos/login/cookie_fetcher.cc',
507 'browser/chromeos/login/cookie_fetcher.h',
[email protected]1b36b742010-09-22 17:04:18508 'browser/chromeos/login/cryptohome_op.cc',
509 'browser/chromeos/login/cryptohome_op.h',
[email protected]6e648942010-07-14 12:52:23510 'browser/chromeos/login/eula_view.cc',
511 'browser/chromeos/login/eula_view.h',
[email protected]507c71072010-03-12 21:56:17512 'browser/chromeos/login/existing_user_controller.cc',
513 'browser/chromeos/login/existing_user_controller.h',
[email protected]b15ffb182010-08-03 10:09:39514 'browser/chromeos/login/existing_user_view.cc',
515 'browser/chromeos/login/existing_user_view.h',
[email protected]83a4301f2010-02-22 22:01:26516 'browser/chromeos/login/google_authenticator.cc',
517 'browser/chromeos/login/google_authenticator.h',
[email protected]a0779002010-10-06 14:53:36518 'browser/chromeos/login/guest_user_view.cc',
519 'browser/chromeos/login/guest_user_view.h',
[email protected]063bb2b22010-09-06 15:59:08520 'browser/chromeos/login/help_app_launcher.cc',
521 'browser/chromeos/login/help_app_launcher.h',
[email protected]8a6d0082010-06-02 12:34:22522 'browser/chromeos/login/helper.cc',
[email protected]d63b52152010-09-17 12:29:42523 'browser/chromeos/login/helper.h',
[email protected]0ae17ad42010-08-20 09:48:46524 'browser/chromeos/login/html_page_screen.cc',
525 'browser/chromeos/login/html_page_screen.h',
[email protected]1b36b742010-09-22 17:04:18526 'browser/chromeos/login/image_decoder.cc',
527 'browser/chromeos/login/image_decoder.h',
528 'browser/chromeos/login/image_downloader.cc',
529 'browser/chromeos/login/image_downloader.h',
530 'browser/chromeos/login/issue_response_handler.cc',
531 'browser/chromeos/login/issue_response_handler.h',
[email protected]e161c1912010-10-09 13:49:03532 'browser/chromeos/login/keyboard_switch_menu.cc',
533 'browser/chromeos/login/keyboard_switch_menu.h',
[email protected]4caf6262010-06-17 14:05:43534 'browser/chromeos/login/language_switch_menu.cc',
535 'browser/chromeos/login/language_switch_menu.h',
[email protected]603fc2c2011-01-31 11:47:49536 'browser/chromeos/login/login_display.h',
[email protected]dfdcdab2010-06-09 16:20:05537 'browser/chromeos/login/login_html_dialog.cc',
538 'browser/chromeos/login/login_html_dialog.h',
[email protected]cd5d0b1c2010-09-29 16:32:50539 'browser/chromeos/login/login_performer.cc',
540 'browser/chromeos/login/login_performer.h',
[email protected]83a4301f2010-02-22 22:01:26541 'browser/chromeos/login/login_status_consumer.h',
[email protected]a10d16e2010-03-26 12:41:22542 'browser/chromeos/login/login_utils.cc',
543 'browser/chromeos/login/login_utils.h',
[email protected]045124c82010-05-13 10:07:43544 'browser/chromeos/login/message_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:46545 'browser/chromeos/login/message_bubble.h',
[email protected]935e9e12010-03-25 15:29:13546 'browser/chromeos/login/network_screen.cc',
547 'browser/chromeos/login/network_screen.h',
548 'browser/chromeos/login/network_screen_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:46549 'browser/chromeos/login/network_selection_view.cc',
550 'browser/chromeos/login/network_selection_view.h',
[email protected]afe05a282010-05-27 17:44:03551 'browser/chromeos/login/new_user_view.cc',
552 'browser/chromeos/login/new_user_view.h',
[email protected]1b36b742010-09-22 17:04:18553 'browser/chromeos/login/online_attempt.cc',
554 'browser/chromeos/login/online_attempt.h',
[email protected]5b7a0cf2010-07-23 10:04:07555 'browser/chromeos/login/oobe_progress_bar.cc',
556 'browser/chromeos/login/oobe_progress_bar.h',
[email protected]02ed0b32010-07-22 01:27:13557 'browser/chromeos/login/owner_key_utils.cc',
558 'browser/chromeos/login/owner_key_utils.h',
[email protected]4ada2382010-07-29 21:28:11559 'browser/chromeos/login/owner_manager.cc',
560 'browser/chromeos/login/owner_manager.h',
[email protected]e99e0b32010-08-25 00:53:44561 'browser/chromeos/login/ownership_service.cc',
562 'browser/chromeos/login/ownership_service.h',
[email protected]472734742010-10-11 03:17:05563 'browser/chromeos/login/parallel_authenticator.cc',
564 'browser/chromeos/login/parallel_authenticator.h',
[email protected]56515402010-07-05 17:37:00565 'browser/chromeos/login/password_changed_view.cc',
566 'browser/chromeos/login/password_changed_view.h',
[email protected]e15bdd222010-11-03 12:03:49567 'browser/chromeos/login/proxy_settings_dialog.cc',
568 'browser/chromeos/login/proxy_settings_dialog.h',
[email protected]69719212010-07-12 11:37:25569 'browser/chromeos/login/registration_screen.cc',
[email protected]41291322010-07-15 17:09:01570 'browser/chromeos/login/registration_screen.h',
[email protected]f5836702010-02-09 19:11:18571 'browser/chromeos/login/rounded_rect_painter.cc',
572 'browser/chromeos/login/rounded_rect_painter.h',
[email protected]ab2bd2c2010-05-05 07:18:27573 'browser/chromeos/login/screen_lock_view.cc',
574 'browser/chromeos/login/screen_lock_view.h',
[email protected]83bfa0b2011-02-01 05:37:46575 'browser/chromeos/login/screen_locker.cc',
576 'browser/chromeos/login/screen_locker.h',
[email protected]649e12c32010-02-06 04:41:21577 'browser/chromeos/login/screen_observer.h',
[email protected]f65210cc2010-10-30 01:48:48578 'browser/chromeos/login/shutdown_button.cc',
579 'browser/chromeos/login/shutdown_button.h',
[email protected]32352d12010-09-03 21:40:10580 'browser/chromeos/login/signed_settings.cc',
581 'browser/chromeos/login/signed_settings.h',
[email protected]62eeafc2010-09-14 16:37:41582 'browser/chromeos/login/signed_settings_helper.cc',
583 'browser/chromeos/login/signed_settings_helper.h',
[email protected]20564b3c2010-10-28 14:25:46584 'browser/chromeos/login/signed_settings_temp_storage.cc',
585 'browser/chromeos/login/signed_settings_temp_storage.h',
[email protected]1b36b742010-09-22 17:04:18586 'browser/chromeos/login/test_attempt_state.cc',
587 'browser/chromeos/login/test_attempt_state.h',
[email protected]91d01602010-10-28 17:18:25588 'browser/chromeos/login/textfield_with_margin.cc',
589 'browser/chromeos/login/textfield_with_margin.h',
[email protected]b96f34a2010-04-21 17:47:01590 'browser/chromeos/login/update_screen.cc',
591 'browser/chromeos/login/update_screen.h',
[email protected]842cd6c62010-03-06 17:56:32592 'browser/chromeos/login/update_view.cc',
593 'browser/chromeos/login/update_view.h',
[email protected]507c71072010-03-12 21:56:17594 'browser/chromeos/login/user_controller.cc',
595 'browser/chromeos/login/user_controller.h',
[email protected]8f0d8ecd12010-04-20 11:51:30596 'browser/chromeos/login/user_image_downloader.cc',
597 'browser/chromeos/login/user_image_downloader.h',
598 'browser/chromeos/login/user_image_loader.cc',
599 'browser/chromeos/login/user_image_loader.h',
[email protected]64ec0342010-06-03 13:00:40600 'browser/chromeos/login/user_image_screen.cc',
601 'browser/chromeos/login/user_image_screen.h',
602 'browser/chromeos/login/user_image_view.cc',
603 'browser/chromeos/login/user_image_view.h',
[email protected]56f0ffc82010-02-04 21:30:37604 'browser/chromeos/login/user_manager.cc',
605 'browser/chromeos/login/user_manager.h',
[email protected]41e13b362010-06-16 21:27:05606 'browser/chromeos/login/user_view.cc',
607 'browser/chromeos/login/user_view.h',
[email protected]c57206e92010-10-21 02:13:24608 'browser/chromeos/login/username_view.cc',
609 'browser/chromeos/login/username_view.h',
[email protected]28e139d2010-03-01 14:55:22610 'browser/chromeos/login/view_screen.h',
[email protected]603fc2c2011-01-31 11:47:49611 'browser/chromeos/login/views_login_display.cc',
[email protected]83bfa0b2011-02-01 05:37:46612 'browser/chromeos/login/views_login_display.h',
[email protected]88e71dc2010-05-07 11:31:38613 'browser/chromeos/login/web_page_screen.cc',
614 'browser/chromeos/login/web_page_screen.h',
615 'browser/chromeos/login/web_page_view.cc',
616 'browser/chromeos/login/web_page_view.h',
[email protected]86cffea2010-08-25 21:31:59617 'browser/chromeos/login/wizard_accessibility_handler.cc',
618 'browser/chromeos/login/wizard_accessibility_handler.h',
619 'browser/chromeos/login/wizard_accessibility_helper.cc',
620 'browser/chromeos/login/wizard_accessibility_helper.h',
[email protected]28e139d2010-03-01 14:55:22621 'browser/chromeos/login/wizard_controller.cc',
622 'browser/chromeos/login/wizard_controller.h',
[email protected]042c3682010-02-10 18:05:13623 'browser/chromeos/login/wizard_screen.h',
[email protected]0fecda62010-03-19 21:59:01624 'browser/chromeos/low_battery_observer.cc',
625 'browser/chromeos/low_battery_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54626 'browser/chromeos/metrics_cros_settings_provider.cc',
627 'browser/chromeos/metrics_cros_settings_provider.h',
[email protected]f7f72652010-05-04 20:53:13628 'browser/chromeos/native_dialog_window.cc',
629 'browser/chromeos/native_dialog_window.h',
[email protected]8d1b864d12010-10-10 00:04:34630 'browser/chromeos/native_theme_chromeos.cc',
631 'browser/chromeos/native_theme_chromeos.h',
[email protected]e8da0a02010-02-15 14:07:08632 'browser/chromeos/network_list.cc',
633 'browser/chromeos/network_list.h',
[email protected]727dc8082011-01-14 19:14:29634 'browser/chromeos/network_login_observer.cc',
635 'browser/chromeos/network_login_observer.h',
[email protected]39216be2010-06-01 17:54:36636 'browser/chromeos/network_message_observer.cc',
637 'browser/chromeos/network_message_observer.h',
[email protected]83bfa0b2011-02-01 05:37:46638 'browser/chromeos/network_state_notifier.cc',
639 'browser/chromeos/network_state_notifier.h',
[email protected]61d68ef12011-01-13 14:02:56640 'browser/chromeos/notifications/balloon_collection_impl.cc',
641 'browser/chromeos/notifications/balloon_collection_impl.h',
642 'browser/chromeos/notifications/balloon_view.cc',
643 'browser/chromeos/notifications/balloon_view.h',
644 'browser/chromeos/notifications/balloon_view_host.cc',
645 'browser/chromeos/notifications/balloon_view_host.h',
646 'browser/chromeos/notifications/notification_panel.cc',
647 'browser/chromeos/notifications/notification_panel.h',
648 'browser/chromeos/notifications/system_notification.cc',
649 'browser/chromeos/notifications/system_notification.h',
650 'browser/chromeos/notifications/system_notification_factory.cc',
651 'browser/chromeos/notifications/system_notification_factory.h',
[email protected]6692b0d72010-07-15 03:40:23652 'browser/chromeos/offline/offline_load_page.cc',
653 'browser/chromeos/offline/offline_load_page.h',
654 'browser/chromeos/offline/offline_load_service.cc',
655 'browser/chromeos/offline/offline_load_service.h',
[email protected]9cc6216822010-03-03 23:17:27656 'browser/chromeos/options/network_config_view.cc',
657 'browser/chromeos/options/network_config_view.h',
[email protected]9cc6216822010-03-03 23:17:27658 'browser/chromeos/options/wifi_config_view.cc',
659 'browser/chromeos/options/wifi_config_view.h',
[email protected]83019902009-12-02 05:32:59660 'browser/chromeos/panels/panel_scroller.cc',
661 'browser/chromeos/panels/panel_scroller.h',
662 'browser/chromeos/panels/panel_scroller_container.cc',
663 'browser/chromeos/panels/panel_scroller_container.h',
664 'browser/chromeos/panels/panel_scroller_header.cc',
665 'browser/chromeos/panels/panel_scroller_header.h',
[email protected]6fdd4182010-10-14 23:59:26666 'browser/chromeos/plugin_selection_policy.cc',
667 'browser/chromeos/plugin_selection_policy.h',
[email protected]83019902009-12-02 05:32:59668 'browser/chromeos/preferences.cc',
669 'browser/chromeos/preferences.h',
[email protected]f50278cd2010-08-24 17:34:08670 'browser/chromeos/proxy_config_service.h',
671 'browser/chromeos/proxy_config_service_impl.cc',
672 'browser/chromeos/proxy_config_service_impl.h',
[email protected]2bb5fcd2010-11-16 14:31:54673 'browser/chromeos/proxy_cros_settings_provider.cc',
674 'browser/chromeos/proxy_cros_settings_provider.h',
[email protected]64d7e592010-12-03 19:20:35675 'browser/chromeos/setting_level_bubble.cc',
676 'browser/chromeos/setting_level_bubble.h',
677 'browser/chromeos/setting_level_bubble_view.cc',
678 'browser/chromeos/setting_level_bubble_view.h',
[email protected]83a90f72010-02-04 20:36:41679 'browser/chromeos/status/clock_menu_button.cc',
680 'browser/chromeos/status/clock_menu_button.h',
[email protected]432867b2010-10-09 13:31:16681 'browser/chromeos/status/input_method_menu.cc',
682 'browser/chromeos/status/input_method_menu.h',
[email protected]54da7e372010-10-12 09:54:49683 'browser/chromeos/status/input_method_menu_button.cc',
684 'browser/chromeos/status/input_method_menu_button.h',
[email protected]b938810a2010-09-14 08:17:26685 'browser/chromeos/status/network_dropdown_button.cc',
686 'browser/chromeos/status/network_dropdown_button.h',
687 'browser/chromeos/status/network_menu.cc',
688 'browser/chromeos/status/network_menu.h',
[email protected]83a90f72010-02-04 20:36:41689 'browser/chromeos/status/network_menu_button.cc',
690 'browser/chromeos/status/network_menu_button.h',
[email protected]83a90f72010-02-04 20:36:41691 'browser/chromeos/status/power_menu_button.cc',
692 'browser/chromeos/status/power_menu_button.h',
693 'browser/chromeos/status/status_area_button.cc',
694 'browser/chromeos/status/status_area_button.h',
695 'browser/chromeos/status/status_area_host.h',
696 'browser/chromeos/status/status_area_view.cc',
697 'browser/chromeos/status/status_area_view.h',
[email protected]66a0d902011-01-28 20:57:05698 'browser/chromeos/status/window_switcher_button.cc',
699 'browser/chromeos/status/window_switcher_button.h',
[email protected]cc4c9742010-05-17 21:04:02700 'browser/chromeos/system_key_event_listener.cc',
701 'browser/chromeos/system_key_event_listener.h',
[email protected]0b4d3382010-07-14 16:13:04702 'browser/chromeos/tab_closeable_state_watcher.cc',
703 'browser/chromeos/tab_closeable_state_watcher.h',
[email protected]3cdf3762010-07-13 22:55:55704 'browser/chromeos/update_observer.cc',
705 'browser/chromeos/update_observer.h',
[email protected]83019902009-12-02 05:32:59706 'browser/chromeos/usb_mount_observer.cc',
707 'browser/chromeos/usb_mount_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54708 'browser/chromeos/user_cros_settings_provider.cc',
709 'browser/chromeos/user_cros_settings_provider.h',
[email protected]83019902009-12-02 05:32:59710 'browser/chromeos/version_loader.cc',
711 'browser/chromeos/version_loader.h',
[email protected]d59b3152010-03-24 04:41:54712 'browser/chromeos/view_ids.h',
[email protected]ae601242010-11-12 21:54:43713 'browser/chromeos/views/copy_background.cc',
714 'browser/chromeos/views/copy_background.h',
[email protected]d34f59d2010-11-13 12:32:02715 'browser/chromeos/views/dropdown_button.cc',
716 'browser/chromeos/views/dropdown_button.h',
[email protected]5ab0b972010-11-09 09:43:58717 'browser/chromeos/views/menu_locator.cc',
718 'browser/chromeos/views/menu_locator.h',
[email protected]eddb2a82011-02-04 22:07:12719 'browser/chromeos/views/native_menu_webui.cc',
720 'browser/chromeos/views/native_menu_webui.h',
[email protected]0675e712011-02-03 23:52:37721 'browser/chromeos/views/webui_menu_widget.cc',
722 'browser/chromeos/views/webui_menu_widget.h',
[email protected]3de008822010-06-16 17:26:54723 'browser/chromeos/volume_bubble.cc',
724 'browser/chromeos/volume_bubble.h',
[email protected]0675e712011-02-03 23:52:37725 'browser/chromeos/webui_menu_control.h',
[email protected]73fe1382011-02-15 16:03:39726 'browser/chromeos/webui/accounts_options_handler.cc',
727 'browser/chromeos/webui/accounts_options_handler.h',
728 'browser/chromeos/webui/core_chromeos_options_handler.cc',
729 'browser/chromeos/webui/core_chromeos_options_handler.h',
730 'browser/chromeos/webui/cros_language_options_handler.cc',
731 'browser/chromeos/webui/cros_language_options_handler.h',
732 'browser/chromeos/webui/cros_options_page_ui_handler.cc',
733 'browser/chromeos/webui/cros_options_page_ui_handler.h',
734 'browser/chromeos/webui/imageburner_ui.cc',
735 'browser/chromeos/webui/imageburner_ui.h',
736 'browser/chromeos/webui/internet_options_handler.cc',
737 'browser/chromeos/webui/internet_options_handler.h',
738 'browser/chromeos/webui/keyboard_overlay_ui.cc',
739 'browser/chromeos/webui/keyboard_overlay_ui.h',
740 'browser/chromeos/webui/language_chewing_options_handler.cc',
741 'browser/chromeos/webui/language_chewing_options_handler.h',
742 'browser/chromeos/webui/language_customize_modifier_keys_handler.cc',
743 'browser/chromeos/webui/language_customize_modifier_keys_handler.h',
744 'browser/chromeos/webui/language_hangul_options_handler.cc',
745 'browser/chromeos/webui/language_hangul_options_handler.h',
746 'browser/chromeos/webui/language_mozc_options_handler.cc',
747 'browser/chromeos/webui/language_mozc_options_handler.h',
748 'browser/chromeos/webui/language_options_util.cc',
749 'browser/chromeos/webui/language_options_util.h',
750 'browser/chromeos/webui/language_pinyin_options_handler.cc',
751 'browser/chromeos/webui/language_pinyin_options_handler.h',
752 'browser/chromeos/webui/login/authenticator_facade.h',
753 'browser/chromeos/webui/login/authenticator_facade_cros.cc',
754 'browser/chromeos/webui/login/authenticator_facade_cros.h',
755 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc',
756 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h',
757 'browser/chromeos/webui/login/login_ui.cc',
758 'browser/chromeos/webui/login/login_ui.h',
759 'browser/chromeos/webui/login/login_ui_helpers.cc',
760 'browser/chromeos/webui/login/login_ui_helpers.h',
761 'browser/chromeos/webui/menu_ui.cc',
762 'browser/chromeos/webui/menu_ui.h',
763 'browser/chromeos/webui/mobile_setup_ui.cc',
764 'browser/chromeos/webui/mobile_setup_ui.h',
765 'browser/chromeos/webui/network_menu_ui.cc',
766 'browser/chromeos/webui/network_menu_ui.h',
767 'browser/chromeos/webui/proxy_handler.cc',
768 'browser/chromeos/webui/proxy_handler.h',
769 'browser/chromeos/webui/register_page_ui.cc',
770 'browser/chromeos/webui/register_page_ui.h',
771 'browser/chromeos/webui/stats_options_handler.cc',
772 'browser/chromeos/webui/stats_options_handler.h',
773 'browser/chromeos/webui/system_info_ui.cc',
774 'browser/chromeos/webui/system_info_ui.h',
775 'browser/chromeos/webui/system_options_handler.cc',
776 'browser/chromeos/webui/system_options_handler.h',
777 'browser/chromeos/webui/system_settings_provider.cc',
778 'browser/chromeos/webui/system_settings_provider.h',
779 'browser/chromeos/webui/wrench_menu_ui.cc',
780 'browser/chromeos/webui/wrench_menu_ui.h',
[email protected]ea87eee2010-02-22 16:59:24781 'browser/chromeos/wm_ipc.cc',
782 'browser/chromeos/wm_ipc.h',
783 'browser/chromeos/wm_message_listener.cc',
784 'browser/chromeos/wm_message_listener.h',
[email protected]d65adb12010-04-28 17:26:49785 'browser/chromeos/wm_overview_controller.cc',
786 'browser/chromeos/wm_overview_controller.h',
[email protected]c766a162010-06-30 22:45:45787 'browser/chromeos/wm_overview_fav_icon.cc',
788 'browser/chromeos/wm_overview_fav_icon.h',
[email protected]d65adb12010-04-28 17:26:49789 'browser/chromeos/wm_overview_snapshot.cc',
790 'browser/chromeos/wm_overview_snapshot.h',
[email protected]c766a162010-06-30 22:45:45791 'browser/chromeos/wm_overview_title.cc',
792 'browser/chromeos/wm_overview_title.h',
[email protected]83bfa0b2011-02-01 05:37:46793 'browser/clipboard_dispatcher.h',
[email protected]97c2c032010-07-07 22:43:41794 'browser/clipboard_dispatcher_gtk.cc',
795 'browser/clipboard_dispatcher_mac.mm',
796 'browser/clipboard_dispatcher_win.cc',
[email protected]2b78be32011-02-11 00:18:08797 'browser/cocoa/authorization_util.h',
798 'browser/cocoa/authorization_util.mm',
799 'browser/cocoa/install_from_dmg.h',
800 'browser/cocoa/install_from_dmg.mm',
801 'browser/cocoa/keystone_glue.h',
802 'browser/cocoa/keystone_glue.mm',
803 'browser/cocoa/scoped_authorizationref.h',
[email protected]83019902009-12-02 05:32:59804 'browser/command_updater.cc',
805 'browser/command_updater.h',
[email protected]47115102010-02-19 19:01:47806 'browser/content_exceptions_table_model.cc',
807 'browser/content_exceptions_table_model.h',
[email protected]5ec40cf2010-03-09 11:34:51808 'browser/content_setting_bubble_model.cc',
809 'browser/content_setting_bubble_model.h',
[email protected]77767742010-03-02 22:06:27810 'browser/content_setting_combo_model.cc',
811 'browser/content_setting_combo_model.h',
[email protected]352104e2010-03-05 11:40:08812 'browser/content_setting_image_model.cc',
813 'browser/content_setting_image_model.h',
[email protected]fd5b9ca2011-02-15 13:57:34814 'browser/content_settings/content_settings_base_provider.cc',
815 'browser/content_settings/content_settings_base_provider.h',
[email protected]5f24f212010-12-02 14:47:45816 'browser/content_settings/content_settings_details.h',
817 'browser/content_settings/content_settings_pattern.cc',
818 'browser/content_settings/content_settings_pattern.h',
[email protected]2dd6bca02010-11-30 12:48:44819 'browser/content_settings/content_settings_provider.h',
[email protected]9d01a6a2010-11-30 12:03:33820 'browser/content_settings/host_content_settings_map.cc',
821 'browser/content_settings/host_content_settings_map.h',
[email protected]e4dabe992010-12-10 10:00:12822 'browser/content_settings/policy_content_settings_provider.cc',
823 'browser/content_settings/policy_content_settings_provider.h',
824 'browser/content_settings/pref_content_settings_provider.cc',
825 'browser/content_settings/pref_content_settings_provider.h',
[email protected]83019902009-12-02 05:32:59826 'browser/cookies_tree_model.cc',
827 'browser/cookies_tree_model.h',
828 'browser/cross_site_request_manager.cc',
829 'browser/cross_site_request_manager.h',
[email protected]7fff79012010-05-12 00:19:05830 'browser/custom_home_pages_table_model.cc',
831 'browser/custom_home_pages_table_model.h',
[email protected]9b82ad7a2010-05-19 01:04:54832 'browser/default_encoding_combo_model.cc',
833 'browser/default_encoding_combo_model.h',
[email protected]83019902009-12-02 05:32:59834 'browser/defaults.cc',
835 'browser/defaults.h',
[email protected]74da5bd2011-01-27 22:03:27836 'browser/desktop_notification_handler.cc',
837 'browser/desktop_notification_handler.h',
[email protected]ac7e4e12010-08-26 14:34:41838 'browser/device_orientation/accelerometer_mac.cc',
839 'browser/device_orientation/accelerometer_mac.h',
[email protected]ddd18442010-08-23 07:39:28840 'browser/device_orientation/data_fetcher.h',
[email protected]9f547bf2010-12-13 17:00:42841 'browser/device_orientation/message_filter.cc',
842 'browser/device_orientation/message_filter.h',
[email protected]57ead352010-08-11 14:42:53843 'browser/device_orientation/orientation.h',
844 'browser/device_orientation/provider.cc',
845 'browser/device_orientation/provider.h',
[email protected]ddd18442010-08-23 07:39:28846 'browser/device_orientation/provider_impl.cc',
847 'browser/device_orientation/provider_impl.h',
[email protected]83019902009-12-02 05:32:59848 'browser/diagnostics/diagnostics_main.cc',
849 'browser/diagnostics/diagnostics_main.h',
[email protected]83019902009-12-02 05:32:59850 'browser/diagnostics/diagnostics_model.cc',
[email protected]83bfa0b2011-02-01 05:37:46851 'browser/diagnostics/diagnostics_model.h',
[email protected]e4be2dd2010-12-14 00:44:39852 'browser/diagnostics/diagnostics_test.cc',
[email protected]83019902009-12-02 05:32:59853 'browser/diagnostics/diagnostics_test.h',
[email protected]26f46472009-12-20 03:57:10854 'browser/diagnostics/recon_diagnostics.cc',
855 'browser/diagnostics/recon_diagnostics.h',
[email protected]83bfa0b2011-02-01 05:37:46856 'browser/diagnostics/sqlite_diagnostics.cc',
857 'browser/diagnostics/sqlite_diagnostics.h',
[email protected]5713e56f2011-02-14 23:52:47858 'browser/disposition_utils.cc',
859 'browser/disposition_utils.h',
[email protected]83019902009-12-02 05:32:59860 'browser/dom_operation_notification_details.h',
[email protected]45a613e2010-04-16 23:39:26861 'browser/dom_ui/app_launcher_handler.cc',
862 'browser/dom_ui/app_launcher_handler.h',
[email protected]6404197b2010-03-03 00:40:40863 'browser/dom_ui/bookmarks_ui.cc',
864 'browser/dom_ui/bookmarks_ui.h',
[email protected]ac1894a2010-08-22 10:38:54865 'browser/dom_ui/bug_report_ui.cc',
866 'browser/dom_ui/bug_report_ui.h',
[email protected]248ce192011-02-10 15:26:34867 'browser/dom_ui/chrome_url_data_manager_backend.cc',
868 'browser/dom_ui/chrome_url_data_manager_backend.h',
[email protected]83019902009-12-02 05:32:59869 'browser/dom_ui/chrome_url_data_manager.cc',
870 'browser/dom_ui/chrome_url_data_manager.h',
[email protected]2a30775a2010-10-18 19:42:22871 'browser/dom_ui/constrained_html_ui.cc',
872 'browser/dom_ui/constrained_html_ui.h',
[email protected]83019902009-12-02 05:32:59873 'browser/dom_ui/devtools_ui.cc',
874 'browser/dom_ui/devtools_ui.h',
[email protected]83019902009-12-02 05:32:59875 'browser/dom_ui/downloads_dom_handler.cc',
876 'browser/dom_ui/downloads_dom_handler.h',
877 'browser/dom_ui/downloads_ui.cc',
878 'browser/dom_ui/downloads_ui.h',
[email protected]83019902009-12-02 05:32:59879 'browser/dom_ui/filebrowse_ui.cc',
880 'browser/dom_ui/filebrowse_ui.h',
[email protected]83bfa0b2011-02-01 05:37:46881 'browser/dom_ui/fileicon_source.cc',
882 'browser/dom_ui/fileicon_source.h',
[email protected]1a47d7e2010-10-15 00:37:24883 'browser/dom_ui/flags_ui.cc',
884 'browser/dom_ui/flags_ui.h',
[email protected]5edb9222010-08-18 00:23:29885 'browser/dom_ui/foreign_session_handler.cc',
886 'browser/dom_ui/foreign_session_handler.h',
[email protected]ceec8302011-01-24 22:21:33887 'browser/dom_ui/generic_handler.cc',
888 'browser/dom_ui/generic_handler.h',
[email protected]9a128b02010-12-15 00:52:00889 'browser/dom_ui/gpu_internals_ui.cc',
890 'browser/dom_ui/gpu_internals_ui.h',
[email protected]95ae24f2010-06-21 19:13:14891 'browser/dom_ui/history2_ui.cc',
892 'browser/dom_ui/history2_ui.h',
[email protected]83bfa0b2011-02-01 05:37:46893 'browser/dom_ui/history_ui.cc',
894 'browser/dom_ui/history_ui.h',
[email protected]feacf682009-12-03 23:54:45895 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
896 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
[email protected]83019902009-12-02 05:32:59897 'browser/dom_ui/html_dialog_ui.cc',
898 'browser/dom_ui/html_dialog_ui.h',
[email protected]9c88d4752010-09-16 20:59:42899 'browser/dom_ui/keyboard_ui.cc',
900 'browser/dom_ui/keyboard_ui.h',
[email protected]17496bbe2010-03-10 19:48:23901 'browser/dom_ui/mediaplayer_ui.cc',
902 'browser/dom_ui/mediaplayer_ui.h',
[email protected]83019902009-12-02 05:32:59903 'browser/dom_ui/most_visited_handler.cc',
904 'browser/dom_ui/most_visited_handler.h',
[email protected]c92c75052010-03-17 00:26:51905 'browser/dom_ui/net_internals_ui.cc',
906 'browser/dom_ui/net_internals_ui.h',
[email protected]83019902009-12-02 05:32:59907 'browser/dom_ui/new_tab_page_sync_handler.cc',
908 'browser/dom_ui/new_tab_page_sync_handler.h',
909 'browser/dom_ui/new_tab_ui.cc',
910 'browser/dom_ui/new_tab_ui.h',
[email protected]61334a42010-10-18 16:37:04911 'browser/dom_ui/ntp_login_handler.cc',
912 'browser/dom_ui/ntp_login_handler.h',
[email protected]83019902009-12-02 05:32:59913 'browser/dom_ui/ntp_resource_cache.cc',
914 'browser/dom_ui/ntp_resource_cache.h',
[email protected]01709112010-10-01 19:34:07915 'browser/dom_ui/options/about_page_handler.cc',
916 'browser/dom_ui/options/about_page_handler.h',
917 'browser/dom_ui/options/add_startup_page_handler.cc',
918 'browser/dom_ui/options/add_startup_page_handler.h',
919 'browser/dom_ui/options/advanced_options_handler.cc',
920 'browser/dom_ui/options/advanced_options_handler.h',
921 'browser/dom_ui/options/advanced_options_utils.h',
922 'browser/dom_ui/options/advanced_options_utils_gtk.cc',
923 'browser/dom_ui/options/advanced_options_utils_mac.mm',
924 'browser/dom_ui/options/advanced_options_utils_win.cc',
925 'browser/dom_ui/options/autofill_options_handler.cc',
926 'browser/dom_ui/options/autofill_options_handler.h',
927 'browser/dom_ui/options/browser_options_handler.cc',
928 'browser/dom_ui/options/browser_options_handler.h',
929 'browser/dom_ui/options/certificate_manager_handler.cc',
930 'browser/dom_ui/options/certificate_manager_handler.h',
931 'browser/dom_ui/options/clear_browser_data_handler.cc',
932 'browser/dom_ui/options/clear_browser_data_handler.h',
933 'browser/dom_ui/options/content_settings_handler.cc',
934 'browser/dom_ui/options/content_settings_handler.h',
935 'browser/dom_ui/options/cookies_view_handler.cc',
936 'browser/dom_ui/options/cookies_view_handler.h',
937 'browser/dom_ui/options/core_options_handler.cc',
938 'browser/dom_ui/options/core_options_handler.h',
[email protected]1190b722010-12-11 02:15:51939 'browser/dom_ui/options/dom_options_util.cc',
940 'browser/dom_ui/options/dom_options_util.h',
[email protected]01709112010-10-01 19:34:07941 'browser/dom_ui/options/font_settings_handler.cc',
942 'browser/dom_ui/options/font_settings_handler.h',
943 'browser/dom_ui/options/font_settings_utils.h',
944 'browser/dom_ui/options/font_settings_utils_gtk.cc',
945 'browser/dom_ui/options/font_settings_utils_mac.mm',
946 'browser/dom_ui/options/font_settings_utils_win.cc',
947 'browser/dom_ui/options/import_data_handler.cc',
948 'browser/dom_ui/options/import_data_handler.h',
[email protected]ff8877e2011-01-19 20:47:03949 'browser/dom_ui/options/language_options_handler.cc',
950 'browser/dom_ui/options/language_options_handler.h',
[email protected]bc50a692011-02-08 07:07:06951 'browser/dom_ui/options/language_options_handler_common.cc',
952 'browser/dom_ui/options/language_options_handler_common.h',
[email protected]01709112010-10-01 19:34:07953 'browser/dom_ui/options/options_managed_banner_handler.cc',
954 'browser/dom_ui/options/options_managed_banner_handler.h',
955 'browser/dom_ui/options/options_ui.cc',
956 'browser/dom_ui/options/options_ui.h',
[email protected]161888b2010-12-13 23:25:50957 'browser/dom_ui/options/password_manager_handler.cc',
958 'browser/dom_ui/options/password_manager_handler.h',
[email protected]01709112010-10-01 19:34:07959 'browser/dom_ui/options/personal_options_handler.cc',
960 'browser/dom_ui/options/personal_options_handler.h',
[email protected]b01d95012010-12-09 19:34:55961 'browser/dom_ui/options/search_engine_manager_handler.cc',
962 'browser/dom_ui/options/search_engine_manager_handler.h',
[email protected]2cd4f8a2010-10-20 21:48:29963 'browser/dom_ui/options/stop_syncing_handler.cc',
964 'browser/dom_ui/options/stop_syncing_handler.h',
[email protected]83bfa0b2011-02-01 05:37:46965 'browser/dom_ui/plugins_ui.cc',
966 'browser/dom_ui/plugins_ui.h',
967 'browser/dom_ui/print_preview_handler.cc',
968 'browser/dom_ui/print_preview_handler.h',
969 'browser/dom_ui/print_preview_ui.cc',
970 'browser/dom_ui/print_preview_ui.h',
[email protected]eb15e24e2011-02-03 22:34:34971 'browser/dom_ui/print_preview_ui_html_source.cc',
972 'browser/dom_ui/print_preview_ui_html_source.h',
[email protected]83bfa0b2011-02-01 05:37:46973 'browser/dom_ui/remoting_ui.cc',
974 'browser/dom_ui/remoting_ui.h',
[email protected]755e1b732010-06-24 23:28:53975 'browser/dom_ui/shared_resources_data_source.cc',
976 'browser/dom_ui/shared_resources_data_source.h',
[email protected]83019902009-12-02 05:32:59977 'browser/dom_ui/shown_sections_handler.cc',
978 'browser/dom_ui/shown_sections_handler.h',
[email protected]a5353ba2010-06-21 22:55:48979 'browser/dom_ui/slideshow_ui.cc',
980 'browser/dom_ui/slideshow_ui.h',
[email protected]e0e4d722011-01-14 12:16:06981 'browser/dom_ui/sync_internals_html_source.cc',
982 'browser/dom_ui/sync_internals_html_source.h',
[email protected]e0e4d722011-01-14 12:16:06983 'browser/dom_ui/sync_internals_ui.cc',
984 'browser/dom_ui/sync_internals_ui.h',
[email protected]e79154a2010-10-27 21:58:02985 'browser/dom_ui/textfields_ui.cc',
986 'browser/dom_ui/textfields_ui.h',
[email protected]83019902009-12-02 05:32:59987 'browser/dom_ui/tips_handler.cc',
988 'browser/dom_ui/tips_handler.h',
[email protected]5edb9222010-08-18 00:23:29989 'browser/dom_ui/value_helper.cc',
990 'browser/dom_ui/value_helper.h',
[email protected]7ade2732011-02-10 00:13:58991 'browser/dom_ui/web_ui.cc',
992 'browser/dom_ui/web_ui.h',
[email protected]80a8fad2011-01-29 04:02:38993 'browser/dom_ui/web_ui_factory.cc',
994 'browser/dom_ui/web_ui_factory.h',
[email protected]e0813a392011-02-01 22:57:25995 'browser/dom_ui/web_ui_favicon_source.cc',
996 'browser/dom_ui/web_ui_favicon_source.h',
[email protected]41366f42011-01-28 02:56:42997 'browser/dom_ui/web_ui_screenshot_source.cc',
998 'browser/dom_ui/web_ui_screenshot_source.h',
[email protected]09408712011-02-02 12:02:22999 'browser/dom_ui/web_ui_theme_source.cc',
1000 'browser/dom_ui/web_ui_theme_source.h',
[email protected]e0813a392011-02-01 22:57:251001 'browser/dom_ui/web_ui_thumbnail_source.cc',
1002 'browser/dom_ui/web_ui_thumbnail_source.h',
[email protected]e82abf32011-01-31 23:12:491003 'browser/dom_ui/web_ui_util.cc',
1004 'browser/dom_ui/web_ui_util.h',
[email protected]f15edeb2010-08-27 16:27:151005 'browser/download/base_file.cc',
1006 'browser/download/base_file.h',
[email protected]cd448092010-12-06 23:49:131007 'browser/download/download_extensions.cc',
1008 'browser/download/download_extensions.h',
[email protected]83019902009-12-02 05:32:591009 'browser/download/download_file.cc',
1010 'browser/download/download_file.h',
[email protected]6c69796d2010-07-16 21:41:161011 'browser/download/download_file_manager.cc',
1012 'browser/download/download_file_manager.h',
[email protected]82f37b02010-07-29 22:04:571013 'browser/download/download_history.cc',
1014 'browser/download/download_history.h',
[email protected]6c69796d2010-07-16 21:41:161015 'browser/download/download_item.cc',
1016 'browser/download/download_item.h',
[email protected]83019902009-12-02 05:32:591017 'browser/download/download_item_model.cc',
1018 'browser/download/download_item_model.h',
1019 'browser/download/download_manager.cc',
1020 'browser/download/download_manager.h',
[email protected]e5dc4222010-08-30 22:16:321021 'browser/download/download_prefs.cc',
1022 'browser/download/download_prefs.h',
[email protected]83019902009-12-02 05:32:591023 'browser/download/download_request_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:461024 'browser/download/download_request_infobar_delegate.h',
[email protected]41291322010-07-15 17:09:011025 'browser/download/download_request_limiter.cc',
1026 'browser/download/download_request_limiter.h',
[email protected]83019902009-12-02 05:32:591027 'browser/download/download_shelf.cc',
1028 'browser/download/download_shelf.h',
1029 'browser/download/download_started_animation.h',
[email protected]073ed7b2010-09-27 09:20:021030 'browser/download/download_status_updater.cc',
1031 'browser/download/download_status_updater.h',
1032 'browser/download/download_status_updater_delegate.h',
[email protected]a0835ac2010-09-13 19:40:081033 'browser/download/download_types.cc',
[email protected]6c69796d2010-07-16 21:41:161034 'browser/download/download_types.h',
[email protected]83019902009-12-02 05:32:591035 'browser/download/download_util.cc',
1036 'browser/download/download_util.h',
[email protected]8af9d032010-02-10 00:00:321037 'browser/download/drag_download_file.cc',
1038 'browser/download/drag_download_file.h',
1039 'browser/download/drag_download_util.cc',
1040 'browser/download/drag_download_util.h',
[email protected]83019902009-12-02 05:32:591041 'browser/download/save_file.cc',
1042 'browser/download/save_file.h',
1043 'browser/download/save_file_manager.cc',
1044 'browser/download/save_file_manager.h',
1045 'browser/download/save_item.cc',
1046 'browser/download/save_item.h',
1047 'browser/download/save_package.cc',
1048 'browser/download/save_package.h',
[email protected]93aa89c72010-10-20 21:32:041049 'browser/download/save_types.cc',
[email protected]83019902009-12-02 05:32:591050 'browser/download/save_types.h',
[email protected]83bfa0b2011-02-01 05:37:461051 'browser/enumerate_modules_model_win.cc',
1052 'browser/enumerate_modules_model_win.h',
[email protected]83019902009-12-02 05:32:591053 'browser/extensions/convert_user_script.cc',
1054 'browser/extensions/convert_user_script.h',
[email protected]5ba5dab2010-11-18 02:31:041055 'browser/extensions/convert_web_app.cc',
1056 'browser/extensions/convert_web_app.h',
[email protected]83019902009-12-02 05:32:591057 'browser/extensions/crashed_extension_infobar.cc',
1058 'browser/extensions/crashed_extension_infobar.h',
1059 'browser/extensions/crx_installer.cc',
1060 'browser/extensions/crx_installer.h',
[email protected]ec5b50d2010-10-09 16:35:181061 'browser/extensions/default_apps.cc',
1062 'browser/extensions/default_apps.h',
[email protected]83bfa0b2011-02-01 05:37:461063 'browser/extensions/execute_code_in_tab_function.cc',
1064 'browser/extensions/execute_code_in_tab_function.h',
[email protected]5cbe1e22010-01-30 01:18:561065 'browser/extensions/extension_accessibility_api.cc',
1066 'browser/extensions/extension_accessibility_api.h',
1067 'browser/extensions/extension_accessibility_api_constants.cc',
1068 'browser/extensions/extension_accessibility_api_constants.h',
[email protected]9b071852010-04-02 06:45:311069 'browser/extensions/extension_bookmark_helpers.cc',
1070 'browser/extensions/extension_bookmark_helpers.h',
[email protected]83bfa0b2011-02-01 05:37:461071 'browser/extensions/extension_bookmark_manager_api.cc',
1072 'browser/extensions/extension_bookmark_manager_api.h',
[email protected]83019902009-12-02 05:32:591073 'browser/extensions/extension_bookmarks_module.cc',
1074 'browser/extensions/extension_bookmarks_module.h',
1075 'browser/extensions/extension_bookmarks_module_constants.cc',
1076 'browser/extensions/extension_bookmarks_module_constants.h',
1077 'browser/extensions/extension_browser_actions_api.cc',
1078 'browser/extensions/extension_browser_actions_api.h',
[email protected]83bfa0b2011-02-01 05:37:461079 'browser/extensions/extension_browser_event_router.cc',
1080 'browser/extensions/extension_browser_event_router.h',
[email protected]446255952010-03-17 20:41:581081 'browser/extensions/extension_clipboard_api.cc',
1082 'browser/extensions/extension_clipboard_api.h',
[email protected]2e3b5202010-03-23 06:52:411083 'browser/extensions/extension_context_menu_api.cc',
1084 'browser/extensions/extension_context_menu_api.h',
[email protected]7e9f4a82010-03-22 22:36:201085 'browser/extensions/extension_context_menu_model.cc',
1086 'browser/extensions/extension_context_menu_model.h',
[email protected]898bbd32010-05-18 18:52:291087 'browser/extensions/extension_cookies_api.cc',
1088 'browser/extensions/extension_cookies_api.h',
1089 'browser/extensions/extension_cookies_api_constants.cc',
1090 'browser/extensions/extension_cookies_api_constants.h',
1091 'browser/extensions/extension_cookies_helpers.cc',
1092 'browser/extensions/extension_cookies_helpers.h',
[email protected]83019902009-12-02 05:32:591093 'browser/extensions/extension_creator.cc',
1094 'browser/extensions/extension_creator.h',
[email protected]c10da4b02010-03-25 14:38:321095 'browser/extensions/extension_data_deleter.cc',
1096 'browser/extensions/extension_data_deleter.h',
[email protected]83019902009-12-02 05:32:591097 'browser/extensions/extension_devtools_bridge.cc',
1098 'browser/extensions/extension_devtools_bridge.h',
1099 'browser/extensions/extension_devtools_events.cc',
1100 'browser/extensions/extension_devtools_events.h',
1101 'browser/extensions/extension_devtools_manager.cc',
1102 'browser/extensions/extension_devtools_manager.h',
[email protected]83bfa0b2011-02-01 05:37:461103 'browser/extensions/extension_disabled_infobar_delegate.cc',
1104 'browser/extensions/extension_disabled_infobar_delegate.h',
[email protected]14a000d2010-04-29 21:44:241105 'browser/extensions/extension_error_reporter.cc',
1106 'browser/extensions/extension_error_reporter.h',
[email protected]83019902009-12-02 05:32:591107 'browser/extensions/extension_event_names.cc',
1108 'browser/extensions/extension_event_names.h',
[email protected]2c699652010-10-15 18:22:411109 'browser/extensions/extension_event_router.cc',
1110 'browser/extensions/extension_event_router.h',
[email protected]83019902009-12-02 05:32:591111 'browser/extensions/extension_function.cc',
1112 'browser/extensions/extension_function.h',
1113 'browser/extensions/extension_function_dispatcher.cc',
1114 'browser/extensions/extension_function_dispatcher.h',
1115 'browser/extensions/extension_history_api.cc',
1116 'browser/extensions/extension_history_api.h',
1117 'browser/extensions/extension_history_api_constants.cc',
1118 'browser/extensions/extension_history_api_constants.h',
1119 'browser/extensions/extension_host.cc',
1120 'browser/extensions/extension_host.h',
[email protected]cf390ea42009-12-09 04:14:021121 'browser/extensions/extension_host_mac.h',
1122 'browser/extensions/extension_host_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461123 'browser/extensions/extension_i18n_api.cc',
1124 'browser/extensions/extension_i18n_api.h',
[email protected]b671760b2010-07-15 21:13:471125 'browser/extensions/extension_icon_manager.cc',
1126 'browser/extensions/extension_icon_manager.h',
[email protected]f5205412010-03-16 00:19:341127 'browser/extensions/extension_idle_api.cc',
1128 'browser/extensions/extension_idle_api.h',
1129 'browser/extensions/extension_idle_api_constants.cc',
1130 'browser/extensions/extension_idle_api_constants.h',
[email protected]4361c7c2010-09-30 21:57:531131 'browser/extensions/extension_info_map.cc',
1132 'browser/extensions/extension_info_map.h',
[email protected]83bfa0b2011-02-01 05:37:461133 'browser/extensions/extension_infobar_delegate.cc',
1134 'browser/extensions/extension_infobar_delegate.h',
[email protected]f34e79632010-03-17 02:34:081135 'browser/extensions/extension_infobar_module.cc',
1136 'browser/extensions/extension_infobar_module.h',
1137 'browser/extensions/extension_infobar_module_constants.cc',
1138 'browser/extensions/extension_infobar_module_constants.h',
[email protected]d6833852010-08-20 18:00:451139 'browser/extensions/extension_input_api.cc',
1140 'browser/extensions/extension_input_api.h',
[email protected]83019902009-12-02 05:32:591141 'browser/extensions/extension_install_ui.cc',
1142 'browser/extensions/extension_install_ui.h',
[email protected]d05ef99c2011-02-01 21:38:161143 'browser/extensions/extension_io_event_router.cc',
1144 'browser/extensions/extension_io_event_router.h',
[email protected]cffd7892010-08-26 17:43:281145 'browser/extensions/extension_management_api.cc',
1146 'browser/extensions/extension_management_api.h',
[email protected]2e3b5202010-03-23 06:52:411147 'browser/extensions/extension_menu_manager.cc',
1148 'browser/extensions/extension_menu_manager.h',
[email protected]83019902009-12-02 05:32:591149 'browser/extensions/extension_message_service.cc',
1150 'browser/extensions/extension_message_service.h',
[email protected]438772df2010-02-26 18:08:431151 'browser/extensions/extension_metrics_module.cc',
1152 'browser/extensions/extension_metrics_module.h',
[email protected]a65882c2010-11-12 15:15:091153 'browser/extensions/extension_module.cc',
1154 'browser/extensions/extension_module.h',
[email protected]56ad3792010-05-28 17:45:331155 'browser/extensions/extension_omnibox_api.cc',
1156 'browser/extensions/extension_omnibox_api.h',
[email protected]83019902009-12-02 05:32:591157 'browser/extensions/extension_page_actions_module.cc',
1158 'browser/extensions/extension_page_actions_module.h',
1159 'browser/extensions/extension_page_actions_module_constants.cc',
1160 'browser/extensions/extension_page_actions_module_constants.h',
[email protected]f2d1f612010-12-09 15:10:171161 'browser/extensions/extension_pref_store.cc',
[email protected]83bfa0b2011-02-01 05:37:461162 'browser/extensions/extension_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331163 'browser/extensions/extension_pref_value_map.cc',
[email protected]83bfa0b2011-02-01 05:37:461164 'browser/extensions/extension_pref_value_map.h',
[email protected]83019902009-12-02 05:32:591165 'browser/extensions/extension_prefs.cc',
1166 'browser/extensions/extension_prefs.h',
1167 'browser/extensions/extension_process_manager.cc',
1168 'browser/extensions/extension_process_manager.h',
[email protected]381162b2010-01-28 17:29:351169 'browser/extensions/extension_processes_api.cc',
1170 'browser/extensions/extension_processes_api.h',
1171 'browser/extensions/extension_processes_api_constants.cc',
1172 'browser/extensions/extension_processes_api_constants.h',
[email protected]83019902009-12-02 05:32:591173 'browser/extensions/extension_protocols.cc',
1174 'browser/extensions/extension_protocols.h',
[email protected]a9c23a52010-08-04 09:13:441175 'browser/extensions/extension_proxy_api.cc',
1176 'browser/extensions/extension_proxy_api.h',
[email protected]17d40f02010-07-01 01:18:061177 'browser/extensions/extension_rlz_module.cc',
1178 'browser/extensions/extension_rlz_module.h',
[email protected]eaa7dd182010-12-14 11:09:001179 'browser/extensions/extension_service.cc',
1180 'browser/extensions/extension_service.h',
[email protected]5afc7052010-09-29 16:50:581181 'browser/extensions/extension_sidebar_api.cc',
1182 'browser/extensions/extension_sidebar_api.h',
[email protected]83019902009-12-02 05:32:591183 'browser/extensions/extension_tabs_module.cc',
1184 'browser/extensions/extension_tabs_module.h',
1185 'browser/extensions/extension_tabs_module_constants.cc',
1186 'browser/extensions/extension_tabs_module_constants.h',
1187 'browser/extensions/extension_test_api.cc',
1188 'browser/extensions/extension_test_api.h',
[email protected]83bfa0b2011-02-01 05:37:461189 'browser/extensions/extension_toolbar_model.cc',
1190 'browser/extensions/extension_toolbar_model.h',
[email protected]8abe0a32010-08-12 00:40:221191 'browser/extensions/extension_tts_api.cc',
1192 'browser/extensions/extension_tts_api.h',
[email protected]0e6168792010-10-13 16:29:261193 'browser/extensions/extension_tts_api_chromeos.cc',
1194 'browser/extensions/extension_tts_api_linux.cc',
[email protected]22aa4b62010-09-02 17:19:461195 'browser/extensions/extension_tts_api_mac.mm',
[email protected]5686e182010-09-15 22:33:381196 'browser/extensions/extension_tts_api_util.cc',
1197 'browser/extensions/extension_tts_api_util.h',
[email protected]22aa4b62010-09-02 17:19:461198 'browser/extensions/extension_tts_api_win.cc',
[email protected]83019902009-12-02 05:32:591199 'browser/extensions/extension_updater.cc',
1200 'browser/extensions/extension_updater.h',
[email protected]8f9d4eb2011-02-05 01:39:101201 'browser/extensions/extension_web_ui.cc',
1202 'browser/extensions/extension_web_ui.h',
[email protected]d05ef99c2011-02-01 21:38:161203 'browser/extensions/extension_webrequest_api.cc',
1204 'browser/extensions/extension_webrequest_api.h',
[email protected]784688a62010-09-13 07:06:521205 'browser/extensions/extension_webnavigation_api.cc',
1206 'browser/extensions/extension_webnavigation_api.h',
[email protected]4c2f0d52010-09-02 07:32:321207 'browser/extensions/extension_webnavigation_api_constants.cc',
1208 'browser/extensions/extension_webnavigation_api_constants.h',
[email protected]83bfa0b2011-02-01 05:37:461209 'browser/extensions/extension_webrequest_api_constants.cc',
1210 'browser/extensions/extension_webrequest_api_constants.h',
[email protected]63cda0c2010-09-01 04:41:231211 'browser/extensions/extension_webstore_private_api.cc',
1212 'browser/extensions/extension_webstore_private_api.h',
[email protected]d13950e2009-12-04 01:43:021213 'browser/extensions/extensions_quota_service.cc',
1214 'browser/extensions/extensions_quota_service.h',
[email protected]6aeac8342010-10-01 20:21:181215 'browser/extensions/extensions_startup.cc',
1216 'browser/extensions/extensions_startup.h',
[email protected]83019902009-12-02 05:32:591217 'browser/extensions/extensions_ui.cc',
1218 'browser/extensions/extensions_ui.h',
[email protected]8e4560b62011-01-14 10:09:141219 'browser/extensions/external_extension_loader.cc',
1220 'browser/extensions/external_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461221 'browser/extensions/external_extension_provider_impl.cc',
1222 'browser/extensions/external_extension_provider_impl.h',
1223 'browser/extensions/external_extension_provider_interface.h',
[email protected]8e4560b62011-01-14 10:09:141224 'browser/extensions/external_policy_extension_loader.cc',
1225 'browser/extensions/external_policy_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461226 'browser/extensions/external_pref_extension_loader.cc',
1227 'browser/extensions/external_pref_extension_loader.h',
[email protected]8e4560b62011-01-14 10:09:141228 'browser/extensions/external_registry_extension_loader_win.cc',
1229 'browser/extensions/external_registry_extension_loader_win.h',
[email protected]83019902009-12-02 05:32:591230 'browser/extensions/file_reader.cc',
1231 'browser/extensions/file_reader.h',
1232 'browser/extensions/gtk_theme_installed_infobar_delegate.cc',
1233 'browser/extensions/gtk_theme_installed_infobar_delegate.h',
1234 'browser/extensions/image_loading_tracker.cc',
1235 'browser/extensions/image_loading_tracker.h',
[email protected]d5c40972011-02-09 02:12:091236 'browser/extensions/key_identifier_conversion_views.cc',
1237 'browser/extensions/key_identifier_conversion_views.h',
[email protected]83019902009-12-02 05:32:591238 'browser/extensions/pack_extension_job.cc',
1239 'browser/extensions/pack_extension_job.h',
1240 'browser/extensions/sandboxed_extension_unpacker.cc',
1241 'browser/extensions/sandboxed_extension_unpacker.h',
1242 'browser/extensions/theme_installed_infobar_delegate.cc',
1243 'browser/extensions/theme_installed_infobar_delegate.h',
1244 'browser/extensions/user_script_listener.cc',
1245 'browser/extensions/user_script_listener.h',
1246 'browser/extensions/user_script_master.cc',
1247 'browser/extensions/user_script_master.h',
1248 'browser/external_protocol_handler.cc',
1249 'browser/external_protocol_handler.h',
[email protected]4bdde602010-06-16 03:17:351250 'browser/external_tab_container_win.cc',
1251 'browser/external_tab_container_win.h',
[email protected]83019902009-12-02 05:32:591252 'browser/fav_icon_helper.cc',
1253 'browser/fav_icon_helper.h',
1254 'browser/favicon_service.cc',
1255 'browser/favicon_service.h',
[email protected]8ecad5e2010-12-02 21:18:331256 'browser/file_path_watcher/file_path_watcher.cc',
1257 'browser/file_path_watcher/file_path_watcher.h',
1258 'browser/file_path_watcher/file_path_watcher_inotify.cc',
1259 'browser/file_path_watcher/file_path_watcher_mac.cc',
1260 'browser/file_path_watcher/file_path_watcher_win.cc',
[email protected]ba70d082010-09-10 16:54:491261 'browser/file_select_helper.cc',
1262 'browser/file_select_helper.h',
[email protected]b7b82eb2010-12-14 01:12:121263 'browser/file_system/browser_file_system_helper.cc',
1264 'browser/file_system/browser_file_system_helper.h',
[email protected]2b06a992010-08-21 05:48:221265 'browser/file_system/file_system_dispatcher_host.cc',
1266 'browser/file_system/file_system_dispatcher_host.h',
[email protected]820735792010-07-29 23:40:011267 'browser/first_run/first_run.cc',
1268 'browser/first_run/first_run.h',
[email protected]83bfa0b2011-02-01 05:37:461269 'browser/first_run/first_run_gtk.cc',
[email protected]820735792010-07-29 23:40:011270 'browser/first_run/first_run_mac.mm',
1271 'browser/first_run/first_run_win.cc',
[email protected]83019902009-12-02 05:32:591272 'browser/fonts_languages_window.h',
[email protected]3c645372011-01-25 20:54:061273 'browser/fullscreen.h',
1274 'browser/fullscreen_linux.cc',
1275 'browser/fullscreen_mac.mm',
1276 'browser/fullscreen_win.cc',
[email protected]83019902009-12-02 05:32:591277 'browser/gears_integration.cc',
1278 'browser/gears_integration.h',
[email protected]8b96de122010-02-15 15:15:221279 'browser/geolocation/access_token_store.cc',
1280 'browser/geolocation/access_token_store.h',
[email protected]b7d6acc2011-02-03 11:01:501281 'browser/geolocation/arbitrator_dependency_factory.cc',
1282 'browser/geolocation/arbitrator_dependency_factory.h',
[email protected]d0ca28c2010-09-13 10:55:171283 'browser/geolocation/core_location_data_provider_mac.h',
1284 'browser/geolocation/core_location_data_provider_mac.mm',
1285 'browser/geolocation/core_location_provider_mac.h',
1286 'browser/geolocation/core_location_provider_mac.mm',
[email protected]38e08982010-10-22 17:28:431287 'browser/geolocation/device_data_provider.cc',
[email protected]4048ddb92010-01-28 12:24:241288 'browser/geolocation/device_data_provider.h',
1289 'browser/geolocation/empty_device_data_provider.cc',
1290 'browser/geolocation/empty_device_data_provider.h',
[email protected]d363f1632010-08-26 16:55:221291 'browser/geolocation/gateway_data_provider_common.cc',
1292 'browser/geolocation/gateway_data_provider_common.h',
[email protected]87996f62010-10-14 15:11:161293 'browser/geolocation/gateway_data_provider_linux.cc',
1294 'browser/geolocation/gateway_data_provider_linux.h',
[email protected]899fbcf02010-09-24 14:17:341295 'browser/geolocation/gateway_data_provider_win.cc',
1296 'browser/geolocation/gateway_data_provider_win.h',
[email protected]0aade3e2010-10-01 16:28:581297 'browser/geolocation/geolocation_content_settings_map.cc',
1298 'browser/geolocation/geolocation_content_settings_map.h',
[email protected]ffd0abd2010-12-14 17:45:501299 'browser/geolocation/geolocation_dispatcher_host.cc',
1300 'browser/geolocation/geolocation_dispatcher_host.h',
[email protected]0aade3e2010-10-01 16:28:581301 'browser/geolocation/geolocation_exceptions_table_model.cc',
1302 'browser/geolocation/geolocation_exceptions_table_model.h',
1303 'browser/geolocation/geolocation_observer.h',
[email protected]58c321d2010-02-19 12:11:281304 'browser/geolocation/geolocation_permission_context.cc',
1305 'browser/geolocation/geolocation_permission_context.h',
[email protected]e1d4edb2010-02-17 17:33:561306 'browser/geolocation/geolocation_prefs.cc',
[email protected]7c927b62010-02-24 09:54:131307 'browser/geolocation/geolocation_prefs.h',
[email protected]0aade3e2010-10-01 16:28:581308 'browser/geolocation/geolocation_provider.cc',
1309 'browser/geolocation/geolocation_provider.h',
[email protected]777a7b62010-05-11 13:28:161310 'browser/geolocation/geolocation_settings_state.cc',
1311 'browser/geolocation/geolocation_settings_state.h',
[email protected]a2fd492a2010-05-27 15:26:181312 'browser/geolocation/gps_location_provider_linux.cc',
1313 'browser/geolocation/gps_location_provider_linux.h',
1314 'browser/geolocation/libgps_2_38_wrapper_linux.cc',
1315 'browser/geolocation/libgps_2_94_wrapper_linux.cc',
1316 'browser/geolocation/libgps_wrapper_linux.cc',
1317 'browser/geolocation/libgps_wrapper_linux.h',
[email protected]8b96de122010-02-15 15:15:221318 'browser/geolocation/location_arbitrator.cc',
1319 'browser/geolocation/location_arbitrator.h',
[email protected]9732c032010-02-02 18:28:081320 'browser/geolocation/location_provider.cc',
1321 'browser/geolocation/location_provider.h',
[email protected]9732c032010-02-02 18:28:081322 'browser/geolocation/network_location_provider.cc',
1323 'browser/geolocation/network_location_provider.h',
1324 'browser/geolocation/network_location_request.cc',
1325 'browser/geolocation/network_location_request.h',
[email protected]41b5abb2010-02-25 10:15:231326 'browser/geolocation/osx_wifi.h',
[email protected]3cc2e592010-06-21 13:45:431327 'browser/geolocation/wifi_data_provider_chromeos.cc',
1328 'browser/geolocation/wifi_data_provider_chromeos.h',
[email protected]4048ddb92010-01-28 12:24:241329 'browser/geolocation/wifi_data_provider_common.cc',
1330 'browser/geolocation/wifi_data_provider_common.h',
1331 'browser/geolocation/wifi_data_provider_common_win.cc',
1332 'browser/geolocation/wifi_data_provider_common_win.h',
[email protected]83bfa0b2011-02-01 05:37:461333 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
[email protected]4048ddb92010-01-28 12:24:241334 'browser/geolocation/wifi_data_provider_linux.cc',
1335 'browser/geolocation/wifi_data_provider_linux.h',
1336 'browser/geolocation/wifi_data_provider_mac.cc',
1337 'browser/geolocation/wifi_data_provider_mac.h',
1338 'browser/geolocation/wifi_data_provider_win.cc',
1339 'browser/geolocation/wifi_data_provider_win.h',
[email protected]04d75b6f2010-08-17 11:38:401340 'browser/geolocation/win7_location_api_win.cc',
1341 'browser/geolocation/win7_location_api_win.h',
1342 'browser/geolocation/win7_location_provider_win.cc',
1343 'browser/geolocation/win7_location_provider_win.h',
[email protected]83bfa0b2011-02-01 05:37:461344 'browser/global_keyboard_shortcuts_mac.h',
1345 'browser/global_keyboard_shortcuts_mac.mm',
[email protected]f7578f52010-08-30 22:22:491346 'browser/google/google_update.cc',
1347 'browser/google/google_update.h',
1348 'browser/google/google_update_settings_posix.cc',
1349 'browser/google/google_url_tracker.cc',
1350 'browser/google/google_url_tracker.h',
1351 'browser/google/google_util.cc',
1352 'browser/google/google_util.h',
[email protected]2efc31182010-12-11 21:07:181353 'browser/gpu_blacklist.cc',
1354 'browser/gpu_blacklist.h',
[email protected]c0fc0942010-01-13 00:55:371355 'browser/gpu_process_host.cc',
1356 'browser/gpu_process_host.h',
[email protected]1082b1d2010-03-30 00:31:221357 'browser/gpu_process_host_ui_shim.cc',
1358 'browser/gpu_process_host_ui_shim.h',
[email protected]83019902009-12-02 05:32:591359 'browser/hang_monitor/hung_plugin_action.cc',
1360 'browser/hang_monitor/hung_plugin_action.h',
1361 'browser/hang_monitor/hung_window_detector.cc',
1362 'browser/hang_monitor/hung_window_detector.h',
1363 'browser/history/archived_database.cc',
1364 'browser/history/archived_database.h',
[email protected]83bfa0b2011-02-01 05:37:461365 'browser/history/download_create_info.cc',
1366 'browser/history/download_create_info.h',
[email protected]83019902009-12-02 05:32:591367 'browser/history/download_database.cc',
1368 'browser/history/download_database.h',
[email protected]83019902009-12-02 05:32:591369 'browser/history/expire_history_backend.cc',
1370 'browser/history/expire_history_backend.h',
1371 'browser/history/history.cc',
1372 'browser/history/history.h',
1373 'browser/history/history_backend.cc',
1374 'browser/history/history_backend.h',
1375 'browser/history/history_database.cc',
1376 'browser/history/history_database.h',
1377 'browser/history/history_marshaling.h',
[email protected]93aa89c72010-10-20 21:32:041378 'browser/history/history_notifications.cc',
[email protected]83019902009-12-02 05:32:591379 'browser/history/history_notifications.h',
1380 'browser/history/history_publisher.cc',
1381 'browser/history/history_publisher.h',
1382 'browser/history/history_publisher_none.cc',
1383 'browser/history/history_publisher_win.cc',
1384 'browser/history/history_types.cc',
1385 'browser/history/history_types.h',
1386 'browser/history/in_memory_database.cc',
1387 'browser/history/in_memory_database.h',
1388 'browser/history/in_memory_history_backend.cc',
1389 'browser/history/in_memory_history_backend.h',
[email protected]279a25f2010-07-01 18:13:221390 'browser/history/in_memory_url_index.cc',
1391 'browser/history/in_memory_url_index.h',
[email protected]83019902009-12-02 05:32:591392 'browser/history/page_usage_data.cc',
1393 'browser/history/page_usage_data.h',
1394 'browser/history/query_parser.cc',
1395 'browser/history/query_parser.h',
1396 'browser/history/snippet.cc',
1397 'browser/history/snippet.h',
1398 'browser/history/starred_url_database.cc',
1399 'browser/history/starred_url_database.h',
1400 'browser/history/text_database.cc',
1401 'browser/history/text_database.h',
1402 'browser/history/text_database_manager.cc',
1403 'browser/history/text_database_manager.h',
1404 'browser/history/thumbnail_database.cc',
1405 'browser/history/thumbnail_database.h',
1406 'browser/history/top_sites.cc',
[email protected]809cc4d2010-10-27 15:22:541407 'browser/history/top_sites.h',
1408 'browser/history/top_sites_backend.cc',
1409 'browser/history/top_sites_backend.h',
1410 'browser/history/top_sites_cache.cc',
1411 'browser/history/top_sites_cache.h',
[email protected]69489472010-06-01 17:23:561412 'browser/history/top_sites_database.cc',
[email protected]809cc4d2010-10-27 15:22:541413 'browser/history/top_sites_database.h',
[email protected]83019902009-12-02 05:32:591414 'browser/history/url_database.cc',
1415 'browser/history/url_database.h',
1416 'browser/history/visit_database.cc',
1417 'browser/history/visit_database.h',
1418 'browser/history/visit_tracker.cc',
1419 'browser/history/visit_tracker.h',
1420 'browser/history/visitsegment_database.cc',
1421 'browser/history/visitsegment_database.h',
[email protected]40bd6582009-12-04 23:49:511422 'browser/host_zoom_map.cc',
1423 'browser/host_zoom_map.h',
[email protected]83019902009-12-02 05:32:591424 'browser/hung_renderer_dialog.h',
[email protected]83019902009-12-02 05:32:591425 'browser/icon_loader.cc',
[email protected]83bfa0b2011-02-01 05:37:461426 'browser/icon_loader.h',
[email protected]83019902009-12-02 05:32:591427 'browser/icon_loader_linux.cc',
1428 'browser/icon_loader_mac.mm',
1429 'browser/icon_loader_win.cc',
1430 'browser/icon_manager.cc',
1431 'browser/icon_manager.h',
1432 'browser/icon_manager_linux.cc',
1433 'browser/icon_manager_mac.mm',
1434 'browser/icon_manager_win.cc',
[email protected]f5205412010-03-16 00:19:341435 'browser/idle_linux.cc',
[email protected]3c645372011-01-25 20:54:061436 'browser/idle_mac.mm',
[email protected]f5205412010-03-16 00:19:341437 'browser/idle_win.cc',
[email protected]83019902009-12-02 05:32:591438 'browser/ime_input.cc',
1439 'browser/ime_input.h',
1440 'browser/importer/firefox2_importer.cc',
1441 'browser/importer/firefox2_importer.h',
1442 'browser/importer/firefox3_importer.cc',
1443 'browser/importer/firefox3_importer.h',
1444 'browser/importer/firefox_importer_utils.cc',
[email protected]83bfa0b2011-02-01 05:37:461445 'browser/importer/firefox_importer_utils.h',
[email protected]83019902009-12-02 05:32:591446 'browser/importer/firefox_importer_utils_linux.cc',
1447 'browser/importer/firefox_importer_utils_mac.mm',
1448 'browser/importer/firefox_importer_utils_win.cc',
[email protected]83019902009-12-02 05:32:591449 'browser/importer/firefox_profile_lock.cc',
1450 'browser/importer/firefox_profile_lock.h',
1451 'browser/importer/firefox_profile_lock_posix.cc',
1452 'browser/importer/firefox_profile_lock_win.cc',
[email protected]4200a2082010-04-27 23:19:471453 'browser/importer/firefox_proxy_settings.cc',
1454 'browser/importer/firefox_proxy_settings.h',
[email protected]83019902009-12-02 05:32:591455 'browser/importer/ie_importer.cc',
1456 'browser/importer/ie_importer.h',
1457 'browser/importer/importer.cc',
1458 'browser/importer/importer.h',
1459 'browser/importer/importer_bridge.cc',
1460 'browser/importer/importer_bridge.h',
[email protected]20f0487a2010-09-30 20:06:301461 'browser/importer/importer_data_types.cc',
[email protected]95940f102010-05-20 19:25:351462 'browser/importer/importer_data_types.h',
[email protected]83019902009-12-02 05:32:591463 'browser/importer/importer_list.cc',
1464 'browser/importer/importer_list.h',
[email protected]7a4de7a62010-08-17 18:38:241465 'browser/importer/importer_messages.cc',
[email protected]89cfc19d2010-06-04 15:36:351466 'browser/importer/importer_messages.h',
1467 'browser/importer/importer_messages_internal.h',
[email protected]83019902009-12-02 05:32:591468 'browser/importer/mork_reader.cc',
1469 'browser/importer/mork_reader.h',
1470 'browser/importer/nss_decryptor.cc',
1471 'browser/importer/nss_decryptor.h',
[email protected]83019902009-12-02 05:32:591472 'browser/importer/nss_decryptor_mac.h',
1473 'browser/importer/nss_decryptor_mac.mm',
[email protected]ca9b7dd2010-02-24 23:40:301474 'browser/importer/nss_decryptor_system_nss.cc',
1475 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:591476 'browser/importer/nss_decryptor_win.cc',
1477 'browser/importer/nss_decryptor_win.h',
[email protected]7fe8c5d2010-05-14 18:06:591478 'browser/importer/profile_writer.cc',
1479 'browser/importer/profile_writer.h',
[email protected]83019902009-12-02 05:32:591480 'browser/importer/safari_importer.h',
1481 'browser/importer/safari_importer.mm',
1482 'browser/importer/toolbar_importer.cc',
1483 'browser/importer/toolbar_importer.h',
1484 'browser/in_process_webkit/browser_webkitclient_impl.cc',
1485 'browser/in_process_webkit/browser_webkitclient_impl.h',
[email protected]61e7dec2010-01-05 21:44:371486 'browser/in_process_webkit/dom_storage_area.cc',
1487 'browser/in_process_webkit/dom_storage_area.h',
[email protected]83019902009-12-02 05:32:591488 'browser/in_process_webkit/dom_storage_context.cc',
1489 'browser/in_process_webkit/dom_storage_context.h',
[email protected]56879f932010-12-13 21:05:371490 'browser/in_process_webkit/dom_storage_message_filter.cc',
1491 'browser/in_process_webkit/dom_storage_message_filter.h',
[email protected]61e7dec2010-01-05 21:44:371492 'browser/in_process_webkit/dom_storage_namespace.cc',
1493 'browser/in_process_webkit/dom_storage_namespace.h',
[email protected]38e08982010-10-22 17:28:431494 'browser/in_process_webkit/indexed_db_callbacks.cc',
[email protected]70c19a932010-05-14 12:59:111495 'browser/in_process_webkit/indexed_db_callbacks.h',
1496 'browser/in_process_webkit/indexed_db_context.cc',
1497 'browser/in_process_webkit/indexed_db_context.h',
1498 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
1499 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
[email protected]50114e82010-08-26 09:50:391500 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
1501 'browser/in_process_webkit/indexed_db_key_utility_client.h',
[email protected]6ee12c42010-09-14 09:36:071502 'browser/in_process_webkit/session_storage_namespace.cc',
1503 'browser/in_process_webkit/session_storage_namespace.h',
[email protected]83019902009-12-02 05:32:591504 'browser/in_process_webkit/webkit_context.cc',
1505 'browser/in_process_webkit/webkit_context.h',
1506 'browser/in_process_webkit/webkit_thread.cc',
1507 'browser/in_process_webkit/webkit_thread.h',
[email protected]6b723f82010-10-05 20:14:271508 'browser/instant/instant_commit_type.h',
[email protected]018cbb22010-10-11 22:32:091509 'browser/instant/instant_confirm_dialog.cc',
1510 'browser/instant/instant_confirm_dialog.h',
[email protected]6b723f82010-10-05 20:14:271511 'browser/instant/instant_controller.cc',
1512 'browser/instant/instant_controller.h',
1513 'browser/instant/instant_delegate.h',
1514 'browser/instant/instant_loader.cc',
1515 'browser/instant/instant_loader.h',
1516 'browser/instant/instant_loader_delegate.h',
1517 'browser/instant/instant_loader_manager.cc',
1518 'browser/instant/instant_loader_manager.h',
[email protected]5aab5e22010-12-08 22:13:291519 'browser/instant/instant_unload_handler.cc',
1520 'browser/instant/instant_unload_handler.h',
[email protected]7e03e812010-11-15 23:01:011521 'browser/instant/promo_counter.cc',
1522 'browser/instant/promo_counter.h',
[email protected]c4ff4952010-01-08 19:12:471523 'browser/intranet_redirect_detector.cc',
1524 'browser/intranet_redirect_detector.h',
[email protected]0ac83682010-01-22 17:46:271525 'browser/io_thread.cc',
1526 'browser/io_thread.h',
[email protected]83019902009-12-02 05:32:591527 'browser/jankometer.cc',
1528 'browser/jankometer.h',
[email protected]83bfa0b2011-02-01 05:37:461529 'browser/jankometer_mac.cc',
[email protected]11fb5e52010-06-23 00:58:481530 'browser/jumplist_win.cc',
1531 'browser/jumplist_win.h',
[email protected]83019902009-12-02 05:32:591532 'browser/keychain_mac.cc',
1533 'browser/keychain_mac.h',
1534 'browser/language_combobox_model.cc',
1535 'browser/language_combobox_model.h',
1536 'browser/language_order_table_model.cc',
1537 'browser/language_order_table_model.h',
[email protected]0865c1342011-01-28 20:29:371538 'browser/load_from_memory_cache_details.cc',
[email protected]83019902009-12-02 05:32:591539 'browser/load_from_memory_cache_details.h',
1540 'browser/load_notification_details.h',
[email protected]b2e8e082009-12-21 17:44:201541 'browser/mach_broker_mac.cc',
1542 'browser/mach_broker_mac.h',
[email protected]83019902009-12-02 05:32:591543 'browser/memory_details.cc',
[email protected]83bfa0b2011-02-01 05:37:461544 'browser/memory_details.h',
[email protected]83019902009-12-02 05:32:591545 'browser/memory_details_linux.cc',
1546 'browser/memory_details_mac.cc',
1547 'browser/memory_details_win.cc',
[email protected]83019902009-12-02 05:32:591548 'browser/memory_purger.cc',
1549 'browser/memory_purger.h',
[email protected]7c927b62010-02-24 09:54:131550 'browser/metrics/histogram_synchronizer.cc',
1551 'browser/metrics/histogram_synchronizer.h',
[email protected]83019902009-12-02 05:32:591552 'browser/metrics/metric_event_duration_details.h',
1553 'browser/metrics/metrics_log.cc',
1554 'browser/metrics/metrics_log.h',
1555 'browser/metrics/metrics_response.cc',
1556 'browser/metrics/metrics_response.h',
1557 'browser/metrics/metrics_service.cc',
1558 'browser/metrics/metrics_service.h',
1559 'browser/metrics/user_metrics.cc',
1560 'browser/metrics/user_metrics.h',
[email protected]9f547bf2010-12-13 17:00:421561 'browser/mime_registry_message_filter.cc',
1562 'browser/mime_registry_message_filter.h',
[email protected]83019902009-12-02 05:32:591563 'browser/modal_html_dialog_delegate.cc',
1564 'browser/modal_html_dialog_delegate.h',
[email protected]4bdde602010-06-16 03:17:351565 'browser/nacl_host/nacl_broker_host_win.cc',
1566 'browser/nacl_host/nacl_broker_host_win.h',
1567 'browser/nacl_host/nacl_broker_service_win.cc',
1568 'browser/nacl_host/nacl_broker_service_win.h',
[email protected]e15a4fa2010-02-11 23:09:291569 'browser/nacl_host/nacl_process_host.cc',
1570 'browser/nacl_host/nacl_process_host.h',
[email protected]81070042010-08-31 02:42:361571 'browser/net/blob_url_request_job_factory.cc',
1572 'browser/net/blob_url_request_job_factory.h',
[email protected]83019902009-12-02 05:32:591573 'browser/net/browser_url_util.cc',
1574 'browser/net/browser_url_util.h',
[email protected]0f7066e2010-03-25 08:31:471575 'browser/net/chrome_cookie_notification_details.h',
[email protected]34602282010-02-03 22:14:151576 'browser/net/chrome_cookie_policy.cc',
1577 'browser/net/chrome_cookie_policy.h',
[email protected]83bfa0b2011-02-01 05:37:461578 'browser/net/chrome_dns_cert_provenance_checker.cc',
1579 'browser/net/chrome_dns_cert_provenance_checker.h',
1580 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1581 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
[email protected]9e743cd2010-03-16 07:03:531582 'browser/net/chrome_net_log.cc',
1583 'browser/net/chrome_net_log.h',
[email protected]ac039522010-06-15 16:39:441584 'browser/net/chrome_network_delegate.cc',
1585 'browser/net/chrome_network_delegate.h',
[email protected]83019902009-12-02 05:32:591586 'browser/net/chrome_url_request_context.cc',
1587 'browser/net/chrome_url_request_context.h',
[email protected]c5629c32010-06-23 01:22:431588 'browser/net/connect_interceptor.cc',
1589 'browser/net/connect_interceptor.h',
[email protected]483bf122010-05-04 20:41:241590 'browser/net/connection_tester.cc',
1591 'browser/net/connection_tester.h',
[email protected]8fbe7992011-02-08 03:29:351592 'browser/net/file_system_url_request_job_factory.cc',
1593 'browser/net/file_system_url_request_job_factory.h',
[email protected]8e4c29612010-07-14 01:24:451594 'browser/net/gaia/token_service.cc',
1595 'browser/net/gaia/token_service.h',
[email protected]e25e9552010-07-16 08:25:411596 'browser/net/load_timing_observer.cc',
1597 'browser/net/load_timing_observer.h',
[email protected]83019902009-12-02 05:32:591598 'browser/net/metadata_url_request.cc',
1599 'browser/net/metadata_url_request.h',
[email protected]93190352010-08-13 13:55:101600 'browser/net/net_log_logger.cc',
1601 'browser/net/net_log_logger.h',
[email protected]dd830072010-10-05 09:32:441602 'browser/net/net_pref_observer.cc',
1603 'browser/net/net_pref_observer.h',
[email protected]9e743cd2010-03-16 07:03:531604 'browser/net/passive_log_collector.cc',
1605 'browser/net/passive_log_collector.h',
[email protected]760d970a2010-05-18 00:39:181606 'browser/net/preconnect.cc',
1607 'browser/net/preconnect.h',
[email protected]3530cd92010-06-27 06:22:011608 'browser/net/predictor.cc',
1609 'browser/net/predictor.h',
1610 'browser/net/predictor_api.cc',
1611 'browser/net/predictor_api.h',
[email protected]cc5bfd42010-11-24 14:44:021612 'browser/net/pref_proxy_config_service.cc',
1613 'browser/net/pref_proxy_config_service.h',
[email protected]83019902009-12-02 05:32:591614 'browser/net/referrer.cc',
1615 'browser/net/referrer.h',
1616 'browser/net/resolve_proxy_msg_helper.cc',
1617 'browser/net/resolve_proxy_msg_helper.h',
1618 'browser/net/sdch_dictionary_fetcher.cc',
1619 'browser/net/sdch_dictionary_fetcher.h',
[email protected]5490bb982010-09-14 13:40:541620 'browser/net/service_providers_win.cc',
1621 'browser/net/service_providers_win.h',
[email protected]83019902009-12-02 05:32:591622 'browser/net/sqlite_persistent_cookie_store.cc',
1623 'browser/net/sqlite_persistent_cookie_store.h',
1624 'browser/net/ssl_config_service_manager.h',
[email protected]ac1ada52010-10-28 19:26:001625 'browser/net/ssl_config_service_manager_pref.cc',
1626 'browser/net/ssl_config_service_manager_system.cc',
[email protected]83019902009-12-02 05:32:591627 'browser/net/url_fixer_upper.cc',
1628 'browser/net/url_fixer_upper.h',
[email protected]3530cd92010-06-27 06:22:011629 'browser/net/url_info.cc',
1630 'browser/net/url_info.h',
[email protected]83019902009-12-02 05:32:591631 'browser/net/url_request_failed_dns_job.cc',
1632 'browser/net/url_request_failed_dns_job.h',
1633 # TODO: These should be moved to test_support (see below), but
1634 # are currently used by production code in automation_provider.cc.
1635 'browser/net/url_request_mock_http_job.cc',
1636 'browser/net/url_request_mock_http_job.h',
1637 'browser/net/url_request_mock_link_doctor_job.cc',
1638 'browser/net/url_request_mock_link_doctor_job.h',
1639 'browser/net/url_request_mock_util.cc',
1640 'browser/net/url_request_mock_util.h',
1641 'browser/net/url_request_slow_download_job.cc',
1642 'browser/net/url_request_slow_download_job.h',
1643 'browser/net/url_request_slow_http_job.cc',
1644 'browser/net/url_request_slow_http_job.h',
1645 'browser/net/url_request_tracking.cc',
1646 'browser/net/url_request_tracking.h',
[email protected]af5610352010-10-08 18:12:091647 'browser/net/view_blob_internals_job_factory.cc',
1648 'browser/net/view_blob_internals_job_factory.h',
[email protected]6e76d8d2010-05-10 23:13:561649 'browser/net/view_http_cache_job_factory.cc',
1650 'browser/net/view_http_cache_job_factory.h',
[email protected]83019902009-12-02 05:32:591651 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1652 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1653 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1654 'browser/net/websocket_experiment/websocket_experiment_task.h',
1655 'browser/notifications/balloon.cc',
1656 'browser/notifications/balloon.h',
1657 'browser/notifications/balloon_collection.cc',
1658 'browser/notifications/balloon_collection.h',
[email protected]24c5013f2010-11-19 22:21:081659 'browser/notifications/balloon_collection_base.cc',
1660 'browser/notifications/balloon_collection_base.h',
[email protected]7caf730c2011-02-01 18:35:081661 'browser/notifications/balloon_collection_impl.cc',
[email protected]83f22072010-03-02 23:47:091662 'browser/notifications/balloon_collection_impl.h',
[email protected]83019902009-12-02 05:32:591663 'browser/notifications/balloon_collection_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461664 'browser/notifications/balloon_collection_mac.mm',
1665 'browser/notifications/balloon_collection_win.cc',
1666 'browser/notifications/balloon_host.cc',
1667 'browser/notifications/balloon_host.h',
[email protected]83019902009-12-02 05:32:591668 'browser/notifications/desktop_notification_service.cc',
1669 'browser/notifications/desktop_notification_service.h',
[email protected]93aa89c72010-10-20 21:32:041670 'browser/notifications/notification.cc',
[email protected]83019902009-12-02 05:32:591671 'browser/notifications/notification.h',
[email protected]3b845752010-03-17 01:19:061672 'browser/notifications/notification_delegate.h',
[email protected]70cb9fa2010-07-01 20:10:451673 'browser/notifications/notification_exceptions_table_model.cc',
1674 'browser/notifications/notification_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591675 'browser/notifications/notification_object_proxy.cc',
1676 'browser/notifications/notification_object_proxy.h',
[email protected]f895131a2010-07-23 05:36:021677 'browser/notifications/notification_options_menu_model.cc',
1678 'browser/notifications/notification_options_menu_model.h',
[email protected]83019902009-12-02 05:32:591679 'browser/notifications/notification_ui_manager.cc',
1680 'browser/notifications/notification_ui_manager.h',
1681 'browser/notifications/notifications_prefs_cache.cc',
1682 'browser/notifications/notifications_prefs_cache.h',
1683 'browser/ntp_background_util.cc',
1684 'browser/ntp_background_util.h',
1685 'browser/omnibox_search_hint.cc',
1686 'browser/omnibox_search_hint.h',
[email protected]5ac20162010-11-24 23:33:111687 'browser/oom_priority_manager.cc',
1688 'browser/oom_priority_manager.h',
[email protected]83019902009-12-02 05:32:591689 'browser/page_info_model.cc',
1690 'browser/page_info_model.h',
[email protected]83bfa0b2011-02-01 05:37:461691 'browser/parsers/metadata_parser.cc',
[email protected]83019902009-12-02 05:32:591692 'browser/parsers/metadata_parser.h',
1693 'browser/parsers/metadata_parser_factory.h',
1694 'browser/parsers/metadata_parser_filebase.cc',
1695 'browser/parsers/metadata_parser_filebase.h',
1696 'browser/parsers/metadata_parser_jpeg.cc',
1697 'browser/parsers/metadata_parser_jpeg.h',
1698 'browser/parsers/metadata_parser_jpeg_factory.cc',
1699 'browser/parsers/metadata_parser_jpeg_factory.h',
1700 'browser/parsers/metadata_parser_manager.cc',
1701 'browser/parsers/metadata_parser_manager.h',
[email protected]7f58b022010-06-16 21:33:161702 'browser/password_manager/encryptor.h',
[email protected]83019902009-12-02 05:32:591703 'browser/password_manager/encryptor_linux.cc',
1704 'browser/password_manager/encryptor_mac.mm',
[email protected]ecbf2892010-07-16 01:51:451705 'browser/password_manager/encryptor_password_mac.h',
1706 'browser/password_manager/encryptor_password_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461707 'browser/password_manager/encryptor_win.cc',
[email protected]83019902009-12-02 05:32:591708 'browser/password_manager/ie7_password.cc',
1709 'browser/password_manager/ie7_password.h',
[email protected]7f58b022010-06-16 21:33:161710 'browser/password_manager/login_database.cc',
1711 'browser/password_manager/login_database.h',
[email protected]83019902009-12-02 05:32:591712 'browser/password_manager/login_database_mac.cc',
[email protected]ec44cd52010-04-05 22:30:471713 'browser/password_manager/login_database_posix.cc',
1714 'browser/password_manager/login_database_win.cc',
[email protected]7f58b022010-06-16 21:33:161715 'browser/password_manager/native_backend_gnome_x.cc',
1716 'browser/password_manager/native_backend_gnome_x.h',
1717 'browser/password_manager/native_backend_kwallet_x.cc',
1718 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]83019902009-12-02 05:32:591719 'browser/password_manager/password_form_manager.cc',
1720 'browser/password_manager/password_form_manager.h',
1721 'browser/password_manager/password_manager.cc',
1722 'browser/password_manager/password_manager.h',
1723 'browser/password_manager/password_store.cc',
1724 'browser/password_manager/password_store.h',
1725 'browser/password_manager/password_store_default.cc',
1726 'browser/password_manager/password_store_default.h',
[email protected]83019902009-12-02 05:32:591727 'browser/password_manager/password_store_mac.cc',
[email protected]7f58b022010-06-16 21:33:161728 'browser/password_manager/password_store_mac.h',
1729 'browser/password_manager/password_store_mac_internal.h',
[email protected]83019902009-12-02 05:32:591730 'browser/password_manager/password_store_win.cc',
[email protected]7f58b022010-06-16 21:33:161731 'browser/password_manager/password_store_win.h',
1732 'browser/password_manager/password_store_x.cc',
1733 'browser/password_manager/password_store_x.h',
[email protected]3c9e1872010-11-18 16:17:491734 'browser/password_manager_delegate_impl.cc',
1735 'browser/password_manager_delegate_impl.h',
[email protected]83bfa0b2011-02-01 05:37:461736 'browser/pdf_unsupported_feature.cc',
1737 'browser/pdf_unsupported_feature.h',
[email protected]14a000d2010-04-29 21:44:241738 'browser/platform_util.h',
[email protected]14a000d2010-04-29 21:44:241739 'browser/platform_util_chromeos.cc',
1740 'browser/platform_util_common_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461741 'browser/platform_util_linux.cc',
[email protected]14a000d2010-04-29 21:44:241742 'browser/platform_util_mac.mm',
1743 'browser/platform_util_win.cc',
[email protected]8b8a554d2010-11-18 13:26:401744 'browser/plugin_data_remover.cc',
1745 'browser/plugin_data_remover.h',
[email protected]09d81f82010-12-15 16:46:421746 'browser/plugin_data_remover_helper.cc',
1747 'browser/plugin_data_remover_helper.h',
[email protected]fd3ad512010-09-25 14:08:511748 'browser/plugin_download_helper.cc',
1749 'browser/plugin_download_helper.h',
[email protected]56f1a6ba2010-09-09 13:40:401750 'browser/plugin_exceptions_table_model.cc',
1751 'browser/plugin_exceptions_table_model.h',
[email protected]f4f50ef2011-01-21 19:01:191752 'browser/plugin_installer_infobar_delegate.cc',
1753 'browser/plugin_installer_infobar_delegate.h',
[email protected]67c052e2011-01-31 16:33:581754 'browser/plugin_observer.cc',
1755 'browser/plugin_observer.h',
[email protected]83019902009-12-02 05:32:591756 'browser/plugin_process_host.cc',
1757 'browser/plugin_process_host.h',
1758 'browser/plugin_process_host_mac.cc',
1759 'browser/plugin_service.cc',
1760 'browser/plugin_service.h',
[email protected]0a8b1e22010-07-02 09:31:111761 'browser/plugin_updater.cc',
1762 'browser/plugin_updater.h',
[email protected]ba99ca22010-12-09 13:53:181763 'browser/policy/asynchronous_policy_loader.cc',
1764 'browser/policy/asynchronous_policy_loader.h',
1765 'browser/policy/asynchronous_policy_provider.cc',
1766 'browser/policy/asynchronous_policy_provider.h',
[email protected]99178112010-08-09 23:36:041767 'browser/policy/config_dir_policy_provider.cc',
1768 'browser/policy/config_dir_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351769 'browser/policy/configuration_policy_loader_win.cc',
1770 'browser/policy/configuration_policy_loader_win.h',
[email protected]99178112010-08-09 23:36:041771 'browser/policy/configuration_policy_pref_store.cc',
1772 'browser/policy/configuration_policy_pref_store.h',
1773 'browser/policy/configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041774 'browser/policy/configuration_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351775 'browser/policy/configuration_policy_provider_delegate_win.cc',
1776 'browser/policy/configuration_policy_provider_delegate_win.h',
[email protected]f2a893c2011-01-05 09:38:071777 'browser/policy/configuration_policy_provider_keeper.cc',
1778 'browser/policy/configuration_policy_provider_keeper.h',
[email protected]99178112010-08-09 23:36:041779 'browser/policy/configuration_policy_provider_mac.cc',
1780 'browser/policy/configuration_policy_provider_mac.h',
1781 'browser/policy/configuration_policy_provider_win.cc',
1782 'browser/policy/configuration_policy_provider_win.h',
[email protected]12a3c022010-11-03 10:24:111783 'browser/policy/configuration_policy_store_interface.h',
[email protected]2a87dce2010-10-29 09:20:031784 'browser/policy/device_management_backend.h',
[email protected]bb58e6e2010-11-03 14:40:441785 'browser/policy/device_management_backend_impl.cc',
1786 'browser/policy/device_management_backend_impl.h',
[email protected]03692032010-11-05 16:31:381787 'browser/policy/device_management_policy_cache.cc',
1788 'browser/policy/device_management_policy_cache.h',
[email protected]ffe2d332010-11-09 13:08:291789 'browser/policy/device_management_policy_provider.cc',
1790 'browser/policy/device_management_policy_provider.h',
[email protected]83bfa0b2011-02-01 05:37:461791 'browser/policy/device_management_service.cc',
1792 'browser/policy/device_management_service.h',
[email protected]2a87dce2010-10-29 09:20:031793 'browser/policy/device_token_fetcher.cc',
1794 'browser/policy/device_token_fetcher.h',
[email protected]1e605472010-12-16 21:41:401795 'browser/policy/dummy_configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041796 'browser/policy/dummy_configuration_policy_provider.h',
[email protected]ba99ca22010-12-09 13:53:181797 'browser/policy/file_based_policy_loader.cc',
1798 'browser/policy/file_based_policy_loader.h',
[email protected]7c597232010-10-29 13:09:551799 'browser/policy/file_based_policy_provider.cc',
1800 'browser/policy/file_based_policy_provider.h',
[email protected]37858e52010-08-26 00:22:021801 'browser/policy/managed_prefs_banner_base.cc',
1802 'browser/policy/managed_prefs_banner_base.h',
[email protected]737c4392010-11-22 14:33:391803 'browser/policy/profile_policy_context.cc',
1804 'browser/policy/profile_policy_context.h',
[email protected]2a87dce2010-10-29 09:20:031805 # TODO(danno): Find a better way to include these files
[email protected]a032ea352011-01-28 18:15:241806 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.cc',
1807 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.h',
[email protected]2a87dce2010-10-29 09:20:031808 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.cc',
1809 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.h',
[email protected]62fed2f42010-11-24 14:30:501810 'browser/policy/proto/device_management_constants.cc',
1811 'browser/policy/proto/device_management_constants.h',
[email protected]89bc8f12010-11-12 14:07:121812 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.cc',
1813 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.h',
[email protected]83019902009-12-02 05:32:591814 'browser/possible_url_model.cc',
1815 'browser/possible_url_model.h',
1816 'browser/power_save_blocker.h',
1817 'browser/power_save_blocker_common.cc',
[email protected]71a565a2010-11-24 15:53:491818 'browser/power_save_blocker_mac.cc',
[email protected]83019902009-12-02 05:32:591819 'browser/power_save_blocker_stub.cc',
1820 'browser/power_save_blocker_win.cc',
[email protected]709a847e2010-11-10 01:16:111821 'browser/ppapi_plugin_process_host.cc',
1822 'browser/ppapi_plugin_process_host.h',
[email protected]4cd7adb2010-06-14 20:05:211823 'browser/preferences_mac.cc',
1824 'browser/preferences_mac.h',
[email protected]37858e52010-08-26 00:22:021825 'browser/prefs/browser_prefs.cc',
1826 'browser/prefs/browser_prefs.h',
1827 'browser/prefs/command_line_pref_store.cc',
1828 'browser/prefs/command_line_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331829 'browser/prefs/default_pref_store.cc',
[email protected]f2d1f612010-12-09 15:10:171830 'browser/prefs/default_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331831 'browser/prefs/overlay_persistent_pref_store.cc',
1832 'browser/prefs/overlay_persistent_pref_store.h',
[email protected]83bfa0b2011-02-01 05:37:461833 'browser/prefs/pref_change_registrar.cc',
1834 'browser/prefs/pref_change_registrar.h',
[email protected]37858e52010-08-26 00:22:021835 'browser/prefs/pref_member.cc',
1836 'browser/prefs/pref_member.h',
[email protected]37858e52010-08-26 00:22:021837 'browser/prefs/pref_notifier.h',
[email protected]acd78969c2010-12-08 09:49:111838 'browser/prefs/pref_notifier_impl.cc',
1839 'browser/prefs/pref_notifier_impl.h',
[email protected]37858e52010-08-26 00:22:021840 'browser/prefs/pref_service.cc',
1841 'browser/prefs/pref_service.h',
1842 'browser/prefs/pref_set_observer.cc',
1843 'browser/prefs/pref_set_observer.h',
[email protected]f2d1f612010-12-09 15:10:171844 'browser/prefs/pref_value_map.cc',
1845 'browser/prefs/pref_value_map.h',
[email protected]37858e52010-08-26 00:22:021846 'browser/prefs/pref_value_store.cc',
1847 'browser/prefs/pref_value_store.h',
[email protected]c2f23d012011-02-09 14:52:171848 'browser/prefs/proxy_config_dictionary.cc',
1849 'browser/prefs/proxy_config_dictionary.h',
[email protected]eccf68e2010-12-23 10:18:201850 'browser/prefs/proxy_prefs.cc',
1851 'browser/prefs/proxy_prefs.h',
[email protected]37858e52010-08-26 00:22:021852 'browser/prefs/scoped_pref_update.cc',
1853 'browser/prefs/scoped_pref_update.h',
1854 'browser/prefs/session_startup_pref.cc',
1855 'browser/prefs/session_startup_pref.h',
[email protected]f2d1f612010-12-09 15:10:171856 'browser/prefs/value_map_pref_store.cc',
1857 'browser/prefs/value_map_pref_store.h',
[email protected]33f74972010-12-08 16:40:361858 'browser/prerender/prerender_contents.cc',
1859 'browser/prerender/prerender_contents.h',
[email protected]4c154ff82011-02-15 11:23:591860 'browser/prerender/prerender_final_status.cc',
1861 'browser/prerender/prerender_final_status.h',
[email protected]33f74972010-12-08 16:40:361862 'browser/prerender/prerender_manager.cc',
1863 'browser/prerender/prerender_manager.h',
[email protected]973407b2011-01-26 23:18:231864 'browser/prerender/prerender_plt_recorder.cc',
1865 'browser/prerender/prerender_plt_recorder.h',
[email protected]0e25b15e2011-01-12 13:12:211866 'browser/prerender/prerender_resource_handler.cc',
[email protected]83bfa0b2011-02-01 05:37:461867 'browser/prerender/prerender_resource_handler.h',
1868 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1869 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1870 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
1871 'browser/printing/cloud_print/cloud_print_setup_flow.h',
1872 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc',
1873 'browser/printing/cloud_print/cloud_print_setup_message_handler.h',
1874 'browser/printing/cloud_print/cloud_print_setup_source.cc',
1875 'browser/printing/cloud_print/cloud_print_setup_source.h',
1876 'browser/printing/cloud_print/cloud_print_url.cc',
1877 'browser/printing/cloud_print/cloud_print_url.h',
[email protected]73852b8f2010-05-14 00:38:121878 'browser/printing/print_dialog_cloud.cc',
1879 'browser/printing/print_dialog_cloud.h',
[email protected]83bfa0b2011-02-01 05:37:461880 'browser/printing/print_dialog_gtk.cc',
1881 'browser/printing/print_dialog_gtk.h',
[email protected]83019902009-12-02 05:32:591882 'browser/printing/print_job.cc',
1883 'browser/printing/print_job.h',
1884 'browser/printing/print_job_manager.cc',
1885 'browser/printing/print_job_manager.h',
1886 'browser/printing/print_job_worker.cc',
1887 'browser/printing/print_job_worker.h',
1888 'browser/printing/print_job_worker_owner.h',
[email protected]eb15e24e2011-02-03 22:34:341889 'browser/printing/print_preview_message_handler.cc',
1890 'browser/printing/print_preview_message_handler.h',
[email protected]dbeebd52010-11-16 20:34:161891 'browser/printing/print_preview_tab_controller.cc',
1892 'browser/printing/print_preview_tab_controller.h',
[email protected]83019902009-12-02 05:32:591893 'browser/printing/print_view_manager.cc',
1894 'browser/printing/print_view_manager.h',
1895 'browser/printing/printer_query.cc',
1896 'browser/printing/printer_query.h',
[email protected]83019902009-12-02 05:32:591897 'browser/process_info_snapshot.h',
[email protected]83bfa0b2011-02-01 05:37:461898 'browser/process_info_snapshot_mac.cc',
[email protected]83019902009-12-02 05:32:591899 'browser/process_singleton.h',
1900 'browser/process_singleton_linux.cc',
1901 'browser/process_singleton_mac.cc',
1902 'browser/process_singleton_win.cc',
[email protected]5301ebb2010-12-02 21:36:241903 'browser/profile_import_process_host.cc',
1904 'browser/profile_import_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:331905 'browser/profiles/profile.cc',
1906 'browser/profiles/profile.h',
1907 'browser/profiles/profile_impl.cc',
1908 'browser/profiles/profile_impl.h',
[email protected]bf9331f2011-02-03 20:05:121909 'browser/profiles/profile_io_data.cc',
1910 'browser/profiles/profile_io_data.h',
[email protected]8ecad5e2010-12-02 21:18:331911 'browser/profiles/profile_manager.cc',
1912 'browser/profiles/profile_manager.h',
[email protected]15e7eba92010-12-23 19:44:171913 'browser/remoting/directory_add_request.cc',
1914 'browser/remoting/directory_add_request.h',
[email protected]ff517c912011-01-14 02:24:431915 'browser/remoting/remoting_options_handler.cc',
1916 'browser/remoting/remoting_options_handler.h',
[email protected]6eae9cf2010-08-17 00:25:471917 'browser/remoting/remoting_resources_source.cc',
1918 'browser/remoting/remoting_resources_source.h',
[email protected]90fe28b92010-12-28 20:41:351919 'browser/remoting/setup_flow.cc',
1920 'browser/remoting/setup_flow.h',
[email protected]ed31bae72011-01-06 01:25:481921 'browser/remoting/setup_flow_get_status_step.cc',
1922 'browser/remoting/setup_flow_get_status_step.h',
[email protected]90fe28b92010-12-28 20:41:351923 'browser/remoting/setup_flow_login_step.cc',
1924 'browser/remoting/setup_flow_login_step.h',
[email protected]ed31bae72011-01-06 01:25:481925 'browser/remoting/setup_flow_register_step.cc',
1926 'browser/remoting/setup_flow_register_step.h',
1927 'browser/remoting/setup_flow_start_host_step.cc',
1928 'browser/remoting/setup_flow_start_host_step.h',
[email protected]508d27e12010-07-01 16:17:371929 'browser/remove_rows_table_model.h',
[email protected]83bfa0b2011-02-01 05:37:461930 'browser/renderer_host/accelerated_surface_container_mac.cc',
1931 'browser/renderer_host/accelerated_surface_container_mac.h',
1932 'browser/renderer_host/accelerated_surface_container_manager_mac.cc',
1933 'browser/renderer_host/accelerated_surface_container_manager_mac.h',
[email protected]83019902009-12-02 05:32:591934 'browser/renderer_host/async_resource_handler.cc',
1935 'browser/renderer_host/async_resource_handler.h',
1936 'browser/renderer_host/audio_renderer_host.cc',
1937 'browser/renderer_host/audio_renderer_host.h',
[email protected]94155a6b2010-07-07 18:36:511938 'browser/renderer_host/audio_sync_reader.cc',
1939 'browser/renderer_host/audio_sync_reader.h',
[email protected]c0fc0942010-01-13 00:55:371940 'browser/renderer_host/backing_store.cc',
[email protected]83019902009-12-02 05:32:591941 'browser/renderer_host/backing_store.h',
[email protected]c0fc0942010-01-13 00:55:371942 'browser/renderer_host/backing_store_mac.h',
[email protected]83019902009-12-02 05:32:591943 'browser/renderer_host/backing_store_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461944 'browser/renderer_host/backing_store_manager.cc',
1945 'browser/renderer_host/backing_store_manager.h',
[email protected]7b20110d2011-02-14 22:04:251946 'browser/renderer_host/backing_store_skia.cc',
1947 'browser/renderer_host/backing_store_skia.h',
[email protected]83019902009-12-02 05:32:591948 'browser/renderer_host/backing_store_win.cc',
[email protected]c0fc0942010-01-13 00:55:371949 'browser/renderer_host/backing_store_win.h',
[email protected]83019902009-12-02 05:32:591950 'browser/renderer_host/backing_store_x.cc',
[email protected]c0fc0942010-01-13 00:55:371951 'browser/renderer_host/backing_store_x.h',
[email protected]9f547bf2010-12-13 17:00:421952 'browser/renderer_host/blob_message_filter.cc',
1953 'browser/renderer_host/blob_message_filter.h',
[email protected]83019902009-12-02 05:32:591954 'browser/renderer_host/browser_render_process_host.cc',
1955 'browser/renderer_host/browser_render_process_host.h',
1956 'browser/renderer_host/buffered_resource_handler.cc',
1957 'browser/renderer_host/buffered_resource_handler.h',
1958 'browser/renderer_host/cross_site_resource_handler.cc',
1959 'browser/renderer_host/cross_site_resource_handler.h',
[email protected]26a9acf2010-12-13 19:35:051960 'browser/renderer_host/database_message_filter.cc',
1961 'browser/renderer_host/database_message_filter.h',
[email protected]83019902009-12-02 05:32:591962 'browser/renderer_host/download_resource_handler.cc',
1963 'browser/renderer_host/download_resource_handler.h',
1964 'browser/renderer_host/download_throttling_resource_handler.cc',
1965 'browser/renderer_host/download_throttling_resource_handler.h',
[email protected]9f547bf2010-12-13 17:00:421966 'browser/renderer_host/file_utilities_message_filter.cc',
1967 'browser/renderer_host/file_utilities_message_filter.h',
[email protected]92b24c12009-12-10 20:04:351968 'browser/renderer_host/global_request_id.h',
[email protected]78221322011-01-31 16:29:041969 'browser/renderer_host/gpu_message_filter.cc',
1970 'browser/renderer_host/gpu_message_filter.h',
[email protected]83019902009-12-02 05:32:591971 'browser/renderer_host/gtk_im_context_wrapper.cc',
1972 'browser/renderer_host/gtk_im_context_wrapper.h',
1973 'browser/renderer_host/gtk_key_bindings_handler.cc',
1974 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]6692b0d72010-07-15 03:40:231975 'browser/renderer_host/offline_resource_handler.cc',
1976 'browser/renderer_host/offline_resource_handler.h',
[email protected]45afd9a2010-10-19 00:54:121977 'browser/renderer_host/pepper_file_message_filter.cc',
1978 'browser/renderer_host/pepper_file_message_filter.h',
[email protected]1b4209f2011-01-07 00:25:401979 'browser/renderer_host/pepper_message_filter.cc',
1980 'browser/renderer_host/pepper_message_filter.h',
[email protected]c0dac3272010-07-28 08:04:451981 'browser/renderer_host/redirect_to_file_resource_handler.cc',
1982 'browser/renderer_host/redirect_to_file_resource_handler.h',
[email protected]d5207642010-12-14 00:24:271983 'browser/renderer_host/render_message_filter.cc',
1984 'browser/renderer_host/render_message_filter.h',
[email protected]8a371d92010-12-14 00:50:231985 'browser/renderer_host/render_message_filter_gtk.cc',
1986 'browser/renderer_host/render_message_filter_mac.mm',
1987 'browser/renderer_host/render_message_filter_win.cc',
[email protected]83019902009-12-02 05:32:591988 'browser/renderer_host/render_process_host.cc',
1989 'browser/renderer_host/render_process_host.h',
[email protected]83019902009-12-02 05:32:591990 'browser/renderer_host/render_sandbox_host_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461991 'browser/renderer_host/render_sandbox_host_linux.h',
[email protected]83019902009-12-02 05:32:591992 'browser/renderer_host/render_view_host.cc',
1993 'browser/renderer_host/render_view_host.h',
1994 'browser/renderer_host/render_view_host_delegate.cc',
1995 'browser/renderer_host/render_view_host_delegate.h',
1996 'browser/renderer_host/render_view_host_factory.cc',
1997 'browser/renderer_host/render_view_host_factory.h',
[email protected]2ecd88e2010-02-11 08:36:301998 'browser/renderer_host/render_view_host_notification_task.h',
[email protected]484955942010-08-19 16:13:181999 'browser/renderer_host/render_widget_fullscreen_host.cc',
2000 'browser/renderer_host/render_widget_fullscreen_host.h',
[email protected]83019902009-12-02 05:32:592001 'browser/renderer_host/render_widget_helper.cc',
2002 'browser/renderer_host/render_widget_helper.h',
2003 'browser/renderer_host/render_widget_host.cc',
2004 'browser/renderer_host/render_widget_host.h',
[email protected]0f1afed2010-12-15 17:22:282005 'browser/renderer_host/render_widget_host_view.cc',
[email protected]83019902009-12-02 05:32:592006 'browser/renderer_host/render_widget_host_view.h',
2007 'browser/renderer_host/render_widget_host_view_gtk.cc',
2008 'browser/renderer_host/render_widget_host_view_gtk.h',
2009 'browser/renderer_host/render_widget_host_view_mac.h',
2010 'browser/renderer_host/render_widget_host_view_mac.mm',
[email protected]6b723f82010-10-05 20:14:272011 'browser/renderer_host/render_widget_host_view_views.cc',
2012 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:462013 'browser/renderer_host/render_widget_host_view_win.cc',
2014 'browser/renderer_host/render_widget_host_view_win.h',
[email protected]83019902009-12-02 05:32:592015 'browser/renderer_host/resource_dispatcher_host.cc',
2016 'browser/renderer_host/resource_dispatcher_host.h',
2017 'browser/renderer_host/resource_dispatcher_host_request_info.cc',
2018 'browser/renderer_host/resource_dispatcher_host_request_info.h',
2019 'browser/renderer_host/resource_handler.h',
[email protected]8e2b6472010-12-15 22:19:482020 'browser/renderer_host/resource_message_filter.cc',
2021 'browser/renderer_host/resource_message_filter.h',
[email protected]92b24c12009-12-10 20:04:352022 'browser/renderer_host/resource_queue.cc',
2023 'browser/renderer_host/resource_queue.h',
[email protected]38e08982010-10-22 17:28:432024 'browser/renderer_host/resource_request_details.cc',
[email protected]83019902009-12-02 05:32:592025 'browser/renderer_host/resource_request_details.h',
2026 'browser/renderer_host/safe_browsing_resource_handler.cc',
2027 'browser/renderer_host/safe_browsing_resource_handler.h',
2028 'browser/renderer_host/save_file_resource_handler.cc',
2029 'browser/renderer_host/save_file_resource_handler.h',
2030 'browser/renderer_host/site_instance.cc',
2031 'browser/renderer_host/site_instance.h',
2032 'browser/renderer_host/socket_stream_dispatcher_host.cc',
2033 'browser/renderer_host/socket_stream_dispatcher_host.h',
2034 'browser/renderer_host/socket_stream_host.cc',
2035 'browser/renderer_host/socket_stream_host.h',
2036 'browser/renderer_host/sync_resource_handler.cc',
2037 'browser/renderer_host/sync_resource_handler.h',
2038 'browser/renderer_host/web_cache_manager.cc',
2039 'browser/renderer_host/web_cache_manager.h',
2040 'browser/renderer_host/x509_user_cert_resource_handler.cc',
2041 'browser/renderer_host/x509_user_cert_resource_handler.h',
[email protected]93623c5d2009-12-10 21:40:322042 'browser/renderer_preferences_util.cc',
2043 'browser/renderer_preferences_util.h',
[email protected]965bb092010-04-09 11:59:022044 'browser/repost_form_warning_controller.cc',
2045 'browser/repost_form_warning_controller.h',
[email protected]1faee3f02010-06-21 07:01:342046 'browser/resources_util.cc',
2047 'browser/resources_util.h',
[email protected]83019902009-12-02 05:32:592048 'browser/rlz/rlz.cc',
2049 'browser/rlz/rlz.h',
2050 'browser/safe_browsing/bloom_filter.cc',
2051 'browser/safe_browsing/bloom_filter.h',
2052 'browser/safe_browsing/chunk_range.cc',
2053 'browser/safe_browsing/chunk_range.h',
[email protected]bd1b1d62010-11-11 21:53:162054 'browser/safe_browsing/client_side_detection_service.cc',
2055 'browser/safe_browsing/client_side_detection_service.h',
2056 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
2057 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
[email protected]3882f1f2010-12-10 04:42:262058 'browser/safe_browsing/malware_details.cc',
2059 'browser/safe_browsing/malware_details.h',
[email protected]b6cb7cf2011-02-10 21:50:432060 'browser/safe_browsing/prefix_set.cc',
2061 'browser/safe_browsing/prefix_set.h',
[email protected]83019902009-12-02 05:32:592062 'browser/safe_browsing/protocol_manager.cc',
2063 'browser/safe_browsing/protocol_manager.h',
2064 'browser/safe_browsing/protocol_parser.cc',
2065 'browser/safe_browsing/protocol_parser.h',
[email protected]83bfa0b2011-02-01 05:37:462066 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
2067 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
[email protected]83019902009-12-02 05:32:592068 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2069 'browser/safe_browsing/safe_browsing_blocking_page.h',
2070 'browser/safe_browsing/safe_browsing_database.cc',
2071 'browser/safe_browsing/safe_browsing_database.h',
[email protected]83019902009-12-02 05:32:592072 'browser/safe_browsing/safe_browsing_service.cc',
2073 'browser/safe_browsing/safe_browsing_service.h',
[email protected]6afe28a2010-01-28 20:56:032074 'browser/safe_browsing/safe_browsing_store.cc',
2075 'browser/safe_browsing/safe_browsing_store.h',
2076 'browser/safe_browsing/safe_browsing_store_file.cc',
2077 'browser/safe_browsing/safe_browsing_store_file.h',
[email protected]83019902009-12-02 05:32:592078 'browser/safe_browsing/safe_browsing_util.cc',
2079 'browser/safe_browsing/safe_browsing_util.h',
[email protected]83019902009-12-02 05:32:592080 'browser/search_engines/edit_search_engine_controller.cc',
2081 'browser/search_engines/edit_search_engine_controller.h',
2082 'browser/search_engines/keyword_editor_controller.cc',
2083 'browser/search_engines/keyword_editor_controller.h',
[email protected]23872902010-10-26 03:43:592084 'browser/search_engines/search_engine_type.h',
[email protected]d8522742010-08-27 17:55:442085 'browser/search_engines/search_host_to_urls_map.cc',
[email protected]83bfa0b2011-02-01 05:37:462086 'browser/search_engines/search_host_to_urls_map.h',
[email protected]1c5076592010-09-17 04:10:082087 'browser/search_engines/search_provider_install_data.cc',
[email protected]83bfa0b2011-02-01 05:37:462088 'browser/search_engines/search_provider_install_data.h',
[email protected]9f547bf2010-12-13 17:00:422089 'browser/search_engines/search_provider_install_state_message_filter.cc',
2090 'browser/search_engines/search_provider_install_state_message_filter.h',
[email protected]375bd7312010-08-30 22:18:132091 'browser/search_engines/search_terms_data.cc',
2092 'browser/search_engines/search_terms_data.h',
[email protected]83019902009-12-02 05:32:592093 'browser/search_engines/template_url.cc',
2094 'browser/search_engines/template_url.h',
2095 'browser/search_engines/template_url_fetcher.cc',
2096 'browser/search_engines/template_url_fetcher.h',
[email protected]0b5b85c2010-10-11 23:00:122097 'browser/search_engines/template_url_fetcher_callbacks.h',
2098 'browser/search_engines/template_url_fetcher_ui_callbacks.cc',
2099 'browser/search_engines/template_url_fetcher_ui_callbacks.h',
[email protected]8b62334b2010-08-31 22:37:112100 'browser/search_engines/template_url_id.h',
[email protected]83019902009-12-02 05:32:592101 'browser/search_engines/template_url_model.cc',
2102 'browser/search_engines/template_url_model.h',
[email protected]8b62334b2010-08-31 22:37:112103 'browser/search_engines/template_url_model_observer.h',
[email protected]83019902009-12-02 05:32:592104 'browser/search_engines/template_url_parser.cc',
2105 'browser/search_engines/template_url_parser.h',
2106 'browser/search_engines/template_url_prepopulate_data.cc',
2107 'browser/search_engines/template_url_prepopulate_data.h',
2108 'browser/search_engines/template_url_table_model.cc',
2109 'browser/search_engines/template_url_table_model.h',
[email protected]96788b02010-06-26 21:45:342110 'browser/search_engines/util.cc',
2111 'browser/search_engines/util.h',
[email protected]50307582010-08-12 01:07:242112 'browser/service/service_process_control.cc',
2113 'browser/service/service_process_control.h',
[email protected]83bfa0b2011-02-01 05:37:462114 'browser/service/service_process_control_manager.cc',
2115 'browser/service/service_process_control_manager.h',
[email protected]83019902009-12-02 05:32:592116 'browser/sessions/base_session_service.cc',
2117 'browser/sessions/base_session_service.h',
2118 'browser/sessions/session_backend.cc',
2119 'browser/sessions/session_backend.h',
2120 'browser/sessions/session_command.cc',
2121 'browser/sessions/session_command.h',
2122 'browser/sessions/session_id.cc',
2123 'browser/sessions/session_id.h',
2124 'browser/sessions/session_restore.cc',
2125 'browser/sessions/session_restore.h',
2126 'browser/sessions/session_service.cc',
2127 'browser/sessions/session_service.h',
2128 'browser/sessions/session_types.cc',
2129 'browser/sessions/session_types.h',
2130 'browser/sessions/tab_restore_service.cc',
2131 'browser/sessions/tab_restore_service.h',
[email protected]83019902009-12-02 05:32:592132 'browser/shell_integration.cc',
2133 'browser/shell_integration.h',
[email protected]83019902009-12-02 05:32:592134 'browser/shell_integration_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:462135 'browser/shell_integration_mac.mm',
[email protected]83019902009-12-02 05:32:592136 'browser/shell_integration_win.cc',
[email protected]8b8e7c92010-08-19 18:05:562137 'browser/sidebar/sidebar_container.cc',
2138 'browser/sidebar/sidebar_container.h',
2139 'browser/sidebar/sidebar_manager.cc',
[email protected]7256dab2010-08-23 22:35:182140 'browser/sidebar/sidebar_manager.h',
[email protected]79d58c72011-01-17 16:18:212141 'browser/speech/audio_encoder.cc',
2142 'browser/speech/audio_encoder.h',
[email protected]b7d438422010-08-24 20:22:022143 'browser/speech/endpointer/endpointer.cc',
2144 'browser/speech/endpointer/endpointer.h',
2145 'browser/speech/endpointer/energy_endpointer.cc',
2146 'browser/speech/endpointer/energy_endpointer.h',
[email protected]38e08982010-10-22 17:28:432147 'browser/speech/endpointer/energy_endpointer_params.cc',
[email protected]b7d438422010-08-24 20:22:022148 'browser/speech/endpointer/energy_endpointer_params.h',
[email protected]6a7746d2010-08-27 11:59:032149 'browser/speech/speech_input_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:462150 'browser/speech/speech_input_bubble.h',
2151 'browser/speech/speech_input_bubble_controller.cc',
2152 'browser/speech/speech_input_bubble_controller.h',
[email protected]3870bbe92010-09-01 19:44:472153 'browser/speech/speech_input_bubble_gtk.cc',
[email protected]953a7462010-08-31 23:46:212154 'browser/speech/speech_input_bubble_mac.mm',
[email protected]3870bbe92010-09-01 19:44:472155 'browser/speech/speech_input_bubble_views.cc',
[email protected]638694c2010-08-04 22:24:112156 'browser/speech/speech_input_dispatcher_host.cc',
2157 'browser/speech/speech_input_dispatcher_host.h',
2158 'browser/speech/speech_input_manager.cc',
2159 'browser/speech/speech_input_manager.h',
[email protected]c8463a432010-08-10 20:02:482160 'browser/speech/speech_recognition_request.cc',
2161 'browser/speech/speech_recognition_request.h',
[email protected]4b9a8c32010-08-12 19:57:312162 'browser/speech/speech_recognizer.cc',
2163 'browser/speech/speech_recognizer.h',
[email protected]83019902009-12-02 05:32:592164 'browser/spellcheck_host.cc',
2165 'browser/spellcheck_host.h',
[email protected]83019902009-12-02 05:32:592166 'browser/spellchecker_linux.cc',
2167 'browser/spellchecker_mac.mm',
2168 'browser/spellchecker_platform_engine.h',
2169 'browser/spellchecker_win.cc',
[email protected]cdafbff2010-03-02 17:47:022170 'browser/ssl/ssl_add_cert_handler.cc',
2171 'browser/ssl/ssl_add_cert_handler.h',
2172 'browser/ssl/ssl_add_cert_handler_mac.mm',
[email protected]83019902009-12-02 05:32:592173 'browser/ssl/ssl_blocking_page.cc',
2174 'browser/ssl/ssl_blocking_page.h',
2175 'browser/ssl/ssl_cert_error_handler.cc',
2176 'browser/ssl/ssl_cert_error_handler.h',
2177 'browser/ssl/ssl_client_auth_handler.cc',
2178 'browser/ssl/ssl_client_auth_handler.h',
2179 'browser/ssl/ssl_error_handler.cc',
2180 'browser/ssl/ssl_error_handler.h',
2181 'browser/ssl/ssl_error_info.cc',
2182 'browser/ssl/ssl_error_info.h',
2183 'browser/ssl/ssl_host_state.cc',
2184 'browser/ssl/ssl_host_state.h',
2185 'browser/ssl/ssl_manager.cc',
2186 'browser/ssl/ssl_manager.h',
2187 'browser/ssl/ssl_policy.cc',
2188 'browser/ssl/ssl_policy.h',
2189 'browser/ssl/ssl_policy_backend.cc',
2190 'browser/ssl/ssl_policy_backend.h',
[email protected]38e08982010-10-22 17:28:432191 'browser/ssl/ssl_request_info.cc',
[email protected]83019902009-12-02 05:32:592192 'browser/ssl/ssl_request_info.h',
[email protected]1f18184a2010-07-21 19:34:492193 'browser/ssl_client_certificate_selector.h',
[email protected]a24642a2010-03-24 21:29:052194 'browser/status_icons/status_icon.cc',
[email protected]ccb55cf52010-03-06 22:02:042195 'browser/status_icons/status_icon.h',
[email protected]83bfa0b2011-02-01 05:37:462196 'browser/status_icons/status_tray.cc',
2197 'browser/status_icons/status_tray.h',
[email protected]06e33202010-08-16 23:45:152198 'browser/sync/glue/app_data_type_controller.cc',
2199 'browser/sync/glue/app_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352200 'browser/sync/glue/autofill_change_processor.cc',
[email protected]e8234d32010-09-09 20:36:392201 'browser/sync/glue/autofill_change_processor.h',
[email protected]8b3b23a2010-03-01 22:06:212202 'browser/sync/glue/autofill_data_type_controller.cc',
2203 'browser/sync/glue/autofill_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352204 'browser/sync/glue/autofill_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392205 'browser/sync/glue/autofill_model_associator.h',
[email protected]a0bc3142010-12-16 07:15:532206 'browser/sync/glue/autofill_profile_change_processor.cc',
2207 'browser/sync/glue/autofill_profile_change_processor.h',
2208 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2209 'browser/sync/glue/autofill_profile_data_type_controller.h',
[email protected]965b95a2010-11-24 20:55:022210 'browser/sync/glue/autofill_profile_model_associator.cc',
2211 'browser/sync/glue/autofill_profile_model_associator.h',
[email protected]62fe4382009-12-14 23:14:032212 'browser/sync/glue/bookmark_change_processor.cc',
[email protected]4aea04a2010-02-10 20:13:432213 'browser/sync/glue/bookmark_change_processor.h',
2214 'browser/sync/glue/bookmark_data_type_controller.cc',
2215 'browser/sync/glue/bookmark_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352216 'browser/sync/glue/bookmark_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392217 'browser/sync/glue/bookmark_model_associator.h',
[email protected]83019902009-12-02 05:32:592218 'browser/sync/glue/change_processor.cc',
2219 'browser/sync/glue/change_processor.h',
[email protected]4aea04a2010-02-10 20:13:432220 'browser/sync/glue/data_type_controller.h',
[email protected]e3e43d92010-02-26 22:02:382221 'browser/sync/glue/data_type_manager.h',
2222 'browser/sync/glue/data_type_manager_impl.cc',
2223 'browser/sync/glue/data_type_manager_impl.h',
[email protected]58a468e2010-02-01 17:51:032224 'browser/sync/glue/database_model_worker.cc',
2225 'browser/sync/glue/database_model_worker.h',
[email protected]a0bc3142010-12-16 07:15:532226 'browser/sync/glue/do_optimistic_refresh_task.cc',
2227 'browser/sync/glue/do_optimistic_refresh_task.h',
[email protected]c05d2cb72010-06-14 19:59:152228 'browser/sync/glue/extension_change_processor.cc',
2229 'browser/sync/glue/extension_change_processor.h',
2230 'browser/sync/glue/extension_data.cc',
2231 'browser/sync/glue/extension_data.h',
2232 'browser/sync/glue/extension_data_type_controller.cc',
2233 'browser/sync/glue/extension_data_type_controller.h',
2234 'browser/sync/glue/extension_model_associator.cc',
2235 'browser/sync/glue/extension_model_associator.h',
[email protected]265d8c322010-09-08 01:38:352236 'browser/sync/glue/extension_sync.cc',
2237 'browser/sync/glue/extension_sync.h',
[email protected]e8234d32010-09-09 20:36:392238 'browser/sync/glue/extension_sync_traits.cc',
2239 'browser/sync/glue/extension_sync_traits.h',
[email protected]c05d2cb72010-06-14 19:59:152240 'browser/sync/glue/extension_util.cc',
2241 'browser/sync/glue/extension_util.h',
[email protected]da49ecb2011-01-06 21:17:492242 'browser/sync/glue/foreign_session_tracker.cc',
2243 'browser/sync/glue/foreign_session_tracker.h',
[email protected]53150252010-03-18 00:27:292244 'browser/sync/glue/history_model_worker.cc',
2245 'browser/sync/glue/history_model_worker.h',
[email protected]83019902009-12-02 05:32:592246 'browser/sync/glue/http_bridge.cc',
2247 'browser/sync/glue/http_bridge.h',
[email protected]83019902009-12-02 05:32:592248 'browser/sync/glue/model_associator.h',
[email protected]7b8c0112010-05-19 18:06:142249 'browser/sync/glue/password_change_processor.cc',
2250 'browser/sync/glue/password_change_processor.h',
2251 'browser/sync/glue/password_data_type_controller.cc',
2252 'browser/sync/glue/password_data_type_controller.h',
2253 'browser/sync/glue/password_model_associator.cc',
2254 'browser/sync/glue/password_model_associator.h',
[email protected]e8234d32010-09-09 20:36:392255 'browser/sync/glue/password_model_worker.cc',
2256 'browser/sync/glue/password_model_worker.h',
[email protected]51133f92010-01-12 22:27:572257 'browser/sync/glue/preference_change_processor.cc',
2258 'browser/sync/glue/preference_change_processor.h',
[email protected]371d0492010-02-11 21:29:262259 'browser/sync/glue/preference_data_type_controller.cc',
2260 'browser/sync/glue/preference_data_type_controller.h',
[email protected]51133f92010-01-12 22:27:572261 'browser/sync/glue/preference_model_associator.cc',
2262 'browser/sync/glue/preference_model_associator.h',
[email protected]5edb9222010-08-18 00:23:292263 'browser/sync/glue/session_change_processor.cc',
2264 'browser/sync/glue/session_change_processor.h',
2265 'browser/sync/glue/session_data_type_controller.cc',
2266 'browser/sync/glue/session_data_type_controller.h',
2267 'browser/sync/glue/session_model_associator.cc',
2268 'browser/sync/glue/session_model_associator.h',
[email protected]83019902009-12-02 05:32:592269 'browser/sync/glue/sync_backend_host.cc',
[email protected]cc7af20c2010-02-05 23:30:582270 'browser/sync/glue/sync_backend_host.h',
[email protected]ecde2742010-04-02 17:36:182271 'browser/sync/glue/synchronized_preferences.h',
[email protected]60cab462010-03-29 20:04:052272 'browser/sync/glue/theme_change_processor.cc',
2273 'browser/sync/glue/theme_change_processor.h',
2274 'browser/sync/glue/theme_data_type_controller.cc',
2275 'browser/sync/glue/theme_data_type_controller.h',
2276 'browser/sync/glue/theme_model_associator.cc',
2277 'browser/sync/glue/theme_model_associator.h',
2278 'browser/sync/glue/theme_util.cc',
2279 'browser/sync/glue/theme_util.h',
[email protected]53150252010-03-18 00:27:292280 'browser/sync/glue/typed_url_change_processor.cc',
2281 'browser/sync/glue/typed_url_change_processor.h',
2282 'browser/sync/glue/typed_url_data_type_controller.cc',
2283 'browser/sync/glue/typed_url_data_type_controller.h',
2284 'browser/sync/glue/typed_url_model_associator.cc',
2285 'browser/sync/glue/typed_url_model_associator.h',
[email protected]d636be382010-01-22 02:15:422286 'browser/sync/glue/ui_model_worker.cc',
2287 'browser/sync/glue/ui_model_worker.h',
[email protected]4aea04a2010-02-10 20:13:432288 'browser/sync/profile_sync_factory.h',
2289 'browser/sync/profile_sync_factory_impl.cc',
2290 'browser/sync/profile_sync_factory_impl.h',
[email protected]e8234d32010-09-09 20:36:392291 'browser/sync/profile_sync_service.cc',
2292 'browser/sync/profile_sync_service.h',
[email protected]daed5ec2010-10-26 21:17:322293 'browser/sync/profile_sync_service_harness.cc',
2294 'browser/sync/profile_sync_service_harness.h',
[email protected]d6885592010-10-11 19:38:242295 'browser/sync/profile_sync_service_observer.h',
[email protected]e8234d32010-09-09 20:36:392296 'browser/sync/signin_manager.cc',
2297 'browser/sync/signin_manager.h',
[email protected]50c5bed2010-04-30 19:52:352298 'browser/sync/sync_constants.cc',
2299 'browser/sync/sync_constants.h',
[email protected]83019902009-12-02 05:32:592300 'browser/sync/sync_setup_flow.cc',
2301 'browser/sync/sync_setup_flow.h',
2302 'browser/sync/sync_setup_wizard.cc',
2303 'browser/sync/sync_setup_wizard.h',
2304 'browser/sync/sync_ui_util.cc',
2305 'browser/sync/sync_ui_util.h',
[email protected]265d8c322010-09-08 01:38:352306 'browser/sync/sync_ui_util_mac.h',
[email protected]e8234d32010-09-09 20:36:392307 'browser/sync/sync_ui_util_mac.mm',
2308 'browser/sync/token_migrator.cc',
2309 'browser/sync/token_migrator.h',
[email protected]0b4d3382010-07-14 16:13:042310 'browser/tab_closeable_state_watcher.cc',
2311 'browser/tab_closeable_state_watcher.h',
[email protected]e8345242010-05-06 03:00:402312 'browser/tab_contents/background_contents.cc',
2313 'browser/tab_contents/background_contents.h',
[email protected]83019902009-12-02 05:32:592314 'browser/tab_contents/constrained_window.h',
2315 'browser/tab_contents/infobar_delegate.cc',
2316 'browser/tab_contents/infobar_delegate.h',
2317 'browser/tab_contents/interstitial_page.cc',
2318 'browser/tab_contents/interstitial_page.h',
[email protected]3b1c1812010-02-12 21:53:552319 'browser/tab_contents/language_state.cc',
[email protected]83bfa0b2011-02-01 05:37:462320 'browser/tab_contents/language_state.h',
[email protected]83019902009-12-02 05:32:592321 'browser/tab_contents/navigation_controller.cc',
2322 'browser/tab_contents/navigation_controller.h',
2323 'browser/tab_contents/navigation_entry.cc',
2324 'browser/tab_contents/navigation_entry.h',
2325 'browser/tab_contents/page_navigator.h',
[email protected]caf706f2010-10-26 17:54:082326 'browser/tab_contents/popup_menu_helper_mac.h',
[email protected]83bfa0b2011-02-01 05:37:462327 'browser/tab_contents/popup_menu_helper_mac.mm',
[email protected]83019902009-12-02 05:32:592328 'browser/tab_contents/provisional_load_details.cc',
2329 'browser/tab_contents/provisional_load_details.h',
2330 'browser/tab_contents/render_view_context_menu.cc',
2331 'browser/tab_contents/render_view_context_menu.h',
2332 'browser/tab_contents/render_view_context_menu_gtk.cc',
2333 'browser/tab_contents/render_view_context_menu_gtk.h',
[email protected]83019902009-12-02 05:32:592334 'browser/tab_contents/render_view_context_menu_mac.h',
[email protected]83bfa0b2011-02-01 05:37:462335 'browser/tab_contents/render_view_context_menu_mac.mm',
[email protected]83019902009-12-02 05:32:592336 'browser/tab_contents/render_view_host_delegate_helper.cc',
2337 'browser/tab_contents/render_view_host_delegate_helper.h',
2338 'browser/tab_contents/render_view_host_manager.cc',
2339 'browser/tab_contents/render_view_host_manager.h',
[email protected]83019902009-12-02 05:32:592340 'browser/tab_contents/tab_contents.cc',
2341 'browser/tab_contents/tab_contents.h',
[email protected]3a3d47472010-07-15 21:03:542342 'browser/tab_contents/tab_contents_delegate.cc',
[email protected]83019902009-12-02 05:32:592343 'browser/tab_contents/tab_contents_delegate.h',
[email protected]09fb3872011-02-02 01:16:462344 'browser/tab_contents/tab_contents_observer.cc',
[email protected]585b30362011-01-28 02:30:172345 'browser/tab_contents/tab_contents_observer.h',
[email protected]1f18184a2010-07-21 19:34:492346 'browser/tab_contents/tab_contents_ssl_helper.cc',
2347 'browser/tab_contents/tab_contents_ssl_helper.h',
[email protected]83019902009-12-02 05:32:592348 'browser/tab_contents/tab_contents_view.cc',
2349 'browser/tab_contents/tab_contents_view.h',
2350 'browser/tab_contents/tab_contents_view_gtk.cc',
2351 'browser/tab_contents/tab_contents_view_gtk.h',
2352 'browser/tab_contents/tab_contents_view_mac.h',
2353 'browser/tab_contents/tab_contents_view_mac.mm',
[email protected]9fb83e82010-07-02 18:24:552354 'browser/tab_contents/tab_specific_content_settings.cc',
[email protected]fd2b9ce2010-08-11 04:03:572355 'browser/tab_contents/tab_specific_content_settings.h',
[email protected]83019902009-12-02 05:32:592356 'browser/tab_contents/tab_util.cc',
2357 'browser/tab_contents/tab_util.h',
2358 'browser/tab_contents/thumbnail_generator.cc',
2359 'browser/tab_contents/thumbnail_generator.h',
[email protected]83019902009-12-02 05:32:592360 'browser/tab_contents/web_drag_dest_gtk.cc',
2361 'browser/tab_contents/web_drag_dest_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462362 'browser/tab_contents/web_drag_source_win.cc',
2363 'browser/tab_contents/web_drag_source_win.h',
[email protected]13a1166e2010-04-06 16:58:342364 'browser/tab_contents/web_drag_utils_win.cc',
2365 'browser/tab_contents/web_drag_utils_win.h',
[email protected]83019902009-12-02 05:32:592366 'browser/tab_contents/web_drop_target_win.cc',
2367 'browser/tab_contents/web_drop_target_win.h',
[email protected]ecc523f62010-09-28 22:45:402368 'browser/tabs/default_tab_handler.cc',
2369 'browser/tabs/default_tab_handler.h',
[email protected]911f8152010-03-18 16:46:402370 'browser/tabs/pinned_tab_codec.cc',
2371 'browser/tabs/pinned_tab_codec.h',
2372 'browser/tabs/pinned_tab_service.cc',
2373 'browser/tabs/pinned_tab_service.h',
[email protected]ecc523f62010-09-28 22:45:402374 'browser/tabs/tab_handler.h',
[email protected]83019902009-12-02 05:32:592375 'browser/tabs/tab_strip_model.cc',
2376 'browser/tabs/tab_strip_model.h',
[email protected]c848d3d92010-09-16 21:57:452377 'browser/tabs/tab_strip_model_delegate.h',
2378 'browser/tabs/tab_strip_model_observer.cc',
2379 'browser/tabs/tab_strip_model_observer.h',
[email protected]83019902009-12-02 05:32:592380 'browser/tabs/tab_strip_model_order_controller.cc',
2381 'browser/tabs/tab_strip_model_order_controller.h',
[email protected]a5d1e1e2010-09-23 19:34:122382 'browser/task_manager/task_manager.cc',
2383 'browser/task_manager/task_manager.h',
2384 'browser/task_manager/task_manager_resource_providers.cc',
2385 'browser/task_manager/task_manager_resource_providers.h',
[email protected]2bb2fd52010-10-11 18:04:282386 'browser/themes/browser_theme_pack.cc',
2387 'browser/themes/browser_theme_pack.h',
[email protected]2bb2fd52010-10-11 18:04:282388 'browser/themes/browser_theme_provider.cc',
2389 'browser/themes/browser_theme_provider.h',
[email protected]83bfa0b2011-02-01 05:37:462390 'browser/themes/browser_theme_provider_gtk.cc',
2391 'browser/themes/browser_theme_provider_mac.mm',
[email protected]509acb8e2010-07-01 20:35:312392 'browser/translate/languages_menu_model.cc',
2393 'browser/translate/languages_menu_model.h',
[email protected]fb53e5d2010-01-27 19:04:552394 'browser/translate/options_menu_model.cc',
2395 'browser/translate/options_menu_model.h',
[email protected]509acb8e2010-07-01 20:35:312396 'browser/translate/translate_infobar_delegate.cc',
2397 'browser/translate/translate_infobar_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:462398 'browser/translate/translate_infobar_view.h',
[email protected]509acb8e2010-07-01 20:35:312399 'browser/translate/translate_manager.cc',
2400 'browser/translate/translate_manager.h',
[email protected]fb53e5d2010-01-27 19:04:552401 'browser/translate/translate_prefs.cc',
2402 'browser/translate/translate_prefs.h',
[email protected]83bfa0b2011-02-01 05:37:462403 'browser/transport_security_persister.cc',
2404 'browser/transport_security_persister.h',
[email protected]1caa1522010-12-01 20:23:352405 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
2406 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
2407 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
2408 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
2409 'browser/ui/app_modal_dialogs/js_modal_dialog.cc',
2410 'browser/ui/app_modal_dialogs/js_modal_dialog.h',
2411 'browser/ui/app_modal_dialogs/message_box_handler.cc',
2412 'browser/ui/app_modal_dialogs/message_box_handler.h',
2413 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
[email protected]69b04b92010-11-08 22:12:182414 'browser/ui/browser.cc',
2415 'browser/ui/browser.h',
[email protected]c96531e82011-01-26 03:11:142416 'browser/ui/browser_dialogs.h',
[email protected]8b0e9cc32010-11-09 04:00:192417 'browser/ui/browser_init.cc',
2418 'browser/ui/browser_init.h',
[email protected]83bfa0b2011-02-01 05:37:462419 'browser/ui/browser_list.cc',
2420 'browser/ui/browser_list.h',
[email protected]8b0e9cc32010-11-09 04:00:192421 'browser/ui/browser_list_gtk.cc',
2422 'browser/ui/browser_list_mac.mm',
2423 'browser/ui/browser_list_stub.cc',
2424 'browser/ui/browser_list_win.cc',
[email protected]8b0e9cc32010-11-09 04:00:192425 'browser/ui/browser_navigator.cc',
2426 'browser/ui/browser_navigator.h',
[email protected]69b04b92010-11-08 22:12:182427 'browser/ui/browser_window.h',
[email protected]7d791652010-12-01 16:34:492428 'browser/ui/cocoa/about_ipc_controller.h',
2429 'browser/ui/cocoa/about_ipc_controller.mm',
2430 'browser/ui/cocoa/about_ipc_dialog.h',
2431 'browser/ui/cocoa/about_ipc_dialog.mm',
2432 'browser/ui/cocoa/about_window_controller.h',
2433 'browser/ui/cocoa/about_window_controller.mm',
2434 'browser/ui/cocoa/accelerators_cocoa.h',
2435 'browser/ui/cocoa/accelerators_cocoa.mm',
2436 'browser/ui/cocoa/animatable_image.h',
2437 'browser/ui/cocoa/animatable_image.mm',
2438 'browser/ui/cocoa/animatable_view.h',
2439 'browser/ui/cocoa/animatable_view.mm',
2440 'browser/ui/cocoa/applescript/bookmark_folder_applescript.h',
2441 'browser/ui/cocoa/applescript/bookmark_folder_applescript.mm',
2442 'browser/ui/cocoa/applescript/bookmark_item_applescript.h',
2443 'browser/ui/cocoa/applescript/bookmark_item_applescript.mm',
2444 'browser/ui/cocoa/applescript/bookmark_node_applescript.h',
2445 'browser/ui/cocoa/applescript/bookmark_node_applescript.mm',
2446 'browser/ui/cocoa/applescript/browsercrapplication+applescript.h',
2447 'browser/ui/cocoa/applescript/browsercrapplication+applescript.mm',
2448 'browser/ui/cocoa/applescript/constants_applescript.h',
2449 'browser/ui/cocoa/applescript/constants_applescript.mm',
2450 'browser/ui/cocoa/applescript/element_applescript.h',
2451 'browser/ui/cocoa/applescript/element_applescript.mm',
2452 'browser/ui/cocoa/applescript/error_applescript.h',
2453 'browser/ui/cocoa/applescript/error_applescript.mm',
2454 'browser/ui/cocoa/applescript/tab_applescript.h',
2455 'browser/ui/cocoa/applescript/tab_applescript.mm',
2456 'browser/ui/cocoa/applescript/window_applescript.h',
2457 'browser/ui/cocoa/applescript/window_applescript.mm',
[email protected]7d791652010-12-01 16:34:492458 'browser/ui/cocoa/background_gradient_view.h',
2459 'browser/ui/cocoa/background_gradient_view.mm',
2460 'browser/ui/cocoa/background_tile_view.h',
2461 'browser/ui/cocoa/background_tile_view.mm',
2462 'browser/ui/cocoa/base_bubble_controller.h',
2463 'browser/ui/cocoa/base_bubble_controller.mm',
2464 'browser/ui/cocoa/base_view.h',
2465 'browser/ui/cocoa/base_view.mm',
[email protected]7d791652010-12-01 16:34:492466 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
2467 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
2468 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
2469 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
2470 'browser/ui/cocoa/bookmarks/bookmark_bar_constants.h',
2471 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
2472 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
2473 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h',
2474 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm',
2475 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
2476 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
2477 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.h',
2478 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.mm',
2479 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h',
2480 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.mm',
2481 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h',
2482 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm',
2483 'browser/ui/cocoa/bookmarks/bookmark_bar_state.h',
2484 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h',
2485 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm',
2486 'browser/ui/cocoa/bookmarks/bookmark_bar_view.h',
2487 'browser/ui/cocoa/bookmarks/bookmark_bar_view.mm',
2488 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h',
2489 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm',
2490 'browser/ui/cocoa/bookmarks/bookmark_button.h',
2491 'browser/ui/cocoa/bookmarks/bookmark_button.mm',
2492 'browser/ui/cocoa/bookmarks/bookmark_button_cell.h',
2493 'browser/ui/cocoa/bookmarks/bookmark_button_cell.mm',
2494 'browser/ui/cocoa/bookmarks/bookmark_drag_source.h',
2495 'browser/ui/cocoa/bookmarks/bookmark_drag_source.mm',
2496 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h',
2497 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm',
2498 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.h',
2499 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm',
2500 'browser/ui/cocoa/bookmarks/bookmark_folder_target.h',
2501 'browser/ui/cocoa/bookmarks/bookmark_folder_target.mm',
2502 'browser/ui/cocoa/bookmarks/bookmark_menu.h',
2503 'browser/ui/cocoa/bookmarks/bookmark_menu.mm',
2504 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h',
2505 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.mm',
2506 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h',
2507 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm',
2508 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h',
2509 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h',
2510 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.mm',
2511 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h',
2512 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.mm',
2513 'browser/ui/cocoa/browser_command_executor.h',
2514 'browser/ui/cocoa/browser_frame_view.h',
2515 'browser/ui/cocoa/browser_frame_view.mm',
2516 'browser/ui/cocoa/browser_window_cocoa.h',
2517 'browser/ui/cocoa/browser_window_cocoa.mm',
2518 'browser/ui/cocoa/browser_window_controller.h',
2519 'browser/ui/cocoa/browser_window_controller.mm',
2520 'browser/ui/cocoa/browser_window_controller_private.h',
2521 'browser/ui/cocoa/browser_window_controller_private.mm',
[email protected]83bfa0b2011-02-01 05:37:462522 'browser/ui/cocoa/browser_window_factory.mm',
[email protected]7d791652010-12-01 16:34:492523 'browser/ui/cocoa/bubble_view.h',
2524 'browser/ui/cocoa/bubble_view.mm',
2525 'browser/ui/cocoa/bug_report_window_controller.h',
2526 'browser/ui/cocoa/bug_report_window_controller.mm',
2527 'browser/ui/cocoa/certificate_viewer.mm',
2528 'browser/ui/cocoa/chrome_browser_window.h',
2529 'browser/ui/cocoa/chrome_browser_window.mm',
2530 'browser/ui/cocoa/chrome_event_processing_window.h',
2531 'browser/ui/cocoa/chrome_event_processing_window.mm',
2532 'browser/ui/cocoa/clear_browsing_data_controller.h',
2533 'browser/ui/cocoa/clear_browsing_data_controller.mm',
2534 'browser/ui/cocoa/clickhold_button_cell.h',
2535 'browser/ui/cocoa/clickhold_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492536 'browser/ui/cocoa/command_observer_bridge.h',
2537 'browser/ui/cocoa/command_observer_bridge.mm',
2538 'browser/ui/cocoa/confirm_quit_panel_controller.h',
2539 'browser/ui/cocoa/confirm_quit_panel_controller.mm',
2540 'browser/ui/cocoa/constrained_html_delegate_mac.mm',
2541 'browser/ui/cocoa/constrained_window_mac.h',
2542 'browser/ui/cocoa/constrained_window_mac.mm',
[email protected]fa8102292011-01-20 16:21:232543 'browser/ui/cocoa/content_settings/collected_cookies_mac.h',
2544 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm',
2545 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h',
2546 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm',
2547 'browser/ui/cocoa/content_settings/cookie_details.h',
2548 'browser/ui/cocoa/content_settings/cookie_details.mm',
2549 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h',
2550 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm',
2551 'browser/ui/cocoa/content_settings/cookie_tree_node.h',
2552 'browser/ui/cocoa/content_settings/cookie_tree_node.mm',
2553 'browser/ui/cocoa/content_settings/simple_content_exceptions_window_controller.h',
2554 'browser/ui/cocoa/content_settings/simple_content_exceptions_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492555 'browser/ui/cocoa/dev_tools_controller.h',
2556 'browser/ui/cocoa/dev_tools_controller.mm',
2557 'browser/ui/cocoa/dock_icon.h',
2558 'browser/ui/cocoa/dock_icon.mm',
2559 'browser/ui/cocoa/download/download_item_button.h',
2560 'browser/ui/cocoa/download/download_item_button.mm',
2561 'browser/ui/cocoa/download/download_item_cell.h',
2562 'browser/ui/cocoa/download/download_item_cell.mm',
2563 'browser/ui/cocoa/download/download_item_controller.h',
2564 'browser/ui/cocoa/download/download_item_controller.mm',
2565 'browser/ui/cocoa/download/download_item_mac.h',
2566 'browser/ui/cocoa/download/download_item_mac.mm',
2567 'browser/ui/cocoa/download/download_shelf_controller.h',
2568 'browser/ui/cocoa/download/download_shelf_controller.mm',
2569 'browser/ui/cocoa/download/download_shelf_mac.h',
2570 'browser/ui/cocoa/download/download_shelf_mac.mm',
2571 'browser/ui/cocoa/download/download_shelf_view.h',
2572 'browser/ui/cocoa/download/download_shelf_view.mm',
2573 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2574 'browser/ui/cocoa/download/download_util_mac.h',
2575 'browser/ui/cocoa/download/download_util_mac.mm',
2576 'browser/ui/cocoa/draggable_button.h',
2577 'browser/ui/cocoa/draggable_button.mm',
[email protected]7d791652010-12-01 16:34:492578 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2579 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2580 'browser/ui/cocoa/event_utils.h',
2581 'browser/ui/cocoa/event_utils.mm',
[email protected]7d791652010-12-01 16:34:492582 'browser/ui/cocoa/extensions/browser_action_button.h',
2583 'browser/ui/cocoa/extensions/browser_action_button.mm',
2584 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2585 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
2586 'browser/ui/cocoa/extensions/browser_actions_controller.h',
2587 'browser/ui/cocoa/extensions/browser_actions_controller.mm',
2588 'browser/ui/cocoa/extensions/chevron_menu_button.h',
2589 'browser/ui/cocoa/extensions/chevron_menu_button.mm',
2590 'browser/ui/cocoa/extensions/chevron_menu_button_cell.h',
2591 'browser/ui/cocoa/extensions/chevron_menu_button_cell.mm',
2592 'browser/ui/cocoa/extensions/extension_action_context_menu.h',
2593 'browser/ui/cocoa/extensions/extension_action_context_menu.mm',
2594 'browser/ui/cocoa/extensions/extension_infobar_controller.h',
2595 'browser/ui/cocoa/extensions/extension_infobar_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462596 'browser/ui/cocoa/extensions/extension_install_prompt.mm',
[email protected]7d791652010-12-01 16:34:492597 'browser/ui/cocoa/extensions/extension_install_prompt_controller.h',
2598 'browser/ui/cocoa/extensions/extension_install_prompt_controller.mm',
[email protected]0920e652011-01-17 17:03:532599 'browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm',
2600 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.h',
2601 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492602 'browser/ui/cocoa/extensions/extension_popup_controller.h',
2603 'browser/ui/cocoa/extensions/extension_popup_controller.mm',
[email protected]0920e652011-01-17 17:03:532604 'browser/ui/cocoa/extensions/extension_view_mac.h',
2605 'browser/ui/cocoa/extensions/extension_view_mac.mm',
[email protected]7d791652010-12-01 16:34:492606 'browser/ui/cocoa/external_protocol_dialog.h',
2607 'browser/ui/cocoa/external_protocol_dialog.mm',
2608 'browser/ui/cocoa/fast_resize_view.h',
2609 'browser/ui/cocoa/fast_resize_view.mm',
2610 'browser/ui/cocoa/file_metadata.h',
2611 'browser/ui/cocoa/file_metadata.mm',
[email protected]6e533fb2011-01-15 00:34:292612 'browser/ui/cocoa/find_bar/find_bar_bridge.h',
2613 'browser/ui/cocoa/find_bar/find_bar_bridge.mm',
2614 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h',
2615 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm',
2616 'browser/ui/cocoa/find_bar/find_bar_text_field.h',
2617 'browser/ui/cocoa/find_bar/find_bar_text_field.mm',
2618 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h',
2619 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm',
2620 'browser/ui/cocoa/find_bar/find_bar_view.h',
2621 'browser/ui/cocoa/find_bar/find_bar_view.mm',
[email protected]7d791652010-12-01 16:34:492622 'browser/ui/cocoa/find_pasteboard.h',
2623 'browser/ui/cocoa/find_pasteboard.mm',
2624 'browser/ui/cocoa/first_run_bubble_controller.h',
2625 'browser/ui/cocoa/first_run_bubble_controller.mm',
2626 'browser/ui/cocoa/first_run_dialog.h',
2627 'browser/ui/cocoa/first_run_dialog.mm',
2628 'browser/ui/cocoa/floating_bar_backing_view.h',
2629 'browser/ui/cocoa/floating_bar_backing_view.mm',
2630 'browser/ui/cocoa/focus_tracker.h',
2631 'browser/ui/cocoa/focus_tracker.mm',
[email protected]7d791652010-12-01 16:34:492632 'browser/ui/cocoa/framed_browser_window.h',
2633 'browser/ui/cocoa/framed_browser_window.mm',
2634 'browser/ui/cocoa/fullscreen_controller.h',
2635 'browser/ui/cocoa/fullscreen_controller.mm',
2636 'browser/ui/cocoa/fullscreen_window.h',
2637 'browser/ui/cocoa/fullscreen_window.mm',
2638 'browser/ui/cocoa/gradient_button_cell.h',
2639 'browser/ui/cocoa/gradient_button_cell.mm',
2640 'browser/ui/cocoa/history_menu_bridge.h',
2641 'browser/ui/cocoa/history_menu_bridge.mm',
2642 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2643 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2644 'browser/ui/cocoa/hover_button.h',
2645 'browser/ui/cocoa/hover_button.mm',
2646 'browser/ui/cocoa/hover_close_button.h',
2647 'browser/ui/cocoa/hover_close_button.mm',
2648 'browser/ui/cocoa/hover_image_button.h',
2649 'browser/ui/cocoa/hover_image_button.mm',
2650 'browser/ui/cocoa/html_dialog_window_controller.h',
[email protected]7d791652010-12-01 16:34:492651 'browser/ui/cocoa/html_dialog_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492652 'browser/ui/cocoa/hung_renderer_controller.h',
2653 'browser/ui/cocoa/hung_renderer_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462654 'browser/ui/cocoa/hyperlink_button_cell.h',
2655 'browser/ui/cocoa/hyperlink_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492656 'browser/ui/cocoa/image_utils.h',
2657 'browser/ui/cocoa/image_utils.mm',
[email protected]dea6100f2011-01-18 19:45:142658 'browser/ui/cocoa/importer/import_progress_dialog.h',
2659 'browser/ui/cocoa/importer/import_progress_dialog.mm',
2660 'browser/ui/cocoa/importer/import_settings_dialog.h',
2661 'browser/ui/cocoa/importer/import_settings_dialog.mm',
2662 'browser/ui/cocoa/importer/importer_lock_dialog.h',
2663 'browser/ui/cocoa/importer/importer_lock_dialog.mm',
[email protected]7d791652010-12-01 16:34:492664 'browser/ui/cocoa/info_bubble_view.h',
2665 'browser/ui/cocoa/info_bubble_view.mm',
2666 'browser/ui/cocoa/info_bubble_window.h',
2667 'browser/ui/cocoa/info_bubble_window.mm',
[email protected]2c204b952011-01-18 18:21:532668 'browser/ui/cocoa/infobars/infobar.h',
2669 'browser/ui/cocoa/infobars/infobar_container_controller.h',
2670 'browser/ui/cocoa/infobars/infobar_container_controller.mm',
2671 'browser/ui/cocoa/infobars/infobar_controller.h',
2672 'browser/ui/cocoa/infobars/infobar_controller.mm',
2673 'browser/ui/cocoa/infobars/infobar_gradient_view.h',
2674 'browser/ui/cocoa/infobars/infobar_gradient_view.mm',
2675 'browser/ui/cocoa/infobars/infobar_test_helper.h',
[email protected]f4f50ef2011-01-21 19:01:192676 'browser/ui/cocoa/infobars/infobar_test_helper.mm',
[email protected]7d791652010-12-01 16:34:492677 'browser/ui/cocoa/instant_confirm_window_controller.h',
2678 'browser/ui/cocoa/instant_confirm_window_controller.mm',
2679 'browser/ui/cocoa/js_modal_dialog_cocoa.h',
2680 'browser/ui/cocoa/js_modal_dialog_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492681 'browser/ui/cocoa/keystone_infobar.h',
2682 'browser/ui/cocoa/keystone_infobar.mm',
[email protected]7d791652010-12-01 16:34:492683 'browser/ui/cocoa/l10n_util.h',
2684 'browser/ui/cocoa/l10n_util.mm',
2685 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
2686 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
2687 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
2688 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
2689 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
2690 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
2691 'browser/ui/cocoa/location_bar/bubble_decoration.h',
2692 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
2693 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
2694 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
2695 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
2696 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
2697 'browser/ui/cocoa/location_bar/image_decoration.h',
2698 'browser/ui/cocoa/location_bar/image_decoration.mm',
2699 'browser/ui/cocoa/location_bar/instant_opt_in_controller.h',
2700 'browser/ui/cocoa/location_bar/instant_opt_in_controller.mm',
2701 'browser/ui/cocoa/location_bar/instant_opt_in_view.h',
2702 'browser/ui/cocoa/location_bar/instant_opt_in_view.mm',
2703 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
2704 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
2705 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
2706 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
2707 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
2708 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
2709 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2710 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2711 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2712 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2713 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2714 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2715 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2716 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2717 'browser/ui/cocoa/location_bar/star_decoration.h',
2718 'browser/ui/cocoa/location_bar/star_decoration.mm',
2719 'browser/ui/cocoa/menu_button.h',
2720 'browser/ui/cocoa/menu_button.mm',
2721 'browser/ui/cocoa/menu_controller.h',
2722 'browser/ui/cocoa/menu_controller.mm',
[email protected]7d791652010-12-01 16:34:492723 'browser/ui/cocoa/multi_key_equivalent_button.h',
2724 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2725 'browser/ui/cocoa/new_tab_button.h',
2726 'browser/ui/cocoa/new_tab_button.mm',
[email protected]7d791652010-12-01 16:34:492727 'browser/ui/cocoa/notifications/balloon_controller.h',
[email protected]83bfa0b2011-02-01 05:37:462728 'browser/ui/cocoa/notifications/balloon_controller.mm',
2729 'browser/ui/cocoa/notifications/balloon_view.h',
2730 'browser/ui/cocoa/notifications/balloon_view.mm',
[email protected]7d791652010-12-01 16:34:492731 'browser/ui/cocoa/notifications/balloon_view_bridge.h',
2732 'browser/ui/cocoa/notifications/balloon_view_bridge.mm',
2733 'browser/ui/cocoa/notifications/balloon_view_host_mac.h',
2734 'browser/ui/cocoa/notifications/balloon_view_host_mac.mm',
[email protected]7d791652010-12-01 16:34:492735 'browser/ui/cocoa/nsmenuitem_additions.h',
2736 'browser/ui/cocoa/nsmenuitem_additions.mm',
[email protected]7d791652010-12-01 16:34:492737 'browser/ui/cocoa/objc_method_swizzle.h',
2738 'browser/ui/cocoa/objc_method_swizzle.mm',
2739 'browser/ui/cocoa/objc_zombie.h',
2740 'browser/ui/cocoa/objc_zombie.mm',
[email protected]463194f2011-01-14 22:36:362741 'browser/ui/cocoa/options/content_exceptions_window_controller.h',
2742 'browser/ui/cocoa/options/content_exceptions_window_controller.mm',
2743 'browser/ui/cocoa/options/content_settings_dialog_controller.h',
2744 'browser/ui/cocoa/options/content_settings_dialog_controller.mm',
2745 'browser/ui/cocoa/options/cookies_window_controller.h',
2746 'browser/ui/cocoa/options/cookies_window_controller.mm',
2747 'browser/ui/cocoa/options/custom_home_pages_model.h',
2748 'browser/ui/cocoa/options/custom_home_pages_model.mm',
2749 'browser/ui/cocoa/options/edit_search_engine_cocoa_controller.h',
2750 'browser/ui/cocoa/options/edit_search_engine_cocoa_controller.mm',
2751 'browser/ui/cocoa/options/font_language_settings_controller.h',
2752 'browser/ui/cocoa/options/font_language_settings_controller.mm',
2753 'browser/ui/cocoa/options/keyword_editor_cocoa_controller.h',
2754 'browser/ui/cocoa/options/keyword_editor_cocoa_controller.mm',
2755 'browser/ui/cocoa/options/preferences_window_controller.h',
2756 'browser/ui/cocoa/options/preferences_window_controller.mm',
2757 'browser/ui/cocoa/options/search_engine_list_model.h',
2758 'browser/ui/cocoa/options/search_engine_list_model.mm',
[email protected]7d791652010-12-01 16:34:492759 'browser/ui/cocoa/page_info_bubble_controller.h',
2760 'browser/ui/cocoa/page_info_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492761 'browser/ui/cocoa/repost_form_warning_mac.h',
2762 'browser/ui/cocoa/repost_form_warning_mac.mm',
2763 'browser/ui/cocoa/restart_browser.h',
2764 'browser/ui/cocoa/restart_browser.mm',
2765 'browser/ui/cocoa/rwhvm_editcommand_helper.h',
2766 'browser/ui/cocoa/rwhvm_editcommand_helper.mm',
[email protected]7d791652010-12-01 16:34:492767 'browser/ui/cocoa/search_engine_dialog_controller.h',
2768 'browser/ui/cocoa/search_engine_dialog_controller.mm',
[email protected]7d791652010-12-01 16:34:492769 'browser/ui/cocoa/shell_dialogs_mac.mm',
[email protected]7d791652010-12-01 16:34:492770 'browser/ui/cocoa/sidebar_controller.h',
2771 'browser/ui/cocoa/sidebar_controller.mm',
[email protected]7d791652010-12-01 16:34:492772 'browser/ui/cocoa/speech_input_window_controller.h',
2773 'browser/ui/cocoa/speech_input_window_controller.mm',
2774 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2775 'browser/ui/cocoa/status_bubble_mac.h',
2776 'browser/ui/cocoa/status_bubble_mac.mm',
2777 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2778 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2779 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2780 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2781 'browser/ui/cocoa/styled_text_field.h',
2782 'browser/ui/cocoa/styled_text_field.mm',
2783 'browser/ui/cocoa/styled_text_field_cell.h',
2784 'browser/ui/cocoa/styled_text_field_cell.mm',
[email protected]31573fe82011-01-24 17:53:292785 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
2786 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
2787 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
2788 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
2789 'browser/ui/cocoa/tab_contents/sad_tab_view.h',
2790 'browser/ui/cocoa/tab_contents/sad_tab_view.mm',
2791 'browser/ui/cocoa/tab_contents/tab_contents_controller.h',
2792 'browser/ui/cocoa/tab_contents/tab_contents_controller.mm',
2793 'browser/ui/cocoa/tab_contents/web_contents_drag_source.h',
2794 'browser/ui/cocoa/tab_contents/web_contents_drag_source.mm',
2795 'browser/ui/cocoa/tab_contents/web_drag_source.h',
2796 'browser/ui/cocoa/tab_contents/web_drag_source.mm',
2797 'browser/ui/cocoa/tab_contents/web_drop_target.h',
2798 'browser/ui/cocoa/tab_contents/web_drop_target.mm',
[email protected]83bfa0b2011-02-01 05:37:462799 'browser/ui/cocoa/tab_view_picker_table.h',
2800 'browser/ui/cocoa/tab_view_picker_table.mm',
2801 'browser/ui/cocoa/table_model_array_controller.h',
2802 'browser/ui/cocoa/table_model_array_controller.mm',
2803 'browser/ui/cocoa/table_row_nsimage_cache.h',
2804 'browser/ui/cocoa/table_row_nsimage_cache.mm',
2805 'browser/ui/cocoa/tabpose_window.h',
2806 'browser/ui/cocoa/tabpose_window.mm',
[email protected]cfe1d612011-01-19 20:06:472807 'browser/ui/cocoa/tabs/side_tab_strip_controller.h',
2808 'browser/ui/cocoa/tabs/side_tab_strip_controller.mm',
2809 'browser/ui/cocoa/tabs/side_tab_strip_view.h',
2810 'browser/ui/cocoa/tabs/side_tab_strip_view.mm',
2811 'browser/ui/cocoa/tabs/tab_controller.h',
2812 'browser/ui/cocoa/tabs/tab_controller.mm',
2813 'browser/ui/cocoa/tabs/tab_strip_controller.h',
2814 'browser/ui/cocoa/tabs/tab_strip_controller.mm',
2815 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',
2816 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm',
2817 'browser/ui/cocoa/tabs/tab_strip_view.h',
2818 'browser/ui/cocoa/tabs/tab_strip_view.mm',
2819 'browser/ui/cocoa/tabs/tab_view.h',
2820 'browser/ui/cocoa/tabs/tab_view.mm',
2821 'browser/ui/cocoa/tabs/tab_window_controller.h',
2822 'browser/ui/cocoa/tabs/tab_window_controller.mm',
2823 'browser/ui/cocoa/tabs/throbber_view.h',
2824 'browser/ui/cocoa/tabs/throbber_view.mm',
[email protected]7d791652010-12-01 16:34:492825 'browser/ui/cocoa/task_manager_mac.h',
2826 'browser/ui/cocoa/task_manager_mac.mm',
[email protected]7d791652010-12-01 16:34:492827 'browser/ui/cocoa/theme_install_bubble_view.h',
2828 'browser/ui/cocoa/theme_install_bubble_view.mm',
[email protected]83bfa0b2011-02-01 05:37:462829 'browser/ui/cocoa/themed_window.h',
2830 'browser/ui/cocoa/themed_window.mm',
[email protected]8450c4f2011-01-19 22:16:222831 'browser/ui/cocoa/toolbar/back_forward_menu_controller.h',
2832 'browser/ui/cocoa/toolbar/back_forward_menu_controller.mm',
2833 'browser/ui/cocoa/toolbar/reload_button.h',
2834 'browser/ui/cocoa/toolbar/reload_button.mm',
2835 'browser/ui/cocoa/toolbar/toolbar_controller.h',
2836 'browser/ui/cocoa/toolbar/toolbar_controller.mm',
2837 'browser/ui/cocoa/toolbar/toolbar_view.h',
2838 'browser/ui/cocoa/toolbar/toolbar_view.mm',
[email protected]f5558b972011-02-15 12:50:352839 'browser/ui/cocoa/tracking_area.h',
2840 'browser/ui/cocoa/tracking_area.mm',
[email protected]7d791652010-12-01 16:34:492841 'browser/ui/cocoa/translate/after_translate_infobar_controller.h',
2842 'browser/ui/cocoa/translate/after_translate_infobar_controller.mm',
2843 'browser/ui/cocoa/translate/before_translate_infobar_controller.h',
2844 'browser/ui/cocoa/translate/before_translate_infobar_controller.mm',
2845 'browser/ui/cocoa/translate/translate_infobar_base.h',
2846 'browser/ui/cocoa/translate/translate_infobar_base.mm',
2847 'browser/ui/cocoa/translate/translate_message_infobar_controller.h',
2848 'browser/ui/cocoa/translate/translate_message_infobar_controller.mm',
2849 'browser/ui/cocoa/ui_localizer.h',
2850 'browser/ui/cocoa/ui_localizer.mm',
2851 'browser/ui/cocoa/url_drop_target.h',
2852 'browser/ui/cocoa/url_drop_target.mm',
2853 'browser/ui/cocoa/vertical_gradient_view.h',
2854 'browser/ui/cocoa/vertical_gradient_view.mm',
2855 'browser/ui/cocoa/view_id_util.h',
2856 'browser/ui/cocoa/view_id_util.mm',
2857 'browser/ui/cocoa/view_resizer.h',
[email protected]7d791652010-12-01 16:34:492858 'browser/ui/cocoa/window_size_autosaver.h',
2859 'browser/ui/cocoa/window_size_autosaver.mm',
[email protected]fdf9c472011-01-14 17:30:192860 'browser/ui/cocoa/wrench_menu/menu_tracked_button.h',
2861 'browser/ui/cocoa/wrench_menu/menu_tracked_button.mm',
2862 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.h',
2863 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.mm',
2864 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h',
2865 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm',
2866 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h',
2867 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm',
[email protected]3f1f8412011-01-19 03:01:232868 'browser/ui/crypto_module_password_dialog.h',
2869 'browser/ui/crypto_module_password_dialog_nss.cc',
2870 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]45300ad42010-12-02 15:51:142871 'browser/ui/find_bar/find_bar.h',
2872 'browser/ui/find_bar/find_bar_controller.cc',
2873 'browser/ui/find_bar/find_bar_controller.h',
[email protected]45300ad42010-12-02 15:51:142874 'browser/ui/find_bar/find_bar_state.cc',
[email protected]83bfa0b2011-02-01 05:37:462875 'browser/ui/find_bar/find_bar_state.h',
[email protected]9c318862011-02-01 22:27:242876 'browser/ui/find_bar/find_manager.h',
2877 'browser/ui/find_bar/find_manager.cc',
[email protected]45300ad42010-12-02 15:51:142878 'browser/ui/find_bar/find_notification_details.h',
[email protected]83bfa0b2011-02-01 05:37:462879 'browser/ui/gtk/about_chrome_dialog.cc',
2880 'browser/ui/gtk/about_chrome_dialog.h',
2881 'browser/ui/gtk/accelerators_gtk.cc',
2882 'browser/ui/gtk/accelerators_gtk.h',
2883 'browser/ui/gtk/accessibility_event_router_gtk.cc',
2884 'browser/ui/gtk/accessibility_event_router_gtk.h',
2885 'browser/ui/gtk/accessible_widget_helper_gtk.cc',
2886 'browser/ui/gtk/accessible_widget_helper_gtk.h',
2887 'browser/ui/gtk/back_forward_button_gtk.cc',
2888 'browser/ui/gtk/back_forward_button_gtk.h',
2889 'browser/ui/gtk/bookmark_bar_gtk.cc',
2890 'browser/ui/gtk/bookmark_bar_gtk.h',
2891 'browser/ui/gtk/bookmark_bar_instructions_gtk.cc',
2892 'browser/ui/gtk/bookmark_bar_instructions_gtk.h',
2893 'browser/ui/gtk/bookmark_bubble_gtk.cc',
2894 'browser/ui/gtk/bookmark_bubble_gtk.h',
2895 'browser/ui/gtk/bookmark_editor_gtk.cc',
2896 'browser/ui/gtk/bookmark_editor_gtk.h',
2897 'browser/ui/gtk/bookmark_menu_controller_gtk.cc',
2898 'browser/ui/gtk/bookmark_menu_controller_gtk.h',
2899 'browser/ui/gtk/bookmark_tree_model.cc',
2900 'browser/ui/gtk/bookmark_tree_model.h',
2901 'browser/ui/gtk/bookmark_utils_gtk.cc',
2902 'browser/ui/gtk/bookmark_utils_gtk.h',
2903 'browser/ui/gtk/browser_actions_toolbar_gtk.cc',
2904 'browser/ui/gtk/browser_actions_toolbar_gtk.h',
2905 'browser/ui/gtk/browser_titlebar.cc',
2906 'browser/ui/gtk/browser_titlebar.h',
2907 'browser/ui/gtk/browser_toolbar_gtk.cc',
2908 'browser/ui/gtk/browser_toolbar_gtk.h',
2909 'browser/ui/gtk/browser_window_factory_gtk.cc',
2910 'browser/ui/gtk/browser_window_gtk.cc',
2911 'browser/ui/gtk/browser_window_gtk.h',
2912 'browser/ui/gtk/cairo_cached_surface.cc',
2913 'browser/ui/gtk/cairo_cached_surface.h',
2914 'browser/ui/gtk/certificate_dialogs.cc',
2915 'browser/ui/gtk/certificate_dialogs.h',
2916 'browser/ui/gtk/certificate_viewer.cc',
2917 'browser/ui/gtk/certificate_viewer.h',
2918 'browser/ui/gtk/chrome_gtk_frame.cc',
2919 'browser/ui/gtk/chrome_gtk_frame.h',
2920 'browser/ui/gtk/clear_browsing_data_dialog_gtk.cc',
2921 'browser/ui/gtk/clear_browsing_data_dialog_gtk.h',
2922 'browser/ui/gtk/collected_cookies_gtk.cc',
2923 'browser/ui/gtk/collected_cookies_gtk.h',
2924 'browser/ui/gtk/constrained_html_delegate_gtk.cc',
2925 'browser/ui/gtk/constrained_window_gtk.cc',
2926 'browser/ui/gtk/constrained_window_gtk.h',
2927 'browser/ui/gtk/content_setting_bubble_gtk.cc',
2928 'browser/ui/gtk/content_setting_bubble_gtk.h',
2929 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc',
2930 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.h',
2931 'browser/ui/gtk/crypto_module_password_dialog.cc',
2932 'browser/ui/gtk/custom_button.cc',
2933 'browser/ui/gtk/custom_button.h',
2934 'browser/ui/gtk/custom_drag.cc',
2935 'browser/ui/gtk/custom_drag.h',
2936 'browser/ui/gtk/dialogs_gtk.cc',
2937 'browser/ui/gtk/download_in_progress_dialog_gtk.cc',
2938 'browser/ui/gtk/download_in_progress_dialog_gtk.h',
2939 'browser/ui/gtk/download_item_gtk.cc',
2940 'browser/ui/gtk/download_item_gtk.h',
2941 'browser/ui/gtk/download_shelf_gtk.cc',
2942 'browser/ui/gtk/download_shelf_gtk.h',
2943 'browser/ui/gtk/download_started_animation_gtk.cc',
2944 'browser/ui/gtk/edit_search_engine_dialog.cc',
2945 'browser/ui/gtk/edit_search_engine_dialog.h',
2946 'browser/ui/gtk/extension_infobar_gtk.cc',
2947 'browser/ui/gtk/extension_infobar_gtk.h',
2948 'browser/ui/gtk/extension_install_prompt2_gtk.cc',
2949 'browser/ui/gtk/extension_install_prompt_gtk.cc',
2950 'browser/ui/gtk/extension_installed_bubble_gtk.cc',
2951 'browser/ui/gtk/extension_installed_bubble_gtk.h',
2952 'browser/ui/gtk/extension_popup_gtk.cc',
2953 'browser/ui/gtk/extension_popup_gtk.h',
2954 'browser/ui/gtk/extension_view_gtk.cc',
2955 'browser/ui/gtk/extension_view_gtk.h',
2956 'browser/ui/gtk/external_protocol_dialog_gtk.cc',
2957 'browser/ui/gtk/external_protocol_dialog_gtk.h',
2958 'browser/ui/gtk/find_bar_gtk.cc',
2959 'browser/ui/gtk/find_bar_gtk.h',
2960 'browser/ui/gtk/first_run_bubble.cc',
2961 'browser/ui/gtk/first_run_bubble.h',
2962 'browser/ui/gtk/first_run_dialog.cc',
2963 'browser/ui/gtk/first_run_dialog.h',
2964 'browser/ui/gtk/focus_store_gtk.cc',
2965 'browser/ui/gtk/focus_store_gtk.h',
2966 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc',
2967 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h',
2968 'browser/ui/gtk/gconf_titlebar_listener.cc',
2969 'browser/ui/gtk/gconf_titlebar_listener.h',
2970 'browser/ui/gtk/gtk_chrome_button.cc',
2971 'browser/ui/gtk/gtk_chrome_button.h',
2972 'browser/ui/gtk/gtk_chrome_cookie_view.cc',
2973 'browser/ui/gtk/gtk_chrome_cookie_view.h',
2974 'browser/ui/gtk/gtk_chrome_link_button.cc',
2975 'browser/ui/gtk/gtk_chrome_link_button.h',
2976 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc',
2977 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h',
2978 'browser/ui/gtk/gtk_custom_menu.cc',
2979 'browser/ui/gtk/gtk_custom_menu.h',
2980 'browser/ui/gtk/gtk_custom_menu_item.cc',
2981 'browser/ui/gtk/gtk_custom_menu_item.h',
2982 'browser/ui/gtk/gtk_expanded_container.cc',
2983 'browser/ui/gtk/gtk_expanded_container.h',
2984 'browser/ui/gtk/gtk_floating_container.cc',
2985 'browser/ui/gtk/gtk_floating_container.h',
2986 'browser/ui/gtk/gtk_theme_provider.cc',
2987 'browser/ui/gtk/gtk_theme_provider.h',
2988 'browser/ui/gtk/gtk_tree.cc',
2989 'browser/ui/gtk/gtk_tree.h',
2990 'browser/ui/gtk/gtk_util.cc',
2991 'browser/ui/gtk/gtk_util.h',
2992 'browser/ui/gtk/hover_controller_gtk.cc',
2993 'browser/ui/gtk/hover_controller_gtk.h',
2994 'browser/ui/gtk/html_dialog_gtk.cc',
2995 'browser/ui/gtk/html_dialog_gtk.h',
2996 'browser/ui/gtk/hung_renderer_dialog_gtk.cc',
2997 'browser/ui/gtk/import_dialog_gtk.cc',
2998 'browser/ui/gtk/import_dialog_gtk.h',
2999 'browser/ui/gtk/import_lock_dialog_gtk.cc',
3000 'browser/ui/gtk/import_lock_dialog_gtk.h',
3001 'browser/ui/gtk/import_progress_dialog_gtk.cc',
3002 'browser/ui/gtk/import_progress_dialog_gtk.h',
3003 'browser/ui/gtk/info_bubble_accelerators_gtk.cc',
3004 'browser/ui/gtk/info_bubble_accelerators_gtk.h',
3005 'browser/ui/gtk/info_bubble_gtk.cc',
3006 'browser/ui/gtk/info_bubble_gtk.h',
[email protected]9c1f4612011-02-01 23:41:353007 'browser/ui/gtk/infobars/infobar_arrow_model.cc',
3008 'browser/ui/gtk/infobars/infobar_arrow_model.h',
[email protected]bbc3b2302011-02-02 01:19:213009 'browser/ui/gtk/infobars/infobar_container_gtk.cc',
3010 'browser/ui/gtk/infobars/infobar_container_gtk.h',
3011 'browser/ui/gtk/infobars/infobar_gtk.cc',
3012 'browser/ui/gtk/infobars/infobar_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:463013 'browser/ui/gtk/instant_confirm_dialog_gtk.cc',
3014 'browser/ui/gtk/instant_confirm_dialog_gtk.h',
3015 'browser/ui/gtk/js_modal_dialog_gtk.cc',
3016 'browser/ui/gtk/js_modal_dialog_gtk.h',
3017 'browser/ui/gtk/keyword_editor_view.cc',
3018 'browser/ui/gtk/keyword_editor_view.h',
3019 'browser/ui/gtk/location_bar_view_gtk.cc',
3020 'browser/ui/gtk/location_bar_view_gtk.h',
3021 'browser/ui/gtk/menu_bar_helper.cc',
3022 'browser/ui/gtk/menu_bar_helper.h',
3023 'browser/ui/gtk/menu_gtk.cc',
3024 'browser/ui/gtk/menu_gtk.h',
3025 'browser/ui/gtk/nine_box.cc',
3026 'browser/ui/gtk/nine_box.h',
3027 'browser/ui/gtk/notifications/balloon_view_gtk.cc',
3028 'browser/ui/gtk/notifications/balloon_view_gtk.h',
3029 'browser/ui/gtk/notifications/balloon_view_host_gtk.cc',
3030 'browser/ui/gtk/notifications/balloon_view_host_gtk.h',
3031 'browser/ui/gtk/options/advanced_contents_gtk.cc',
3032 'browser/ui/gtk/options/advanced_contents_gtk.h',
3033 'browser/ui/gtk/options/advanced_page_gtk.cc',
3034 'browser/ui/gtk/options/advanced_page_gtk.h',
3035 'browser/ui/gtk/options/content_exception_editor.cc',
3036 'browser/ui/gtk/options/content_exception_editor.h',
3037 'browser/ui/gtk/options/content_exceptions_window_gtk.cc',
3038 'browser/ui/gtk/options/content_exceptions_window_gtk.h',
3039 'browser/ui/gtk/options/content_filter_page_gtk.cc',
3040 'browser/ui/gtk/options/content_filter_page_gtk.h',
3041 'browser/ui/gtk/options/content_page_gtk.cc',
3042 'browser/ui/gtk/options/content_page_gtk.h',
3043 'browser/ui/gtk/options/content_settings_window_gtk.cc',
3044 'browser/ui/gtk/options/content_settings_window_gtk.h',
3045 'browser/ui/gtk/options/cookie_filter_page_gtk.cc',
3046 'browser/ui/gtk/options/cookie_filter_page_gtk.h',
3047 'browser/ui/gtk/options/cookies_view.cc',
3048 'browser/ui/gtk/options/cookies_view.h',
3049 'browser/ui/gtk/options/fonts_languages_window_gtk.cc',
3050 'browser/ui/gtk/options/fonts_page_gtk.cc',
3051 'browser/ui/gtk/options/fonts_page_gtk.h',
3052 'browser/ui/gtk/options/general_page_gtk.cc',
3053 'browser/ui/gtk/options/general_page_gtk.h',
3054 'browser/ui/gtk/options/languages_page_gtk.cc',
3055 'browser/ui/gtk/options/languages_page_gtk.h',
3056 'browser/ui/gtk/options/managed_prefs_banner_gtk.cc',
3057 'browser/ui/gtk/options/managed_prefs_banner_gtk.h',
3058 'browser/ui/gtk/options/options_layout_gtk.cc',
3059 'browser/ui/gtk/options/options_layout_gtk.h',
3060 'browser/ui/gtk/options/options_window_gtk.cc',
3061 'browser/ui/gtk/options/passwords_exceptions_page_gtk.cc',
3062 'browser/ui/gtk/options/passwords_exceptions_page_gtk.h',
3063 'browser/ui/gtk/options/passwords_exceptions_window_gtk.cc',
3064 'browser/ui/gtk/options/passwords_exceptions_window_gtk.h',
3065 'browser/ui/gtk/options/passwords_page_gtk.cc',
3066 'browser/ui/gtk/options/passwords_page_gtk.h',
3067 'browser/ui/gtk/options/simple_content_exceptions_window.cc',
3068 'browser/ui/gtk/options/simple_content_exceptions_window.h',
3069 'browser/ui/gtk/options/url_picker_dialog_gtk.cc',
3070 'browser/ui/gtk/options/url_picker_dialog_gtk.h',
3071 'browser/ui/gtk/overflow_button.cc',
3072 'browser/ui/gtk/overflow_button.h',
3073 'browser/ui/gtk/owned_widget_gtk.cc',
3074 'browser/ui/gtk/owned_widget_gtk.h',
3075 'browser/ui/gtk/page_info_bubble_gtk.cc',
3076 'browser/ui/gtk/process_singleton_dialog.cc',
3077 'browser/ui/gtk/process_singleton_dialog.h',
3078 'browser/ui/gtk/reload_button_gtk.cc',
3079 'browser/ui/gtk/reload_button_gtk.h',
3080 'browser/ui/gtk/repost_form_warning_gtk.cc',
3081 'browser/ui/gtk/repost_form_warning_gtk.h',
3082 'browser/ui/gtk/rounded_window.cc',
3083 'browser/ui/gtk/rounded_window.h',
3084 'browser/ui/gtk/sad_tab_gtk.cc',
3085 'browser/ui/gtk/sad_tab_gtk.h',
3086 'browser/ui/gtk/slide_animator_gtk.cc',
3087 'browser/ui/gtk/slide_animator_gtk.h',
3088 'browser/ui/gtk/ssl_client_certificate_selector.cc',
3089 'browser/ui/gtk/status_bubble_gtk.cc',
3090 'browser/ui/gtk/status_bubble_gtk.h',
3091 'browser/ui/gtk/status_icons/status_icon_gtk.cc',
3092 'browser/ui/gtk/status_icons/status_icon_gtk.h',
3093 'browser/ui/gtk/status_icons/status_tray_gtk.cc',
3094 'browser/ui/gtk/status_icons/status_tray_gtk.h',
3095 'browser/ui/gtk/tab_contents_container_gtk.cc',
3096 'browser/ui/gtk/tab_contents_container_gtk.h',
3097 'browser/ui/gtk/tab_contents_drag_source.cc',
3098 'browser/ui/gtk/tab_contents_drag_source.h',
3099 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc',
3100 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.h',
3101 'browser/ui/gtk/tabs/dragged_tab_gtk.cc',
3102 'browser/ui/gtk/tabs/dragged_tab_gtk.h',
3103 'browser/ui/gtk/tabs/tab_gtk.cc',
3104 'browser/ui/gtk/tabs/tab_gtk.h',
3105 'browser/ui/gtk/tabs/tab_renderer_gtk.cc',
3106 'browser/ui/gtk/tabs/tab_renderer_gtk.h',
3107 'browser/ui/gtk/tabs/tab_strip_gtk.cc',
3108 'browser/ui/gtk/tabs/tab_strip_gtk.h',
3109 'browser/ui/gtk/task_manager_gtk.cc',
3110 'browser/ui/gtk/task_manager_gtk.h',
3111 'browser/ui/gtk/theme_install_bubble_view_gtk.cc',
3112 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
3113 'browser/ui/gtk/translate/after_translate_infobar_gtk.cc',
3114 'browser/ui/gtk/translate/after_translate_infobar_gtk.h',
3115 'browser/ui/gtk/translate/before_translate_infobar_gtk.cc',
3116 'browser/ui/gtk/translate/before_translate_infobar_gtk.h',
3117 'browser/ui/gtk/translate/translate_infobar_base_gtk.cc',
3118 'browser/ui/gtk/translate/translate_infobar_base_gtk.h',
3119 'browser/ui/gtk/translate/translate_message_infobar_gtk.cc',
3120 'browser/ui/gtk/translate/translate_message_infobar_gtk.h',
3121 'browser/ui/gtk/update_recommended_dialog.cc',
3122 'browser/ui/gtk/update_recommended_dialog.h',
3123 'browser/ui/gtk/view_id_util.cc',
3124 'browser/ui/gtk/view_id_util.h',
[email protected]6a3ec2312010-12-02 19:30:193125 'browser/ui/input_window_dialog.h',
3126 'browser/ui/input_window_dialog_gtk.cc',
3127 'browser/ui/input_window_dialog_win.cc',
[email protected]8ecad5e2010-12-02 21:18:333128 'browser/ui/login/login_model.h',
3129 'browser/ui/login/login_prompt.cc',
3130 'browser/ui/login/login_prompt.h',
3131 'browser/ui/login/login_prompt_gtk.cc',
3132 'browser/ui/login/login_prompt_mac.h',
3133 'browser/ui/login/login_prompt_mac.mm',
3134 'browser/ui/login/login_prompt_win.cc',
[email protected]6a3ec2312010-12-02 19:30:193135 'browser/ui/omnibox/location_bar.h',
3136 'browser/ui/omnibox/location_bar_util.cc',
3137 'browser/ui/omnibox/location_bar_util.h',
3138 'browser/ui/options/options_page_base.cc',
3139 'browser/ui/options/options_page_base.h',
3140 'browser/ui/options/options_util.cc',
3141 'browser/ui/options/options_util.h',
3142 'browser/ui/options/options_window.h',
3143 'browser/ui/options/show_options_url.cc',
3144 'browser/ui/options/show_options_url.h',
[email protected]192a05f2011-02-11 20:39:503145 'browser/ui/shell_dialogs.cc',
3146 'browser/ui/shell_dialogs.h',
[email protected]6a3ec2312010-12-02 19:30:193147 'browser/ui/status_bubble.h',
3148 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3149 'browser/ui/tab_contents/tab_contents_wrapper.h',
[email protected]a0366a52011-02-04 20:04:213150 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3151 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:463152 'browser/ui/tabs/dock_info.cc',
3153 'browser/ui/tabs/dock_info.h',
[email protected]9a800652010-12-02 17:08:443154 'browser/ui/tabs/dock_info_gtk.cc',
3155 'browser/ui/tabs/dock_info_mac.cc',
3156 'browser/ui/tabs/dock_info_win.cc',
[email protected]6a3ec2312010-12-02 19:30:193157 'browser/ui/tabs/tab_menu_model.cc',
3158 'browser/ui/tabs/tab_menu_model.h',
[email protected]9a800652010-12-02 17:08:443159 'browser/ui/toolbar/back_forward_menu_model.cc',
3160 'browser/ui/toolbar/back_forward_menu_model.h',
3161 'browser/ui/toolbar/encoding_menu_controller.cc',
3162 'browser/ui/toolbar/encoding_menu_controller.h',
3163 'browser/ui/toolbar/toolbar_model.cc',
3164 'browser/ui/toolbar/toolbar_model.h',
3165 'browser/ui/toolbar/wrench_menu_model.cc',
3166 'browser/ui/toolbar/wrench_menu_model.h',
[email protected]4fe042f2010-12-14 16:41:403167 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
[email protected]578fe8dd2011-01-12 02:02:193168 'browser/ui/touch/frame/keyboard_container_view.cc',
3169 'browser/ui/touch/frame/keyboard_container_view.h',
[email protected]4fe042f2010-12-14 16:41:403170 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3171 'browser/ui/touch/frame/touch_browser_frame_view.h',
[email protected]15972e02011-01-24 23:25:193172 'browser/ui/touch/tabs/tab_strip_factory.cc',
3173 'browser/ui/touch/tabs/touch_tab.cc',
3174 'browser/ui/touch/tabs/touch_tab.h',
3175 'browser/ui/touch/tabs/touch_tab_strip.cc',
3176 'browser/ui/touch/tabs/touch_tab_strip.h',
[email protected]6a3ec2312010-12-02 19:30:193177 'browser/ui/view_ids.h',
[email protected]213dac22010-11-09 07:35:323178 'browser/ui/views/about_chrome_view.cc',
3179 'browser/ui/views/about_chrome_view.h',
3180 'browser/ui/views/about_ipc_dialog.cc',
3181 'browser/ui/views/about_ipc_dialog.h',
3182 'browser/ui/views/accelerator_table_gtk.cc',
3183 'browser/ui/views/accelerator_table_gtk.h',
3184 'browser/ui/views/accessibility_event_router_views.cc',
3185 'browser/ui/views/accessibility_event_router_views.h',
3186 'browser/ui/views/accessible_pane_view.cc',
3187 'browser/ui/views/accessible_pane_view.h',
[email protected]213dac22010-11-09 07:35:323188 'browser/ui/views/appcache_info_view.cc',
3189 'browser/ui/views/appcache_info_view.h',
3190 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3191 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
[email protected]213dac22010-11-09 07:35:323192 'browser/ui/views/autocomplete/autocomplete_popup_gtk.cc',
3193 'browser/ui/views/autocomplete/autocomplete_popup_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:463194 'browser/ui/views/autocomplete/autocomplete_popup_win.cc',
3195 'browser/ui/views/autocomplete/autocomplete_popup_win.h',
[email protected]213dac22010-11-09 07:35:323196 'browser/ui/views/autofill_profiles_view_win.cc',
3197 'browser/ui/views/autofill_profiles_view_win.h',
3198 'browser/ui/views/bookmark_bar_instructions_view.cc',
3199 'browser/ui/views/bookmark_bar_instructions_view.h',
3200 'browser/ui/views/bookmark_bar_view.cc',
3201 'browser/ui/views/bookmark_bar_view.h',
3202 'browser/ui/views/bookmark_bubble_view.cc',
3203 'browser/ui/views/bookmark_bubble_view.h',
3204 'browser/ui/views/bookmark_context_menu.cc',
3205 'browser/ui/views/bookmark_context_menu.h',
3206 'browser/ui/views/bookmark_context_menu_controller_views.cc',
3207 'browser/ui/views/bookmark_context_menu_controller_views.h',
3208 'browser/ui/views/bookmark_editor_view.cc',
3209 'browser/ui/views/bookmark_editor_view.h',
3210 'browser/ui/views/bookmark_menu_controller_views.cc',
3211 'browser/ui/views/bookmark_menu_controller_views.h',
3212 'browser/ui/views/browser_actions_container.cc',
3213 'browser/ui/views/browser_actions_container.h',
3214 'browser/ui/views/browser_bubble.cc',
3215 'browser/ui/views/browser_bubble.h',
3216 'browser/ui/views/browser_bubble_gtk.cc',
3217 'browser/ui/views/browser_bubble_win.cc',
3218 'browser/ui/views/browser_dialogs.h',
3219 'browser/ui/views/bubble_border.cc',
3220 'browser/ui/views/bubble_border.h',
3221 'browser/ui/views/certificate_viewer_win.cc',
3222 'browser/ui/views/chrome_views_delegate.cc',
3223 'browser/ui/views/chrome_views_delegate.h',
3224 'browser/ui/views/clear_browsing_data.cc',
3225 'browser/ui/views/clear_browsing_data.h',
3226 'browser/ui/views/clear_browsing_data_view.cc',
3227 'browser/ui/views/clear_browsing_data_view.h',
3228 'browser/ui/views/clear_data_view.cc',
3229 'browser/ui/views/clear_data_view.h',
3230 'browser/ui/views/clear_server_data.cc',
3231 'browser/ui/views/clear_server_data.h',
3232 'browser/ui/views/collected_cookies_win.cc',
3233 'browser/ui/views/collected_cookies_win.h',
3234 'browser/ui/views/confirm_message_box_dialog.cc',
3235 'browser/ui/views/confirm_message_box_dialog.h',
[email protected]5dd28922010-11-10 17:09:173236 'browser/ui/views/constrained_html_delegate_gtk.cc',
[email protected]213dac22010-11-09 07:35:323237 'browser/ui/views/constrained_html_delegate_win.cc',
3238 'browser/ui/views/constrained_window_win.cc',
3239 'browser/ui/views/constrained_window_win.h',
3240 'browser/ui/views/content_setting_bubble_contents.cc',
3241 'browser/ui/views/content_setting_bubble_contents.h',
3242 'browser/ui/views/cookie_info_view.cc',
3243 'browser/ui/views/cookie_info_view.h',
3244 'browser/ui/views/create_application_shortcut_view.cc',
3245 'browser/ui/views/create_application_shortcut_view.h',
3246 'browser/ui/views/database_info_view.cc',
3247 'browser/ui/views/database_info_view.h',
3248 'browser/ui/views/database_open_info_view.cc',
3249 'browser/ui/views/database_open_info_view.h',
3250 'browser/ui/views/default_search_view.cc',
3251 'browser/ui/views/default_search_view.h',
3252 'browser/ui/views/detachable_toolbar_view.cc',
3253 'browser/ui/views/detachable_toolbar_view.h',
3254 'browser/ui/views/dialog_stubs_gtk.cc',
3255 'browser/ui/views/dom_view.cc',
3256 'browser/ui/views/dom_view.h',
3257 'browser/ui/views/download_item_view.cc',
3258 'browser/ui/views/download_item_view.h',
3259 'browser/ui/views/download_shelf_view.cc',
3260 'browser/ui/views/download_shelf_view.h',
3261 'browser/ui/views/download_started_animation_win.cc',
3262 'browser/ui/views/dropdown_bar_host.cc',
3263 'browser/ui/views/dropdown_bar_host.h',
3264 'browser/ui/views/dropdown_bar_host_gtk.cc',
3265 'browser/ui/views/dropdown_bar_host_win.cc',
3266 'browser/ui/views/dropdown_bar_view.h',
3267 'browser/ui/views/edit_search_engine_dialog.cc',
3268 'browser/ui/views/edit_search_engine_dialog.h',
3269 'browser/ui/views/event_utils.cc',
3270 'browser/ui/views/event_utils.h',
3271 'browser/ui/views/extensions/browser_action_drag_data.cc',
3272 'browser/ui/views/extensions/browser_action_drag_data.h',
3273 'browser/ui/views/extensions/browser_action_overflow_menu_controller.cc',
3274 'browser/ui/views/extensions/browser_action_overflow_menu_controller.h',
3275 'browser/ui/views/extensions/extension_install_prompt.cc',
3276 'browser/ui/views/extensions/extension_install_prompt2.cc',
3277 'browser/ui/views/extensions/extension_installed_bubble.cc',
3278 'browser/ui/views/extensions/extension_installed_bubble.h',
3279 'browser/ui/views/extensions/extension_popup.cc',
3280 'browser/ui/views/extensions/extension_popup.h',
3281 'browser/ui/views/extensions/extension_view.cc',
3282 'browser/ui/views/extensions/extension_view.h',
3283 'browser/ui/views/external_protocol_dialog.cc',
3284 'browser/ui/views/external_protocol_dialog.h',
3285 'browser/ui/views/find_bar_host.cc',
3286 'browser/ui/views/find_bar_host.h',
3287 'browser/ui/views/find_bar_host_gtk.cc',
3288 'browser/ui/views/find_bar_host_win.cc',
3289 'browser/ui/views/find_bar_view.cc',
3290 'browser/ui/views/find_bar_view.h',
3291 'browser/ui/views/first_run_bubble.cc',
3292 'browser/ui/views/first_run_bubble.h',
3293 'browser/ui/views/first_run_search_engine_view.cc',
3294 'browser/ui/views/first_run_search_engine_view.h',
3295 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3296 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3297 'browser/ui/views/frame/browser_bubble_host.cc',
3298 'browser/ui/views/frame/browser_bubble_host.h',
3299 'browser/ui/views/frame/browser_frame.h',
3300 'browser/ui/views/frame/browser_frame_gtk.cc',
3301 'browser/ui/views/frame/browser_frame_gtk.h',
3302 'browser/ui/views/frame/browser_frame_win.cc',
3303 'browser/ui/views/frame/browser_frame_win.h',
3304 'browser/ui/views/frame/browser_non_client_frame_view.h',
[email protected]4fe042f2010-12-14 16:41:403305 'browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc',
3306 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
[email protected]213dac22010-11-09 07:35:323307 'browser/ui/views/frame/browser_root_view.cc',
3308 'browser/ui/views/frame/browser_root_view.h',
3309 'browser/ui/views/frame/browser_view.cc',
3310 'browser/ui/views/frame/browser_view.h',
3311 'browser/ui/views/frame/browser_view_layout.cc',
3312 'browser/ui/views/frame/browser_view_layout.h',
3313 'browser/ui/views/frame/contents_container.cc',
3314 'browser/ui/views/frame/contents_container.h',
3315 'browser/ui/views/frame/glass_browser_frame_view.cc',
3316 'browser/ui/views/frame/glass_browser_frame_view.h',
3317 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3318 'browser/ui/views/frame/opaque_browser_frame_view.h',
3319 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3320 'browser/ui/views/frame/popup_non_client_frame_view.h',
3321 'browser/ui/views/fullscreen_exit_bubble.cc',
3322 'browser/ui/views/fullscreen_exit_bubble.h',
3323 'browser/ui/views/generic_info_view.cc',
3324 'browser/ui/views/generic_info_view.h',
3325 'browser/ui/views/html_dialog_view.cc',
3326 'browser/ui/views/html_dialog_view.h',
3327 'browser/ui/views/hung_renderer_view.cc',
3328 'browser/ui/views/importer_lock_view.cc',
3329 'browser/ui/views/importer_lock_view.h',
3330 'browser/ui/views/importer_view.cc',
3331 'browser/ui/views/importer_view.h',
3332 'browser/ui/views/importing_progress_view.cc',
3333 'browser/ui/views/importing_progress_view.h',
3334 'browser/ui/views/indexed_db_info_view.cc',
3335 'browser/ui/views/indexed_db_info_view.h',
3336 'browser/ui/views/info_bubble.cc',
3337 'browser/ui/views/info_bubble.h',
3338 'browser/ui/views/infobars/after_translate_infobar.cc',
3339 'browser/ui/views/infobars/after_translate_infobar.h',
3340 'browser/ui/views/infobars/before_translate_infobar.cc',
3341 'browser/ui/views/infobars/before_translate_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:043342 'browser/ui/views/infobars/confirm_infobar.cc',
3343 'browser/ui/views/infobars/confirm_infobar.h',
[email protected]213dac22010-11-09 07:35:323344 'browser/ui/views/infobars/extension_infobar.cc',
3345 'browser/ui/views/infobars/extension_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:043346 'browser/ui/views/infobars/infobar_background.cc',
3347 'browser/ui/views/infobars/infobar_background.h',
[email protected]213dac22010-11-09 07:35:323348 'browser/ui/views/infobars/infobar_button_border.cc',
3349 'browser/ui/views/infobars/infobar_button_border.h',
3350 'browser/ui/views/infobars/infobar_container.cc',
3351 'browser/ui/views/infobars/infobar_container.h',
3352 'browser/ui/views/infobars/infobar_text_button.cc',
3353 'browser/ui/views/infobars/infobar_text_button.h',
[email protected]fc3c351a2011-02-01 01:10:043354 'browser/ui/views/infobars/infobar_view.cc',
3355 'browser/ui/views/infobars/infobar_view.h',
3356 'browser/ui/views/infobars/link_infobar.cc',
3357 'browser/ui/views/infobars/link_infobar.h',
[email protected]213dac22010-11-09 07:35:323358 'browser/ui/views/infobars/translate_infobar_base.cc',
3359 'browser/ui/views/infobars/translate_infobar_base.h',
3360 'browser/ui/views/infobars/translate_message_infobar.cc',
3361 'browser/ui/views/infobars/translate_message_infobar.h',
3362 'browser/ui/views/instant_confirm_view.cc',
3363 'browser/ui/views/instant_confirm_view.h',
3364 'browser/ui/views/js_modal_dialog_views.cc',
3365 'browser/ui/views/js_modal_dialog_views.h',
[email protected]d14af522010-12-02 03:54:503366 'browser/ui/views/keyboard_overlay_delegate.cc',
3367 'browser/ui/views/keyboard_overlay_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:463368 'browser/ui/views/keyword_editor_view.cc',
3369 'browser/ui/views/keyword_editor_view.h',
[email protected]213dac22010-11-09 07:35:323370 'browser/ui/views/list_background.h',
3371 'browser/ui/views/local_storage_info_view.cc',
3372 'browser/ui/views/local_storage_info_view.h',
3373 'browser/ui/views/local_storage_set_item_info_view.cc',
3374 'browser/ui/views/local_storage_set_item_info_view.h',
3375 'browser/ui/views/location_bar/click_handler.cc',
3376 'browser/ui/views/location_bar/click_handler.h',
3377 'browser/ui/views/location_bar/content_setting_image_view.cc',
3378 'browser/ui/views/location_bar/content_setting_image_view.h',
3379 'browser/ui/views/location_bar/ev_bubble_view.cc',
3380 'browser/ui/views/location_bar/ev_bubble_view.h',
[email protected]213dac22010-11-09 07:35:323381 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
[email protected]83bfa0b2011-02-01 05:37:463382 'browser/ui/views/location_bar/icon_label_bubble_view.h',
[email protected]213dac22010-11-09 07:35:323383 'browser/ui/views/location_bar/keyword_hint_view.cc',
3384 'browser/ui/views/location_bar/keyword_hint_view.h',
[email protected]213dac22010-11-09 07:35:323385 'browser/ui/views/location_bar/location_bar_view.cc',
3386 'browser/ui/views/location_bar/location_bar_view.h',
[email protected]83bfa0b2011-02-01 05:37:463387 'browser/ui/views/location_bar/location_icon_view.cc',
3388 'browser/ui/views/location_bar/location_icon_view.h',
[email protected]213dac22010-11-09 07:35:323389 'browser/ui/views/location_bar/page_action_image_view.cc',
3390 'browser/ui/views/location_bar/page_action_image_view.h',
3391 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3392 'browser/ui/views/location_bar/page_action_with_badge_view.h',
[email protected]213dac22010-11-09 07:35:323393 'browser/ui/views/location_bar/selected_keyword_view.cc',
[email protected]83bfa0b2011-02-01 05:37:463394 'browser/ui/views/location_bar/selected_keyword_view.h',
[email protected]213dac22010-11-09 07:35:323395 'browser/ui/views/location_bar/star_view.cc',
3396 'browser/ui/views/location_bar/star_view.h',
[email protected]553aabb2010-11-11 00:37:153397 'browser/ui/views/location_bar/suggested_text_view.cc',
3398 'browser/ui/views/location_bar/suggested_text_view.h',
[email protected]213dac22010-11-09 07:35:323399 'browser/ui/views/login_view.cc',
3400 'browser/ui/views/login_view.h',
[email protected]213dac22010-11-09 07:35:323401 'browser/ui/views/notifications/balloon_view.cc',
3402 'browser/ui/views/notifications/balloon_view.h',
[email protected]83bfa0b2011-02-01 05:37:463403 'browser/ui/views/notifications/balloon_view_host.cc',
3404 'browser/ui/views/notifications/balloon_view_host.h',
[email protected]213dac22010-11-09 07:35:323405 'browser/ui/views/options/advanced_contents_view.cc',
3406 'browser/ui/views/options/advanced_contents_view.h',
3407 'browser/ui/views/options/advanced_page_view.cc',
3408 'browser/ui/views/options/advanced_page_view.h',
3409 'browser/ui/views/options/content_exceptions_table_view.cc',
3410 'browser/ui/views/options/content_exceptions_table_view.h',
[email protected]213dac22010-11-09 07:35:323411 'browser/ui/views/options/content_filter_page_view.cc',
3412 'browser/ui/views/options/content_filter_page_view.h',
[email protected]83bfa0b2011-02-01 05:37:463413 'browser/ui/views/options/content_page_view.cc',
3414 'browser/ui/views/options/content_page_view.h',
[email protected]213dac22010-11-09 07:35:323415 'browser/ui/views/options/content_settings_window_view.cc',
3416 'browser/ui/views/options/content_settings_window_view.h',
3417 'browser/ui/views/options/cookie_filter_page_view.cc',
3418 'browser/ui/views/options/cookie_filter_page_view.h',
3419 'browser/ui/views/options/cookies_view.cc',
3420 'browser/ui/views/options/cookies_view.h',
3421 'browser/ui/views/options/exception_editor_view.cc',
3422 'browser/ui/views/options/exception_editor_view.h',
[email protected]213dac22010-11-09 07:35:323423 'browser/ui/views/options/exceptions_page_view.cc',
3424 'browser/ui/views/options/exceptions_page_view.h',
[email protected]83bfa0b2011-02-01 05:37:463425 'browser/ui/views/options/exceptions_view.cc',
3426 'browser/ui/views/options/exceptions_view.h',
[email protected]213dac22010-11-09 07:35:323427 'browser/ui/views/options/fonts_languages_window_view.cc',
3428 'browser/ui/views/options/fonts_languages_window_view.h',
3429 'browser/ui/views/options/fonts_page_view.cc',
3430 'browser/ui/views/options/fonts_page_view.h',
3431 'browser/ui/views/options/general_page_view.cc',
3432 'browser/ui/views/options/general_page_view.h',
3433 'browser/ui/views/options/languages_page_view.cc',
3434 'browser/ui/views/options/languages_page_view.h',
3435 'browser/ui/views/options/managed_prefs_banner_view.cc',
3436 'browser/ui/views/options/managed_prefs_banner_view.h',
3437 'browser/ui/views/options/options_group_view.cc',
3438 'browser/ui/views/options/options_group_view.h',
3439 'browser/ui/views/options/options_page_view.cc',
3440 'browser/ui/views/options/options_page_view.h',
3441 'browser/ui/views/options/options_window_view.cc',
3442 'browser/ui/views/options/passwords_exceptions_window_view.cc',
3443 'browser/ui/views/options/passwords_exceptions_window_view.h',
3444 'browser/ui/views/options/passwords_page_view.cc',
3445 'browser/ui/views/options/passwords_page_view.h',
3446 'browser/ui/views/options/plugin_filter_page_view.cc',
3447 'browser/ui/views/options/plugin_filter_page_view.h',
3448 'browser/ui/views/options/simple_content_exceptions_view.cc',
3449 'browser/ui/views/options/simple_content_exceptions_view.h',
3450 'browser/ui/views/page_info_bubble_view.cc',
3451 'browser/ui/views/page_info_bubble_view.h',
3452 'browser/ui/views/pinned_contents_info_bubble.cc',
3453 'browser/ui/views/pinned_contents_info_bubble.h',
3454 'browser/ui/views/reload_button.cc',
3455 'browser/ui/views/reload_button.h',
3456 'browser/ui/views/repost_form_warning_view.cc',
3457 'browser/ui/views/repost_form_warning_view.h',
3458 'browser/ui/views/restart_message_box.cc',
3459 'browser/ui/views/restart_message_box.h',
3460 'browser/ui/views/sad_tab_view.cc',
3461 'browser/ui/views/sad_tab_view.h',
3462 'browser/ui/views/select_file_dialog.cc',
3463 'browser/ui/views/shell_dialogs_win.cc',
3464 'browser/ui/views/ssl_client_certificate_selector_win.cc',
3465 'browser/ui/views/status_bubble_views.cc',
3466 'browser/ui/views/status_bubble_views.h',
3467 'browser/ui/views/status_icons/status_icon_win.cc',
3468 'browser/ui/views/status_icons/status_icon_win.h',
3469 'browser/ui/views/status_icons/status_tray_gtk.cc',
3470 'browser/ui/views/status_icons/status_tray_win.cc',
3471 'browser/ui/views/status_icons/status_tray_win.h',
[email protected]213dac22010-11-09 07:35:323472 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3473 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3474 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
3475 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3476 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
3477 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3478 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
[email protected]83bfa0b2011-02-01 05:37:463479 'browser/ui/views/tab_contents/tab_contents_container.cc',
3480 'browser/ui/views/tab_contents/tab_contents_container.h',
3481 'browser/ui/views/tab_contents/tab_contents_container_native.cc',
3482 'browser/ui/views/tab_contents/tab_contents_container_native.h',
3483 'browser/ui/views/tab_contents/tab_contents_container_views.cc',
3484 'browser/ui/views/tab_contents/tab_contents_container_views.h',
[email protected]213dac22010-11-09 07:35:323485 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3486 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3487 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc',
3488 'browser/ui/views/tab_contents/tab_contents_view_gtk.h',
[email protected]602627cc2010-11-24 19:14:573489 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3490 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:463491 'browser/ui/views/tab_contents/tab_contents_view_win.cc',
3492 'browser/ui/views/tab_contents/tab_contents_view_win.h',
3493 'browser/ui/views/tab_icon_view.cc',
3494 'browser/ui/views/tab_icon_view.h',
[email protected]213dac22010-11-09 07:35:323495 'browser/ui/views/tabs/base_tab.cc',
3496 'browser/ui/views/tabs/base_tab.h',
3497 'browser/ui/views/tabs/base_tab_strip.cc',
3498 'browser/ui/views/tabs/base_tab_strip.h',
3499 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3500 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3501 'browser/ui/views/tabs/dragged_tab_controller.cc',
3502 'browser/ui/views/tabs/dragged_tab_controller.h',
3503 'browser/ui/views/tabs/dragged_tab_view.cc',
3504 'browser/ui/views/tabs/dragged_tab_view.h',
3505 'browser/ui/views/tabs/native_view_photobooth.h',
3506 'browser/ui/views/tabs/native_view_photobooth_gtk.cc',
3507 'browser/ui/views/tabs/native_view_photobooth_gtk.h',
3508 'browser/ui/views/tabs/native_view_photobooth_win.cc',
3509 'browser/ui/views/tabs/native_view_photobooth_win.h',
3510 'browser/ui/views/tabs/side_tab.cc',
3511 'browser/ui/views/tabs/side_tab.h',
3512 'browser/ui/views/tabs/side_tab_strip.cc',
3513 'browser/ui/views/tabs/side_tab_strip.h',
3514 'browser/ui/views/tabs/tab.cc',
3515 'browser/ui/views/tabs/tab.h',
3516 'browser/ui/views/tabs/tab_controller.h',
3517 'browser/ui/views/tabs/tab_renderer_data.h',
3518 'browser/ui/views/tabs/tab_strip.cc',
3519 'browser/ui/views/tabs/tab_strip.h',
3520 'browser/ui/views/tabs/tab_strip_controller.h',
[email protected]15972e02011-01-24 23:25:193521 'browser/ui/views/tabs/tab_strip_factory.cc',
[email protected]83bfa0b2011-02-01 05:37:463522 'browser/ui/views/tabs/tab_strip_factory.h',
[email protected]213dac22010-11-09 07:35:323523 'browser/ui/views/task_manager_view.cc',
3524 'browser/ui/views/textfield_views.cc',
3525 'browser/ui/views/textfield_views.h',
3526 'browser/ui/views/theme_background.cc',
3527 'browser/ui/views/theme_background.h',
3528 'browser/ui/views/theme_helpers.cc',
3529 'browser/ui/views/theme_helpers.h',
3530 'browser/ui/views/theme_install_bubble_view.cc',
3531 'browser/ui/views/theme_install_bubble_view.h',
3532 'browser/ui/views/toolbar_view.cc',
3533 'browser/ui/views/toolbar_view.h',
[email protected]213dac22010-11-09 07:35:323534 'browser/ui/views/unhandled_keyboard_event_handler.cc',
3535 'browser/ui/views/unhandled_keyboard_event_handler.h',
[email protected]83bfa0b2011-02-01 05:37:463536 'browser/ui/views/uninstall_view.cc',
3537 'browser/ui/views/uninstall_view.h',
[email protected]213dac22010-11-09 07:35:323538 'browser/ui/views/update_recommended_message_box.cc',
3539 'browser/ui/views/update_recommended_message_box.h',
[email protected]83bfa0b2011-02-01 05:37:463540 'browser/ui/views/url_picker.cc',
3541 'browser/ui/views/url_picker.h',
[email protected]213dac22010-11-09 07:35:323542 'browser/ui/views/user_data_dir_dialog.cc',
3543 'browser/ui/views/user_data_dir_dialog.h',
3544 'browser/ui/views/window.cc',
3545 'browser/ui/views/window.h',
3546 'browser/ui/views/wrench_menu.cc',
3547 'browser/ui/views/wrench_menu.h',
[email protected]9a800652010-12-02 17:08:443548 'browser/ui/window_sizer.cc',
3549 'browser/ui/window_sizer.h',
[email protected]9a800652010-12-02 17:08:443550 'browser/ui/window_sizer_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:463551 'browser/ui/window_sizer_mac.mm',
[email protected]9a800652010-12-02 17:08:443552 'browser/ui/window_sizer_win.cc',
[email protected]75b68052011-02-03 06:01:163553 'browser/ui/window_snapshot/window_snapshot.h',
3554 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3555 'browser/ui/window_snapshot/window_snapshot_win.cc',
3556 'browser/ui/window_snapshot/window_snapshot_x.cc',
[email protected]b1b73942010-05-26 20:11:543557 'browser/upgrade_detector.cc',
3558 'browser/upgrade_detector.h',
[email protected]6c32ce72010-03-08 05:18:063559 'browser/user_style_sheet_watcher.cc',
3560 'browser/user_style_sheet_watcher.h',
[email protected]83019902009-12-02 05:32:593561 'browser/utility_process_host.cc',
3562 'browser/utility_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:333563 'browser/visitedlink/visitedlink_event_listener.cc',
3564 'browser/visitedlink/visitedlink_event_listener.h',
[email protected]83bfa0b2011-02-01 05:37:463565 'browser/visitedlink/visitedlink_master.cc',
3566 'browser/visitedlink/visitedlink_master.h',
3567 'browser/web_applications/web_app.cc',
3568 'browser/web_applications/web_app.h',
3569 'browser/web_resource/web_resource_service.cc',
3570 'browser/web_resource/web_resource_service.h',
[email protected]38e08982010-10-22 17:28:433571 'browser/webdata/autofill_change.cc',
[email protected]e52bc1e02009-12-17 22:45:273572 'browser/webdata/autofill_change.h',
3573 'browser/webdata/autofill_entry.cc',
3574 'browser/webdata/autofill_entry.h',
[email protected]83019902009-12-02 05:32:593575 'browser/webdata/web_data_service.cc',
3576 'browser/webdata/web_data_service.h',
3577 'browser/webdata/web_data_service_win.cc',
3578 'browser/webdata/web_database.cc',
3579 'browser/webdata/web_database.h',
3580 'browser/webdata/web_database_win.cc',
[email protected]65412272010-12-21 20:03:243581 'browser/worker_host/message_port_service.cc',
3582 'browser/worker_host/message_port_service.h',
[email protected]0791d3a2010-01-28 01:28:493583 'browser/worker_host/worker_document_set.cc',
3584 'browser/worker_host/worker_document_set.h',
[email protected]65412272010-12-21 20:03:243585 'browser/worker_host/worker_message_filter.cc',
3586 'browser/worker_host/worker_message_filter.h',
[email protected]83019902009-12-02 05:32:593587 'browser/worker_host/worker_process_host.cc',
3588 'browser/worker_host/worker_process_host.h',
3589 'browser/worker_host/worker_service.cc',
3590 'browser/worker_host/worker_service.h',
3591 'browser/zygote_host_linux.cc',
3592 'browser/zygote_main_linux.cc',
3593
[email protected]4f97280e2010-06-22 06:45:223594 # These files are generated by GRIT.
[email protected]aee1dbd2011-01-04 21:27:113595 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
[email protected]755e1b732010-06-24 23:28:533596 '<(grit_out_dir)/grit/shared_resources_map.cc',
3597 '<(grit_out_dir)/grit/theme_resources_map.cc',
[email protected]83019902009-12-02 05:32:593598 ],
3599 'conditions': [
3600 ['javascript_engine=="v8"', {
3601 'defines': [
3602 'CHROME_V8',
3603 ],
3604 }],
[email protected]fdc5bed2010-01-09 01:16:573605 ['chromeos==0', {
[email protected]83019902009-12-02 05:32:593606 'sources/': [
[email protected]4d2ef9d2010-03-19 00:08:333607 ['exclude', '^browser/chromeos'],
[email protected]976e69f2010-08-13 18:28:173608 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
[email protected]c8451f22010-06-30 18:41:413609 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3610 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3611 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
[email protected]0e6168792010-10-13 16:29:263612 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
[email protected]5ac20162010-11-24 23:33:113613 ['exclude', 'browser/oom_priority_manager.cc'],
3614 ['exclude', 'browser/oom_priority_manager.h'],
[email protected]6692b0d72010-07-15 03:40:233615 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3616 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
[email protected]83019902009-12-02 05:32:593617 ],
3618 }],
[email protected]14a000d2010-04-29 21:44:243619 ['chromeos==1', {
3620 'sources!': [
[email protected]f9bd5832010-12-09 18:35:163621 'browser/background_mode_manager_linux.cc',
[email protected]e4e45292010-06-16 21:54:293622 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463623 'browser/password_manager/native_backend_gnome_x.h',
[email protected]e4e45292010-06-16 21:54:293624 'browser/password_manager/native_backend_kwallet_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463625 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]14a000d2010-04-29 21:44:243626 'browser/platform_util_linux.cc',
[email protected]d032b3792010-06-07 22:02:393627 ],
3628 'link_settings': {
3629 'libraries': [
3630 '-lpulse',
3631 ],
3632 },
[email protected]14a000d2010-04-29 21:44:243633 }],
[email protected]602627cc2010-11-24 19:14:573634 ['use_gconf==0', {
3635 'sources!': [
[email protected]736d1892011-01-14 00:19:043636 'browser/ui/gtk/gconf_titlebar_listener.cc',
3637 'browser/ui/gtk/gconf_titlebar_listener.h',
[email protected]602627cc2010-11-24 19:14:573638 ],
3639 }],
[email protected]63692212010-09-16 00:22:213640 ['use_gnome_keyring==0', {
3641 'sources!': [
[email protected]63692212010-09-16 00:22:213642 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463643 'browser/password_manager/native_backend_gnome_x.h',
[email protected]63692212010-09-16 00:22:213644 ],
3645 }],
[email protected]0094fbe2010-07-15 21:51:433646 ['touchui==0', {
[email protected]4fe042f2010-12-14 16:41:403647 'sources/': [
[email protected]ff6a49d2010-12-21 21:55:223648 ['exclude', '^browser/chromeos/dom_ui/login/'],
[email protected]4fe042f2010-12-14 16:41:403649 ['exclude', '^browser/dom_ui/keyboard_ui.*'],
3650 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'],
3651 ['exclude', '^browser/ui/touch/*'],
[email protected]03086192011-01-19 21:25:353652 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
3653 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]4fe042f2010-12-14 16:41:403654 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'],
[email protected]0094fbe2010-07-15 21:51:433655 ],
3656 }],
[email protected]ee520882010-09-30 21:40:083657 ['touchui==1', {
[email protected]4ccc05e2010-10-06 19:32:153658 'sources/': [
[email protected]4fe042f2010-12-14 16:41:403659 ['include', '^browser/ui/touch/*'],
3660 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
[email protected]82854a92010-11-05 06:12:243661 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3662 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
[email protected]72dd8ca2011-01-18 00:19:153663 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
3664 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
[email protected]4fe042f2010-12-14 16:41:403665 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]602627cc2010-11-24 19:14:573666 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3667 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]4ccc05e2010-10-06 19:32:153668 ],
[email protected]ee520882010-09-30 21:40:083669 }],
[email protected]83019902009-12-02 05:32:593670 ['OS=="linux"', {
3671 'dependencies': [
[email protected]4de38a32010-03-12 14:00:003672 '../build/linux/system.gyp:dbus-glib',
[email protected]cd1454e932010-05-13 21:36:593673 '../build/linux/system.gyp:gconf',
[email protected]83019902009-12-02 05:32:593674 '../build/linux/system.gyp:gtk',
3675 '../build/linux/system.gyp:gtkprint',
3676 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183677 '../build/linux/system.gyp:x11',
[email protected]6803ce12010-09-28 02:32:123678 '../third_party/undoview/undoview.gyp:undoview',
[email protected]83019902009-12-02 05:32:593679 ],
[email protected]524f1cf2010-02-23 19:21:533680 'link_settings': {
3681 'libraries': [
3682 # For dlsym() in 'browser/zygote_main_linux.cc'
3683 '-ldl',
3684 ],
3685 },
[email protected]83019902009-12-02 05:32:593686 'sources!': [
[email protected]213dac22010-11-09 07:35:323687 'browser/ui/views/extensions/extension_view.cc',
3688 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593689 ],
3690 'sources': [
3691 'browser/crash_handler_host_linux.h',
[email protected]83019902009-12-02 05:32:593692 ],
[email protected]83019902009-12-02 05:32:593693 'conditions': [
[email protected]63692212010-09-16 00:22:213694 ['use_gnome_keyring==1', {
[email protected]556c5d72010-06-10 05:45:013695 'dependencies': [
3696 '../build/linux/system.gyp:gnome-keyring',
3697 ],
3698 }],
[email protected]83019902009-12-02 05:32:593699 ['linux_breakpad==1', {
3700 'sources': [
3701 'app/breakpad_linux.cc',
3702 'app/breakpad_linux.h',
3703 'browser/crash_handler_host_linux.cc',
3704 ],
3705 'dependencies': [
3706 '../breakpad/breakpad.gyp:breakpad_client',
[email protected]d9573ac2010-08-27 18:26:083707 # make sure file_version_info_linux.h is generated first.
3708 'common',
[email protected]83019902009-12-02 05:32:593709 ],
3710 'include_dirs': [
[email protected]d9573ac2010-08-27 18:26:083711 # breakpad_linux.cc uses generated file_version_info_linux.h.
[email protected]83019902009-12-02 05:32:593712 '<(SHARED_INTERMEDIATE_DIR)',
3713 '../breakpad/src',
3714 ],
3715 }, { # linux_breakpad==0
3716 'sources': [
3717 'browser/crash_handler_host_linux_stub.cc',
3718 ],
3719 }],
[email protected]0090c092010-10-29 14:22:013720 ['use_openssl==0', {
3721 'sources': [
3722 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3723 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3724 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3725 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3726 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3727 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
3728 ],
3729 }],
[email protected]85d22832010-11-16 01:37:413730 ['linux_sandbox_path != ""', {
3731 'defines': [
3732 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
3733 ],
3734 }],
[email protected]83019902009-12-02 05:32:593735 ],
[email protected]d6f9c9e2010-03-15 01:57:073736 }, { # OS != "linux"
3737 'sources!': [
[email protected]0fd776c402010-09-29 21:59:173738 # TODO(mattm): Cert manager stuff is really !USE_NSS.
3739 'browser/certificate_manager_model.cc',
3740 'browser/certificate_manager_model.h',
[email protected]12cc3512010-10-05 02:06:373741 'browser/dom_ui/options/certificate_manager_handler.cc',
3742 'browser/dom_ui/options/certificate_manager_handler.h',
[email protected]8ecad5e2010-12-02 21:18:333743 'browser/file_path_watcher/file_path_watcher_inotify.cc',
[email protected]d6f9c9e2010-03-15 01:57:073744 ],
[email protected]83019902009-12-02 05:32:593745 }],
[email protected]6f5b3b292010-02-22 20:56:153746 ['OS=="freebsd" or OS=="openbsd"', {
[email protected]83019902009-12-02 05:32:593747 'dependencies': [
3748 '../build/linux/system.gyp:gtk',
[email protected]ca9b7dd2010-02-24 23:40:303749 '../build/linux/system.gyp:gtkprint',
[email protected]83019902009-12-02 05:32:593750 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183751 '../build/linux/system.gyp:x11',
[email protected]83019902009-12-02 05:32:593752 ],
[email protected]d6f9c9e2010-03-15 01:57:073753 'sources': [
[email protected]8ecad5e2010-12-02 21:18:333754 'browser/file_path_watcher/file_path_watcher_stub.cc',
[email protected]d6f9c9e2010-03-15 01:57:073755 ],
[email protected]83019902009-12-02 05:32:593756 }],
[email protected]ac1ada52010-10-28 19:26:003757 # Use system SSL settings on Mac and Windows. Use preferences
3758 # for SSL settings on other platforms.
3759 ['OS=="mac" or OS=="win"', {
3760 'sources!': [
3761 'browser/net/ssl_config_service_manager_pref.cc',
3762 ],
3763 }, { # else
3764 'sources!': [
3765 'browser/net/ssl_config_service_manager_system.cc',
3766 ],
3767 }],
[email protected]83019902009-12-02 05:32:593768 ['OS=="mac"', {
3769 'sources!': [
3770 'browser/automation/automation_provider_list_generic.cc',
3771 'browser/bookmarks/bookmark_context_menu.cc',
3772 'browser/bookmarks/bookmark_drop_info.cc',
[email protected]ca9b7dd2010-02-24 23:40:303773 'browser/importer/nss_decryptor_system_nss.cc',
3774 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593775 'browser/jankometer.cc',
[email protected]eaf16c42010-06-21 22:30:383776 'browser/password_manager/login_database_posix.cc',
[email protected]71a565a2010-11-24 15:53:493777 'browser/power_save_blocker_stub.cc',
[email protected]c0fc0942010-01-13 00:55:373778 'browser/renderer_host/backing_store_proxy.cc',
3779 'browser/renderer_host/backing_store_proxy.h',
[email protected]8386a522010-01-28 16:18:573780 'browser/renderer_host/gpu_view_host.cc',
3781 'browser/renderer_host/gpu_view_host.h',
[email protected]ba65b1f642010-03-02 21:23:113782 'browser/renderer_host/video_layer_proxy.cc',
3783 'browser/renderer_host/video_layer_proxy.h',
[email protected]83bfa0b2011-02-01 05:37:463784 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:233785 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]83bfa0b2011-02-01 05:37:463786 'browser/ui/tabs/dock_info.cc',
[email protected]213dac22010-11-09 07:35:323787 'browser/ui/views/extensions/extension_view.cc',
3788 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593789 ],
3790 'sources': [
[email protected]e51c1c512010-01-05 04:42:003791 # Build Apple sample code
3792 '../third_party/apple/ImageAndTextCell.h',
3793 '../third_party/apple/ImageAndTextCell.m',
[email protected]83019902009-12-02 05:32:593794 # Build the necessary GTM sources
3795 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
3796 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
3797 '../third_party/GTM/AppKit/GTMIBArray.h',
3798 '../third_party/GTM/AppKit/GTMIBArray.m',
[email protected]83bfa0b2011-02-01 05:37:463799 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
3800 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
[email protected]31567792010-07-01 15:35:463801 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
3802 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
[email protected]83019902009-12-02 05:32:593803 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
3804 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
[email protected]83019902009-12-02 05:32:593805 '../third_party/GTM/AppKit/GTMUILocalizer.h',
3806 '../third_party/GTM/AppKit/GTMUILocalizer.m',
3807 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
3808 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
3809 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
[email protected]83019902009-12-02 05:32:593810 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
3811 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
[email protected]2b0693f2010-04-09 23:23:073812 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
3813 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
[email protected]bcc18d32010-07-01 20:25:383814 # MolokoCacao additions
3815 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
3816 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
[email protected]83019902009-12-02 05:32:593817 # Build necessary Mozilla sources
[email protected]83bfa0b2011-02-01 05:37:463818 '../third_party/mozilla/ComplexTextInputPanel.h',
3819 '../third_party/mozilla/ComplexTextInputPanel.mm',
[email protected]d1b229dc2010-04-15 15:18:153820 '../third_party/mozilla/NSPasteboard+Utils.h',
3821 '../third_party/mozilla/NSPasteboard+Utils.mm',
3822 '../third_party/mozilla/NSScreen+Utils.h',
3823 '../third_party/mozilla/NSScreen+Utils.m',
3824 '../third_party/mozilla/NSString+Utils.h',
[email protected]4035a152010-05-04 01:56:183825 '../third_party/mozilla/NSString+Utils.mm',
[email protected]d1b229dc2010-04-15 15:18:153826 '../third_party/mozilla/NSURL+Utils.h',
3827 '../third_party/mozilla/NSURL+Utils.m',
3828 '../third_party/mozilla/NSWorkspace+Utils.h',
3829 '../third_party/mozilla/NSWorkspace+Utils.m',
[email protected]83019902009-12-02 05:32:593830 # Headers so that IB can find classes it needs to resolve classes
3831 # in XIB files.
[email protected]a3668802010-12-18 01:18:293832 'common/chrome_application_mac.h',
[email protected]83019902009-12-02 05:32:593833 ],
3834 'include_dirs': [
[email protected]e51c1c512010-01-05 04:42:003835 '../third_party/apple',
[email protected]83019902009-12-02 05:32:593836 '../third_party/GTM',
3837 '../third_party/GTM/AppKit',
[email protected]fde445e2010-01-21 18:50:233838 '../third_party/GTM/DebugUtils',
[email protected]83bfa0b2011-02-01 05:37:463839 '../third_party/GTM/Foundation',
[email protected]83019902009-12-02 05:32:593840 ],
3841 'link_settings': {
3842 'libraries': [
[email protected]83bfa0b2011-02-01 05:37:463843 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
[email protected]6842a3f2010-03-09 17:39:443844 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
[email protected]83bfa0b2011-02-01 05:37:463845 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
[email protected]ac7e4e12010-08-26 14:34:413846 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
[email protected]43f28f832010-02-03 02:28:483847 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
[email protected]ac7e4e12010-08-26 14:34:413848 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
[email protected]83bfa0b2011-02-01 05:37:463849 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
[email protected]83019902009-12-02 05:32:593850 ],
3851 'mac_bundle_resources': [
[email protected]802a13a02010-12-02 01:48:373852 'browser/gpu.sb',
[email protected]1e652d022010-04-16 19:09:113853 'browser/nacl_loader.sb',
[email protected]83019902009-12-02 05:32:593854 'browser/utility.sb',
[email protected]bd9337c2010-03-30 17:12:133855 'browser/worker.sb',
[email protected]83019902009-12-02 05:32:593856 ],
3857 },
3858 'actions': [
3859 {
3860 # This action is used to extract the localization data from xib
3861 # files and generate table for the ui localizer from it.
3862 'variables': {
3863 'xib_localizer_tool_path':
3864 'tools/build/mac/generate_localizer',
3865 'xib_files_to_scan': [
3866 # The xibs that need localization
3867 'app/nibs/About.xib',
[email protected]cff83fe2010-06-09 17:19:573868 'app/nibs/AutoFillAddressSheet.xib',
3869 'app/nibs/AutoFillCreditCardSheet.xib',
[email protected]8ebfa3b2010-02-12 04:24:083870 'app/nibs/AutoFillDialog.xib',
[email protected]83019902009-12-02 05:32:593871 'app/nibs/BookmarkAllTabs.xib',
3872 'app/nibs/BookmarkBar.xib',
3873 'app/nibs/BookmarkBubble.xib',
3874 'app/nibs/BookmarkEditor.xib',
3875 'app/nibs/BookmarkNameFolder.xib',
3876 'app/nibs/ClearBrowsingData.xib',
[email protected]a503c97c2010-07-16 13:05:483877 'app/nibs/CollectedCookies.xib',
[email protected]177aceb2010-11-03 16:17:413878 'app/nibs/ConfirmQuitPanel.xib',
[email protected]6f2c41a3bc2010-02-21 16:59:193879 'app/nibs/ContentBlockedCookies.xib',
3880 'app/nibs/ContentBlockedImages.xib',
3881 'app/nibs/ContentBlockedJavaScript.xib',
3882 'app/nibs/ContentBlockedPlugins.xib',
3883 'app/nibs/ContentBlockedPopups.xib',
[email protected]ce216602010-03-26 14:14:253884 'app/nibs/ContentBubbleGeolocation.xib',
[email protected]71bc0d02010-02-26 20:43:143885 'app/nibs/ContentExceptionsWindow.xib',
[email protected]ed1a4562010-02-22 01:53:413886 'app/nibs/ContentSettings.xib',
[email protected]83bfa0b2011-02-01 05:37:463887 'app/nibs/CookieDetailsView.xib',
3888 'app/nibs/Cookies.xib',
[email protected]83019902009-12-02 05:32:593889 'app/nibs/DownloadItem.xib',
3890 'app/nibs/DownloadShelf.xib',
3891 'app/nibs/EditSearchEngine.xib',
[email protected]c5c3c5b2010-04-03 07:03:343892 'app/nibs/ExtensionInstallPrompt.xib',
3893 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
[email protected]83bfa0b2011-02-01 05:37:463894 'app/nibs/ExtensionInstalledBubble.xib',
[email protected]96788b02010-06-26 21:45:343895 'app/nibs/FirstRunBubble.xib',
[email protected]83019902009-12-02 05:32:593896 'app/nibs/FirstRunDialog.xib',
[email protected]50ada2e2010-01-08 14:51:213897 'app/nibs/FontLanguageSettings.xib',
[email protected]83019902009-12-02 05:32:593898 'app/nibs/HttpAuthLoginSheet.xib',
3899 'app/nibs/HungRendererDialog.xib',
[email protected]83019902009-12-02 05:32:593900 'app/nibs/ImportProgressDialog.xib',
[email protected]83bfa0b2011-02-01 05:37:463901 'app/nibs/ImportSettingsDialog.xib',
[email protected]ca6c990f2010-11-22 20:32:503902 'app/nibs/InstantConfirm.xib',
[email protected]6958fea2010-11-23 21:05:203903 'app/nibs/InstantOptIn.xib',
[email protected]83019902009-12-02 05:32:593904 'app/nibs/KeywordEditor.xib',
3905 'app/nibs/MainMenu.xib',
[email protected]83019902009-12-02 05:32:593906 'app/nibs/Preferences.xib',
3907 'app/nibs/ReportBug.xib',
[email protected]27286e72009-12-15 19:52:373908 'app/nibs/SadTab.xib',
[email protected]83019902009-12-02 05:32:593909 'app/nibs/SaveAccessoryView.xib',
[email protected]3ef4755e2010-09-27 20:25:043910 'app/nibs/SearchEngineDialog.xib',
[email protected]834a6a12010-07-01 18:26:573911 'app/nibs/SimpleContentExceptionsWindow.xib',
[email protected]c0b59092010-08-28 07:17:383912 'app/nibs/SpeechInputBubble.xib',
[email protected]83019902009-12-02 05:32:593913 'app/nibs/TaskManager.xib',
3914 'app/nibs/Toolbar.xib',
3915 ],
3916 },
3917 'action_name': 'Process xibs for localization',
3918 'inputs': [
3919 '<(xib_localizer_tool_path)',
3920 '<@(xib_files_to_scan)',
3921 ],
3922 'outputs': [
3923 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
3924 ],
3925 'action': ['<(xib_localizer_tool_path)',
3926 '<@(_outputs)',
3927 '<@(xib_files_to_scan)'],
3928 },
3929 ],
3930 }],
3931 ['OS=="win"', {
[email protected]83019902009-12-02 05:32:593932 'include_dirs': [
[email protected]cd134c8c2010-03-09 05:23:123933 '<(DEPTH)/third_party/wtl/include',
[email protected]83019902009-12-02 05:32:593934 ],
3935 'dependencies': [
3936 '../gears/gears.gyp:gears',
3937 '../google_update/google_update.gyp:google_update',
[email protected]b3df5a42010-05-11 14:31:093938 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
[email protected]3ad594a2010-08-31 02:47:593939 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
[email protected]0cde55892011-02-09 02:32:423940 '../views/views.gyp:*',
[email protected]1c262172010-06-10 15:25:463941 '../rlz/rlz.gyp:rlz_lib',
[email protected]83019902009-12-02 05:32:593942 ],
3943 'export_dependent_settings': [
[email protected]0cde55892011-02-09 02:32:423944 '../views/views.gyp:*',
[email protected]83019902009-12-02 05:32:593945 ],
[email protected]04d75b6f2010-08-17 11:38:403946 'direct_dependent_settings': {
3947 'link_settings': {
3948 'libraries': [
3949 '-llocationapi.lib',
3950 '-lsensorsapi.lib',
3951 ],
3952 }
3953 },
[email protected]83019902009-12-02 05:32:593954 'sources': [
[email protected]83019902009-12-02 05:32:593955 # Using built-in rule in vstudio for midl.
[email protected]c1bbaa82010-11-08 11:17:053956 'browser/dom_ui/conflicts_ui.cc',
3957 'browser/dom_ui/conflicts_ui.h',
[email protected]83019902009-12-02 05:32:593958 'browser/history/history_indexer.idl',
3959 ],
3960 'sources!': [
3961 'browser/history/history_publisher_none.cc',
[email protected]ca9b7dd2010-02-24 23:40:303962 'browser/importer/nss_decryptor_system_nss.cc',
3963 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593964 'browser/power_save_blocker_stub.cc',
[email protected]83bfa0b2011-02-01 05:37:463965 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:233966 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]d14af522010-12-02 03:54:503967 'browser/ui/views/keyboard_overlay_delegate.cc',
[email protected]213dac22010-11-09 07:35:323968 'browser/ui/views/select_file_dialog.cc',
[email protected]83019902009-12-02 05:32:593969 ],
[email protected]da26d732010-06-25 20:43:123970 'conditions': [
3971 ['win_use_allocator_shim==1', {
3972 'dependencies': [
3973 '<(allocator_target)',
3974 ],
3975 }],
[email protected]c8451f22010-06-30 18:41:413976 ],
[email protected]83019902009-12-02 05:32:593977 }, { # 'OS!="win"
3978 'sources/': [
3979 # Exclude all of hang_monitor.
3980 ['exclude', '^browser/hang_monitor/'],
3981
3982 # Exclude parts of password_manager.
3983 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
3984
3985 # Exclude all of rlz.
3986 ['exclude', '^browser/rlz/'],
[email protected]17d40f02010-07-01 01:18:063987 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]83019902009-12-02 05:32:593988
3989 # Exclude all of views.
[email protected]213dac22010-11-09 07:35:323990 ['exclude', '^browser/ui/views/'],
[email protected]83019902009-12-02 05:32:593991 ],
3992 'conditions': [
[email protected]06c756182010-04-27 18:31:313993 ['OS=="linux" and toolkit_views==1',{
[email protected]05af3562010-02-26 00:41:123994 'dependencies': [
[email protected]0cde55892011-02-09 02:32:423995 '../views/views.gyp:*',
[email protected]05af3562010-02-26 00:41:123996 ],
3997 'include_dirs': [
3998 '<(INTERMEDIATE_DIR)',
3999 '<(INTERMEDIATE_DIR)/chrome',
4000 ],
[email protected]83019902009-12-02 05:32:594001 'sources/': [
[email protected]83019902009-12-02 05:32:594002 ['include', '^browser/extensions/'],
[email protected]17d40f02010-07-01 01:18:064003 # This exclude duplicates the one just above because of the
4004 # order of evaluation of the 'sources/' rule above, the
4005 # conditions, and this 'sources/' rule.
4006 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]73852b8f2010-05-14 00:38:124007 ['include', 'browser/printing/print_dialog_cloud.cc'],
4008 ['include', 'browser/printing/print_dialog_cloud.h'],
[email protected]3870bbe92010-09-01 19:44:474009 ['include', '^browser/speech/speech_input_bubble_views.cc'],
[email protected]83bfa0b2011-02-01 05:37:464010
4011 # Exclude all of browser/ui/gtk, then include the things we want.
4012 ['exclude', '^browser/ui/gtk'],
4013 ['include', '^browser/ui/gtk/accessibility_event_router_gtk.cc'],
4014 ['include', '^browser/ui/gtk/accessibility_event_router_gtk.h'],
4015 ['include', '^browser/ui/gtk/accessible_widget_helper_gtk.cc'],
4016 ['include', '^browser/ui/gtk/accessible_widget_helper_gtk.h'],
4017 ['include', '^browser/ui/gtk/bookmark_editor_gtk.cc'],
4018 ['include', '^browser/ui/gtk/bookmark_editor_gtk.h'],
4019 ['include', '^browser/ui/gtk/bookmark_tree_model.cc'],
4020 ['include', '^browser/ui/gtk/bookmark_tree_model.h'],
4021 ['include', '^browser/ui/gtk/bookmark_utils_gtk.cc'],
4022 ['include', '^browser/ui/gtk/bookmark_utils_gtk.h'],
4023 ['include', '^browser/ui/gtk/cairo_cached_surface.cc'],
4024 ['include', '^browser/ui/gtk/cairo_cached_surface.h'],
4025 ['include', '^browser/ui/gtk/certificate_dialogs.cc'],
4026 ['include', '^browser/ui/gtk/certificate_dialogs.h'],
4027 ['include', '^browser/ui/gtk/certificate_viewer.cc'],
4028 ['include', '^browser/ui/gtk/certificate_viewer.h'],
4029 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'],
4030 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'],
4031 ['include', '^browser/ui/gtk/clear_browsing_data_dialog_gtk.cc'],
4032 ['include', '^browser/ui/gtk/clear_browsing_data_dialog_gtk.h'],
4033 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'],
4034 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'],
4035 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'],
4036 ['include', '^browser/ui/gtk/constrained_window_gtk.h'],
4037 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'],
4038 ['include', '^browser/ui/gtk/download_started_animation_gtk.cc'],
4039 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'],
4040 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'],
4041 ['include', '^browser/ui/gtk/first_run_dialog.cc'],
4042 ['include', '^browser/ui/gtk/first_run_dialog.h'],
4043 ['include', '^browser/ui/gtk/gtk_chrome_button.cc'],
4044 ['include', '^browser/ui/gtk/gtk_chrome_button.h'],
4045 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.cc'],
4046 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.h'],
4047 ['include', '^browser/ui/gtk/gtk_chrome_link_button.cc'],
4048 ['include', '^browser/ui/gtk/gtk_chrome_link_button.h'],
4049 ['include', '^browser/ui/gtk/gtk_custom_menu_item.cc'],
4050 ['include', '^browser/ui/gtk/gtk_floating_container.cc'],
4051 ['include', '^browser/ui/gtk/gtk_floating_container.h'],
4052 ['include', '^browser/ui/gtk/gtk_theme_provider.cc'],
4053 ['include', '^browser/ui/gtk/gtk_theme_provider.h'],
4054 ['include', '^browser/ui/gtk/gtk_tree.cc'],
4055 ['include', '^browser/ui/gtk/gtk_tree.h'],
4056 ['include', '^browser/ui/gtk/gtk_util.cc'],
4057 ['include', '^browser/ui/gtk/gtk_util.h'],
4058 ['include', '^browser/ui/gtk/hover_controller_gtk.cc'],
4059 ['include', '^browser/ui/gtk/hover_controller_gtk.h'],
4060 ['include', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'],
4061 ['include', '^browser/ui/gtk/import_dialog_gtk.cc'],
4062 ['include', '^browser/ui/gtk/import_dialog_gtk.h'],
4063 ['include', '^browser/ui/gtk/import_lock_dialog_gtk.cc'],
4064 ['include', '^browser/ui/gtk/import_lock_dialog_gtk.h'],
4065 ['include', '^browser/ui/gtk/import_progress_dialog_gtk.cc'],
4066 ['include', '^browser/ui/gtk/import_progress_dialog_gtk.h'],
4067 ['include', '^browser/ui/gtk/keyword_editor_view.cc'],
4068 ['include', '^browser/ui/gtk/keyword_editor_view.h'],
4069 ['include', '^browser/ui/gtk/nine_box.cc'],
4070 ['include', '^browser/ui/gtk/nine_box.h'],
4071 ['include', '^browser/ui/gtk/options/'],
4072 ['include', '^browser/ui/gtk/owned_widget_gtk.cc'],
4073 ['include', '^browser/ui/gtk/owned_widget_gtk.h'],
4074 ['include', '^browser/ui/gtk/popup_blocked_animation_gtk.cc'],
4075 ['include', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
4076 ['include', '^browser/ui/gtk/repost_form_warning_gtk.h'],
4077 ['include', '^browser/ui/gtk/ssl_client_certificate_selector.cc'],
4078 ['include', '^browser/ui/gtk/tab_contents_drag_source.cc'],
4079 ['include', '^browser/ui/gtk/tab_contents_drag_source.h'],
4080 ['include', '^browser/ui/gtk/task_manager_gtk.cc'],
4081 ['include', '^browser/ui/gtk/task_manager_gtk.h'],
4082 ['include', '^browser/ui/gtk/view_id_util.cc'],
4083 ['include', '^browser/ui/gtk/view_id_util.h'],
4084
[email protected]9a800652010-12-02 17:08:444085 ['include', '^browser/ui/tabs/dock_info.cc'],
4086 ['include', '^browser/ui/tabs/dock_info.h'],
[email protected]213dac22010-11-09 07:35:324087 ['include', '^browser/ui/views/about_chrome_view.cc'],
4088 ['include', '^browser/ui/views/about_chrome_view.h'],
4089 ['include', '^browser/ui/views/accelerator_table_gtk.cc'],
4090 ['include', '^browser/ui/views/accelerator_table_gtk.h'],
4091 ['include', '^browser/ui/views/accessibility_event_router_views.cc'],
4092 ['include', '^browser/ui/views/accessibility_event_router_views.h'],
4093 ['include', '^browser/ui/views/accessible_pane_view.cc'],
4094 ['include', '^browser/ui/views/accessible_pane_view.h'],
[email protected]213dac22010-11-09 07:35:324095 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc'],
4096 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.h'],
4097 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4098 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
4099 ['include', '^browser/ui/views/bookmark_bar_instructions_view.cc'],
4100 ['include', '^browser/ui/views/bookmark_bar_instructions_view.h'],
4101 ['include', '^browser/ui/views/bookmark_bar_view.cc'],
4102 ['include', '^browser/ui/views/bookmark_bar_view.h'],
4103 ['include', '^browser/ui/views/bookmark_bubble_view.cc'],
4104 ['include', '^browser/ui/views/bookmark_bubble_view.h'],
4105 ['include', '^browser/ui/views/bookmark_context_menu.cc'],
4106 ['include', '^browser/ui/views/bookmark_context_menu.h'],
4107 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.cc'],
4108 ['include', '^browser/ui/views/bookmark_context_menu_controller_views.h'],
4109 ['include', '^browser/ui/views/bookmark_menu_controller_views.cc'],
4110 ['include', '^browser/ui/views/browser_actions_container.cc'],
4111 ['include', '^browser/ui/views/browser_actions_container.h'],
[email protected]213dac22010-11-09 07:35:324112 ['include', '^browser/ui/views/browser_bubble.cc'],
4113 ['include', '^browser/ui/views/browser_bubble.h'],
[email protected]83bfa0b2011-02-01 05:37:464114 ['include', '^browser/ui/views/browser_bubble_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324115 ['include', '^browser/ui/views/bubble_border.cc'],
4116 ['include', '^browser/ui/views/bubble_border.h'],
4117 ['include', '^browser/ui/views/chrome_views_delegate.cc'],
4118 ['include', '^browser/ui/views/clear_browsing_data.cc'],
4119 ['include', '^browser/ui/views/clear_browsing_data.h'],
[email protected]5dd28922010-11-10 17:09:174120 ['include', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324121 ['include', '^browser/ui/views/content_setting_bubble_contents.cc'],
4122 ['include', '^browser/ui/views/content_setting_bubble_contents.h'],
4123 ['include', '^browser/ui/views/create_application_shortcut_view.cc'],
4124 ['include', '^browser/ui/views/create_application_shortcut_view.h'],
[email protected]213dac22010-11-09 07:35:324125 ['include', '^browser/ui/views/detachable_toolbar_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464126 ['include', '^browser/ui/views/detachable_toolbar_view.h'],
[email protected]213dac22010-11-09 07:35:324127 ['include', '^browser/ui/views/dialog_stubs_gtk.cc'],
4128 ['include', '^browser/ui/views/dom_view.cc'],
4129 ['include', '^browser/ui/views/dom_view.h'],
4130 ['include', '^browser/ui/views/download_item_view.cc'],
4131 ['include', '^browser/ui/views/download_item_view.h'],
4132 ['include', '^browser/ui/views/download_shelf_view.cc'],
4133 ['include', '^browser/ui/views/download_shelf_view.h'],
4134 ['include', '^browser/ui/views/dragged_tab_controller.cc'],
4135 ['include', '^browser/ui/views/dragged_tab_controller.h'],
4136 ['include', '^browser/ui/views/dropdown_bar_host.cc'],
4137 ['include', '^browser/ui/views/dropdown_bar_host.h'],
4138 ['include', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
4139 ['include', '^browser/ui/views/dropdown_bar_view.h'],
4140 ['include', '^browser/ui/views/event_utils.cc'],
4141 ['include', '^browser/ui/views/event_utils.h'],
[email protected]83bfa0b2011-02-01 05:37:464142 ['include', '^browser/ui/views/extension_view.cc'],
4143 ['include', '^browser/ui/views/extension_view.h'],
[email protected]213dac22010-11-09 07:35:324144 ['include', '^browser/ui/views/extensions/browser_action_drag_data.cc'],
4145 ['include', '^browser/ui/views/extensions/browser_action_drag_data.h'],
4146 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.cc'],
4147 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.h'],
4148 ['include', '^browser/ui/views/extensions/extension_install_prompt.cc'],
4149 ['include', '^browser/ui/views/extensions/extension_install_prompt2.cc'],
4150 ['include', '^browser/ui/views/extensions/extension_installed_bubble.cc'],
4151 ['include', '^browser/ui/views/extensions/extension_installed_bubble.h'],
4152 ['include', '^browser/ui/views/extensions/extension_popup.cc'],
4153 ['include', '^browser/ui/views/extensions/extension_popup.h'],
4154 ['include', '^browser/ui/views/extensions/extension_view.cc'],
4155 ['include', '^browser/ui/views/extensions/extension_view.h'],
[email protected]213dac22010-11-09 07:35:324156 ['include', '^browser/ui/views/find_bar_host.cc'],
4157 ['include', '^browser/ui/views/find_bar_host.h'],
[email protected]83bfa0b2011-02-01 05:37:464158 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
4159 ['include', '^browser/ui/views/find_bar_view.cc'],
4160 ['include', '^browser/ui/views/find_bar_view.h'],
[email protected]213dac22010-11-09 07:35:324161 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
4162 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
[email protected]213dac22010-11-09 07:35:324163 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4164 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
4165 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
4166 ['include', '^browser/ui/views/frame/browser_root_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464167 ['include', '^browser/ui/views/frame/browser_view.cc'],
4168 ['include', '^browser/ui/views/frame/browser_view.h'],
4169 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
4170 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
[email protected]213dac22010-11-09 07:35:324171 ['include', '^browser/ui/views/frame/contents_container.cc'],
4172 ['include', '^browser/ui/views/frame/contents_container.h'],
4173 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.cc'],
4174 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
4175 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
4176 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464177 ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
4178 ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
4179 ['include', '^browser/ui/views/html_dialog_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464180 ['include', '^browser/ui/views/html_dialog_view.h'],
4181 ['include', '^browser/ui/views/info_bubble.cc'],
4182 ['include', '^browser/ui/views/info_bubble.h'],
4183 ['include', '^browser/ui/views/infobars/*'],
[email protected]213dac22010-11-09 07:35:324184 ['include', '^browser/ui/views/instant_confirm_view.cc'],
4185 ['include', '^browser/ui/views/instant_confirm_view.h'],
4186 ['include', '^browser/ui/views/js_modal_dialog_views.cc'],
4187 ['include', '^browser/ui/views/js_modal_dialog_views.h'],
[email protected]d14af522010-12-02 03:54:504188 ['include', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4189 ['include', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324190 ['include', '^browser/ui/views/location_bar/click_handler.cc'],
4191 ['include', '^browser/ui/views/location_bar/click_handler.h'],
4192 ['include', '^browser/ui/views/location_bar/content_setting_image_view.cc'],
4193 ['include', '^browser/ui/views/location_bar/content_setting_image_view.h'],
4194 ['include', '^browser/ui/views/location_bar/ev_bubble_view.cc'],
4195 ['include', '^browser/ui/views/location_bar/ev_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324196 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464197 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324198 ['include', '^browser/ui/views/location_bar/keyword_hint_view.cc'],
4199 ['include', '^browser/ui/views/location_bar/keyword_hint_view.h'],
[email protected]213dac22010-11-09 07:35:324200 ['include', '^browser/ui/views/location_bar/location_bar_view.cc'],
4201 ['include', '^browser/ui/views/location_bar/location_bar_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464202 ['include', '^browser/ui/views/location_bar/location_icon_view.cc'],
4203 ['include', '^browser/ui/views/location_bar/location_icon_view.h'],
[email protected]213dac22010-11-09 07:35:324204 ['include', '^browser/ui/views/location_bar/page_action_image_view.cc'],
4205 ['include', '^browser/ui/views/location_bar/page_action_image_view.h'],
[email protected]213dac22010-11-09 07:35:324206 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464207 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.h'],
[email protected]213dac22010-11-09 07:35:324208 ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464209 ['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
[email protected]213dac22010-11-09 07:35:324210 ['include', '^browser/ui/views/location_bar/star_view.cc'],
4211 ['include', '^browser/ui/views/location_bar/star_view.h'],
4212 ['include', '^browser/ui/views/location_bar_view.cc'],
4213 ['include', '^browser/ui/views/location_bar_view.h'],
[email protected]213dac22010-11-09 07:35:324214 ['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
4215 ['include', '^browser/ui/views/notifications/balloon_view_host.h'],
4216 ['include', '^browser/ui/views/options/options_page_view.cc'],
4217 ['include', '^browser/ui/views/options/options_page_view.h'],
4218 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
4219 ['include', '^browser/ui/views/panel_controller.cc'],
4220 ['include', '^browser/ui/views/panel_controller.h'],
4221 ['include', '^browser/ui/views/panels/panel_container.cc'],
4222 ['include', '^browser/ui/views/panels/panel_container.h'],
4223 ['include', '^browser/ui/views/panels/panel_scroller.cc'],
4224 ['include', '^browser/ui/views/panels/panel_scroller.h'],
[email protected]83019902009-12-02 05:32:594225 # Not necessary unless you're trying to build ChromeOS+views.
[email protected]213dac22010-11-09 07:35:324226 #['include', '^browser/ui/views/panels/panel_scroller_container.cc'],
4227 #['include', '^browser/ui/views/panels/panel_scroller_container.h'],
4228 ['include', '^browser/ui/views/panels/panel_scroller_header.cc'],
4229 ['include', '^browser/ui/views/panels/panel_scroller_header.h'],
4230 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
4231 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
4232 ['include', '^browser/ui/views/reload_button.cc'],
4233 ['include', '^browser/ui/views/reload_button.h'],
4234 ['include', '^browser/ui/views/restart_message_box.cc'],
4235 ['include', '^browser/ui/views/restart_message_box.h'],
4236 ['include', '^browser/ui/views/sad_tab_view.cc'],
4237 ['include', '^browser/ui/views/sad_tab_view.h'],
4238 ['include', '^browser/ui/views/select_file_dialog.cc'],
4239 ['include', '^browser/ui/views/status_bubble_views.cc'],
4240 ['include', '^browser/ui/views/status_bubble_views.h'],
4241 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
4242 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
4243 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
4244 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
4245 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'],
4246 ['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'],
4247 ['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
[email protected]72dd8ca2011-01-18 00:19:154248 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4249 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]213dac22010-11-09 07:35:324250 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4251 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
4252 ['include', '^browser/ui/views/tab_icon_view.cc'],
4253 ['include', '^browser/ui/views/tab_icon_view.h'],
4254 ['include', '^browser/ui/views/tabs/base_tab.cc'],
4255 ['include', '^browser/ui/views/tabs/base_tab.h'],
4256 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'],
4257 ['include', '^browser/ui/views/tabs/base_tab_strip.h'],
[email protected]213dac22010-11-09 07:35:324258 ['include', '^browser/ui/views/tabs/browser_tab_strip.cc'],
4259 ['include', '^browser/ui/views/tabs/browser_tab_strip.h'],
[email protected]83bfa0b2011-02-01 05:37:464260 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.cc'],
4261 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.h'],
[email protected]213dac22010-11-09 07:35:324262 ['include', '^browser/ui/views/tabs/dragged_tab_controller.cc'],
4263 ['include', '^browser/ui/views/tabs/dragged_tab_controller.h'],
4264 ['include', '^browser/ui/views/tabs/dragged_tab_view.cc'],
4265 ['include', '^browser/ui/views/tabs/dragged_tab_view.h'],
4266 ['include', '^browser/ui/views/tabs/native_view_photobooth.h'],
4267 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.cc'],
4268 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.h'],
4269 ['include', '^browser/ui/views/tabs/side_tab.cc'],
4270 ['include', '^browser/ui/views/tabs/side_tab.h'],
4271 ['include', '^browser/ui/views/tabs/side_tab_strip.cc'],
4272 ['include', '^browser/ui/views/tabs/side_tab_strip.h'],
4273 ['include', '^browser/ui/views/tabs/tab.cc'],
4274 ['include', '^browser/ui/views/tabs/tab.h'],
4275 ['include', '^browser/ui/views/tabs/tab_controller.h'],
4276 ['include', '^browser/ui/views/tabs/tab_renderer_data.h'],
4277 ['include', '^browser/ui/views/tabs/tab_strip.cc'],
4278 ['include', '^browser/ui/views/tabs/tab_strip.h'],
4279 ['include', '^browser/ui/views/tabs/tab_strip_2.cc'],
4280 ['include', '^browser/ui/views/tabs/tab_strip_2.h'],
[email protected]15972e02011-01-24 23:25:194281 ['include', '^browser/ui/views/tabs/tab_strip_factory.cc'],
4282 ['include', '^browser/ui/views/tabs/tab_strip_factory.h'],
[email protected]213dac22010-11-09 07:35:324283 ['include', '^browser/ui/views/textfield_views.cc'],
4284 ['include', '^browser/ui/views/textfield_views.h'],
4285 ['include', '^browser/ui/views/theme_background.cc'],
4286 ['include', '^browser/ui/views/theme_background.h'],
[email protected]83bfa0b2011-02-01 05:37:464287 ['include', '^browser/ui/views/theme_install_bubble_view.cc'],
4288 ['include', '^browser/ui/views/theme_install_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324289 ['include', '^browser/ui/views/toolbar_view.cc'],
4290 ['include', '^browser/ui/views/toolbar_view.h'],
4291 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.cc'],
4292 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.h'],
[email protected]213dac22010-11-09 07:35:324293 ['include', '^browser/ui/views/update_recommended_message_box.cc'],
[email protected]83bfa0b2011-02-01 05:37:464294 ['include', '^browser/ui/views/update_recommended_message_box.h'],
[email protected]213dac22010-11-09 07:35:324295 ['include', '^browser/ui/views/view_text_utils.cc'],
4296 ['include', '^browser/ui/views/view_text_utils.h'],
4297 ['include', '^browser/ui/views/window.cc'],
4298 ['include', '^browser/ui/views/window.h'],
4299 ['include', '^browser/ui/views/wrench_menu.cc'],
4300 ['include', '^browser/ui/views/wrench_menu.h'],
[email protected]9a800652010-12-02 17:08:444301 ['include', '^browser/ui/window_sizer.cc'],
4302 ['include', '^browser/ui/window_sizer.h'],
[email protected]83019902009-12-02 05:32:594303
4304 # Other excluded stuff.
4305 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.cc'],
4306 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h'],
[email protected]cf390ea42009-12-09 04:14:024307 ['exclude', '^browser/extensions/extension_host_mac.h'],
4308 ['exclude', '^browser/extensions/extension_host_mac.mm'],
[email protected]83019902009-12-02 05:32:594309 ['exclude', '^browser/extensions/external_registry_extension_provider_win.cc'],
[email protected]3870bbe92010-09-01 19:44:474310 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
[email protected]83019902009-12-02 05:32:594311 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
4312 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464313 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4314 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384315 ['exclude', '^browser/ui/browser_list_gtk.cc'],
[email protected]83019902009-12-02 05:32:594316 ],
4317 }],
[email protected]d6833852010-08-20 18:00:454318 # Exclude these toolkit_views specific files again.
4319 # (Required because of the '^browser/extensions/' include above)
4320 ['toolkit_views==0', {
4321 'sources/': [
4322 ['exclude', '^browser/extensions/extension_input_api.cc'],
4323 ['exclude', '^browser/extensions/extension_input_api.h'],
[email protected]d5c40972011-02-09 02:12:094324 ['exclude', '^browser/extensions/key_identifier_conversion_views.cc'],
4325 ['exclude', '^browser/extensions/key_identifier_conversion_views.h'],
[email protected]d6833852010-08-20 18:00:454326 ],
4327 }],
[email protected]b3f23ba2010-04-26 22:58:174328 # These GTK files haven't been ported to views, while ChromeOS has
4329 # its own separate implementation below. So re-include them only on
4330 # non-ChromeOS views Linux builds.
[email protected]06c756182010-04-27 18:31:314331 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
[email protected]fdc5bed2010-01-09 01:16:574332 'sources/': [
[email protected]736d1892011-01-14 00:19:044333 ['include', '^browser/ui/gtk/dialogs_gtk.cc'],
4334 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.cc'],
4335 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464336 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324337 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4338 ['include', '^browser/ui/views/notifications/balloon_view.h'],
[email protected]d14af522010-12-02 03:54:504339 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4340 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324341 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]fdc5bed2010-01-09 01:16:574342 ],
4343 }],
[email protected]05af3562010-02-26 00:41:124344 # GTK build only
[email protected]06c756182010-04-27 18:31:314345 ['OS=="linux" and toolkit_views==0', {
[email protected]83019902009-12-02 05:32:594346 'sources/': [
4347 ['include', '^browser/printing/print_dialog_gtk.cc'],
4348 ['include', '^browser/printing/print_dialog_gtk.h'],
[email protected]d3a2cef2009-12-22 23:30:184349 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
[email protected]83bfa0b2011-02-01 05:37:464350 ['exclude', '^browser/ui/browser_list_stub.cc'],
[email protected]213dac22010-11-09 07:35:324351 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4352 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
[email protected]83019902009-12-02 05:32:594353 ],
4354 }],
[email protected]602627cc2010-11-24 19:14:574355 # Touch build only
4356 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4357 'sources/': [
4358 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.cc'],
4359 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.h'],
[email protected]83bfa0b2011-02-01 05:37:464360 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
4361 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]d0980792011-02-13 19:41:404362 # TODO(anicolao): exclude these once we have WebUI dialogs
[email protected]736d1892011-01-14 00:19:044363 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
4364 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464365 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
4366 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
[email protected]72dd8ca2011-01-18 00:19:154367 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4368 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]83bfa0b2011-02-01 05:37:464369 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4370 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]602627cc2010-11-24 19:14:574371 ],
4372 }],
[email protected]fdc5bed2010-01-09 01:16:574373 ['OS=="linux" and chromeos==1',{
[email protected]83f22072010-03-02 23:47:094374 'sources/': [
[email protected]0e6168792010-10-13 16:29:264375 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
[email protected]4a2a2292010-10-26 14:47:314376 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4377 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
[email protected]7caf730c2011-02-01 18:35:084378 ['exclude', '^browser/notifications/balloon_collection_impl.cc'],
[email protected]83f22072010-03-02 23:47:094379 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
[email protected]70a4ec5f2010-03-08 18:55:114380 ['exclude', '^browser/notifications/balloon_collection_linux.cc'],
[email protected]83f22072010-03-02 23:47:094381 ],
[email protected]d3a2cef2009-12-22 23:30:184382 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124383 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124384 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]1e40513c2010-07-22 01:00:214385 ],
4386 'conditions': [
4387 ['system_libcros==0', {
4388 'dependencies': [
4389 '../third_party/cros/cros_api.gyp:cros_api',
4390 ],
4391 'include_dirs': [
4392 '../third_party/'
4393 ],
4394 }],
4395 ['system_libcros==1', {
4396 'link_settings': {
4397 'libraries': [
4398 '-lcrosapi',
4399 ],
4400 },
4401 }],
[email protected]d3a2cef2009-12-22 23:30:184402 ],
4403 'actions': [
4404 {
4405 'action_name': 'my_proto',
4406 'inputs': [
4407 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4408 'browser/metrics/system_metrics.proto',
4409 ],
4410 'outputs': [
4411 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc',
4412 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h',
4413 ],
4414 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124415 '../third_party/protobuf/protobuf.gyp:protoc',
[email protected]d3a2cef2009-12-22 23:30:184416 ],
4417 'action': [
4418 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4419 'browser/metrics/system_metrics.proto',
4420 '--cpp_out=<(INTERMEDIATE_DIR)/chrome',
4421 ],
4422 },
4423 ],
4424 }],
[email protected]e215b1d2010-10-28 17:02:204425 ['OS=="linux" and gcc_version==45', {
4426 # Avoid gcc 4.5 miscompilation of template_url.cc
4427 # as per http://crbug.com/41887
4428 'cflags': [
4429 '-fno-ipa-cp',
4430 ],
4431 }],
[email protected]83019902009-12-02 05:32:594432 ],
4433 # Exclude files that should be excluded for all non-Windows platforms.
4434 'sources!': [
[email protected]c5c2a672010-10-01 23:28:044435 'browser/accessibility/browser_accessibility_manager_win.cc',
4436 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]83bfa0b2011-02-01 05:37:464437 'browser/accessibility/browser_accessibility_win.cc',
4438 'browser/accessibility/browser_accessibility_win.h',
[email protected]da2566e12010-03-10 06:23:354439 'browser/aeropeek_manager.cc',
[email protected]83019902009-12-02 05:32:594440 'browser/autocomplete/autocomplete_accessibility.cc',
4441 'browser/bookmarks/bookmark_menu_controller.cc',
4442 'browser/bookmarks/bookmark_menu_controller.h',
[email protected]22aa4b62010-09-02 17:19:464443 'browser/extensions/extension_tts_api_win.cc',
[email protected]f7578f52010-08-30 22:22:494444 'browser/google/google_update.cc',
[email protected]83019902009-12-02 05:32:594445 'browser/history/history_indexer.idl',
4446 'browser/history_tab_ui.cc',
4447 'browser/history_view.cc',
4448 'browser/ime_input.cc',
4449 'browser/importer/ie_importer.cc',
[email protected]83019902009-12-02 05:32:594450 ],
4451 }],
[email protected]5f7e5cb22010-11-15 16:08:104452 [ 'use_openssl==1', {
4453 'sources!': [
4454 'browser/importer/nss_decryptor.cc',
4455 'browser/importer/nss_decryptor_system_nss.cc',
4456 'browser/importer/nss_decryptor_system_nss.h',
[email protected]3f1f8412011-01-19 03:01:234457 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]39ab09832011-01-18 10:41:124458 ]}, {
4459 'sources!': [
[email protected]3f1f8412011-01-19 03:01:234460 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]39ab09832011-01-18 10:41:124461 ]},
4462 ],
[email protected]83019902009-12-02 05:32:594463 ],
4464 },
[email protected]b7b9e032010-03-17 19:48:514465 {
[email protected]86206622010-05-14 05:45:264466 # Protobuf compiler / generate rule for feedback
4467 'target_name': 'userfeedback_proto',
4468 'type': 'none',
4469 'sources': [
4470 'browser/userfeedback/proto/annotations.proto',
[email protected]ac1894a2010-08-22 10:38:544471 'browser/userfeedback/proto/chrome.proto',
[email protected]86206622010-05-14 05:45:264472 'browser/userfeedback/proto/common.proto',
[email protected]86206622010-05-14 05:45:264473 'browser/userfeedback/proto/dom.proto',
4474 'browser/userfeedback/proto/extension.proto',
4475 'browser/userfeedback/proto/math.proto',
4476 'browser/userfeedback/proto/web.proto',
4477 ],
4478 'rules': [
4479 {
4480 'rule_name': 'genproto',
4481 'extension': 'proto',
4482 'inputs': [
4483 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4484 ],
4485 'variables': {
4486 # The protoc compiler requires a proto_path argument with the
4487 # directory containing the .proto file.
4488 # There's no generator variable that corresponds to this, so fake it.
4489 'rule_input_relpath': 'browser/userfeedback/proto',
4490 },
4491 'outputs': [
4492 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4493 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4494 ],
4495 'action': [
4496 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4497 '--proto_path=./<(rule_input_relpath)',
4498 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4499 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4500 ],
4501 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4502 },
4503 ],
4504 'dependencies': [
[email protected]af3176a22010-10-13 18:21:194505 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124506 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]86206622010-05-14 05:45:264507 ],
4508 'direct_dependent_settings': {
4509 'include_dirs': [
4510 '<(protoc_out_dir)',
4511 ]
4512 },
4513 'export_dependent_settings': [
[email protected]af3176a22010-10-13 18:21:194514 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]86206622010-05-14 05:45:264515 ],
[email protected]86206622010-05-14 05:45:264516 },
[email protected]bd1b1d62010-11-11 21:53:164517 {
4518 # Protobuf compiler / generator for the safebrowsing client-side detection
4519 # (csd) request protocol buffer.
4520 'target_name': 'safe_browsing_csd_proto',
4521 'type': 'none',
4522 'sources': [ 'browser/safe_browsing/csd.proto' ],
4523 'rules': [
4524 {
4525 'rule_name': 'genproto',
4526 'extension': 'proto',
4527 'inputs': [
4528 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4529 ],
4530 'variables': {
4531 # The protoc compiler requires a proto_path argument with the
4532 # directory containing the .proto file.
4533 # There's no generator variable that corresponds to this, so fake
4534 # it.
4535 'rule_input_relpath': 'browser/safe_browsing',
4536 },
4537 'outputs': [
4538 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4539 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4540 ],
4541 'action': [
4542 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4543 '--proto_path=./<(rule_input_relpath)',
4544 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4545 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4546 ],
4547 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4548 },
4549 ],
4550 'dependencies': [
4551 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4552 '../third_party/protobuf/protobuf.gyp:protoc#host',
4553 ],
4554 'direct_dependent_settings': {
4555 'include_dirs': [
4556 '<(protoc_out_dir)',
4557 ]
4558 },
4559 'export_dependent_settings': [
4560 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4561 ],
4562 },
[email protected]3882f1f2010-12-10 04:42:264563 {
4564 # Protobuf compiler / generator for the safebrowsing reporting
4565 # protocol buffer.
4566 'target_name': 'safe_browsing_report_proto',
4567 'type': 'none',
4568 'sources': [ 'browser/safe_browsing/report.proto' ],
4569 'rules': [
4570 {
4571 'rule_name': 'genproto',
4572 'extension': 'proto',
4573 'inputs': [
4574 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4575 ],
4576 'variables': {
4577 # The protoc compiler requires a proto_path argument with the
4578 # directory containing the .proto file.
4579 # There's no generator variable that corresponds to this, so fake
4580 # it.
4581 'rule_input_relpath': 'browser/safe_browsing',
4582 },
4583 'outputs': [
4584 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4585 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4586 ],
4587 'action': [
4588 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4589 '--proto_path=./<(rule_input_relpath)',
4590 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4591 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4592 ],
4593 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4594 },
4595 ],
4596 'dependencies': [
4597 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4598 '../third_party/protobuf/protobuf.gyp:protoc#host',
4599 ],
4600 'direct_dependent_settings': {
4601 'include_dirs': [
4602 '<(protoc_out_dir)',
4603 ]
4604 },
4605 'export_dependent_settings': [
4606 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4607 ],
4608 },
[email protected]83019902009-12-02 05:32:594609 ],
4610}
4611
4612# Local Variables:
4613# tab-width:2
4614# indent-tabs-mode:nil
4615# End:
4616# vim: set expandtab tabstop=2 shiftwidth=2: