blob: eae5c1c5d784a39748e7221a7c921d04f214df9f [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]f86369722011-02-17 13:25:2312 'app/policy/cloud_policy_codegen.gyp:policy',
[email protected]83bfa0b2011-02-01 05:37:4613 '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]3828d6f2011-02-24 18:32:2120 'in_memory_url_index_cache_proto',
[email protected]2578c8ab2010-07-15 20:46:3621 'installer_util',
[email protected]fd626782010-01-22 05:26:0622 'platform_locale_settings',
[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',
[email protected]0dd3a0ab2011-02-18 08:17:4430 '../content/content.gyp:content_browser',
[email protected]83019902009-12-02 05:32:5931 '../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]83bfa0b2011-02-01 05:37:4637 '../third_party/hunspell/hunspell.gyp:hunspell',
[email protected]83019902009-12-02 05:32:5938 '../third_party/icu/icu.gyp:icui18n',
39 '../third_party/icu/icu.gyp:icuuc',
40 '../third_party/libjingle/libjingle.gyp:libjingle',
41 '../third_party/libxml/libxml.gyp:libxml',
42 '../third_party/npapi/npapi.gyp:npapi',
[email protected]8cfb5912011-03-08 21:27:2143 '../ui/base/strings/ui_strings.gyp:ui_strings',
[email protected]69d3dfe82010-05-14 03:21:5544 '../webkit/support/webkit_support.gyp:appcache',
[email protected]22339b12010-08-27 18:29:2445 '../webkit/support/webkit_support.gyp:blob',
[email protected]69d3dfe82010-05-14 03:21:5546 '../webkit/support/webkit_support.gyp:database',
[email protected]f05ca652010-09-16 04:46:1447 '../webkit/support/webkit_support.gyp:fileapi',
[email protected]69d3dfe82010-05-14 03:21:5548 '../webkit/support/webkit_support.gyp:glue',
[email protected]3ea7dc512011-02-22 21:15:5349 '../webkit/support/webkit_support.gyp:quota',
[email protected]69d3dfe82010-05-14 03:21:5550 '../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]83019902009-12-02 05:32:5997 'browser/autocomplete/autocomplete.cc',
98 'browser/autocomplete/autocomplete.h',
99 'browser/autocomplete/autocomplete_accessibility.cc',
100 'browser/autocomplete/autocomplete_accessibility.h',
[email protected]69c579e2010-04-23 20:01:00101 'browser/autocomplete/autocomplete_classifier.cc',
102 'browser/autocomplete/autocomplete_classifier.h',
[email protected]28b6e252011-02-16 16:31:27103 'browser/autocomplete/autocomplete_controller_delegate.h',
[email protected]83019902009-12-02 05:32:59104 'browser/autocomplete/autocomplete_edit.cc',
105 'browser/autocomplete/autocomplete_edit.h',
106 'browser/autocomplete/autocomplete_edit_view.h',
107 'browser/autocomplete/autocomplete_edit_view_gtk.cc',
108 'browser/autocomplete/autocomplete_edit_view_gtk.h',
109 'browser/autocomplete/autocomplete_edit_view_mac.h',
110 'browser/autocomplete/autocomplete_edit_view_mac.mm',
[email protected]37177e02011-01-21 07:27:47111 'browser/autocomplete/autocomplete_edit_view_views.cc',
112 'browser/autocomplete/autocomplete_edit_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:46113 'browser/autocomplete/autocomplete_edit_view_win.cc',
114 'browser/autocomplete/autocomplete_edit_view_win.h',
[email protected]9ac40092010-10-27 23:05:26115 'browser/autocomplete/autocomplete_match.cc',
116 'browser/autocomplete/autocomplete_match.h',
[email protected]83019902009-12-02 05:32:59117 'browser/autocomplete/autocomplete_popup_model.cc',
118 'browser/autocomplete/autocomplete_popup_model.h',
119 'browser/autocomplete/autocomplete_popup_view.h',
120 'browser/autocomplete/autocomplete_popup_view_gtk.cc',
121 'browser/autocomplete/autocomplete_popup_view_gtk.h',
122 'browser/autocomplete/autocomplete_popup_view_mac.h',
123 'browser/autocomplete/autocomplete_popup_view_mac.mm',
[email protected]1b6f6ff2011-02-23 01:13:10124 'browser/autocomplete/builtin_provider.cc',
125 'browser/autocomplete/builtin_provider.h',
[email protected]83019902009-12-02 05:32:59126 'browser/autocomplete/history_contents_provider.cc',
127 'browser/autocomplete/history_contents_provider.h',
[email protected]497606b2010-10-12 17:31:23128 'browser/autocomplete/history_provider.cc',
129 'browser/autocomplete/history_provider.h',
[email protected]bbf7e53f2010-08-21 03:48:22130 'browser/autocomplete/history_provider_util.cc',
131 'browser/autocomplete/history_provider_util.h',
[email protected]7c6821d2010-08-04 16:07:34132 'browser/autocomplete/history_quick_provider.cc',
133 'browser/autocomplete/history_quick_provider.h',
[email protected]83019902009-12-02 05:32:59134 'browser/autocomplete/history_url_provider.cc',
135 'browser/autocomplete/history_url_provider.h',
136 'browser/autocomplete/keyword_provider.cc',
137 'browser/autocomplete/keyword_provider.h',
138 'browser/autocomplete/search_provider.cc',
139 'browser/autocomplete/search_provider.h',
[email protected]6db0def92010-03-02 19:55:45140 'browser/autocomplete_history_manager.cc',
141 'browser/autocomplete_history_manager.h',
[email protected]ab2d6f992010-01-04 22:57:19142 'browser/autofill/address.cc',
143 'browser/autofill/address.h',
[email protected]83bfa0b2011-02-01 05:37:46144 'browser/autofill/address_field.cc',
145 'browser/autofill/address_field.h',
146 'browser/autofill/autofill-inl.h',
[email protected]cf8ebbb2010-07-08 22:34:38147 'browser/autofill/autofill_cc_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:46148 'browser/autofill/autofill_cc_infobar_delegate.h',
[email protected]35401022011-02-25 23:47:13149 'browser/autofill/autofill_country.cc',
150 'browser/autofill/autofill_country.h',
[email protected]83bfa0b2011-02-01 05:37:46151 'browser/autofill/autofill_dialog.h',
[email protected]c113686b2010-01-13 22:08:28152 'browser/autofill/autofill_dialog_gtk.cc',
[email protected]8ebfa3b2010-02-12 04:24:08153 'browser/autofill/autofill_dialog_mac.mm',
[email protected]ac0844422010-02-01 20:24:48154 # Windows version of autofill dialog is defined in
[email protected]213dac22010-11-09 07:35:32155 # 'browser/ui/views/autofill_profiles_view_win.cc'
[email protected]427b7da72010-03-22 21:23:18156 'browser/autofill/autofill_download.cc',
157 'browser/autofill/autofill_download.h',
[email protected]e5cd1be92010-11-01 20:01:07158 'browser/autofill/autofill_editor_gtk.cc',
[email protected]83019902009-12-02 05:32:59159 'browser/autofill/autofill_field.cc',
160 'browser/autofill/autofill_field.h',
[email protected]f69c8852010-10-12 02:36:46161 'browser/autofill/autofill_ie_toolbar_import_win.cc',
162 'browser/autofill/autofill_ie_toolbar_import_win.h',
[email protected]83019902009-12-02 05:32:59163 'browser/autofill/autofill_manager.cc',
164 'browser/autofill/autofill_manager.h',
[email protected]6ee50a82010-11-24 07:04:03165 'browser/autofill/autofill_metrics.cc',
166 'browser/autofill/autofill_metrics.h',
[email protected]0f1a6802010-01-07 23:13:09167 'browser/autofill/autofill_profile.cc',
168 'browser/autofill/autofill_profile.h',
[email protected]83019902009-12-02 05:32:59169 'browser/autofill/autofill_type.cc',
170 'browser/autofill/autofill_type.h',
[email protected]ec64212b2010-03-18 01:02:43171 'browser/autofill/autofill_xml_parser.cc',
172 'browser/autofill/autofill_xml_parser.h',
[email protected]6c178512010-01-04 20:27:25173 'browser/autofill/contact_info.cc',
174 'browser/autofill/contact_info.h',
[email protected]d02de452010-01-06 20:25:41175 'browser/autofill/credit_card.cc',
176 'browser/autofill/credit_card.h',
[email protected]83bfa0b2011-02-01 05:37:46177 'browser/autofill/credit_card_field.cc',
178 'browser/autofill/credit_card_field.h',
[email protected]ddb1e5a2010-12-13 20:10:45179 'browser/autofill/fax_number.cc',
[email protected]3db3ff62010-01-07 00:35:39180 'browser/autofill/fax_number.h',
[email protected]83019902009-12-02 05:32:59181 'browser/autofill/field_types.h',
[email protected]e2d86672009-12-09 23:42:34182 'browser/autofill/form_field.cc',
183 'browser/autofill/form_field.h',
[email protected]a7b29dd2010-07-12 22:40:06184 'browser/autofill/form_group.cc',
[email protected]85b2c132009-12-22 02:02:58185 'browser/autofill/form_group.h',
[email protected]83019902009-12-02 05:32:59186 'browser/autofill/form_structure.cc',
187 'browser/autofill/form_structure.h',
[email protected]e4be2dd2010-12-14 00:44:39188 'browser/autofill/home_phone_number.cc',
[email protected]3db3ff62010-01-07 00:35:39189 'browser/autofill/home_phone_number.h',
[email protected]1cf1f462009-12-17 00:02:05190 'browser/autofill/name_field.cc',
191 'browser/autofill/name_field.h',
[email protected]83019902009-12-02 05:32:59192 'browser/autofill/personal_data_manager.cc',
193 'browser/autofill/personal_data_manager.h',
[email protected]6842a3f2010-03-09 17:39:44194 'browser/autofill/personal_data_manager_mac.mm',
[email protected]cfb77312009-12-11 00:18:25195 'browser/autofill/phone_field.cc',
196 'browser/autofill/phone_field.h',
[email protected]3db3ff62010-01-07 00:35:39197 'browser/autofill/phone_number.cc',
198 'browser/autofill/phone_number.h',
[email protected]967d2f2e2010-07-24 00:15:39199 'browser/autofill/select_control_handler.cc',
200 'browser/autofill/select_control_handler.h',
[email protected]0f1afed2010-12-15 17:22:28201 'browser/automation/automation_autocomplete_edit_tracker.cc',
[email protected]83019902009-12-02 05:32:59202 'browser/automation/automation_autocomplete_edit_tracker.h',
[email protected]0f1afed2010-12-15 17:22:28203 'browser/automation/automation_browser_tracker.cc',
[email protected]83019902009-12-02 05:32:59204 'browser/automation/automation_browser_tracker.h',
[email protected]83019902009-12-02 05:32:59205 'browser/automation/automation_extension_function.cc',
[email protected]83bfa0b2011-02-01 05:37:46206 'browser/automation/automation_extension_function.h',
[email protected]790788ac2010-04-06 17:52:19207 'browser/automation/automation_extension_tracker.cc',
208 'browser/automation/automation_extension_tracker.h',
[email protected]83019902009-12-02 05:32:59209 'browser/automation/automation_provider.cc',
210 'browser/automation/automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46211 'browser/automation/automation_provider_gtk.cc',
[email protected]7c983cc2010-07-16 11:33:34212 'browser/automation/automation_provider_json.cc',
[email protected]83bfa0b2011-02-01 05:37:46213 'browser/automation/automation_provider_json.h',
[email protected]83019902009-12-02 05:32:59214 'browser/automation/automation_provider_list.cc',
[email protected]83bfa0b2011-02-01 05:37:46215 'browser/automation/automation_provider_list.h',
[email protected]83019902009-12-02 05:32:59216 'browser/automation/automation_provider_list_generic.cc',
217 'browser/automation/automation_provider_list_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46218 'browser/automation/automation_provider_mac.mm',
[email protected]83019902009-12-02 05:32:59219 'browser/automation/automation_provider_observers.cc',
220 'browser/automation/automation_provider_observers.h',
[email protected]83bfa0b2011-02-01 05:37:46221 'browser/automation/automation_provider_win.cc',
[email protected]83019902009-12-02 05:32:59222 'browser/automation/automation_resource_message_filter.cc',
223 'browser/automation/automation_resource_message_filter.h',
[email protected]3a3d47472010-07-15 21:03:54224 'browser/automation/automation_resource_routing_delegate.cc',
225 'browser/automation/automation_resource_routing_delegate.h',
[email protected]83019902009-12-02 05:32:59226 'browser/automation/automation_resource_tracker.cc',
227 'browser/automation/automation_resource_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00228 'browser/automation/automation_tab_tracker.cc',
[email protected]83019902009-12-02 05:32:59229 'browser/automation/automation_tab_tracker.h',
[email protected]7e4468d52010-09-22 19:42:00230 'browser/automation/automation_window_tracker.cc',
[email protected]cce6f1b2010-08-18 18:33:00231 'browser/automation/automation_window_tracker.h',
[email protected]e253b2612009-12-10 21:55:08232 'browser/automation/chrome_frame_automation_provider.cc',
233 'browser/automation/chrome_frame_automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46234 'browser/automation/extension_automation_constants.cc',
235 'browser/automation/extension_automation_constants.h',
[email protected]83019902009-12-02 05:32:59236 'browser/automation/extension_port_container.cc',
237 'browser/automation/extension_port_container.h',
[email protected]83bfa0b2011-02-01 05:37:46238 'browser/automation/testing_automation_provider.cc',
239 'browser/automation/testing_automation_provider.h',
[email protected]ff52c162011-02-01 19:42:29240 'browser/automation/testing_automation_provider_chromeos.cc',
[email protected]7256dab2010-08-23 22:35:18241 'browser/automation/testing_automation_provider_gtk.cc',
242 'browser/automation/testing_automation_provider_mac.mm',
[email protected]78962e2e2010-08-25 17:33:34243 'browser/automation/testing_automation_provider_views.cc',
[email protected]7256dab2010-08-23 22:35:18244 'browser/automation/testing_automation_provider_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46245 'browser/automation/ui_controls.h',
[email protected]1e605472010-12-16 21:41:40246 'browser/automation/ui_controls_internal.cc',
[email protected]853300a82010-07-27 21:17:57247 'browser/automation/ui_controls_internal.h',
[email protected]83019902009-12-02 05:32:59248 'browser/automation/ui_controls_linux.cc',
[email protected]1b5a48c2010-04-29 23:08:30249 'browser/automation/ui_controls_mac.mm',
[email protected]83019902009-12-02 05:32:59250 'browser/automation/ui_controls_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46251 'browser/automation/url_request_automation_job.cc',
252 'browser/automation/url_request_automation_job.h',
[email protected]aa0508122010-11-08 23:16:50253 'browser/background_application_list_model.cc',
254 'browser/background_application_list_model.h',
[email protected]398206c2010-06-21 01:46:08255 'browser/background_contents_service.cc',
[email protected]aa0508122010-11-08 23:16:50256 'browser/background_contents_service.h',
257 'browser/background_mode_manager.cc',
258 'browser/background_mode_manager.h',
[email protected]70dd60b2010-12-09 00:36:17259 'browser/background_mode_manager_chromeos.cc',
260 'browser/background_mode_manager_linux.cc',
261 'browser/background_mode_manager_mac.mm',
262 'browser/background_mode_manager_win.cc',
[email protected]b569c112010-11-22 20:53:44263 'browser/background_page_tracker.cc',
264 'browser/background_page_tracker.h',
[email protected]c65e2f152010-10-14 15:30:40265 'browser/blocked_content_container.cc',
266 'browser/blocked_content_container.h',
[email protected]ddb1e5a2010-12-13 20:10:45267 'browser/bookmarks/base_bookmark_model_observer.cc',
268 'browser/bookmarks/base_bookmark_model_observer.h',
[email protected]83019902009-12-02 05:32:59269 'browser/bookmarks/bookmark_codec.cc',
270 'browser/bookmarks/bookmark_codec.h',
271 'browser/bookmarks/bookmark_context_menu_controller.cc',
272 'browser/bookmarks/bookmark_context_menu_controller.h',
[email protected]83019902009-12-02 05:32:59273 'browser/bookmarks/bookmark_drop_info.cc',
274 'browser/bookmarks/bookmark_drop_info.h',
[email protected]a0835ac2010-09-13 19:40:08275 'browser/bookmarks/bookmark_editor.cc',
[email protected]83019902009-12-02 05:32:59276 'browser/bookmarks/bookmark_editor.h',
[email protected]d31c4a52010-04-12 21:41:02277 'browser/bookmarks/bookmark_folder_editor_controller.cc',
278 'browser/bookmarks/bookmark_folder_editor_controller.h',
[email protected]83019902009-12-02 05:32:59279 'browser/bookmarks/bookmark_html_writer.cc',
280 'browser/bookmarks/bookmark_html_writer.h',
[email protected]83bfa0b2011-02-01 05:37:46281 'browser/bookmarks/bookmark_index.cc',
282 'browser/bookmarks/bookmark_index.h',
[email protected]83019902009-12-02 05:32:59283 'browser/bookmarks/bookmark_model.cc',
284 'browser/bookmarks/bookmark_model.h',
285 'browser/bookmarks/bookmark_model_observer.h',
[email protected]dd0598522010-11-26 23:12:49286 'browser/bookmarks/bookmark_node_data.cc',
287 'browser/bookmarks/bookmark_node_data.h',
[email protected]0fe52a02010-02-06 00:39:25288 'browser/bookmarks/bookmark_pasteboard_helper_mac.h',
289 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm',
[email protected]83019902009-12-02 05:32:59290 'browser/bookmarks/bookmark_service.h',
291 'browser/bookmarks/bookmark_storage.cc',
292 'browser/bookmarks/bookmark_storage.h',
[email protected]83019902009-12-02 05:32:59293 'browser/bookmarks/bookmark_utils.cc',
294 'browser/bookmarks/bookmark_utils.h',
[email protected]4bdde602010-06-16 03:17:35295 'browser/bookmarks/recently_used_folders_combo_model.cc',
[email protected]541f55a2010-09-07 16:42:53296 'browser/bookmarks/recently_used_folders_combo_model.h',
[email protected]83019902009-12-02 05:32:59297 'browser/browser_about_handler.cc',
298 'browser/browser_about_handler.h',
[email protected]83019902009-12-02 05:32:59299 'browser/browser_main.cc',
300 'browser/browser_main_gtk.cc',
[email protected]c6032e82010-09-13 20:06:05301 'browser/browser_main_gtk.h',
[email protected]83019902009-12-02 05:32:59302 'browser/browser_main_mac.mm',
[email protected]f8abf722010-07-07 19:46:24303 'browser/browser_main_posix.cc',
[email protected]1fec64352010-07-27 13:55:21304 'browser/browser_main_posix.h',
[email protected]83019902009-12-02 05:32:59305 'browser/browser_main_win.cc',
306 'browser/browser_main_win.h',
[email protected]83019902009-12-02 05:32:59307 'browser/browser_process.cc',
308 'browser/browser_process.h',
309 'browser/browser_process_impl.cc',
310 'browser/browser_process_impl.h',
[email protected]0ac83682010-01-22 17:46:27311 'browser/browser_process_sub_thread.cc',
312 'browser/browser_process_sub_thread.h',
[email protected]83019902009-12-02 05:32:59313 'browser/browser_shutdown.cc',
314 'browser/browser_shutdown.h',
[email protected]83bfa0b2011-02-01 05:37:46315 'browser/browser_signin.cc',
316 'browser/browser_signin.h',
[email protected]83019902009-12-02 05:32:59317 'browser/browser_trial.cc',
318 'browser/browser_trial.h',
319 'browser/browser_url_handler.cc',
320 'browser/browser_url_handler.h',
[email protected]f26795eb2010-02-26 23:45:35321 'browser/browsing_data_appcache_helper.cc',
322 'browser/browsing_data_appcache_helper.h',
[email protected]b5c6e302010-02-10 18:13:40323 'browser/browsing_data_database_helper.cc',
324 'browser/browsing_data_database_helper.h',
[email protected]2823fb242010-09-23 08:53:26325 'browser/browsing_data_indexed_db_helper.cc',
326 'browser/browsing_data_indexed_db_helper.h',
[email protected]8f9aefd2010-01-25 13:50:48327 'browser/browsing_data_local_storage_helper.cc',
328 'browser/browsing_data_local_storage_helper.h',
[email protected]83019902009-12-02 05:32:59329 'browser/browsing_data_remover.cc',
330 'browser/browsing_data_remover.h',
[email protected]43461682010-10-29 00:52:36331 'browser/bug_report_data.cc',
[email protected]83bfa0b2011-02-01 05:37:46332 'browser/bug_report_data.h',
[email protected]83019902009-12-02 05:32:59333 'browser/bug_report_util.cc',
334 'browser/bug_report_util.h',
[email protected]86206622010-05-14 05:45:26335 # TODO(rkc): Find a better way to include these files
336 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc',
[email protected]ac1894a2010-08-22 10:38:54337 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
[email protected]86206622010-05-14 05:45:26338 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
[email protected]86206622010-05-14 05:45:26339 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
340 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
341 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
342 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
[email protected]83019902009-12-02 05:32:59343 'browser/character_encoding.cc',
344 'browser/character_encoding.h',
[email protected]83019902009-12-02 05:32:59345 'browser/chrome_browser_application_mac.h',
346 'browser/chrome_browser_application_mac.mm',
[email protected]d032b3792010-06-07 22:02:39347 'browser/chromeos/audio_handler.cc',
348 'browser/chromeos/audio_handler.h',
[email protected]51dfe5e32011-01-12 00:21:14349 'browser/chromeos/audio_mixer.h',
350 'browser/chromeos/audio_mixer_alsa.cc',
351 'browser/chromeos/audio_mixer_alsa.h',
[email protected]ac4bf502010-05-04 16:58:07352 'browser/chromeos/boot_times_loader.cc',
353 'browser/chromeos/boot_times_loader.h',
[email protected]90fd2a42010-12-10 19:50:37354 'browser/chromeos/brightness_bubble.cc',
355 'browser/chromeos/brightness_bubble.h',
356 'browser/chromeos/brightness_observer.cc',
357 'browser/chromeos/brightness_observer.h',
[email protected]5f449baa2010-10-08 20:29:59358 'browser/chromeos/browser_main_chromeos.cc',
359 'browser/chromeos/browser_main_chromeos.h',
[email protected]90fd2a42010-12-10 19:50:37360 'browser/chromeos/cros/brightness_library.cc',
361 'browser/chromeos/cros/brightness_library.h',
[email protected]4a6861a2010-08-23 19:04:46362 'browser/chromeos/cros/burn_library.cc',
363 'browser/chromeos/cros/burn_library.h',
[email protected]268b02f2010-02-04 21:07:15364 'browser/chromeos/cros/cros_library.cc',
365 'browser/chromeos/cros/cros_library.h',
[email protected]62c7ef32010-03-23 23:44:24366 'browser/chromeos/cros/cros_library_loader.cc',
367 'browser/chromeos/cros/cros_library_loader.h',
[email protected]ad8a6ea2010-03-11 00:05:02368 'browser/chromeos/cros/cryptohome_library.cc',
369 'browser/chromeos/cros/cryptohome_library.h',
[email protected]291d8b72010-06-21 09:43:14370 'browser/chromeos/cros/input_method_library.cc',
371 'browser/chromeos/cros/input_method_library.h',
[email protected]83bfa0b2011-02-01 05:37:46372 'browser/chromeos/cros/keyboard_library.cc',
373 'browser/chromeos/cros/keyboard_library.h',
[email protected]73cea4cc2011-02-02 19:07:27374 'browser/chromeos/cros/libcros_service_library.cc',
[email protected]50f9c552011-03-09 14:15:39375 'browser/chromeos/cros/libcros_service_library.h',
[email protected]268b02f2010-02-04 21:07:15376 'browser/chromeos/cros/login_library.cc',
377 'browser/chromeos/cros/login_library.h',
378 'browser/chromeos/cros/mount_library.cc',
379 'browser/chromeos/cros/mount_library.h',
380 'browser/chromeos/cros/network_library.cc',
381 'browser/chromeos/cros/network_library.h',
382 'browser/chromeos/cros/power_library.cc',
383 'browser/chromeos/cros/power_library.h',
[email protected]a39c2d12010-05-14 23:48:27384 'browser/chromeos/cros/screen_lock_library.cc',
385 'browser/chromeos/cros/screen_lock_library.h',
[email protected]b1220622010-04-28 22:46:16386 'browser/chromeos/cros/speech_synthesis_library.cc',
387 'browser/chromeos/cros/speech_synthesis_library.h',
[email protected]e251662c2010-05-20 05:55:06388 'browser/chromeos/cros/syslogs_library.cc',
389 'browser/chromeos/cros/syslogs_library.h',
[email protected]94a922b2010-06-30 23:18:15390 'browser/chromeos/cros/system_library.cc',
391 'browser/chromeos/cros/system_library.h',
[email protected]b4e05f22010-09-08 17:27:46392 'browser/chromeos/cros/touchpad_library.cc',
393 'browser/chromeos/cros/touchpad_library.h',
[email protected]3cdf3762010-07-13 22:55:55394 'browser/chromeos/cros/update_library.cc',
[email protected]399a8da2010-07-19 14:42:24395 'browser/chromeos/cros/update_library.h',
[email protected]83bfa0b2011-02-01 05:37:46396 'browser/chromeos/cros_settings.cc',
397 'browser/chromeos/cros_settings.h',
398 'browser/chromeos/cros_settings_names.cc',
399 'browser/chromeos/cros_settings_names.h',
400 'browser/chromeos/cros_settings_provider.cc',
401 'browser/chromeos/cros_settings_provider.h',
[email protected]c3f4ad22010-05-28 09:20:09402 'browser/chromeos/customization_document.cc',
[email protected]478739e32010-06-17 17:09:05403 'browser/chromeos/customization_document.h',
[email protected]c766a162010-06-30 22:45:45404 'browser/chromeos/drop_shadow_label.cc',
[email protected]62cb9942010-12-01 13:09:32405 'browser/chromeos/enterprise_extension_observer.cc',
406 'browser/chromeos/enterprise_extension_observer.h',
[email protected]83019902009-12-02 05:32:59407 'browser/chromeos/external_metrics.cc',
408 'browser/chromeos/external_metrics.h',
409 'browser/chromeos/external_protocol_dialog.cc',
410 'browser/chromeos/external_protocol_dialog.h',
[email protected]17e64222010-02-12 23:32:42411 'browser/chromeos/frame/browser_frame_chromeos.cc',
412 'browser/chromeos/frame/browser_frame_chromeos.h',
[email protected]4fe042f2010-12-14 16:41:40413 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc',
[email protected]17e64222010-02-12 23:32:42414 'browser/chromeos/frame/browser_view.cc',
415 'browser/chromeos/frame/browser_view.h',
[email protected]5afc7052010-09-29 16:50:58416 'browser/chromeos/frame/bubble_frame_view.cc',
417 'browser/chromeos/frame/bubble_frame_view.h',
418 'browser/chromeos/frame/bubble_window.cc',
419 'browser/chromeos/frame/bubble_window.h',
[email protected]17e64222010-02-12 23:32:42420 'browser/chromeos/frame/panel_browser_view.cc',
421 'browser/chromeos/frame/panel_browser_view.h',
422 'browser/chromeos/frame/panel_controller.cc',
423 'browser/chromeos/frame/panel_controller.h',
[email protected]592468b2010-02-10 23:08:47424 'browser/chromeos/google_update_chromeos.cc',
[email protected]83019902009-12-02 05:32:59425 'browser/chromeos/gview_request_interceptor.cc',
[email protected]e22fbfc2010-06-26 02:35:30426 'browser/chromeos/gview_request_interceptor.h',
[email protected]2d153002011-01-28 06:49:22427 'browser/chromeos/input_method/candidate_window.cc',
[email protected]83bfa0b2011-02-01 05:37:46428 'browser/chromeos/input_method/candidate_window.h',
[email protected]1e8e7652010-06-18 10:12:21429 'browser/chromeos/input_method/input_method_util.cc',
430 'browser/chromeos/input_method/input_method_util.h',
[email protected]401d8812010-08-19 08:37:24431 'browser/chromeos/language_preferences.cc',
432 'browser/chromeos/language_preferences.h',
[email protected]61d68ef12011-01-13 14:02:56433 'browser/chromeos/locale_change_guard.cc',
[email protected]83bfa0b2011-02-01 05:37:46434 'browser/chromeos/locale_change_guard.h',
[email protected]c6f88212010-02-10 07:22:54435 'browser/chromeos/login/account_creation_view.cc',
436 'browser/chromeos/login/account_creation_view.h',
[email protected]0e6e80682010-03-04 16:13:27437 'browser/chromeos/login/account_screen.cc',
438 'browser/chromeos/login/account_screen.h',
[email protected]83bfa0b2011-02-01 05:37:46439 'browser/chromeos/login/apply_services_customization.cc',
440 'browser/chromeos/login/apply_services_customization.h',
[email protected]1b36b742010-09-22 17:04:18441 'browser/chromeos/login/auth_attempt_state.cc',
442 'browser/chromeos/login/auth_attempt_state.h',
443 'browser/chromeos/login/auth_attempt_state_resolver.cc',
444 'browser/chromeos/login/auth_attempt_state_resolver.h',
[email protected]d7883d02010-04-02 15:45:28445 'browser/chromeos/login/auth_response_handler.cc',
446 'browser/chromeos/login/auth_response_handler.h',
[email protected]83bfa0b2011-02-01 05:37:46447 'browser/chromeos/login/authentication_notification_details.h',
448 'browser/chromeos/login/authenticator.cc',
449 'browser/chromeos/login/authenticator.h',
[email protected]ad30e062010-04-05 18:11:18450 'browser/chromeos/login/background_view.cc',
451 'browser/chromeos/login/background_view.h',
[email protected]64ec0342010-06-03 13:00:40452 'browser/chromeos/login/camera.cc',
453 'browser/chromeos/login/camera.h',
[email protected]551707a2010-06-16 16:59:47454 'browser/chromeos/login/captcha_view.cc',
455 'browser/chromeos/login/captcha_view.h',
[email protected]2e47c7c22010-03-19 17:14:25456 'browser/chromeos/login/client_login_response_handler.cc',
457 'browser/chromeos/login/client_login_response_handler.h',
[email protected]ad30e062010-04-05 18:11:18458 'browser/chromeos/login/cookie_fetcher.cc',
459 'browser/chromeos/login/cookie_fetcher.h',
[email protected]1b36b742010-09-22 17:04:18460 'browser/chromeos/login/cryptohome_op.cc',
461 'browser/chromeos/login/cryptohome_op.h',
[email protected]6e648942010-07-14 12:52:23462 'browser/chromeos/login/eula_view.cc',
463 'browser/chromeos/login/eula_view.h',
[email protected]507c71072010-03-12 21:56:17464 'browser/chromeos/login/existing_user_controller.cc',
465 'browser/chromeos/login/existing_user_controller.h',
[email protected]b15ffb182010-08-03 10:09:39466 'browser/chromeos/login/existing_user_view.cc',
467 'browser/chromeos/login/existing_user_view.h',
[email protected]83a4301f2010-02-22 22:01:26468 'browser/chromeos/login/google_authenticator.cc',
469 'browser/chromeos/login/google_authenticator.h',
[email protected]a0779002010-10-06 14:53:36470 'browser/chromeos/login/guest_user_view.cc',
471 'browser/chromeos/login/guest_user_view.h',
[email protected]063bb2b22010-09-06 15:59:08472 'browser/chromeos/login/help_app_launcher.cc',
473 'browser/chromeos/login/help_app_launcher.h',
[email protected]8a6d0082010-06-02 12:34:22474 'browser/chromeos/login/helper.cc',
[email protected]d63b52152010-09-17 12:29:42475 'browser/chromeos/login/helper.h',
[email protected]0ae17ad42010-08-20 09:48:46476 'browser/chromeos/login/html_page_screen.cc',
477 'browser/chromeos/login/html_page_screen.h',
[email protected]1b36b742010-09-22 17:04:18478 'browser/chromeos/login/image_decoder.cc',
479 'browser/chromeos/login/image_decoder.h',
480 'browser/chromeos/login/image_downloader.cc',
481 'browser/chromeos/login/image_downloader.h',
482 'browser/chromeos/login/issue_response_handler.cc',
483 'browser/chromeos/login/issue_response_handler.h',
[email protected]e161c1912010-10-09 13:49:03484 'browser/chromeos/login/keyboard_switch_menu.cc',
485 'browser/chromeos/login/keyboard_switch_menu.h',
[email protected]4caf6262010-06-17 14:05:43486 'browser/chromeos/login/language_switch_menu.cc',
487 'browser/chromeos/login/language_switch_menu.h',
[email protected]603fc2c2011-01-31 11:47:49488 'browser/chromeos/login/login_display.h',
[email protected]dfdcdab2010-06-09 16:20:05489 'browser/chromeos/login/login_html_dialog.cc',
490 'browser/chromeos/login/login_html_dialog.h',
[email protected]cd5d0b1c2010-09-29 16:32:50491 'browser/chromeos/login/login_performer.cc',
492 'browser/chromeos/login/login_performer.h',
[email protected]83a4301f2010-02-22 22:01:26493 'browser/chromeos/login/login_status_consumer.h',
[email protected]a10d16e2010-03-26 12:41:22494 'browser/chromeos/login/login_utils.cc',
495 'browser/chromeos/login/login_utils.h',
[email protected]045124c82010-05-13 10:07:43496 'browser/chromeos/login/message_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:46497 'browser/chromeos/login/message_bubble.h',
[email protected]935e9e12010-03-25 15:29:13498 'browser/chromeos/login/network_screen.cc',
499 'browser/chromeos/login/network_screen.h',
500 'browser/chromeos/login/network_screen_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:46501 'browser/chromeos/login/network_selection_view.cc',
502 'browser/chromeos/login/network_selection_view.h',
[email protected]afe05a282010-05-27 17:44:03503 'browser/chromeos/login/new_user_view.cc',
504 'browser/chromeos/login/new_user_view.h',
[email protected]1b36b742010-09-22 17:04:18505 'browser/chromeos/login/online_attempt.cc',
506 'browser/chromeos/login/online_attempt.h',
[email protected]5b7a0cf2010-07-23 10:04:07507 'browser/chromeos/login/oobe_progress_bar.cc',
508 'browser/chromeos/login/oobe_progress_bar.h',
[email protected]02ed0b32010-07-22 01:27:13509 'browser/chromeos/login/owner_key_utils.cc',
510 'browser/chromeos/login/owner_key_utils.h',
[email protected]4ada2382010-07-29 21:28:11511 'browser/chromeos/login/owner_manager.cc',
512 'browser/chromeos/login/owner_manager.h',
[email protected]e99e0b32010-08-25 00:53:44513 'browser/chromeos/login/ownership_service.cc',
514 'browser/chromeos/login/ownership_service.h',
[email protected]472734742010-10-11 03:17:05515 'browser/chromeos/login/parallel_authenticator.cc',
516 'browser/chromeos/login/parallel_authenticator.h',
[email protected]56515402010-07-05 17:37:00517 'browser/chromeos/login/password_changed_view.cc',
518 'browser/chromeos/login/password_changed_view.h',
[email protected]e15bdd222010-11-03 12:03:49519 'browser/chromeos/login/proxy_settings_dialog.cc',
520 'browser/chromeos/login/proxy_settings_dialog.h',
[email protected]69719212010-07-12 11:37:25521 'browser/chromeos/login/registration_screen.cc',
[email protected]41291322010-07-15 17:09:01522 'browser/chromeos/login/registration_screen.h',
[email protected]f5836702010-02-09 19:11:18523 'browser/chromeos/login/rounded_rect_painter.cc',
524 'browser/chromeos/login/rounded_rect_painter.h',
[email protected]ab2bd2c2010-05-05 07:18:27525 'browser/chromeos/login/screen_lock_view.cc',
526 'browser/chromeos/login/screen_lock_view.h',
[email protected]83bfa0b2011-02-01 05:37:46527 'browser/chromeos/login/screen_locker.cc',
528 'browser/chromeos/login/screen_locker.h',
[email protected]649e12c32010-02-06 04:41:21529 'browser/chromeos/login/screen_observer.h',
[email protected]f65210cc2010-10-30 01:48:48530 'browser/chromeos/login/shutdown_button.cc',
531 'browser/chromeos/login/shutdown_button.h',
[email protected]32352d12010-09-03 21:40:10532 'browser/chromeos/login/signed_settings.cc',
533 'browser/chromeos/login/signed_settings.h',
[email protected]62eeafc2010-09-14 16:37:41534 'browser/chromeos/login/signed_settings_helper.cc',
535 'browser/chromeos/login/signed_settings_helper.h',
[email protected]20564b3c2010-10-28 14:25:46536 'browser/chromeos/login/signed_settings_temp_storage.cc',
537 'browser/chromeos/login/signed_settings_temp_storage.h',
[email protected]1b36b742010-09-22 17:04:18538 'browser/chromeos/login/test_attempt_state.cc',
539 'browser/chromeos/login/test_attempt_state.h',
[email protected]91d01602010-10-28 17:18:25540 'browser/chromeos/login/textfield_with_margin.cc',
541 'browser/chromeos/login/textfield_with_margin.h',
[email protected]b96f34a2010-04-21 17:47:01542 'browser/chromeos/login/update_screen.cc',
543 'browser/chromeos/login/update_screen.h',
[email protected]842cd6c62010-03-06 17:56:32544 'browser/chromeos/login/update_view.cc',
545 'browser/chromeos/login/update_view.h',
[email protected]507c71072010-03-12 21:56:17546 'browser/chromeos/login/user_controller.cc',
547 'browser/chromeos/login/user_controller.h',
[email protected]8f0d8ecd12010-04-20 11:51:30548 'browser/chromeos/login/user_image_downloader.cc',
549 'browser/chromeos/login/user_image_downloader.h',
550 'browser/chromeos/login/user_image_loader.cc',
551 'browser/chromeos/login/user_image_loader.h',
[email protected]64ec0342010-06-03 13:00:40552 'browser/chromeos/login/user_image_screen.cc',
553 'browser/chromeos/login/user_image_screen.h',
554 'browser/chromeos/login/user_image_view.cc',
555 'browser/chromeos/login/user_image_view.h',
[email protected]56f0ffc82010-02-04 21:30:37556 'browser/chromeos/login/user_manager.cc',
557 'browser/chromeos/login/user_manager.h',
[email protected]41e13b362010-06-16 21:27:05558 'browser/chromeos/login/user_view.cc',
559 'browser/chromeos/login/user_view.h',
[email protected]c57206e92010-10-21 02:13:24560 'browser/chromeos/login/username_view.cc',
561 'browser/chromeos/login/username_view.h',
[email protected]28e139d2010-03-01 14:55:22562 'browser/chromeos/login/view_screen.h',
[email protected]603fc2c2011-01-31 11:47:49563 'browser/chromeos/login/views_login_display.cc',
[email protected]83bfa0b2011-02-01 05:37:46564 'browser/chromeos/login/views_login_display.h',
[email protected]88e71dc2010-05-07 11:31:38565 'browser/chromeos/login/web_page_screen.cc',
566 'browser/chromeos/login/web_page_screen.h',
567 'browser/chromeos/login/web_page_view.cc',
568 'browser/chromeos/login/web_page_view.h',
[email protected]86cffea2010-08-25 21:31:59569 'browser/chromeos/login/wizard_accessibility_handler.cc',
570 'browser/chromeos/login/wizard_accessibility_handler.h',
571 'browser/chromeos/login/wizard_accessibility_helper.cc',
572 'browser/chromeos/login/wizard_accessibility_helper.h',
[email protected]28e139d2010-03-01 14:55:22573 'browser/chromeos/login/wizard_controller.cc',
574 'browser/chromeos/login/wizard_controller.h',
[email protected]042c3682010-02-10 18:05:13575 'browser/chromeos/login/wizard_screen.h',
[email protected]0fecda62010-03-19 21:59:01576 'browser/chromeos/low_battery_observer.cc',
577 'browser/chromeos/low_battery_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54578 'browser/chromeos/metrics_cros_settings_provider.cc',
579 'browser/chromeos/metrics_cros_settings_provider.h',
[email protected]f7f72652010-05-04 20:53:13580 'browser/chromeos/native_dialog_window.cc',
581 'browser/chromeos/native_dialog_window.h',
[email protected]8d1b864d12010-10-10 00:04:34582 'browser/chromeos/native_theme_chromeos.cc',
583 'browser/chromeos/native_theme_chromeos.h',
[email protected]e8da0a02010-02-15 14:07:08584 'browser/chromeos/network_list.cc',
585 'browser/chromeos/network_list.h',
[email protected]727dc8082011-01-14 19:14:29586 'browser/chromeos/network_login_observer.cc',
587 'browser/chromeos/network_login_observer.h',
[email protected]39216be2010-06-01 17:54:36588 'browser/chromeos/network_message_observer.cc',
589 'browser/chromeos/network_message_observer.h',
[email protected]83bfa0b2011-02-01 05:37:46590 'browser/chromeos/network_state_notifier.cc',
591 'browser/chromeos/network_state_notifier.h',
[email protected]61d68ef12011-01-13 14:02:56592 'browser/chromeos/notifications/balloon_collection_impl.cc',
593 'browser/chromeos/notifications/balloon_collection_impl.h',
594 'browser/chromeos/notifications/balloon_view.cc',
595 'browser/chromeos/notifications/balloon_view.h',
596 'browser/chromeos/notifications/balloon_view_host.cc',
597 'browser/chromeos/notifications/balloon_view_host.h',
598 'browser/chromeos/notifications/notification_panel.cc',
599 'browser/chromeos/notifications/notification_panel.h',
600 'browser/chromeos/notifications/system_notification.cc',
601 'browser/chromeos/notifications/system_notification.h',
602 'browser/chromeos/notifications/system_notification_factory.cc',
603 'browser/chromeos/notifications/system_notification_factory.h',
[email protected]6692b0d72010-07-15 03:40:23604 'browser/chromeos/offline/offline_load_page.cc',
605 'browser/chromeos/offline/offline_load_page.h',
[email protected]9cc6216822010-03-03 23:17:27606 'browser/chromeos/options/network_config_view.cc',
607 'browser/chromeos/options/network_config_view.h',
[email protected]9cc6216822010-03-03 23:17:27608 'browser/chromeos/options/wifi_config_view.cc',
609 'browser/chromeos/options/wifi_config_view.h',
[email protected]83019902009-12-02 05:32:59610 'browser/chromeos/panels/panel_scroller.cc',
611 'browser/chromeos/panels/panel_scroller.h',
612 'browser/chromeos/panels/panel_scroller_container.cc',
613 'browser/chromeos/panels/panel_scroller_container.h',
614 'browser/chromeos/panels/panel_scroller_header.cc',
615 'browser/chromeos/panels/panel_scroller_header.h',
[email protected]6fdd4182010-10-14 23:59:26616 'browser/chromeos/plugin_selection_policy.cc',
617 'browser/chromeos/plugin_selection_policy.h',
[email protected]83019902009-12-02 05:32:59618 'browser/chromeos/preferences.cc',
619 'browser/chromeos/preferences.h',
[email protected]f50278cd2010-08-24 17:34:08620 'browser/chromeos/proxy_config_service.h',
621 'browser/chromeos/proxy_config_service_impl.cc',
622 'browser/chromeos/proxy_config_service_impl.h',
[email protected]2bb5fcd2010-11-16 14:31:54623 'browser/chromeos/proxy_cros_settings_provider.cc',
624 'browser/chromeos/proxy_cros_settings_provider.h',
[email protected]64d7e592010-12-03 19:20:35625 'browser/chromeos/setting_level_bubble.cc',
626 'browser/chromeos/setting_level_bubble.h',
627 'browser/chromeos/setting_level_bubble_view.cc',
628 'browser/chromeos/setting_level_bubble_view.h',
[email protected]83a90f72010-02-04 20:36:41629 'browser/chromeos/status/clock_menu_button.cc',
630 'browser/chromeos/status/clock_menu_button.h',
[email protected]432867b2010-10-09 13:31:16631 'browser/chromeos/status/input_method_menu.cc',
632 'browser/chromeos/status/input_method_menu.h',
[email protected]54da7e372010-10-12 09:54:49633 'browser/chromeos/status/input_method_menu_button.cc',
634 'browser/chromeos/status/input_method_menu_button.h',
[email protected]b938810a2010-09-14 08:17:26635 'browser/chromeos/status/network_dropdown_button.cc',
636 'browser/chromeos/status/network_dropdown_button.h',
637 'browser/chromeos/status/network_menu.cc',
638 'browser/chromeos/status/network_menu.h',
[email protected]83a90f72010-02-04 20:36:41639 'browser/chromeos/status/network_menu_button.cc',
640 'browser/chromeos/status/network_menu_button.h',
[email protected]83a90f72010-02-04 20:36:41641 'browser/chromeos/status/power_menu_button.cc',
642 'browser/chromeos/status/power_menu_button.h',
643 'browser/chromeos/status/status_area_button.cc',
644 'browser/chromeos/status/status_area_button.h',
645 'browser/chromeos/status/status_area_host.h',
646 'browser/chromeos/status/status_area_view.cc',
647 'browser/chromeos/status/status_area_view.h',
[email protected]66a0d902011-01-28 20:57:05648 'browser/chromeos/status/window_switcher_button.cc',
649 'browser/chromeos/status/window_switcher_button.h',
[email protected]cc4c9742010-05-17 21:04:02650 'browser/chromeos/system_key_event_listener.cc',
651 'browser/chromeos/system_key_event_listener.h',
[email protected]0b4d3382010-07-14 16:13:04652 'browser/chromeos/tab_closeable_state_watcher.cc',
653 'browser/chromeos/tab_closeable_state_watcher.h',
[email protected]3cdf3762010-07-13 22:55:55654 'browser/chromeos/update_observer.cc',
655 'browser/chromeos/update_observer.h',
[email protected]83019902009-12-02 05:32:59656 'browser/chromeos/usb_mount_observer.cc',
657 'browser/chromeos/usb_mount_observer.h',
[email protected]2bb5fcd2010-11-16 14:31:54658 'browser/chromeos/user_cros_settings_provider.cc',
659 'browser/chromeos/user_cros_settings_provider.h',
[email protected]83019902009-12-02 05:32:59660 'browser/chromeos/version_loader.cc',
661 'browser/chromeos/version_loader.h',
[email protected]d59b3152010-03-24 04:41:54662 'browser/chromeos/view_ids.h',
[email protected]ae601242010-11-12 21:54:43663 'browser/chromeos/views/copy_background.cc',
664 'browser/chromeos/views/copy_background.h',
[email protected]d34f59d2010-11-13 12:32:02665 'browser/chromeos/views/dropdown_button.cc',
666 'browser/chromeos/views/dropdown_button.h',
[email protected]5ab0b972010-11-09 09:43:58667 'browser/chromeos/views/menu_locator.cc',
668 'browser/chromeos/views/menu_locator.h',
[email protected]eddb2a82011-02-04 22:07:12669 'browser/chromeos/views/native_menu_webui.cc',
670 'browser/chromeos/views/native_menu_webui.h',
[email protected]0675e712011-02-03 23:52:37671 'browser/chromeos/views/webui_menu_widget.cc',
672 'browser/chromeos/views/webui_menu_widget.h',
[email protected]3de008822010-06-16 17:26:54673 'browser/chromeos/volume_bubble.cc',
674 'browser/chromeos/volume_bubble.h',
[email protected]0675e712011-02-03 23:52:37675 'browser/chromeos/webui_menu_control.h',
[email protected]73fe1382011-02-15 16:03:39676 'browser/chromeos/webui/accounts_options_handler.cc',
677 'browser/chromeos/webui/accounts_options_handler.h',
678 'browser/chromeos/webui/core_chromeos_options_handler.cc',
679 'browser/chromeos/webui/core_chromeos_options_handler.h',
680 'browser/chromeos/webui/cros_language_options_handler.cc',
681 'browser/chromeos/webui/cros_language_options_handler.h',
682 'browser/chromeos/webui/cros_options_page_ui_handler.cc',
683 'browser/chromeos/webui/cros_options_page_ui_handler.h',
684 'browser/chromeos/webui/imageburner_ui.cc',
685 'browser/chromeos/webui/imageburner_ui.h',
686 'browser/chromeos/webui/internet_options_handler.cc',
687 'browser/chromeos/webui/internet_options_handler.h',
688 'browser/chromeos/webui/keyboard_overlay_ui.cc',
689 'browser/chromeos/webui/keyboard_overlay_ui.h',
690 'browser/chromeos/webui/language_chewing_options_handler.cc',
691 'browser/chromeos/webui/language_chewing_options_handler.h',
692 'browser/chromeos/webui/language_customize_modifier_keys_handler.cc',
693 'browser/chromeos/webui/language_customize_modifier_keys_handler.h',
694 'browser/chromeos/webui/language_hangul_options_handler.cc',
695 'browser/chromeos/webui/language_hangul_options_handler.h',
696 'browser/chromeos/webui/language_mozc_options_handler.cc',
697 'browser/chromeos/webui/language_mozc_options_handler.h',
698 'browser/chromeos/webui/language_options_util.cc',
699 'browser/chromeos/webui/language_options_util.h',
700 'browser/chromeos/webui/language_pinyin_options_handler.cc',
701 'browser/chromeos/webui/language_pinyin_options_handler.h',
702 'browser/chromeos/webui/login/authenticator_facade.h',
703 'browser/chromeos/webui/login/authenticator_facade_cros.cc',
704 'browser/chromeos/webui/login/authenticator_facade_cros.h',
705 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc',
706 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h',
[email protected]9800de5e2011-03-11 18:19:49707 'browser/chromeos/webui/login/browser/dom_browser.cc',
708 'browser/chromeos/webui/login/browser/dom_browser.h',
[email protected]73fe1382011-02-15 16:03:39709 'browser/chromeos/webui/login/login_ui.cc',
710 'browser/chromeos/webui/login/login_ui.h',
[email protected]af1c0802011-03-04 07:58:31711 'browser/chromeos/webui/login/login_container_ui.cc',
712 'browser/chromeos/webui/login/login_container_ui.h',
[email protected]73fe1382011-02-15 16:03:39713 'browser/chromeos/webui/login/login_ui_helpers.cc',
714 'browser/chromeos/webui/login/login_ui_helpers.h',
715 'browser/chromeos/webui/menu_ui.cc',
716 'browser/chromeos/webui/menu_ui.h',
717 'browser/chromeos/webui/mobile_setup_ui.cc',
718 'browser/chromeos/webui/mobile_setup_ui.h',
719 'browser/chromeos/webui/network_menu_ui.cc',
720 'browser/chromeos/webui/network_menu_ui.h',
721 'browser/chromeos/webui/proxy_handler.cc',
722 'browser/chromeos/webui/proxy_handler.h',
723 'browser/chromeos/webui/register_page_ui.cc',
724 'browser/chromeos/webui/register_page_ui.h',
725 'browser/chromeos/webui/stats_options_handler.cc',
726 'browser/chromeos/webui/stats_options_handler.h',
727 'browser/chromeos/webui/system_info_ui.cc',
728 'browser/chromeos/webui/system_info_ui.h',
729 'browser/chromeos/webui/system_options_handler.cc',
730 'browser/chromeos/webui/system_options_handler.h',
731 'browser/chromeos/webui/system_settings_provider.cc',
732 'browser/chromeos/webui/system_settings_provider.h',
[email protected]5ef189ef2011-02-22 14:42:13733 'browser/chromeos/webui/user_image_source.cc',
734 'browser/chromeos/webui/user_image_source.h',
[email protected]73fe1382011-02-15 16:03:39735 'browser/chromeos/webui/wrench_menu_ui.cc',
736 'browser/chromeos/webui/wrench_menu_ui.h',
[email protected]ea87eee2010-02-22 16:59:24737 'browser/chromeos/wm_ipc.cc',
738 'browser/chromeos/wm_ipc.h',
739 'browser/chromeos/wm_message_listener.cc',
740 'browser/chromeos/wm_message_listener.h',
[email protected]d65adb12010-04-28 17:26:49741 'browser/chromeos/wm_overview_controller.cc',
742 'browser/chromeos/wm_overview_controller.h',
[email protected]c766a162010-06-30 22:45:45743 'browser/chromeos/wm_overview_fav_icon.cc',
744 'browser/chromeos/wm_overview_fav_icon.h',
[email protected]d65adb12010-04-28 17:26:49745 'browser/chromeos/wm_overview_snapshot.cc',
746 'browser/chromeos/wm_overview_snapshot.h',
[email protected]c766a162010-06-30 22:45:45747 'browser/chromeos/wm_overview_title.cc',
748 'browser/chromeos/wm_overview_title.h',
[email protected]83bfa0b2011-02-01 05:37:46749 'browser/clipboard_dispatcher.h',
[email protected]97c2c032010-07-07 22:43:41750 'browser/clipboard_dispatcher_gtk.cc',
751 'browser/clipboard_dispatcher_mac.mm',
752 'browser/clipboard_dispatcher_win.cc',
[email protected]2b78be32011-02-11 00:18:08753 'browser/cocoa/authorization_util.h',
754 'browser/cocoa/authorization_util.mm',
[email protected]cd405662011-03-06 18:06:59755 'browser/cocoa/file_metadata.h',
756 'browser/cocoa/file_metadata.mm',
[email protected]2b78be32011-02-11 00:18:08757 'browser/cocoa/install_from_dmg.h',
758 'browser/cocoa/install_from_dmg.mm',
759 'browser/cocoa/keystone_glue.h',
760 'browser/cocoa/keystone_glue.mm',
761 'browser/cocoa/scoped_authorizationref.h',
[email protected]83019902009-12-02 05:32:59762 'browser/command_updater.cc',
763 'browser/command_updater.h',
[email protected]47115102010-02-19 19:01:47764 'browser/content_exceptions_table_model.cc',
765 'browser/content_exceptions_table_model.h',
[email protected]5ec40cf2010-03-09 11:34:51766 'browser/content_setting_bubble_model.cc',
767 'browser/content_setting_bubble_model.h',
[email protected]77767742010-03-02 22:06:27768 'browser/content_setting_combo_model.cc',
769 'browser/content_setting_combo_model.h',
[email protected]352104e2010-03-05 11:40:08770 'browser/content_setting_image_model.cc',
771 'browser/content_setting_image_model.h',
[email protected]fd5b9ca2011-02-15 13:57:34772 'browser/content_settings/content_settings_base_provider.cc',
773 'browser/content_settings/content_settings_base_provider.h',
[email protected]5f24f212010-12-02 14:47:45774 'browser/content_settings/content_settings_details.h',
775 'browser/content_settings/content_settings_pattern.cc',
776 'browser/content_settings/content_settings_pattern.h',
[email protected]2dd6bca02010-11-30 12:48:44777 'browser/content_settings/content_settings_provider.h',
[email protected]9d01a6a2010-11-30 12:03:33778 'browser/content_settings/host_content_settings_map.cc',
779 'browser/content_settings/host_content_settings_map.h',
[email protected]89ec5832011-02-16 10:34:26780 'browser/content_settings/content_settings_policy_provider.cc',
781 'browser/content_settings/content_settings_policy_provider.h',
782 'browser/content_settings/content_settings_pref_provider.cc',
783 'browser/content_settings/content_settings_pref_provider.h',
[email protected]83019902009-12-02 05:32:59784 'browser/cookies_tree_model.cc',
785 'browser/cookies_tree_model.h',
[email protected]c8717adf72011-02-18 21:07:16786 'browser/crash_upload_list.cc',
787 'browser/crash_upload_list.h',
[email protected]7fff79012010-05-12 00:19:05788 'browser/custom_home_pages_table_model.cc',
789 'browser/custom_home_pages_table_model.h',
[email protected]a6d36cc2011-02-23 00:39:48790 'browser/custom_handlers/protocol_handler.cc',
791 'browser/custom_handlers/protocol_handler.h',
792 'browser/custom_handlers/protocol_handler_registry.cc',
793 'browser/custom_handlers/protocol_handler_registry.h',
794 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
795 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
[email protected]9b82ad7a2010-05-19 01:04:54796 'browser/default_encoding_combo_model.cc',
797 'browser/default_encoding_combo_model.h',
[email protected]83019902009-12-02 05:32:59798 'browser/defaults.cc',
799 'browser/defaults.h',
[email protected]74da5bd2011-01-27 22:03:27800 'browser/desktop_notification_handler.cc',
801 'browser/desktop_notification_handler.h',
[email protected]83019902009-12-02 05:32:59802 'browser/diagnostics/diagnostics_main.cc',
803 'browser/diagnostics/diagnostics_main.h',
[email protected]83019902009-12-02 05:32:59804 'browser/diagnostics/diagnostics_model.cc',
[email protected]83bfa0b2011-02-01 05:37:46805 'browser/diagnostics/diagnostics_model.h',
[email protected]e4be2dd2010-12-14 00:44:39806 'browser/diagnostics/diagnostics_test.cc',
[email protected]83019902009-12-02 05:32:59807 'browser/diagnostics/diagnostics_test.h',
[email protected]26f46472009-12-20 03:57:10808 'browser/diagnostics/recon_diagnostics.cc',
809 'browser/diagnostics/recon_diagnostics.h',
[email protected]83bfa0b2011-02-01 05:37:46810 'browser/diagnostics/sqlite_diagnostics.cc',
811 'browser/diagnostics/sqlite_diagnostics.h',
[email protected]83019902009-12-02 05:32:59812 'browser/dom_operation_notification_details.h',
[email protected]f15edeb2010-08-27 16:27:15813 'browser/download/base_file.cc',
814 'browser/download/base_file.h',
[email protected]cd448092010-12-06 23:49:13815 'browser/download/download_extensions.cc',
816 'browser/download/download_extensions.h',
[email protected]83019902009-12-02 05:32:59817 'browser/download/download_file.cc',
818 'browser/download/download_file.h',
[email protected]6c69796d2010-07-16 21:41:16819 'browser/download/download_file_manager.cc',
820 'browser/download/download_file_manager.h',
[email protected]82f37b02010-07-29 22:04:57821 'browser/download/download_history.cc',
822 'browser/download/download_history.h',
[email protected]6c69796d2010-07-16 21:41:16823 'browser/download/download_item.cc',
824 'browser/download/download_item.h',
[email protected]83019902009-12-02 05:32:59825 'browser/download/download_item_model.cc',
826 'browser/download/download_item_model.h',
827 'browser/download/download_manager.cc',
828 'browser/download/download_manager.h',
[email protected]e5dc4222010-08-30 22:16:32829 'browser/download/download_prefs.cc',
830 'browser/download/download_prefs.h',
[email protected]83019902009-12-02 05:32:59831 'browser/download/download_request_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:46832 'browser/download/download_request_infobar_delegate.h',
[email protected]41291322010-07-15 17:09:01833 'browser/download/download_request_limiter.cc',
834 'browser/download/download_request_limiter.h',
[email protected]287b86b2011-02-26 00:11:35835 'browser/download/download_safe_browsing_client.cc',
836 'browser/download/download_safe_browsing_client.h',
[email protected]83019902009-12-02 05:32:59837 'browser/download/download_shelf.cc',
838 'browser/download/download_shelf.h',
839 'browser/download/download_started_animation.h',
[email protected]073ed7b2010-09-27 09:20:02840 'browser/download/download_status_updater.cc',
841 'browser/download/download_status_updater.h',
842 'browser/download/download_status_updater_delegate.h',
[email protected]a0835ac2010-09-13 19:40:08843 'browser/download/download_types.cc',
[email protected]6c69796d2010-07-16 21:41:16844 'browser/download/download_types.h',
[email protected]83019902009-12-02 05:32:59845 'browser/download/download_util.cc',
846 'browser/download/download_util.h',
[email protected]8af9d032010-02-10 00:00:32847 'browser/download/drag_download_file.cc',
848 'browser/download/drag_download_file.h',
849 'browser/download/drag_download_util.cc',
850 'browser/download/drag_download_util.h',
[email protected]83019902009-12-02 05:32:59851 'browser/download/save_file.cc',
852 'browser/download/save_file.h',
853 'browser/download/save_file_manager.cc',
854 'browser/download/save_file_manager.h',
855 'browser/download/save_item.cc',
856 'browser/download/save_item.h',
857 'browser/download/save_package.cc',
858 'browser/download/save_package.h',
[email protected]93aa89c72010-10-20 21:32:04859 'browser/download/save_types.cc',
[email protected]83019902009-12-02 05:32:59860 'browser/download/save_types.h',
[email protected]83bfa0b2011-02-01 05:37:46861 'browser/enumerate_modules_model_win.cc',
862 'browser/enumerate_modules_model_win.h',
[email protected]83019902009-12-02 05:32:59863 'browser/extensions/convert_user_script.cc',
864 'browser/extensions/convert_user_script.h',
[email protected]5ba5dab2010-11-18 02:31:04865 'browser/extensions/convert_web_app.cc',
866 'browser/extensions/convert_web_app.h',
[email protected]83019902009-12-02 05:32:59867 'browser/extensions/crashed_extension_infobar.cc',
868 'browser/extensions/crashed_extension_infobar.h',
869 'browser/extensions/crx_installer.cc',
870 'browser/extensions/crx_installer.h',
[email protected]ec5b50d2010-10-09 16:35:18871 'browser/extensions/default_apps.cc',
872 'browser/extensions/default_apps.h',
[email protected]83bfa0b2011-02-01 05:37:46873 'browser/extensions/execute_code_in_tab_function.cc',
874 'browser/extensions/execute_code_in_tab_function.h',
[email protected]5cbe1e22010-01-30 01:18:56875 'browser/extensions/extension_accessibility_api.cc',
876 'browser/extensions/extension_accessibility_api.h',
877 'browser/extensions/extension_accessibility_api_constants.cc',
878 'browser/extensions/extension_accessibility_api_constants.h',
[email protected]9b071852010-04-02 06:45:31879 'browser/extensions/extension_bookmark_helpers.cc',
880 'browser/extensions/extension_bookmark_helpers.h',
[email protected]83bfa0b2011-02-01 05:37:46881 'browser/extensions/extension_bookmark_manager_api.cc',
882 'browser/extensions/extension_bookmark_manager_api.h',
[email protected]83019902009-12-02 05:32:59883 'browser/extensions/extension_bookmarks_module.cc',
884 'browser/extensions/extension_bookmarks_module.h',
885 'browser/extensions/extension_bookmarks_module_constants.cc',
886 'browser/extensions/extension_bookmarks_module_constants.h',
887 'browser/extensions/extension_browser_actions_api.cc',
888 'browser/extensions/extension_browser_actions_api.h',
[email protected]83bfa0b2011-02-01 05:37:46889 'browser/extensions/extension_browser_event_router.cc',
890 'browser/extensions/extension_browser_event_router.h',
[email protected]446255952010-03-17 20:41:58891 'browser/extensions/extension_clipboard_api.cc',
892 'browser/extensions/extension_clipboard_api.h',
[email protected]2e3b5202010-03-23 06:52:41893 'browser/extensions/extension_context_menu_api.cc',
894 'browser/extensions/extension_context_menu_api.h',
[email protected]7e9f4a82010-03-22 22:36:20895 'browser/extensions/extension_context_menu_model.cc',
896 'browser/extensions/extension_context_menu_model.h',
[email protected]898bbd32010-05-18 18:52:29897 'browser/extensions/extension_cookies_api.cc',
898 'browser/extensions/extension_cookies_api.h',
899 'browser/extensions/extension_cookies_api_constants.cc',
900 'browser/extensions/extension_cookies_api_constants.h',
901 'browser/extensions/extension_cookies_helpers.cc',
902 'browser/extensions/extension_cookies_helpers.h',
[email protected]83019902009-12-02 05:32:59903 'browser/extensions/extension_creator.cc',
904 'browser/extensions/extension_creator.h',
[email protected]c10da4b02010-03-25 14:38:32905 'browser/extensions/extension_data_deleter.cc',
906 'browser/extensions/extension_data_deleter.h',
[email protected]83019902009-12-02 05:32:59907 'browser/extensions/extension_devtools_bridge.cc',
908 'browser/extensions/extension_devtools_bridge.h',
909 'browser/extensions/extension_devtools_events.cc',
910 'browser/extensions/extension_devtools_events.h',
911 'browser/extensions/extension_devtools_manager.cc',
912 'browser/extensions/extension_devtools_manager.h',
[email protected]83bfa0b2011-02-01 05:37:46913 'browser/extensions/extension_disabled_infobar_delegate.cc',
914 'browser/extensions/extension_disabled_infobar_delegate.h',
[email protected]14a000d2010-04-29 21:44:24915 'browser/extensions/extension_error_reporter.cc',
916 'browser/extensions/extension_error_reporter.h',
[email protected]83019902009-12-02 05:32:59917 'browser/extensions/extension_event_names.cc',
918 'browser/extensions/extension_event_names.h',
[email protected]2c699652010-10-15 18:22:41919 'browser/extensions/extension_event_router.cc',
920 'browser/extensions/extension_event_router.h',
[email protected]93dba942011-02-23 22:45:01921 'browser/extensions/extension_event_router_forwarder.cc',
922 'browser/extensions/extension_event_router_forwarder.h',
[email protected]83019902009-12-02 05:32:59923 'browser/extensions/extension_function.cc',
924 'browser/extensions/extension_function.h',
925 'browser/extensions/extension_function_dispatcher.cc',
926 'browser/extensions/extension_function_dispatcher.h',
927 'browser/extensions/extension_history_api.cc',
928 'browser/extensions/extension_history_api.h',
929 'browser/extensions/extension_history_api_constants.cc',
930 'browser/extensions/extension_history_api_constants.h',
931 'browser/extensions/extension_host.cc',
932 'browser/extensions/extension_host.h',
[email protected]cf390ea42009-12-09 04:14:02933 'browser/extensions/extension_host_mac.h',
934 'browser/extensions/extension_host_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46935 'browser/extensions/extension_i18n_api.cc',
936 'browser/extensions/extension_i18n_api.h',
[email protected]b671760b2010-07-15 21:13:47937 'browser/extensions/extension_icon_manager.cc',
938 'browser/extensions/extension_icon_manager.h',
[email protected]f5205412010-03-16 00:19:34939 'browser/extensions/extension_idle_api.cc',
940 'browser/extensions/extension_idle_api.h',
941 'browser/extensions/extension_idle_api_constants.cc',
942 'browser/extensions/extension_idle_api_constants.h',
[email protected]4361c7c2010-09-30 21:57:53943 'browser/extensions/extension_info_map.cc',
944 'browser/extensions/extension_info_map.h',
[email protected]83bfa0b2011-02-01 05:37:46945 'browser/extensions/extension_infobar_delegate.cc',
946 'browser/extensions/extension_infobar_delegate.h',
[email protected]f34e79632010-03-17 02:34:08947 'browser/extensions/extension_infobar_module.cc',
948 'browser/extensions/extension_infobar_module.h',
949 'browser/extensions/extension_infobar_module_constants.cc',
950 'browser/extensions/extension_infobar_module_constants.h',
[email protected]d6833852010-08-20 18:00:45951 'browser/extensions/extension_input_api.cc',
952 'browser/extensions/extension_input_api.h',
[email protected]c3bba9e2011-03-12 15:14:49953 'browser/extensions/extension_install_dialog.h',
[email protected]83019902009-12-02 05:32:59954 'browser/extensions/extension_install_ui.cc',
955 'browser/extensions/extension_install_ui.h',
[email protected]cffd7892010-08-26 17:43:28956 'browser/extensions/extension_management_api.cc',
957 'browser/extensions/extension_management_api.h',
[email protected]2e3b5202010-03-23 06:52:41958 'browser/extensions/extension_menu_manager.cc',
959 'browser/extensions/extension_menu_manager.h',
[email protected]83019902009-12-02 05:32:59960 'browser/extensions/extension_message_service.cc',
961 'browser/extensions/extension_message_service.h',
[email protected]438772df2010-02-26 18:08:43962 'browser/extensions/extension_metrics_module.cc',
963 'browser/extensions/extension_metrics_module.h',
[email protected]a65882c2010-11-12 15:15:09964 'browser/extensions/extension_module.cc',
965 'browser/extensions/extension_module.h',
[email protected]56ad3792010-05-28 17:45:33966 'browser/extensions/extension_omnibox_api.cc',
967 'browser/extensions/extension_omnibox_api.h',
[email protected]83019902009-12-02 05:32:59968 'browser/extensions/extension_page_actions_module.cc',
969 'browser/extensions/extension_page_actions_module.h',
970 'browser/extensions/extension_page_actions_module_constants.cc',
971 'browser/extensions/extension_page_actions_module_constants.h',
[email protected]598bbcc2011-02-24 10:03:25972 'browser/extensions/extension_preference_api.cc',
973 'browser/extensions/extension_preference_api.h',
[email protected]f2d1f612010-12-09 15:10:17974 'browser/extensions/extension_pref_store.cc',
[email protected]83bfa0b2011-02-01 05:37:46975 'browser/extensions/extension_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:33976 'browser/extensions/extension_pref_value_map.cc',
[email protected]83bfa0b2011-02-01 05:37:46977 'browser/extensions/extension_pref_value_map.h',
[email protected]83019902009-12-02 05:32:59978 'browser/extensions/extension_prefs.cc',
979 'browser/extensions/extension_prefs.h',
980 'browser/extensions/extension_process_manager.cc',
981 'browser/extensions/extension_process_manager.h',
[email protected]381162b2010-01-28 17:29:35982 'browser/extensions/extension_processes_api.cc',
983 'browser/extensions/extension_processes_api.h',
984 'browser/extensions/extension_processes_api_constants.cc',
985 'browser/extensions/extension_processes_api_constants.h',
[email protected]83019902009-12-02 05:32:59986 'browser/extensions/extension_protocols.cc',
987 'browser/extensions/extension_protocols.h',
[email protected]a9c23a52010-08-04 09:13:44988 'browser/extensions/extension_proxy_api.cc',
989 'browser/extensions/extension_proxy_api.h',
[email protected]17d40f02010-07-01 01:18:06990 'browser/extensions/extension_rlz_module.cc',
991 'browser/extensions/extension_rlz_module.h',
[email protected]eaa7dd182010-12-14 11:09:00992 'browser/extensions/extension_service.cc',
993 'browser/extensions/extension_service.h',
[email protected]5afc7052010-09-29 16:50:58994 'browser/extensions/extension_sidebar_api.cc',
995 'browser/extensions/extension_sidebar_api.h',
[email protected]cca147172011-02-17 01:29:29996 'browser/extensions/extension_special_storage_policy.cc',
997 'browser/extensions/extension_special_storage_policy.h',
[email protected]83019902009-12-02 05:32:59998 'browser/extensions/extension_tabs_module.cc',
999 'browser/extensions/extension_tabs_module.h',
1000 'browser/extensions/extension_tabs_module_constants.cc',
1001 'browser/extensions/extension_tabs_module_constants.h',
1002 'browser/extensions/extension_test_api.cc',
1003 'browser/extensions/extension_test_api.h',
[email protected]83bfa0b2011-02-01 05:37:461004 'browser/extensions/extension_toolbar_model.cc',
1005 'browser/extensions/extension_toolbar_model.h',
[email protected]8abe0a32010-08-12 00:40:221006 'browser/extensions/extension_tts_api.cc',
1007 'browser/extensions/extension_tts_api.h',
[email protected]0e6168792010-10-13 16:29:261008 'browser/extensions/extension_tts_api_chromeos.cc',
1009 'browser/extensions/extension_tts_api_linux.cc',
[email protected]22aa4b62010-09-02 17:19:461010 'browser/extensions/extension_tts_api_mac.mm',
[email protected]5686e182010-09-15 22:33:381011 'browser/extensions/extension_tts_api_util.cc',
1012 'browser/extensions/extension_tts_api_util.h',
[email protected]22aa4b62010-09-02 17:19:461013 'browser/extensions/extension_tts_api_win.cc',
[email protected]83019902009-12-02 05:32:591014 'browser/extensions/extension_updater.cc',
1015 'browser/extensions/extension_updater.h',
[email protected]8f9d4eb2011-02-05 01:39:101016 'browser/extensions/extension_web_ui.cc',
1017 'browser/extensions/extension_web_ui.h',
[email protected]d05ef99c2011-02-01 21:38:161018 'browser/extensions/extension_webrequest_api.cc',
1019 'browser/extensions/extension_webrequest_api.h',
[email protected]784688a62010-09-13 07:06:521020 'browser/extensions/extension_webnavigation_api.cc',
1021 'browser/extensions/extension_webnavigation_api.h',
[email protected]4c2f0d52010-09-02 07:32:321022 'browser/extensions/extension_webnavigation_api_constants.cc',
1023 'browser/extensions/extension_webnavigation_api_constants.h',
[email protected]83bfa0b2011-02-01 05:37:461024 'browser/extensions/extension_webrequest_api_constants.cc',
1025 'browser/extensions/extension_webrequest_api_constants.h',
[email protected]63cda0c2010-09-01 04:41:231026 'browser/extensions/extension_webstore_private_api.cc',
1027 'browser/extensions/extension_webstore_private_api.h',
[email protected]d13950e2009-12-04 01:43:021028 'browser/extensions/extensions_quota_service.cc',
1029 'browser/extensions/extensions_quota_service.h',
[email protected]6aeac8342010-10-01 20:21:181030 'browser/extensions/extensions_startup.cc',
1031 'browser/extensions/extensions_startup.h',
[email protected]83019902009-12-02 05:32:591032 'browser/extensions/extensions_ui.cc',
1033 'browser/extensions/extensions_ui.h',
[email protected]8e4560b62011-01-14 10:09:141034 'browser/extensions/external_extension_loader.cc',
1035 'browser/extensions/external_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461036 'browser/extensions/external_extension_provider_impl.cc',
1037 'browser/extensions/external_extension_provider_impl.h',
1038 'browser/extensions/external_extension_provider_interface.h',
[email protected]8e4560b62011-01-14 10:09:141039 'browser/extensions/external_policy_extension_loader.cc',
1040 'browser/extensions/external_policy_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461041 'browser/extensions/external_pref_extension_loader.cc',
1042 'browser/extensions/external_pref_extension_loader.h',
[email protected]8e4560b62011-01-14 10:09:141043 'browser/extensions/external_registry_extension_loader_win.cc',
1044 'browser/extensions/external_registry_extension_loader_win.h',
[email protected]83019902009-12-02 05:32:591045 'browser/extensions/file_reader.cc',
1046 'browser/extensions/file_reader.h',
1047 'browser/extensions/gtk_theme_installed_infobar_delegate.cc',
1048 'browser/extensions/gtk_theme_installed_infobar_delegate.h',
1049 'browser/extensions/image_loading_tracker.cc',
1050 'browser/extensions/image_loading_tracker.h',
[email protected]d5c40972011-02-09 02:12:091051 'browser/extensions/key_identifier_conversion_views.cc',
1052 'browser/extensions/key_identifier_conversion_views.h',
[email protected]83019902009-12-02 05:32:591053 'browser/extensions/pack_extension_job.cc',
1054 'browser/extensions/pack_extension_job.h',
[email protected]483d1ff2011-03-03 17:12:021055 'browser/extensions/pending_extension_info.h',
1056 'browser/extensions/pending_extension_info.cc',
[email protected]83019902009-12-02 05:32:591057 'browser/extensions/sandboxed_extension_unpacker.cc',
1058 'browser/extensions/sandboxed_extension_unpacker.h',
1059 'browser/extensions/theme_installed_infobar_delegate.cc',
1060 'browser/extensions/theme_installed_infobar_delegate.h',
1061 'browser/extensions/user_script_listener.cc',
1062 'browser/extensions/user_script_listener.h',
1063 'browser/extensions/user_script_master.cc',
1064 'browser/extensions/user_script_master.h',
1065 'browser/external_protocol_handler.cc',
1066 'browser/external_protocol_handler.h',
[email protected]4bdde602010-06-16 03:17:351067 'browser/external_tab_container_win.cc',
1068 'browser/external_tab_container_win.h',
[email protected]83019902009-12-02 05:32:591069 'browser/fav_icon_helper.cc',
1070 'browser/fav_icon_helper.h',
1071 'browser/favicon_service.cc',
1072 'browser/favicon_service.h',
[email protected]8ecad5e2010-12-02 21:18:331073 'browser/file_path_watcher/file_path_watcher.cc',
1074 'browser/file_path_watcher/file_path_watcher.h',
1075 'browser/file_path_watcher/file_path_watcher_inotify.cc',
1076 'browser/file_path_watcher/file_path_watcher_mac.cc',
1077 'browser/file_path_watcher/file_path_watcher_win.cc',
[email protected]ba70d082010-09-10 16:54:491078 'browser/file_select_helper.cc',
1079 'browser/file_select_helper.h',
[email protected]820735792010-07-29 23:40:011080 'browser/first_run/first_run.cc',
1081 'browser/first_run/first_run.h',
[email protected]83bfa0b2011-02-01 05:37:461082 'browser/first_run/first_run_gtk.cc',
[email protected]820735792010-07-29 23:40:011083 'browser/first_run/first_run_mac.mm',
1084 'browser/first_run/first_run_win.cc',
[email protected]83019902009-12-02 05:32:591085 'browser/fonts_languages_window.h',
[email protected]3c645372011-01-25 20:54:061086 'browser/fullscreen.h',
1087 'browser/fullscreen_linux.cc',
1088 'browser/fullscreen_mac.mm',
1089 'browser/fullscreen_win.cc',
[email protected]8b96de122010-02-15 15:15:221090 'browser/geolocation/access_token_store.cc',
[email protected]0aade3e2010-10-01 16:28:581091 'browser/geolocation/geolocation_content_settings_map.cc',
[email protected]652e16d2011-03-07 03:53:001092 'browser/geolocation/geolocation_content_settings_map.h',
[email protected]0aade3e2010-10-01 16:28:581093 'browser/geolocation/geolocation_exceptions_table_model.cc',
[email protected]652e16d2011-03-07 03:53:001094 'browser/geolocation/geolocation_exceptions_table_model.h',
[email protected]58c321d2010-02-19 12:11:281095 'browser/geolocation/geolocation_permission_context.cc',
[email protected]e1d4edb2010-02-17 17:33:561096 'browser/geolocation/geolocation_prefs.cc',
[email protected]7c927b62010-02-24 09:54:131097 'browser/geolocation/geolocation_prefs.h',
[email protected]777a7b62010-05-11 13:28:161098 'browser/geolocation/geolocation_settings_state.cc',
1099 'browser/geolocation/geolocation_settings_state.h',
[email protected]83bfa0b2011-02-01 05:37:461100 'browser/global_keyboard_shortcuts_mac.h',
1101 'browser/global_keyboard_shortcuts_mac.mm',
[email protected]f7578f52010-08-30 22:22:491102 'browser/google/google_update.cc',
1103 'browser/google/google_update.h',
1104 'browser/google/google_update_settings_posix.cc',
1105 'browser/google/google_url_tracker.cc',
1106 'browser/google/google_url_tracker.h',
1107 'browser/google/google_util.cc',
1108 'browser/google/google_util.h',
[email protected]bb4bf9d72011-02-26 02:37:381109 'browser/gpu_data_manager.cc',
1110 'browser/gpu_data_manager.h',
[email protected]1082b1d2010-03-30 00:31:221111 'browser/gpu_process_host_ui_shim.cc',
1112 'browser/gpu_process_host_ui_shim.h',
[email protected]83019902009-12-02 05:32:591113 'browser/hang_monitor/hung_plugin_action.cc',
1114 'browser/hang_monitor/hung_plugin_action.h',
1115 'browser/hang_monitor/hung_window_detector.cc',
1116 'browser/hang_monitor/hung_window_detector.h',
1117 'browser/history/archived_database.cc',
1118 'browser/history/archived_database.h',
[email protected]83bfa0b2011-02-01 05:37:461119 'browser/history/download_create_info.cc',
1120 'browser/history/download_create_info.h',
[email protected]83019902009-12-02 05:32:591121 'browser/history/download_database.cc',
1122 'browser/history/download_database.h',
[email protected]83019902009-12-02 05:32:591123 'browser/history/expire_history_backend.cc',
1124 'browser/history/expire_history_backend.h',
1125 'browser/history/history.cc',
1126 'browser/history/history.h',
1127 'browser/history/history_backend.cc',
1128 'browser/history/history_backend.h',
1129 'browser/history/history_database.cc',
1130 'browser/history/history_database.h',
1131 'browser/history/history_marshaling.h',
[email protected]93aa89c72010-10-20 21:32:041132 'browser/history/history_notifications.cc',
[email protected]83019902009-12-02 05:32:591133 'browser/history/history_notifications.h',
1134 'browser/history/history_publisher.cc',
1135 'browser/history/history_publisher.h',
1136 'browser/history/history_publisher_none.cc',
1137 'browser/history/history_publisher_win.cc',
1138 'browser/history/history_types.cc',
1139 'browser/history/history_types.h',
1140 'browser/history/in_memory_database.cc',
1141 'browser/history/in_memory_database.h',
1142 'browser/history/in_memory_history_backend.cc',
1143 'browser/history/in_memory_history_backend.h',
[email protected]279a25f2010-07-01 18:13:221144 'browser/history/in_memory_url_index.cc',
1145 'browser/history/in_memory_url_index.h',
[email protected]3828d6f2011-02-24 18:32:211146 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.cc',
[email protected]83019902009-12-02 05:32:591147 'browser/history/page_usage_data.cc',
1148 'browser/history/page_usage_data.h',
1149 'browser/history/query_parser.cc',
1150 'browser/history/query_parser.h',
1151 'browser/history/snippet.cc',
1152 'browser/history/snippet.h',
1153 'browser/history/starred_url_database.cc',
1154 'browser/history/starred_url_database.h',
1155 'browser/history/text_database.cc',
1156 'browser/history/text_database.h',
1157 'browser/history/text_database_manager.cc',
1158 'browser/history/text_database_manager.h',
1159 'browser/history/thumbnail_database.cc',
1160 'browser/history/thumbnail_database.h',
1161 'browser/history/top_sites.cc',
[email protected]809cc4d2010-10-27 15:22:541162 'browser/history/top_sites.h',
1163 'browser/history/top_sites_backend.cc',
1164 'browser/history/top_sites_backend.h',
1165 'browser/history/top_sites_cache.cc',
1166 'browser/history/top_sites_cache.h',
[email protected]69489472010-06-01 17:23:561167 'browser/history/top_sites_database.cc',
[email protected]809cc4d2010-10-27 15:22:541168 'browser/history/top_sites_database.h',
[email protected]83019902009-12-02 05:32:591169 'browser/history/url_database.cc',
1170 'browser/history/url_database.h',
1171 'browser/history/visit_database.cc',
1172 'browser/history/visit_database.h',
1173 'browser/history/visit_tracker.cc',
1174 'browser/history/visit_tracker.h',
1175 'browser/history/visitsegment_database.cc',
1176 'browser/history/visitsegment_database.h',
[email protected]83019902009-12-02 05:32:591177 'browser/icon_loader.cc',
[email protected]83bfa0b2011-02-01 05:37:461178 'browser/icon_loader.h',
[email protected]83019902009-12-02 05:32:591179 'browser/icon_loader_linux.cc',
1180 'browser/icon_loader_mac.mm',
1181 'browser/icon_loader_win.cc',
1182 'browser/icon_manager.cc',
1183 'browser/icon_manager.h',
1184 'browser/icon_manager_linux.cc',
1185 'browser/icon_manager_mac.mm',
1186 'browser/icon_manager_win.cc',
[email protected]f5205412010-03-16 00:19:341187 'browser/idle_linux.cc',
[email protected]3c645372011-01-25 20:54:061188 'browser/idle_mac.mm',
[email protected]f5205412010-03-16 00:19:341189 'browser/idle_win.cc',
[email protected]83019902009-12-02 05:32:591190 'browser/ime_input.cc',
1191 'browser/ime_input.h',
[email protected]9e497dd2011-03-11 21:57:501192 'browser/importer/external_process_importer_client.cc',
1193 'browser/importer/external_process_importer_client.h',
[email protected]83019902009-12-02 05:32:591194 'browser/importer/firefox2_importer.cc',
1195 'browser/importer/firefox2_importer.h',
1196 'browser/importer/firefox3_importer.cc',
1197 'browser/importer/firefox3_importer.h',
1198 'browser/importer/firefox_importer_utils.cc',
[email protected]83bfa0b2011-02-01 05:37:461199 'browser/importer/firefox_importer_utils.h',
[email protected]83019902009-12-02 05:32:591200 'browser/importer/firefox_importer_utils_linux.cc',
1201 'browser/importer/firefox_importer_utils_mac.mm',
1202 'browser/importer/firefox_importer_utils_win.cc',
[email protected]83019902009-12-02 05:32:591203 'browser/importer/firefox_profile_lock.cc',
1204 'browser/importer/firefox_profile_lock.h',
1205 'browser/importer/firefox_profile_lock_posix.cc',
1206 'browser/importer/firefox_profile_lock_win.cc',
[email protected]4200a2082010-04-27 23:19:471207 'browser/importer/firefox_proxy_settings.cc',
1208 'browser/importer/firefox_proxy_settings.h',
[email protected]83019902009-12-02 05:32:591209 'browser/importer/ie_importer.cc',
1210 'browser/importer/ie_importer.h',
[email protected]78a3fb02011-03-09 23:14:181211 'browser/importer/importer.cc',
1212 'browser/importer/importer.h',
[email protected]83019902009-12-02 05:32:591213 'browser/importer/importer_bridge.cc',
1214 'browser/importer/importer_bridge.h',
[email protected]20f0487a2010-09-30 20:06:301215 'browser/importer/importer_data_types.cc',
[email protected]95940f102010-05-20 19:25:351216 'browser/importer/importer_data_types.h',
[email protected]e46a9e32011-03-09 15:00:101217 'browser/importer/importer_host.cc',
1218 'browser/importer/importer_host.h',
[email protected]83019902009-12-02 05:32:591219 'browser/importer/importer_list.cc',
1220 'browser/importer/importer_list.h',
[email protected]e84e5e12011-03-11 15:43:001221 'browser/importer/importer_lock_dialog.h',
[email protected]7a4de7a62010-08-17 18:38:241222 'browser/importer/importer_messages.cc',
[email protected]89cfc19d2010-06-04 15:36:351223 'browser/importer/importer_messages.h',
1224 'browser/importer/importer_messages_internal.h',
[email protected]2fca3cd2011-03-04 01:52:071225 'browser/importer/importer_observer.h',
1226 'browser/importer/importer_progress_dialog.h',
[email protected]ea52f512011-03-08 19:55:511227 'browser/importer/importer_progress_observer.h',
[email protected]83019902009-12-02 05:32:591228 'browser/importer/mork_reader.cc',
1229 'browser/importer/mork_reader.h',
1230 'browser/importer/nss_decryptor.cc',
1231 'browser/importer/nss_decryptor.h',
[email protected]83019902009-12-02 05:32:591232 'browser/importer/nss_decryptor_mac.h',
1233 'browser/importer/nss_decryptor_mac.mm',
[email protected]ca9b7dd2010-02-24 23:40:301234 'browser/importer/nss_decryptor_system_nss.cc',
1235 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:591236 'browser/importer/nss_decryptor_win.cc',
1237 'browser/importer/nss_decryptor_win.h',
[email protected]7fe8c5d2010-05-14 18:06:591238 'browser/importer/profile_writer.cc',
1239 'browser/importer/profile_writer.h',
[email protected]83019902009-12-02 05:32:591240 'browser/importer/safari_importer.h',
1241 'browser/importer/safari_importer.mm',
1242 'browser/importer/toolbar_importer.cc',
1243 'browser/importer/toolbar_importer.h',
[email protected]6b723f82010-10-05 20:14:271244 'browser/instant/instant_commit_type.h',
[email protected]018cbb22010-10-11 22:32:091245 'browser/instant/instant_confirm_dialog.cc',
1246 'browser/instant/instant_confirm_dialog.h',
[email protected]6b723f82010-10-05 20:14:271247 'browser/instant/instant_controller.cc',
1248 'browser/instant/instant_controller.h',
1249 'browser/instant/instant_delegate.h',
1250 'browser/instant/instant_loader.cc',
1251 'browser/instant/instant_loader.h',
1252 'browser/instant/instant_loader_delegate.h',
1253 'browser/instant/instant_loader_manager.cc',
1254 'browser/instant/instant_loader_manager.h',
[email protected]5aab5e22010-12-08 22:13:291255 'browser/instant/instant_unload_handler.cc',
1256 'browser/instant/instant_unload_handler.h',
[email protected]7e03e812010-11-15 23:01:011257 'browser/instant/promo_counter.cc',
1258 'browser/instant/promo_counter.h',
[email protected]c4ff4952010-01-08 19:12:471259 'browser/intranet_redirect_detector.cc',
1260 'browser/intranet_redirect_detector.h',
[email protected]0ac83682010-01-22 17:46:271261 'browser/io_thread.cc',
1262 'browser/io_thread.h',
[email protected]83019902009-12-02 05:32:591263 'browser/jankometer.cc',
1264 'browser/jankometer.h',
[email protected]83bfa0b2011-02-01 05:37:461265 'browser/jankometer_mac.cc',
[email protected]11fb5e52010-06-23 00:58:481266 'browser/jumplist_win.cc',
1267 'browser/jumplist_win.h',
[email protected]83019902009-12-02 05:32:591268 'browser/keychain_mac.cc',
1269 'browser/keychain_mac.h',
1270 'browser/language_combobox_model.cc',
1271 'browser/language_combobox_model.h',
1272 'browser/language_order_table_model.cc',
1273 'browser/language_order_table_model.h',
[email protected]0865c1342011-01-28 20:29:371274 'browser/load_from_memory_cache_details.cc',
[email protected]83019902009-12-02 05:32:591275 'browser/load_from_memory_cache_details.h',
1276 'browser/load_notification_details.h',
[email protected]b2e8e082009-12-21 17:44:201277 'browser/mach_broker_mac.cc',
1278 'browser/mach_broker_mac.h',
[email protected]83019902009-12-02 05:32:591279 'browser/memory_details.cc',
[email protected]83bfa0b2011-02-01 05:37:461280 'browser/memory_details.h',
[email protected]83019902009-12-02 05:32:591281 'browser/memory_details_linux.cc',
1282 'browser/memory_details_mac.cc',
1283 'browser/memory_details_win.cc',
[email protected]83019902009-12-02 05:32:591284 'browser/memory_purger.cc',
1285 'browser/memory_purger.h',
[email protected]7c927b62010-02-24 09:54:131286 'browser/metrics/histogram_synchronizer.cc',
1287 'browser/metrics/histogram_synchronizer.h',
[email protected]83019902009-12-02 05:32:591288 'browser/metrics/metric_event_duration_details.h',
1289 'browser/metrics/metrics_log.cc',
1290 'browser/metrics/metrics_log.h',
1291 'browser/metrics/metrics_response.cc',
1292 'browser/metrics/metrics_response.h',
1293 'browser/metrics/metrics_service.cc',
1294 'browser/metrics/metrics_service.h',
[email protected]0b565182011-03-02 18:11:151295 'browser/metrics/thread_watcher.cc',
1296 'browser/metrics/thread_watcher.h',
[email protected]83019902009-12-02 05:32:591297 'browser/metrics/user_metrics.cc',
1298 'browser/metrics/user_metrics.h',
[email protected]4bdde602010-06-16 03:17:351299 'browser/nacl_host/nacl_broker_host_win.cc',
1300 'browser/nacl_host/nacl_broker_host_win.h',
1301 'browser/nacl_host/nacl_broker_service_win.cc',
1302 'browser/nacl_host/nacl_broker_service_win.h',
[email protected]e15a4fa2010-02-11 23:09:291303 'browser/nacl_host/nacl_process_host.cc',
1304 'browser/nacl_host/nacl_process_host.h',
[email protected]81070042010-08-31 02:42:361305 'browser/net/blob_url_request_job_factory.cc',
1306 'browser/net/blob_url_request_job_factory.h',
[email protected]83019902009-12-02 05:32:591307 'browser/net/browser_url_util.cc',
1308 'browser/net/browser_url_util.h',
[email protected]0f7066e2010-03-25 08:31:471309 'browser/net/chrome_cookie_notification_details.h',
[email protected]34602282010-02-03 22:14:151310 'browser/net/chrome_cookie_policy.cc',
1311 'browser/net/chrome_cookie_policy.h',
[email protected]83bfa0b2011-02-01 05:37:461312 'browser/net/chrome_dns_cert_provenance_checker.cc',
1313 'browser/net/chrome_dns_cert_provenance_checker.h',
1314 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1315 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
[email protected]9e743cd2010-03-16 07:03:531316 'browser/net/chrome_net_log.cc',
1317 'browser/net/chrome_net_log.h',
[email protected]ac039522010-06-15 16:39:441318 'browser/net/chrome_network_delegate.cc',
1319 'browser/net/chrome_network_delegate.h',
[email protected]83019902009-12-02 05:32:591320 'browser/net/chrome_url_request_context.cc',
1321 'browser/net/chrome_url_request_context.h',
[email protected]c5629c32010-06-23 01:22:431322 'browser/net/connect_interceptor.cc',
1323 'browser/net/connect_interceptor.h',
[email protected]483bf122010-05-04 20:41:241324 'browser/net/connection_tester.cc',
1325 'browser/net/connection_tester.h',
[email protected]8fbe7992011-02-08 03:29:351326 'browser/net/file_system_url_request_job_factory.cc',
1327 'browser/net/file_system_url_request_job_factory.h',
[email protected]8e4c29612010-07-14 01:24:451328 'browser/net/gaia/token_service.cc',
1329 'browser/net/gaia/token_service.h',
[email protected]e25e9552010-07-16 08:25:411330 'browser/net/load_timing_observer.cc',
1331 'browser/net/load_timing_observer.h',
[email protected]83019902009-12-02 05:32:591332 'browser/net/metadata_url_request.cc',
1333 'browser/net/metadata_url_request.h',
[email protected]93190352010-08-13 13:55:101334 'browser/net/net_log_logger.cc',
1335 'browser/net/net_log_logger.h',
[email protected]dd830072010-10-05 09:32:441336 'browser/net/net_pref_observer.cc',
1337 'browser/net/net_pref_observer.h',
[email protected]9e743cd2010-03-16 07:03:531338 'browser/net/passive_log_collector.cc',
1339 'browser/net/passive_log_collector.h',
[email protected]760d970a2010-05-18 00:39:181340 'browser/net/preconnect.cc',
1341 'browser/net/preconnect.h',
[email protected]3530cd92010-06-27 06:22:011342 'browser/net/predictor.cc',
1343 'browser/net/predictor.h',
1344 'browser/net/predictor_api.cc',
1345 'browser/net/predictor_api.h',
[email protected]cc5bfd42010-11-24 14:44:021346 'browser/net/pref_proxy_config_service.cc',
1347 'browser/net/pref_proxy_config_service.h',
[email protected]68b8c3e2011-02-28 22:07:451348 'browser/net/quoted_printable.cc',
1349 'browser/net/quoted_printable.h',
[email protected]83019902009-12-02 05:32:591350 'browser/net/referrer.cc',
1351 'browser/net/referrer.h',
1352 'browser/net/resolve_proxy_msg_helper.cc',
1353 'browser/net/resolve_proxy_msg_helper.h',
1354 'browser/net/sdch_dictionary_fetcher.cc',
1355 'browser/net/sdch_dictionary_fetcher.h',
[email protected]5490bb982010-09-14 13:40:541356 'browser/net/service_providers_win.cc',
1357 'browser/net/service_providers_win.h',
[email protected]83019902009-12-02 05:32:591358 'browser/net/sqlite_persistent_cookie_store.cc',
1359 'browser/net/sqlite_persistent_cookie_store.h',
1360 'browser/net/ssl_config_service_manager.h',
[email protected]ac1ada52010-10-28 19:26:001361 'browser/net/ssl_config_service_manager_pref.cc',
1362 'browser/net/ssl_config_service_manager_system.cc',
[email protected]83019902009-12-02 05:32:591363 'browser/net/url_fixer_upper.cc',
1364 'browser/net/url_fixer_upper.h',
[email protected]3530cd92010-06-27 06:22:011365 'browser/net/url_info.cc',
1366 'browser/net/url_info.h',
[email protected]83019902009-12-02 05:32:591367 'browser/net/url_request_failed_dns_job.cc',
1368 'browser/net/url_request_failed_dns_job.h',
1369 # TODO: These should be moved to test_support (see below), but
1370 # are currently used by production code in automation_provider.cc.
1371 'browser/net/url_request_mock_http_job.cc',
1372 'browser/net/url_request_mock_http_job.h',
1373 'browser/net/url_request_mock_link_doctor_job.cc',
1374 'browser/net/url_request_mock_link_doctor_job.h',
1375 'browser/net/url_request_mock_util.cc',
1376 'browser/net/url_request_mock_util.h',
1377 'browser/net/url_request_slow_download_job.cc',
1378 'browser/net/url_request_slow_download_job.h',
1379 'browser/net/url_request_slow_http_job.cc',
1380 'browser/net/url_request_slow_http_job.h',
1381 'browser/net/url_request_tracking.cc',
1382 'browser/net/url_request_tracking.h',
[email protected]af5610352010-10-08 18:12:091383 'browser/net/view_blob_internals_job_factory.cc',
1384 'browser/net/view_blob_internals_job_factory.h',
[email protected]6e76d8d2010-05-10 23:13:561385 'browser/net/view_http_cache_job_factory.cc',
1386 'browser/net/view_http_cache_job_factory.h',
[email protected]83019902009-12-02 05:32:591387 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1388 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1389 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1390 'browser/net/websocket_experiment/websocket_experiment_task.h',
1391 'browser/notifications/balloon.cc',
1392 'browser/notifications/balloon.h',
1393 'browser/notifications/balloon_collection.cc',
1394 'browser/notifications/balloon_collection.h',
[email protected]24c5013f2010-11-19 22:21:081395 'browser/notifications/balloon_collection_base.cc',
1396 'browser/notifications/balloon_collection_base.h',
[email protected]7caf730c2011-02-01 18:35:081397 'browser/notifications/balloon_collection_impl.cc',
[email protected]83f22072010-03-02 23:47:091398 'browser/notifications/balloon_collection_impl.h',
[email protected]83019902009-12-02 05:32:591399 'browser/notifications/balloon_collection_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461400 'browser/notifications/balloon_collection_mac.mm',
1401 'browser/notifications/balloon_collection_win.cc',
1402 'browser/notifications/balloon_host.cc',
1403 'browser/notifications/balloon_host.h',
[email protected]83019902009-12-02 05:32:591404 'browser/notifications/desktop_notification_service.cc',
1405 'browser/notifications/desktop_notification_service.h',
[email protected]93aa89c72010-10-20 21:32:041406 'browser/notifications/notification.cc',
[email protected]83019902009-12-02 05:32:591407 'browser/notifications/notification.h',
[email protected]3b845752010-03-17 01:19:061408 'browser/notifications/notification_delegate.h',
[email protected]70cb9fa2010-07-01 20:10:451409 'browser/notifications/notification_exceptions_table_model.cc',
1410 'browser/notifications/notification_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591411 'browser/notifications/notification_object_proxy.cc',
1412 'browser/notifications/notification_object_proxy.h',
[email protected]f895131a2010-07-23 05:36:021413 'browser/notifications/notification_options_menu_model.cc',
1414 'browser/notifications/notification_options_menu_model.h',
[email protected]83019902009-12-02 05:32:591415 'browser/notifications/notification_ui_manager.cc',
1416 'browser/notifications/notification_ui_manager.h',
1417 'browser/notifications/notifications_prefs_cache.cc',
1418 'browser/notifications/notifications_prefs_cache.h',
1419 'browser/ntp_background_util.cc',
1420 'browser/ntp_background_util.h',
1421 'browser/omnibox_search_hint.cc',
1422 'browser/omnibox_search_hint.h',
[email protected]5ac20162010-11-24 23:33:111423 'browser/oom_priority_manager.cc',
1424 'browser/oom_priority_manager.h',
[email protected]83019902009-12-02 05:32:591425 'browser/page_info_model.cc',
1426 'browser/page_info_model.h',
[email protected]83bfa0b2011-02-01 05:37:461427 'browser/parsers/metadata_parser.cc',
[email protected]83019902009-12-02 05:32:591428 'browser/parsers/metadata_parser.h',
1429 'browser/parsers/metadata_parser_factory.h',
1430 'browser/parsers/metadata_parser_filebase.cc',
1431 'browser/parsers/metadata_parser_filebase.h',
1432 'browser/parsers/metadata_parser_jpeg.cc',
1433 'browser/parsers/metadata_parser_jpeg.h',
1434 'browser/parsers/metadata_parser_jpeg_factory.cc',
1435 'browser/parsers/metadata_parser_jpeg_factory.h',
1436 'browser/parsers/metadata_parser_manager.cc',
1437 'browser/parsers/metadata_parser_manager.h',
[email protected]7f58b022010-06-16 21:33:161438 'browser/password_manager/encryptor.h',
[email protected]83019902009-12-02 05:32:591439 'browser/password_manager/encryptor_linux.cc',
1440 'browser/password_manager/encryptor_mac.mm',
[email protected]ecbf2892010-07-16 01:51:451441 'browser/password_manager/encryptor_password_mac.h',
1442 'browser/password_manager/encryptor_password_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461443 'browser/password_manager/encryptor_win.cc',
[email protected]83019902009-12-02 05:32:591444 'browser/password_manager/ie7_password.cc',
1445 'browser/password_manager/ie7_password.h',
[email protected]7f58b022010-06-16 21:33:161446 'browser/password_manager/login_database.cc',
1447 'browser/password_manager/login_database.h',
[email protected]83019902009-12-02 05:32:591448 'browser/password_manager/login_database_mac.cc',
[email protected]ec44cd52010-04-05 22:30:471449 'browser/password_manager/login_database_posix.cc',
1450 'browser/password_manager/login_database_win.cc',
[email protected]7f58b022010-06-16 21:33:161451 'browser/password_manager/native_backend_gnome_x.cc',
1452 'browser/password_manager/native_backend_gnome_x.h',
1453 'browser/password_manager/native_backend_kwallet_x.cc',
1454 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]83019902009-12-02 05:32:591455 'browser/password_manager/password_form_manager.cc',
1456 'browser/password_manager/password_form_manager.h',
1457 'browser/password_manager/password_manager.cc',
1458 'browser/password_manager/password_manager.h',
1459 'browser/password_manager/password_store.cc',
1460 'browser/password_manager/password_store.h',
1461 'browser/password_manager/password_store_default.cc',
1462 'browser/password_manager/password_store_default.h',
[email protected]83019902009-12-02 05:32:591463 'browser/password_manager/password_store_mac.cc',
[email protected]7f58b022010-06-16 21:33:161464 'browser/password_manager/password_store_mac.h',
1465 'browser/password_manager/password_store_mac_internal.h',
[email protected]83019902009-12-02 05:32:591466 'browser/password_manager/password_store_win.cc',
[email protected]7f58b022010-06-16 21:33:161467 'browser/password_manager/password_store_win.h',
1468 'browser/password_manager/password_store_x.cc',
1469 'browser/password_manager/password_store_x.h',
[email protected]3c9e1872010-11-18 16:17:491470 'browser/password_manager_delegate_impl.cc',
1471 'browser/password_manager_delegate_impl.h',
[email protected]83bfa0b2011-02-01 05:37:461472 'browser/pdf_unsupported_feature.cc',
1473 'browser/pdf_unsupported_feature.h',
[email protected]14a000d2010-04-29 21:44:241474 'browser/platform_util.h',
[email protected]14a000d2010-04-29 21:44:241475 'browser/platform_util_chromeos.cc',
1476 'browser/platform_util_common_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461477 'browser/platform_util_linux.cc',
[email protected]14a000d2010-04-29 21:44:241478 'browser/platform_util_mac.mm',
1479 'browser/platform_util_win.cc',
[email protected]8b8a554d2010-11-18 13:26:401480 'browser/plugin_data_remover.cc',
1481 'browser/plugin_data_remover.h',
[email protected]09d81f82010-12-15 16:46:421482 'browser/plugin_data_remover_helper.cc',
1483 'browser/plugin_data_remover_helper.h',
[email protected]fd3ad512010-09-25 14:08:511484 'browser/plugin_download_helper.cc',
1485 'browser/plugin_download_helper.h',
[email protected]56f1a6ba2010-09-09 13:40:401486 'browser/plugin_exceptions_table_model.cc',
1487 'browser/plugin_exceptions_table_model.h',
[email protected]f4f50ef2011-01-21 19:01:191488 'browser/plugin_installer_infobar_delegate.cc',
1489 'browser/plugin_installer_infobar_delegate.h',
[email protected]67c052e2011-01-31 16:33:581490 'browser/plugin_observer.cc',
1491 'browser/plugin_observer.h',
[email protected]0a8b1e22010-07-02 09:31:111492 'browser/plugin_updater.cc',
1493 'browser/plugin_updater.h',
[email protected]ba99ca22010-12-09 13:53:181494 'browser/policy/asynchronous_policy_loader.cc',
1495 'browser/policy/asynchronous_policy_loader.h',
1496 'browser/policy/asynchronous_policy_provider.cc',
1497 'browser/policy/asynchronous_policy_provider.h',
[email protected]985655a2011-02-23 09:54:251498 'browser/policy/browser_policy_connector.cc',
1499 'browser/policy/browser_policy_connector.h',
[email protected]f86369722011-02-17 13:25:231500 'browser/policy/cloud_policy_cache.cc',
1501 'browser/policy/cloud_policy_cache.h',
[email protected]985655a2011-02-23 09:54:251502 'browser/policy/cloud_policy_controller.cc',
1503 'browser/policy/cloud_policy_controller.h',
[email protected]1d28d692011-02-23 22:05:381504 'browser/policy/cloud_policy_identity_strategy.cc',
[email protected]985655a2011-02-23 09:54:251505 'browser/policy/cloud_policy_identity_strategy.h',
1506 'browser/policy/cloud_policy_subsystem.cc',
1507 'browser/policy/cloud_policy_subsystem.h',
[email protected]99178112010-08-09 23:36:041508 'browser/policy/config_dir_policy_provider.cc',
1509 'browser/policy/config_dir_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351510 'browser/policy/configuration_policy_loader_win.cc',
1511 'browser/policy/configuration_policy_loader_win.h',
[email protected]99178112010-08-09 23:36:041512 'browser/policy/configuration_policy_pref_store.cc',
1513 'browser/policy/configuration_policy_pref_store.h',
1514 'browser/policy/configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041515 'browser/policy/configuration_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351516 'browser/policy/configuration_policy_provider_delegate_win.cc',
1517 'browser/policy/configuration_policy_provider_delegate_win.h',
[email protected]99178112010-08-09 23:36:041518 'browser/policy/configuration_policy_provider_mac.cc',
1519 'browser/policy/configuration_policy_provider_mac.h',
1520 'browser/policy/configuration_policy_provider_win.cc',
1521 'browser/policy/configuration_policy_provider_win.h',
[email protected]12a3c022010-11-03 10:24:111522 'browser/policy/configuration_policy_store_interface.h',
[email protected]2a87dce2010-10-29 09:20:031523 'browser/policy/device_management_backend.h',
[email protected]bb58e6e2010-11-03 14:40:441524 'browser/policy/device_management_backend_impl.cc',
1525 'browser/policy/device_management_backend_impl.h',
[email protected]83bfa0b2011-02-01 05:37:461526 'browser/policy/device_management_service.cc',
1527 'browser/policy/device_management_service.h',
[email protected]985655a2011-02-23 09:54:251528 'browser/policy/device_policy_identity_strategy.cc',
1529 'browser/policy/device_policy_identity_strategy.h',
[email protected]2a87dce2010-10-29 09:20:031530 'browser/policy/device_token_fetcher.cc',
1531 'browser/policy/device_token_fetcher.h',
[email protected]1e605472010-12-16 21:41:401532 'browser/policy/dummy_configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041533 'browser/policy/dummy_configuration_policy_provider.h',
[email protected]ba99ca22010-12-09 13:53:181534 'browser/policy/file_based_policy_loader.cc',
1535 'browser/policy/file_based_policy_loader.h',
[email protected]7c597232010-10-29 13:09:551536 'browser/policy/file_based_policy_provider.cc',
1537 'browser/policy/file_based_policy_provider.h',
[email protected]37858e52010-08-26 00:22:021538 'browser/policy/managed_prefs_banner_base.cc',
1539 'browser/policy/managed_prefs_banner_base.h',
[email protected]f51a7d902011-02-25 13:21:331540 'browser/policy/policy_path_parser.h',
1541 'browser/policy/policy_path_parser_mac.mm',
1542 'browser/policy/policy_path_parser_posix.cc',
1543 'browser/policy/policy_path_parser_win.cc',
[email protected]985655a2011-02-23 09:54:251544 'browser/policy/profile_policy_connector.cc',
1545 'browser/policy/profile_policy_connector.h',
1546 'browser/policy/user_policy_identity_strategy.cc',
1547 'browser/policy/user_policy_identity_strategy.h',
[email protected]2a87dce2010-10-29 09:20:031548 # TODO(danno): Find a better way to include these files
1549 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.cc',
1550 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.h',
[email protected]62fed2f42010-11-24 14:30:501551 'browser/policy/proto/device_management_constants.cc',
1552 'browser/policy/proto/device_management_constants.h',
[email protected]89bc8f12010-11-12 14:07:121553 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.cc',
1554 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.h',
[email protected]83019902009-12-02 05:32:591555 'browser/possible_url_model.cc',
1556 'browser/possible_url_model.h',
1557 'browser/power_save_blocker.h',
1558 'browser/power_save_blocker_common.cc',
[email protected]71a565a2010-11-24 15:53:491559 'browser/power_save_blocker_mac.cc',
[email protected]83019902009-12-02 05:32:591560 'browser/power_save_blocker_stub.cc',
1561 'browser/power_save_blocker_win.cc',
[email protected]4cd7adb2010-06-14 20:05:211562 'browser/preferences_mac.cc',
1563 'browser/preferences_mac.h',
[email protected]37858e52010-08-26 00:22:021564 'browser/prefs/browser_prefs.cc',
1565 'browser/prefs/browser_prefs.h',
1566 'browser/prefs/command_line_pref_store.cc',
1567 'browser/prefs/command_line_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331568 'browser/prefs/default_pref_store.cc',
[email protected]f2d1f612010-12-09 15:10:171569 'browser/prefs/default_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331570 'browser/prefs/overlay_persistent_pref_store.cc',
1571 'browser/prefs/overlay_persistent_pref_store.h',
[email protected]83bfa0b2011-02-01 05:37:461572 'browser/prefs/pref_change_registrar.cc',
1573 'browser/prefs/pref_change_registrar.h',
[email protected]37858e52010-08-26 00:22:021574 'browser/prefs/pref_member.cc',
1575 'browser/prefs/pref_member.h',
[email protected]37858e52010-08-26 00:22:021576 'browser/prefs/pref_notifier.h',
[email protected]acd78969c2010-12-08 09:49:111577 'browser/prefs/pref_notifier_impl.cc',
1578 'browser/prefs/pref_notifier_impl.h',
[email protected]37858e52010-08-26 00:22:021579 'browser/prefs/pref_service.cc',
1580 'browser/prefs/pref_service.h',
1581 'browser/prefs/pref_set_observer.cc',
1582 'browser/prefs/pref_set_observer.h',
[email protected]f2d1f612010-12-09 15:10:171583 'browser/prefs/pref_value_map.cc',
1584 'browser/prefs/pref_value_map.h',
[email protected]37858e52010-08-26 00:22:021585 'browser/prefs/pref_value_store.cc',
1586 'browser/prefs/pref_value_store.h',
[email protected]c2f23d012011-02-09 14:52:171587 'browser/prefs/proxy_config_dictionary.cc',
1588 'browser/prefs/proxy_config_dictionary.h',
[email protected]eccf68e2010-12-23 10:18:201589 'browser/prefs/proxy_prefs.cc',
1590 'browser/prefs/proxy_prefs.h',
[email protected]f89ee342011-03-07 09:28:271591 'browser/prefs/scoped_user_pref_update.cc',
1592 'browser/prefs/scoped_user_pref_update.h',
[email protected]37858e52010-08-26 00:22:021593 'browser/prefs/session_startup_pref.cc',
1594 'browser/prefs/session_startup_pref.h',
[email protected]f2d1f612010-12-09 15:10:171595 'browser/prefs/value_map_pref_store.cc',
1596 'browser/prefs/value_map_pref_store.h',
[email protected]33f74972010-12-08 16:40:361597 'browser/prerender/prerender_contents.cc',
1598 'browser/prerender/prerender_contents.h',
[email protected]d75695a92011-03-01 15:47:411599 'browser/prerender/prerender_field_trial.cc',
1600 'browser/prerender/prerender_field_trial.h',
[email protected]4c154ff82011-02-15 11:23:591601 'browser/prerender/prerender_final_status.cc',
1602 'browser/prerender/prerender_final_status.h',
[email protected]33f74972010-12-08 16:40:361603 'browser/prerender/prerender_manager.cc',
1604 'browser/prerender/prerender_manager.h',
[email protected]4850a7f2011-03-08 23:36:591605 'browser/prerender/prerender_observer.cc',
1606 'browser/prerender/prerender_observer.h',
[email protected]0e25b15e2011-01-12 13:12:211607 'browser/prerender/prerender_resource_handler.cc',
[email protected]83bfa0b2011-02-01 05:37:461608 'browser/prerender/prerender_resource_handler.h',
1609 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1610 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1611 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
1612 'browser/printing/cloud_print/cloud_print_setup_flow.h',
1613 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc',
1614 'browser/printing/cloud_print/cloud_print_setup_message_handler.h',
1615 'browser/printing/cloud_print/cloud_print_setup_source.cc',
1616 'browser/printing/cloud_print/cloud_print_setup_source.h',
1617 'browser/printing/cloud_print/cloud_print_url.cc',
1618 'browser/printing/cloud_print/cloud_print_url.h',
[email protected]73852b8f2010-05-14 00:38:121619 'browser/printing/print_dialog_cloud.cc',
1620 'browser/printing/print_dialog_cloud.h',
[email protected]83bfa0b2011-02-01 05:37:461621 'browser/printing/print_dialog_gtk.cc',
1622 'browser/printing/print_dialog_gtk.h',
[email protected]83019902009-12-02 05:32:591623 'browser/printing/print_job.cc',
1624 'browser/printing/print_job.h',
1625 'browser/printing/print_job_manager.cc',
1626 'browser/printing/print_job_manager.h',
1627 'browser/printing/print_job_worker.cc',
1628 'browser/printing/print_job_worker.h',
1629 'browser/printing/print_job_worker_owner.h',
[email protected]eb15e24e2011-02-03 22:34:341630 'browser/printing/print_preview_message_handler.cc',
1631 'browser/printing/print_preview_message_handler.h',
[email protected]dbeebd52010-11-16 20:34:161632 'browser/printing/print_preview_tab_controller.cc',
1633 'browser/printing/print_preview_tab_controller.h',
[email protected]83019902009-12-02 05:32:591634 'browser/printing/print_view_manager.cc',
1635 'browser/printing/print_view_manager.h',
1636 'browser/printing/printer_query.cc',
1637 'browser/printing/printer_query.h',
[email protected]a22de29f2011-02-28 17:38:391638 'browser/printing/printing_message_filter.cc',
1639 'browser/printing/printing_message_filter.h',
[email protected]83019902009-12-02 05:32:591640 'browser/process_info_snapshot.h',
[email protected]83bfa0b2011-02-01 05:37:461641 'browser/process_info_snapshot_mac.cc',
[email protected]83019902009-12-02 05:32:591642 'browser/process_singleton.h',
1643 'browser/process_singleton_linux.cc',
1644 'browser/process_singleton_mac.cc',
1645 'browser/process_singleton_win.cc',
[email protected]5301ebb2010-12-02 21:36:241646 'browser/profile_import_process_host.cc',
1647 'browser/profile_import_process_host.h',
[email protected]f6c21cb2011-02-16 19:45:411648 'browser/profiles/off_the_record_profile_io_data.cc',
1649 'browser/profiles/off_the_record_profile_io_data.h',
[email protected]8ecad5e2010-12-02 21:18:331650 'browser/profiles/profile.cc',
1651 'browser/profiles/profile.h',
1652 'browser/profiles/profile_impl.cc',
1653 'browser/profiles/profile_impl.h',
[email protected]f6c21cb2011-02-16 19:45:411654 'browser/profiles/profile_impl_io_data.cc',
1655 'browser/profiles/profile_impl_io_data.h',
[email protected]bf9331f2011-02-03 20:05:121656 'browser/profiles/profile_io_data.cc',
1657 'browser/profiles/profile_io_data.h',
[email protected]8ecad5e2010-12-02 21:18:331658 'browser/profiles/profile_manager.cc',
1659 'browser/profiles/profile_manager.h',
[email protected]15e7eba92010-12-23 19:44:171660 'browser/remoting/directory_add_request.cc',
1661 'browser/remoting/directory_add_request.h',
[email protected]ff517c912011-01-14 02:24:431662 'browser/remoting/remoting_options_handler.cc',
1663 'browser/remoting/remoting_options_handler.h',
[email protected]6eae9cf2010-08-17 00:25:471664 'browser/remoting/remoting_resources_source.cc',
1665 'browser/remoting/remoting_resources_source.h',
[email protected]90fe28b92010-12-28 20:41:351666 'browser/remoting/setup_flow.cc',
1667 'browser/remoting/setup_flow.h',
[email protected]ed31bae72011-01-06 01:25:481668 'browser/remoting/setup_flow_get_status_step.cc',
1669 'browser/remoting/setup_flow_get_status_step.h',
[email protected]90fe28b92010-12-28 20:41:351670 'browser/remoting/setup_flow_login_step.cc',
1671 'browser/remoting/setup_flow_login_step.h',
[email protected]ed31bae72011-01-06 01:25:481672 'browser/remoting/setup_flow_register_step.cc',
1673 'browser/remoting/setup_flow_register_step.h',
1674 'browser/remoting/setup_flow_start_host_step.cc',
1675 'browser/remoting/setup_flow_start_host_step.h',
[email protected]508d27e12010-07-01 16:17:371676 'browser/remove_rows_table_model.h',
[email protected]83019902009-12-02 05:32:591677 'browser/renderer_host/browser_render_process_host.cc',
1678 'browser/renderer_host/browser_render_process_host.h',
[email protected]83019902009-12-02 05:32:591679 'browser/renderer_host/download_resource_handler.cc',
1680 'browser/renderer_host/download_resource_handler.h',
1681 'browser/renderer_host/download_throttling_resource_handler.cc',
1682 'browser/renderer_host/download_throttling_resource_handler.h',
1683 'browser/renderer_host/gtk_im_context_wrapper.cc',
1684 'browser/renderer_host/gtk_im_context_wrapper.h',
1685 'browser/renderer_host/gtk_key_bindings_handler.cc',
1686 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]6692b0d72010-07-15 03:40:231687 'browser/renderer_host/offline_resource_handler.cc',
1688 'browser/renderer_host/offline_resource_handler.h',
[email protected]83019902009-12-02 05:32:591689 'browser/renderer_host/render_widget_host_view_gtk.cc',
1690 'browser/renderer_host/render_widget_host_view_gtk.h',
1691 'browser/renderer_host/render_widget_host_view_mac.h',
1692 'browser/renderer_host/render_widget_host_view_mac.mm',
[email protected]6b723f82010-10-05 20:14:271693 'browser/renderer_host/render_widget_host_view_views.cc',
1694 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:461695 'browser/renderer_host/render_widget_host_view_win.cc',
1696 'browser/renderer_host/render_widget_host_view_win.h',
[email protected]83019902009-12-02 05:32:591697 'browser/renderer_host/safe_browsing_resource_handler.cc',
1698 'browser/renderer_host/safe_browsing_resource_handler.h',
1699 'browser/renderer_host/save_file_resource_handler.cc',
[email protected]483d1ff2011-03-03 17:12:021700 'browser/renderer_host/save_file_resource_handler.h',
[email protected]83019902009-12-02 05:32:591701 'browser/renderer_host/web_cache_manager.cc',
1702 'browser/renderer_host/web_cache_manager.h',
[email protected]93623c5d2009-12-10 21:40:321703 'browser/renderer_preferences_util.cc',
1704 'browser/renderer_preferences_util.h',
[email protected]965bb092010-04-09 11:59:021705 'browser/repost_form_warning_controller.cc',
1706 'browser/repost_form_warning_controller.h',
[email protected]1faee3f02010-06-21 07:01:341707 'browser/resources_util.cc',
1708 'browser/resources_util.h',
[email protected]83019902009-12-02 05:32:591709 'browser/rlz/rlz.cc',
1710 'browser/rlz/rlz.h',
1711 'browser/safe_browsing/bloom_filter.cc',
1712 'browser/safe_browsing/bloom_filter.h',
1713 'browser/safe_browsing/chunk_range.cc',
1714 'browser/safe_browsing/chunk_range.h',
[email protected]fa685ff2011-02-17 19:47:131715 'browser/safe_browsing/client_side_detection_host.cc',
1716 'browser/safe_browsing/client_side_detection_host.h',
[email protected]bd1b1d62010-11-11 21:53:161717 'browser/safe_browsing/client_side_detection_service.cc',
1718 'browser/safe_browsing/client_side_detection_service.h',
1719 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
1720 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
[email protected]3882f1f2010-12-10 04:42:261721 'browser/safe_browsing/malware_details.cc',
1722 'browser/safe_browsing/malware_details.h',
[email protected]b6cb7cf2011-02-10 21:50:431723 'browser/safe_browsing/prefix_set.cc',
1724 'browser/safe_browsing/prefix_set.h',
[email protected]83019902009-12-02 05:32:591725 'browser/safe_browsing/protocol_manager.cc',
1726 'browser/safe_browsing/protocol_manager.h',
1727 'browser/safe_browsing/protocol_parser.cc',
1728 'browser/safe_browsing/protocol_parser.h',
[email protected]83bfa0b2011-02-01 05:37:461729 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
1730 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
[email protected]83019902009-12-02 05:32:591731 'browser/safe_browsing/safe_browsing_blocking_page.cc',
1732 'browser/safe_browsing/safe_browsing_blocking_page.h',
1733 'browser/safe_browsing/safe_browsing_database.cc',
1734 'browser/safe_browsing/safe_browsing_database.h',
[email protected]83019902009-12-02 05:32:591735 'browser/safe_browsing/safe_browsing_service.cc',
1736 'browser/safe_browsing/safe_browsing_service.h',
[email protected]6afe28a2010-01-28 20:56:031737 'browser/safe_browsing/safe_browsing_store.cc',
1738 'browser/safe_browsing/safe_browsing_store.h',
1739 'browser/safe_browsing/safe_browsing_store_file.cc',
1740 'browser/safe_browsing/safe_browsing_store_file.h',
[email protected]83019902009-12-02 05:32:591741 'browser/safe_browsing/safe_browsing_util.cc',
1742 'browser/safe_browsing/safe_browsing_util.h',
[email protected]23872902010-10-26 03:43:591743 'browser/search_engines/search_engine_type.h',
[email protected]d8522742010-08-27 17:55:441744 'browser/search_engines/search_host_to_urls_map.cc',
[email protected]83bfa0b2011-02-01 05:37:461745 'browser/search_engines/search_host_to_urls_map.h',
[email protected]1c5076592010-09-17 04:10:081746 'browser/search_engines/search_provider_install_data.cc',
[email protected]83bfa0b2011-02-01 05:37:461747 'browser/search_engines/search_provider_install_data.h',
[email protected]9f547bf2010-12-13 17:00:421748 'browser/search_engines/search_provider_install_state_message_filter.cc',
1749 'browser/search_engines/search_provider_install_state_message_filter.h',
[email protected]375bd7312010-08-30 22:18:131750 'browser/search_engines/search_terms_data.cc',
1751 'browser/search_engines/search_terms_data.h',
[email protected]83019902009-12-02 05:32:591752 'browser/search_engines/template_url.cc',
1753 'browser/search_engines/template_url.h',
1754 'browser/search_engines/template_url_fetcher.cc',
1755 'browser/search_engines/template_url_fetcher.h',
[email protected]0b5b85c2010-10-11 23:00:121756 'browser/search_engines/template_url_fetcher_callbacks.h',
[email protected]8b62334b2010-08-31 22:37:111757 'browser/search_engines/template_url_id.h',
[email protected]83019902009-12-02 05:32:591758 'browser/search_engines/template_url_model.cc',
1759 'browser/search_engines/template_url_model.h',
[email protected]8b62334b2010-08-31 22:37:111760 'browser/search_engines/template_url_model_observer.h',
[email protected]83019902009-12-02 05:32:591761 'browser/search_engines/template_url_parser.cc',
1762 'browser/search_engines/template_url_parser.h',
1763 'browser/search_engines/template_url_prepopulate_data.cc',
1764 'browser/search_engines/template_url_prepopulate_data.h',
[email protected]96788b02010-06-26 21:45:341765 'browser/search_engines/util.cc',
1766 'browser/search_engines/util.h',
[email protected]50307582010-08-12 01:07:241767 'browser/service/service_process_control.cc',
[email protected]56f0f262011-02-24 17:14:361768 'browser/service/service_process_control_mac.mm',
[email protected]50307582010-08-12 01:07:241769 'browser/service/service_process_control.h',
[email protected]83bfa0b2011-02-01 05:37:461770 'browser/service/service_process_control_manager.cc',
1771 'browser/service/service_process_control_manager.h',
[email protected]83019902009-12-02 05:32:591772 'browser/sessions/base_session_service.cc',
1773 'browser/sessions/base_session_service.h',
1774 'browser/sessions/session_backend.cc',
1775 'browser/sessions/session_backend.h',
1776 'browser/sessions/session_command.cc',
1777 'browser/sessions/session_command.h',
1778 'browser/sessions/session_id.cc',
1779 'browser/sessions/session_id.h',
1780 'browser/sessions/session_restore.cc',
1781 'browser/sessions/session_restore.h',
1782 'browser/sessions/session_service.cc',
1783 'browser/sessions/session_service.h',
1784 'browser/sessions/session_types.cc',
1785 'browser/sessions/session_types.h',
1786 'browser/sessions/tab_restore_service.cc',
1787 'browser/sessions/tab_restore_service.h',
[email protected]83019902009-12-02 05:32:591788 'browser/shell_integration.cc',
1789 'browser/shell_integration.h',
[email protected]83019902009-12-02 05:32:591790 'browser/shell_integration_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461791 'browser/shell_integration_mac.mm',
[email protected]83019902009-12-02 05:32:591792 'browser/shell_integration_win.cc',
[email protected]8b8e7c92010-08-19 18:05:561793 'browser/sidebar/sidebar_container.cc',
1794 'browser/sidebar/sidebar_container.h',
1795 'browser/sidebar/sidebar_manager.cc',
[email protected]7256dab2010-08-23 22:35:181796 'browser/sidebar/sidebar_manager.h',
[email protected]6a7746d2010-08-27 11:59:031797 'browser/speech/speech_input_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:461798 'browser/speech/speech_input_bubble.h',
1799 'browser/speech/speech_input_bubble_controller.cc',
1800 'browser/speech/speech_input_bubble_controller.h',
[email protected]3870bbe92010-09-01 19:44:471801 'browser/speech/speech_input_bubble_gtk.cc',
[email protected]953a7462010-08-31 23:46:211802 'browser/speech/speech_input_bubble_mac.mm',
[email protected]3870bbe92010-09-01 19:44:471803 'browser/speech/speech_input_bubble_views.cc',
[email protected]638694c2010-08-04 22:24:111804 'browser/speech/speech_input_manager.cc',
[email protected]83019902009-12-02 05:32:591805 'browser/spellcheck_host.cc',
1806 'browser/spellcheck_host.h',
[email protected]bcc499d2011-03-09 10:36:041807 'browser/spellcheck_host_impl.cc',
1808 'browser/spellcheck_host_impl.h',
[email protected]5efcef62011-02-22 09:00:131809 'browser/spellcheck_message_filter.cc',
1810 'browser/spellcheck_message_filter.h',
[email protected]83019902009-12-02 05:32:591811 'browser/spellchecker_linux.cc',
1812 'browser/spellchecker_mac.mm',
1813 'browser/spellchecker_platform_engine.h',
1814 'browser/spellchecker_win.cc',
[email protected]cdafbff2010-03-02 17:47:021815 'browser/ssl/ssl_add_cert_handler.cc',
1816 'browser/ssl/ssl_add_cert_handler.h',
1817 'browser/ssl/ssl_add_cert_handler_mac.mm',
[email protected]83019902009-12-02 05:32:591818 'browser/ssl/ssl_blocking_page.cc',
1819 'browser/ssl/ssl_blocking_page.h',
1820 'browser/ssl/ssl_cert_error_handler.cc',
1821 'browser/ssl/ssl_cert_error_handler.h',
1822 'browser/ssl/ssl_client_auth_handler.cc',
1823 'browser/ssl/ssl_client_auth_handler.h',
1824 'browser/ssl/ssl_error_handler.cc',
1825 'browser/ssl/ssl_error_handler.h',
1826 'browser/ssl/ssl_error_info.cc',
1827 'browser/ssl/ssl_error_info.h',
1828 'browser/ssl/ssl_host_state.cc',
1829 'browser/ssl/ssl_host_state.h',
1830 'browser/ssl/ssl_manager.cc',
1831 'browser/ssl/ssl_manager.h',
1832 'browser/ssl/ssl_policy.cc',
1833 'browser/ssl/ssl_policy.h',
1834 'browser/ssl/ssl_policy_backend.cc',
1835 'browser/ssl/ssl_policy_backend.h',
[email protected]38e08982010-10-22 17:28:431836 'browser/ssl/ssl_request_info.cc',
[email protected]83019902009-12-02 05:32:591837 'browser/ssl/ssl_request_info.h',
[email protected]1f18184a2010-07-21 19:34:491838 'browser/ssl_client_certificate_selector.h',
[email protected]a24642a2010-03-24 21:29:051839 'browser/status_icons/status_icon.cc',
[email protected]ccb55cf52010-03-06 22:02:041840 'browser/status_icons/status_icon.h',
[email protected]83bfa0b2011-02-01 05:37:461841 'browser/status_icons/status_tray.cc',
1842 'browser/status_icons/status_tray.h',
[email protected]06e33202010-08-16 23:45:151843 'browser/sync/glue/app_data_type_controller.cc',
1844 'browser/sync/glue/app_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:351845 'browser/sync/glue/autofill_change_processor.cc',
[email protected]e8234d32010-09-09 20:36:391846 'browser/sync/glue/autofill_change_processor.h',
[email protected]8b3b23a2010-03-01 22:06:211847 'browser/sync/glue/autofill_data_type_controller.cc',
1848 'browser/sync/glue/autofill_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:351849 'browser/sync/glue/autofill_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:391850 'browser/sync/glue/autofill_model_associator.h',
[email protected]a0bc3142010-12-16 07:15:531851 'browser/sync/glue/autofill_profile_change_processor.cc',
1852 'browser/sync/glue/autofill_profile_change_processor.h',
1853 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1854 'browser/sync/glue/autofill_profile_data_type_controller.h',
[email protected]965b95a2010-11-24 20:55:021855 'browser/sync/glue/autofill_profile_model_associator.cc',
1856 'browser/sync/glue/autofill_profile_model_associator.h',
[email protected]62fe4382009-12-14 23:14:031857 'browser/sync/glue/bookmark_change_processor.cc',
[email protected]4aea04a2010-02-10 20:13:431858 'browser/sync/glue/bookmark_change_processor.h',
1859 'browser/sync/glue/bookmark_data_type_controller.cc',
1860 'browser/sync/glue/bookmark_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:351861 'browser/sync/glue/bookmark_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:391862 'browser/sync/glue/bookmark_model_associator.h',
[email protected]83019902009-12-02 05:32:591863 'browser/sync/glue/change_processor.cc',
1864 'browser/sync/glue/change_processor.h',
[email protected]4aea04a2010-02-10 20:13:431865 'browser/sync/glue/data_type_controller.h',
[email protected]e3e43d92010-02-26 22:02:381866 'browser/sync/glue/data_type_manager.h',
1867 'browser/sync/glue/data_type_manager_impl.cc',
1868 'browser/sync/glue/data_type_manager_impl.h',
[email protected]64e579e2011-02-17 21:47:351869 'browser/sync/glue/data_type_manager_impl2.cc',
1870 'browser/sync/glue/data_type_manager_impl2.h',
[email protected]58a468e2010-02-01 17:51:031871 'browser/sync/glue/database_model_worker.cc',
1872 'browser/sync/glue/database_model_worker.h',
[email protected]a0bc3142010-12-16 07:15:531873 'browser/sync/glue/do_optimistic_refresh_task.cc',
1874 'browser/sync/glue/do_optimistic_refresh_task.h',
[email protected]c05d2cb72010-06-14 19:59:151875 'browser/sync/glue/extension_change_processor.cc',
1876 'browser/sync/glue/extension_change_processor.h',
1877 'browser/sync/glue/extension_data.cc',
1878 'browser/sync/glue/extension_data.h',
1879 'browser/sync/glue/extension_data_type_controller.cc',
1880 'browser/sync/glue/extension_data_type_controller.h',
1881 'browser/sync/glue/extension_model_associator.cc',
1882 'browser/sync/glue/extension_model_associator.h',
[email protected]265d8c322010-09-08 01:38:351883 'browser/sync/glue/extension_sync.cc',
1884 'browser/sync/glue/extension_sync.h',
[email protected]e8234d32010-09-09 20:36:391885 'browser/sync/glue/extension_sync_traits.cc',
1886 'browser/sync/glue/extension_sync_traits.h',
[email protected]c05d2cb72010-06-14 19:59:151887 'browser/sync/glue/extension_util.cc',
1888 'browser/sync/glue/extension_util.h',
[email protected]da49ecb2011-01-06 21:17:491889 'browser/sync/glue/foreign_session_tracker.cc',
1890 'browser/sync/glue/foreign_session_tracker.h',
[email protected]53150252010-03-18 00:27:291891 'browser/sync/glue/history_model_worker.cc',
1892 'browser/sync/glue/history_model_worker.h',
[email protected]83019902009-12-02 05:32:591893 'browser/sync/glue/http_bridge.cc',
1894 'browser/sync/glue/http_bridge.h',
[email protected]83019902009-12-02 05:32:591895 'browser/sync/glue/model_associator.h',
[email protected]7b8c0112010-05-19 18:06:141896 'browser/sync/glue/password_change_processor.cc',
1897 'browser/sync/glue/password_change_processor.h',
1898 'browser/sync/glue/password_data_type_controller.cc',
1899 'browser/sync/glue/password_data_type_controller.h',
1900 'browser/sync/glue/password_model_associator.cc',
1901 'browser/sync/glue/password_model_associator.h',
[email protected]e8234d32010-09-09 20:36:391902 'browser/sync/glue/password_model_worker.cc',
1903 'browser/sync/glue/password_model_worker.h',
[email protected]51133f92010-01-12 22:27:571904 'browser/sync/glue/preference_change_processor.cc',
1905 'browser/sync/glue/preference_change_processor.h',
[email protected]371d0492010-02-11 21:29:261906 'browser/sync/glue/preference_data_type_controller.cc',
1907 'browser/sync/glue/preference_data_type_controller.h',
[email protected]51133f92010-01-12 22:27:571908 'browser/sync/glue/preference_model_associator.cc',
1909 'browser/sync/glue/preference_model_associator.h',
[email protected]5edb9222010-08-18 00:23:291910 'browser/sync/glue/session_change_processor.cc',
1911 'browser/sync/glue/session_change_processor.h',
1912 'browser/sync/glue/session_data_type_controller.cc',
1913 'browser/sync/glue/session_data_type_controller.h',
1914 'browser/sync/glue/session_model_associator.cc',
1915 'browser/sync/glue/session_model_associator.h',
[email protected]83019902009-12-02 05:32:591916 'browser/sync/glue/sync_backend_host.cc',
[email protected]cc7af20c2010-02-05 23:30:581917 'browser/sync/glue/sync_backend_host.h',
[email protected]ecde2742010-04-02 17:36:181918 'browser/sync/glue/synchronized_preferences.h',
[email protected]60cab462010-03-29 20:04:051919 'browser/sync/glue/theme_change_processor.cc',
1920 'browser/sync/glue/theme_change_processor.h',
1921 'browser/sync/glue/theme_data_type_controller.cc',
1922 'browser/sync/glue/theme_data_type_controller.h',
1923 'browser/sync/glue/theme_model_associator.cc',
1924 'browser/sync/glue/theme_model_associator.h',
1925 'browser/sync/glue/theme_util.cc',
1926 'browser/sync/glue/theme_util.h',
[email protected]53150252010-03-18 00:27:291927 'browser/sync/glue/typed_url_change_processor.cc',
1928 'browser/sync/glue/typed_url_change_processor.h',
1929 'browser/sync/glue/typed_url_data_type_controller.cc',
1930 'browser/sync/glue/typed_url_data_type_controller.h',
1931 'browser/sync/glue/typed_url_model_associator.cc',
1932 'browser/sync/glue/typed_url_model_associator.h',
[email protected]d636be382010-01-22 02:15:421933 'browser/sync/glue/ui_model_worker.cc',
1934 'browser/sync/glue/ui_model_worker.h',
[email protected]4aea04a2010-02-10 20:13:431935 'browser/sync/profile_sync_factory.h',
1936 'browser/sync/profile_sync_factory_impl.cc',
1937 'browser/sync/profile_sync_factory_impl.h',
[email protected]e8234d32010-09-09 20:36:391938 'browser/sync/profile_sync_service.cc',
1939 'browser/sync/profile_sync_service.h',
[email protected]daed5ec2010-10-26 21:17:321940 'browser/sync/profile_sync_service_harness.cc',
1941 'browser/sync/profile_sync_service_harness.h',
[email protected]d6885592010-10-11 19:38:241942 'browser/sync/profile_sync_service_observer.h',
[email protected]e8234d32010-09-09 20:36:391943 'browser/sync/signin_manager.cc',
1944 'browser/sync/signin_manager.h',
[email protected]50c5bed2010-04-30 19:52:351945 'browser/sync/sync_constants.cc',
1946 'browser/sync/sync_constants.h',
[email protected]83019902009-12-02 05:32:591947 'browser/sync/sync_setup_flow.cc',
1948 'browser/sync/sync_setup_flow.h',
1949 'browser/sync/sync_setup_wizard.cc',
1950 'browser/sync/sync_setup_wizard.h',
1951 'browser/sync/sync_ui_util.cc',
1952 'browser/sync/sync_ui_util.h',
[email protected]265d8c322010-09-08 01:38:351953 'browser/sync/sync_ui_util_mac.h',
[email protected]e8234d32010-09-09 20:36:391954 'browser/sync/sync_ui_util_mac.mm',
1955 'browser/sync/token_migrator.cc',
1956 'browser/sync/token_migrator.h',
[email protected]0b4d3382010-07-14 16:13:041957 'browser/tab_closeable_state_watcher.cc',
1958 'browser/tab_closeable_state_watcher.h',
[email protected]e67942932011-02-22 20:24:551959 'browser/tab_contents/background_contents.cc',
1960 'browser/tab_contents/background_contents.h',
[email protected]7cceebac2011-03-03 00:32:211961 'browser/tab_contents/confirm_infobar_delegate.cc',
1962 'browser/tab_contents/confirm_infobar_delegate.h',
[email protected]a40f6e92011-03-04 23:30:291963 'browser/tab_contents/infobar_delegate.cc',
1964 'browser/tab_contents/infobar_delegate.h',
[email protected]7cceebac2011-03-03 00:32:211965 'browser/tab_contents/link_infobar_delegate.cc',
1966 'browser/tab_contents/link_infobar_delegate.h',
1967 'browser/tab_contents/simple_alert_infobar_delegate.cc',
1968 'browser/tab_contents/simple_alert_infobar_delegate.h',
[email protected]caf706f2010-10-26 17:54:081969 'browser/tab_contents/popup_menu_helper_mac.h',
[email protected]83bfa0b2011-02-01 05:37:461970 'browser/tab_contents/popup_menu_helper_mac.mm',
[email protected]83019902009-12-02 05:32:591971 'browser/tab_contents/render_view_context_menu.cc',
1972 'browser/tab_contents/render_view_context_menu.h',
1973 'browser/tab_contents/render_view_context_menu_gtk.cc',
1974 'browser/tab_contents/render_view_context_menu_gtk.h',
[email protected]83019902009-12-02 05:32:591975 'browser/tab_contents/render_view_context_menu_mac.h',
[email protected]83bfa0b2011-02-01 05:37:461976 'browser/tab_contents/render_view_context_menu_mac.mm',
[email protected]83019902009-12-02 05:32:591977 'browser/tab_contents/render_view_host_delegate_helper.cc',
1978 'browser/tab_contents/render_view_host_delegate_helper.h',
[email protected]1f18184a2010-07-21 19:34:491979 'browser/tab_contents/tab_contents_ssl_helper.cc',
1980 'browser/tab_contents/tab_contents_ssl_helper.h',
[email protected]83019902009-12-02 05:32:591981 'browser/tab_contents/tab_contents_view_gtk.cc',
1982 'browser/tab_contents/tab_contents_view_gtk.h',
1983 'browser/tab_contents/tab_contents_view_mac.h',
1984 'browser/tab_contents/tab_contents_view_mac.mm',
[email protected]9fb83e82010-07-02 18:24:551985 'browser/tab_contents/tab_specific_content_settings.cc',
[email protected]fd2b9ce2010-08-11 04:03:571986 'browser/tab_contents/tab_specific_content_settings.h',
[email protected]83019902009-12-02 05:32:591987 'browser/tab_contents/tab_util.cc',
1988 'browser/tab_contents/tab_util.h',
1989 'browser/tab_contents/thumbnail_generator.cc',
1990 'browser/tab_contents/thumbnail_generator.h',
[email protected]83019902009-12-02 05:32:591991 'browser/tab_contents/web_drag_dest_gtk.cc',
1992 'browser/tab_contents/web_drag_dest_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:461993 'browser/tab_contents/web_drag_source_win.cc',
1994 'browser/tab_contents/web_drag_source_win.h',
[email protected]13a1166e2010-04-06 16:58:341995 'browser/tab_contents/web_drag_utils_win.cc',
1996 'browser/tab_contents/web_drag_utils_win.h',
[email protected]83019902009-12-02 05:32:591997 'browser/tab_contents/web_drop_target_win.cc',
1998 'browser/tab_contents/web_drop_target_win.h',
[email protected]ecc523f62010-09-28 22:45:401999 'browser/tabs/default_tab_handler.cc',
2000 'browser/tabs/default_tab_handler.h',
[email protected]911f8152010-03-18 16:46:402001 'browser/tabs/pinned_tab_codec.cc',
2002 'browser/tabs/pinned_tab_codec.h',
2003 'browser/tabs/pinned_tab_service.cc',
2004 'browser/tabs/pinned_tab_service.h',
[email protected]ecc523f62010-09-28 22:45:402005 'browser/tabs/tab_handler.h',
[email protected]07d490bc2011-03-07 17:05:262006 'browser/tabs/tab_finder.cc',
2007 'browser/tabs/tab_finder.h',
[email protected]83019902009-12-02 05:32:592008 'browser/tabs/tab_strip_model.cc',
2009 'browser/tabs/tab_strip_model.h',
[email protected]c848d3d92010-09-16 21:57:452010 'browser/tabs/tab_strip_model_delegate.h',
2011 'browser/tabs/tab_strip_model_observer.cc',
2012 'browser/tabs/tab_strip_model_observer.h',
[email protected]83019902009-12-02 05:32:592013 'browser/tabs/tab_strip_model_order_controller.cc',
2014 'browser/tabs/tab_strip_model_order_controller.h',
[email protected]fe348be2011-03-09 19:47:012015 'browser/tabs/tab_strip_selection_model.cc',
2016 'browser/tabs/tab_strip_selection_model.h',
[email protected]a5d1e1e2010-09-23 19:34:122017 'browser/task_manager/task_manager.cc',
2018 'browser/task_manager/task_manager.h',
2019 'browser/task_manager/task_manager_resource_providers.cc',
2020 'browser/task_manager/task_manager_resource_providers.h',
[email protected]2bb2fd52010-10-11 18:04:282021 'browser/themes/browser_theme_pack.cc',
2022 'browser/themes/browser_theme_pack.h',
[email protected]2bb2fd52010-10-11 18:04:282023 'browser/themes/browser_theme_provider.cc',
2024 'browser/themes/browser_theme_provider.h',
[email protected]83bfa0b2011-02-01 05:37:462025 'browser/themes/browser_theme_provider_gtk.cc',
2026 'browser/themes/browser_theme_provider_mac.mm',
[email protected]509acb8e2010-07-01 20:35:312027 'browser/translate/languages_menu_model.cc',
2028 'browser/translate/languages_menu_model.h',
[email protected]fb53e5d2010-01-27 19:04:552029 'browser/translate/options_menu_model.cc',
2030 'browser/translate/options_menu_model.h',
[email protected]509acb8e2010-07-01 20:35:312031 'browser/translate/translate_infobar_delegate.cc',
2032 'browser/translate/translate_infobar_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:462033 'browser/translate/translate_infobar_view.h',
[email protected]509acb8e2010-07-01 20:35:312034 'browser/translate/translate_manager.cc',
2035 'browser/translate/translate_manager.h',
[email protected]fb53e5d2010-01-27 19:04:552036 'browser/translate/translate_prefs.cc',
2037 'browser/translate/translate_prefs.h',
[email protected]83bfa0b2011-02-01 05:37:462038 'browser/transport_security_persister.cc',
2039 'browser/transport_security_persister.h',
[email protected]1caa1522010-12-01 20:23:352040 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
2041 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
2042 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
2043 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
2044 'browser/ui/app_modal_dialogs/js_modal_dialog.cc',
2045 'browser/ui/app_modal_dialogs/js_modal_dialog.h',
2046 'browser/ui/app_modal_dialogs/message_box_handler.cc',
2047 'browser/ui/app_modal_dialogs/message_box_handler.h',
2048 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
[email protected]69b04b92010-11-08 22:12:182049 'browser/ui/browser.cc',
2050 'browser/ui/browser.h',
[email protected]c96531e82011-01-26 03:11:142051 'browser/ui/browser_dialogs.h',
[email protected]8b0e9cc32010-11-09 04:00:192052 'browser/ui/browser_init.cc',
2053 'browser/ui/browser_init.h',
[email protected]83bfa0b2011-02-01 05:37:462054 'browser/ui/browser_list.cc',
2055 'browser/ui/browser_list.h',
[email protected]8b0e9cc32010-11-09 04:00:192056 'browser/ui/browser_list_gtk.cc',
2057 'browser/ui/browser_list_mac.mm',
2058 'browser/ui/browser_list_stub.cc',
2059 'browser/ui/browser_list_win.cc',
[email protected]8b0e9cc32010-11-09 04:00:192060 'browser/ui/browser_navigator.cc',
2061 'browser/ui/browser_navigator.h',
[email protected]69b04b92010-11-08 22:12:182062 'browser/ui/browser_window.h',
[email protected]7d791652010-12-01 16:34:492063 'browser/ui/cocoa/about_ipc_controller.h',
2064 'browser/ui/cocoa/about_ipc_controller.mm',
2065 'browser/ui/cocoa/about_ipc_dialog.h',
2066 'browser/ui/cocoa/about_ipc_dialog.mm',
2067 'browser/ui/cocoa/about_window_controller.h',
2068 'browser/ui/cocoa/about_window_controller.mm',
2069 'browser/ui/cocoa/accelerators_cocoa.h',
2070 'browser/ui/cocoa/accelerators_cocoa.mm',
2071 'browser/ui/cocoa/animatable_image.h',
2072 'browser/ui/cocoa/animatable_image.mm',
2073 'browser/ui/cocoa/animatable_view.h',
2074 'browser/ui/cocoa/animatable_view.mm',
2075 'browser/ui/cocoa/applescript/bookmark_folder_applescript.h',
2076 'browser/ui/cocoa/applescript/bookmark_folder_applescript.mm',
2077 'browser/ui/cocoa/applescript/bookmark_item_applescript.h',
2078 'browser/ui/cocoa/applescript/bookmark_item_applescript.mm',
2079 'browser/ui/cocoa/applescript/bookmark_node_applescript.h',
2080 'browser/ui/cocoa/applescript/bookmark_node_applescript.mm',
2081 'browser/ui/cocoa/applescript/browsercrapplication+applescript.h',
2082 'browser/ui/cocoa/applescript/browsercrapplication+applescript.mm',
2083 'browser/ui/cocoa/applescript/constants_applescript.h',
2084 'browser/ui/cocoa/applescript/constants_applescript.mm',
2085 'browser/ui/cocoa/applescript/element_applescript.h',
2086 'browser/ui/cocoa/applescript/element_applescript.mm',
2087 'browser/ui/cocoa/applescript/error_applescript.h',
2088 'browser/ui/cocoa/applescript/error_applescript.mm',
2089 'browser/ui/cocoa/applescript/tab_applescript.h',
2090 'browser/ui/cocoa/applescript/tab_applescript.mm',
2091 'browser/ui/cocoa/applescript/window_applescript.h',
2092 'browser/ui/cocoa/applescript/window_applescript.mm',
[email protected]7d791652010-12-01 16:34:492093 'browser/ui/cocoa/background_gradient_view.h',
2094 'browser/ui/cocoa/background_gradient_view.mm',
2095 'browser/ui/cocoa/background_tile_view.h',
2096 'browser/ui/cocoa/background_tile_view.mm',
2097 'browser/ui/cocoa/base_bubble_controller.h',
2098 'browser/ui/cocoa/base_bubble_controller.mm',
2099 'browser/ui/cocoa/base_view.h',
2100 'browser/ui/cocoa/base_view.mm',
[email protected]7d791652010-12-01 16:34:492101 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
2102 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
2103 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
2104 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
2105 'browser/ui/cocoa/bookmarks/bookmark_bar_constants.h',
2106 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
2107 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
2108 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h',
2109 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm',
2110 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
2111 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
2112 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.h',
2113 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.mm',
2114 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h',
2115 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.mm',
2116 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h',
2117 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm',
2118 'browser/ui/cocoa/bookmarks/bookmark_bar_state.h',
2119 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h',
2120 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm',
2121 'browser/ui/cocoa/bookmarks/bookmark_bar_view.h',
2122 'browser/ui/cocoa/bookmarks/bookmark_bar_view.mm',
2123 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h',
2124 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm',
2125 'browser/ui/cocoa/bookmarks/bookmark_button.h',
2126 'browser/ui/cocoa/bookmarks/bookmark_button.mm',
2127 'browser/ui/cocoa/bookmarks/bookmark_button_cell.h',
2128 'browser/ui/cocoa/bookmarks/bookmark_button_cell.mm',
2129 'browser/ui/cocoa/bookmarks/bookmark_drag_source.h',
2130 'browser/ui/cocoa/bookmarks/bookmark_drag_source.mm',
2131 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h',
2132 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm',
2133 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.h',
2134 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm',
2135 'browser/ui/cocoa/bookmarks/bookmark_folder_target.h',
2136 'browser/ui/cocoa/bookmarks/bookmark_folder_target.mm',
2137 'browser/ui/cocoa/bookmarks/bookmark_menu.h',
2138 'browser/ui/cocoa/bookmarks/bookmark_menu.mm',
2139 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h',
2140 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.mm',
2141 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h',
2142 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm',
[email protected]bca14bc2011-02-22 20:28:002143 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492144 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h',
2145 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h',
2146 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.mm',
2147 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h',
2148 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.mm',
2149 'browser/ui/cocoa/browser_command_executor.h',
2150 'browser/ui/cocoa/browser_frame_view.h',
2151 'browser/ui/cocoa/browser_frame_view.mm',
2152 'browser/ui/cocoa/browser_window_cocoa.h',
2153 'browser/ui/cocoa/browser_window_cocoa.mm',
2154 'browser/ui/cocoa/browser_window_controller.h',
2155 'browser/ui/cocoa/browser_window_controller.mm',
2156 'browser/ui/cocoa/browser_window_controller_private.h',
2157 'browser/ui/cocoa/browser_window_controller_private.mm',
[email protected]83bfa0b2011-02-01 05:37:462158 'browser/ui/cocoa/browser_window_factory.mm',
[email protected]7d791652010-12-01 16:34:492159 'browser/ui/cocoa/bubble_view.h',
2160 'browser/ui/cocoa/bubble_view.mm',
2161 'browser/ui/cocoa/bug_report_window_controller.h',
2162 'browser/ui/cocoa/bug_report_window_controller.mm',
2163 'browser/ui/cocoa/certificate_viewer.mm',
2164 'browser/ui/cocoa/chrome_browser_window.h',
2165 'browser/ui/cocoa/chrome_browser_window.mm',
2166 'browser/ui/cocoa/chrome_event_processing_window.h',
2167 'browser/ui/cocoa/chrome_event_processing_window.mm',
[email protected]7d791652010-12-01 16:34:492168 'browser/ui/cocoa/clickhold_button_cell.h',
2169 'browser/ui/cocoa/clickhold_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492170 'browser/ui/cocoa/command_observer_bridge.h',
2171 'browser/ui/cocoa/command_observer_bridge.mm',
2172 'browser/ui/cocoa/confirm_quit_panel_controller.h',
2173 'browser/ui/cocoa/confirm_quit_panel_controller.mm',
2174 'browser/ui/cocoa/constrained_html_delegate_mac.mm',
2175 'browser/ui/cocoa/constrained_window_mac.h',
2176 'browser/ui/cocoa/constrained_window_mac.mm',
[email protected]fa8102292011-01-20 16:21:232177 'browser/ui/cocoa/content_settings/collected_cookies_mac.h',
2178 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm',
2179 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h',
2180 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm',
2181 'browser/ui/cocoa/content_settings/cookie_details.h',
2182 'browser/ui/cocoa/content_settings/cookie_details.mm',
2183 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h',
2184 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm',
2185 'browser/ui/cocoa/content_settings/cookie_tree_node.h',
2186 'browser/ui/cocoa/content_settings/cookie_tree_node.mm',
2187 'browser/ui/cocoa/content_settings/simple_content_exceptions_window_controller.h',
2188 'browser/ui/cocoa/content_settings/simple_content_exceptions_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492189 'browser/ui/cocoa/dev_tools_controller.h',
2190 'browser/ui/cocoa/dev_tools_controller.mm',
2191 'browser/ui/cocoa/dock_icon.h',
2192 'browser/ui/cocoa/dock_icon.mm',
2193 'browser/ui/cocoa/download/download_item_button.h',
2194 'browser/ui/cocoa/download/download_item_button.mm',
2195 'browser/ui/cocoa/download/download_item_cell.h',
2196 'browser/ui/cocoa/download/download_item_cell.mm',
2197 'browser/ui/cocoa/download/download_item_controller.h',
2198 'browser/ui/cocoa/download/download_item_controller.mm',
2199 'browser/ui/cocoa/download/download_item_mac.h',
2200 'browser/ui/cocoa/download/download_item_mac.mm',
2201 'browser/ui/cocoa/download/download_shelf_controller.h',
2202 'browser/ui/cocoa/download/download_shelf_controller.mm',
2203 'browser/ui/cocoa/download/download_shelf_mac.h',
2204 'browser/ui/cocoa/download/download_shelf_mac.mm',
2205 'browser/ui/cocoa/download/download_shelf_view.h',
2206 'browser/ui/cocoa/download/download_shelf_view.mm',
2207 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2208 'browser/ui/cocoa/download/download_util_mac.h',
2209 'browser/ui/cocoa/download/download_util_mac.mm',
2210 'browser/ui/cocoa/draggable_button.h',
2211 'browser/ui/cocoa/draggable_button.mm',
[email protected]7d791652010-12-01 16:34:492212 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2213 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2214 'browser/ui/cocoa/event_utils.h',
2215 'browser/ui/cocoa/event_utils.mm',
[email protected]7d791652010-12-01 16:34:492216 'browser/ui/cocoa/extensions/browser_action_button.h',
2217 'browser/ui/cocoa/extensions/browser_action_button.mm',
2218 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2219 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
2220 'browser/ui/cocoa/extensions/browser_actions_controller.h',
2221 'browser/ui/cocoa/extensions/browser_actions_controller.mm',
2222 'browser/ui/cocoa/extensions/chevron_menu_button.h',
2223 'browser/ui/cocoa/extensions/chevron_menu_button.mm',
2224 'browser/ui/cocoa/extensions/chevron_menu_button_cell.h',
2225 'browser/ui/cocoa/extensions/chevron_menu_button_cell.mm',
2226 'browser/ui/cocoa/extensions/extension_action_context_menu.h',
2227 'browser/ui/cocoa/extensions/extension_action_context_menu.mm',
2228 'browser/ui/cocoa/extensions/extension_infobar_controller.h',
2229 'browser/ui/cocoa/extensions/extension_infobar_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462230 'browser/ui/cocoa/extensions/extension_install_prompt.mm',
[email protected]7d791652010-12-01 16:34:492231 'browser/ui/cocoa/extensions/extension_install_prompt_controller.h',
2232 'browser/ui/cocoa/extensions/extension_install_prompt_controller.mm',
[email protected]0920e652011-01-17 17:03:532233 'browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm',
2234 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.h',
2235 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492236 'browser/ui/cocoa/extensions/extension_popup_controller.h',
2237 'browser/ui/cocoa/extensions/extension_popup_controller.mm',
[email protected]0920e652011-01-17 17:03:532238 'browser/ui/cocoa/extensions/extension_view_mac.h',
2239 'browser/ui/cocoa/extensions/extension_view_mac.mm',
[email protected]7d791652010-12-01 16:34:492240 'browser/ui/cocoa/external_protocol_dialog.h',
2241 'browser/ui/cocoa/external_protocol_dialog.mm',
2242 'browser/ui/cocoa/fast_resize_view.h',
2243 'browser/ui/cocoa/fast_resize_view.mm',
[email protected]6e533fb2011-01-15 00:34:292244 'browser/ui/cocoa/find_bar/find_bar_bridge.h',
2245 'browser/ui/cocoa/find_bar/find_bar_bridge.mm',
2246 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h',
2247 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm',
2248 'browser/ui/cocoa/find_bar/find_bar_text_field.h',
2249 'browser/ui/cocoa/find_bar/find_bar_text_field.mm',
2250 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h',
2251 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm',
2252 'browser/ui/cocoa/find_bar/find_bar_view.h',
2253 'browser/ui/cocoa/find_bar/find_bar_view.mm',
[email protected]7d791652010-12-01 16:34:492254 'browser/ui/cocoa/find_pasteboard.h',
2255 'browser/ui/cocoa/find_pasteboard.mm',
2256 'browser/ui/cocoa/first_run_bubble_controller.h',
2257 'browser/ui/cocoa/first_run_bubble_controller.mm',
2258 'browser/ui/cocoa/first_run_dialog.h',
2259 'browser/ui/cocoa/first_run_dialog.mm',
2260 'browser/ui/cocoa/floating_bar_backing_view.h',
2261 'browser/ui/cocoa/floating_bar_backing_view.mm',
2262 'browser/ui/cocoa/focus_tracker.h',
2263 'browser/ui/cocoa/focus_tracker.mm',
[email protected]7d791652010-12-01 16:34:492264 'browser/ui/cocoa/framed_browser_window.h',
2265 'browser/ui/cocoa/framed_browser_window.mm',
2266 'browser/ui/cocoa/fullscreen_controller.h',
2267 'browser/ui/cocoa/fullscreen_controller.mm',
2268 'browser/ui/cocoa/fullscreen_window.h',
2269 'browser/ui/cocoa/fullscreen_window.mm',
2270 'browser/ui/cocoa/gradient_button_cell.h',
2271 'browser/ui/cocoa/gradient_button_cell.mm',
2272 'browser/ui/cocoa/history_menu_bridge.h',
2273 'browser/ui/cocoa/history_menu_bridge.mm',
2274 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2275 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2276 'browser/ui/cocoa/hover_button.h',
2277 'browser/ui/cocoa/hover_button.mm',
2278 'browser/ui/cocoa/hover_close_button.h',
2279 'browser/ui/cocoa/hover_close_button.mm',
2280 'browser/ui/cocoa/hover_image_button.h',
2281 'browser/ui/cocoa/hover_image_button.mm',
2282 'browser/ui/cocoa/html_dialog_window_controller.h',
[email protected]7d791652010-12-01 16:34:492283 'browser/ui/cocoa/html_dialog_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492284 'browser/ui/cocoa/hung_renderer_controller.h',
2285 'browser/ui/cocoa/hung_renderer_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462286 'browser/ui/cocoa/hyperlink_button_cell.h',
2287 'browser/ui/cocoa/hyperlink_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492288 'browser/ui/cocoa/image_utils.h',
2289 'browser/ui/cocoa/image_utils.mm',
[email protected]a7d83ca2011-03-06 14:41:072290 'browser/ui/cocoa/importer/import_dialog_cocoa.h',
2291 'browser/ui/cocoa/importer/import_dialog_cocoa.mm',
2292 'browser/ui/cocoa/importer/import_lock_dialog_cocoa.mm',
2293 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h',
2294 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492295 'browser/ui/cocoa/info_bubble_view.h',
2296 'browser/ui/cocoa/info_bubble_view.mm',
2297 'browser/ui/cocoa/info_bubble_window.h',
2298 'browser/ui/cocoa/info_bubble_window.mm',
[email protected]2c204b952011-01-18 18:21:532299 'browser/ui/cocoa/infobars/infobar.h',
2300 'browser/ui/cocoa/infobars/infobar_container_controller.h',
2301 'browser/ui/cocoa/infobars/infobar_container_controller.mm',
2302 'browser/ui/cocoa/infobars/infobar_controller.h',
2303 'browser/ui/cocoa/infobars/infobar_controller.mm',
2304 'browser/ui/cocoa/infobars/infobar_gradient_view.h',
2305 'browser/ui/cocoa/infobars/infobar_gradient_view.mm',
[email protected]c216dc42011-03-03 23:41:532306 'browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.cc',
2307 'browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h',
2308 'browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc',
2309 'browser/ui/cocoa/infobars/mock_link_infobar_delegate.h',
[email protected]7d791652010-12-01 16:34:492310 'browser/ui/cocoa/js_modal_dialog_cocoa.h',
2311 'browser/ui/cocoa/js_modal_dialog_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492312 'browser/ui/cocoa/keystone_infobar.h',
2313 'browser/ui/cocoa/keystone_infobar.mm',
[email protected]7d791652010-12-01 16:34:492314 'browser/ui/cocoa/l10n_util.h',
2315 'browser/ui/cocoa/l10n_util.mm',
2316 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
2317 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
2318 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
2319 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
2320 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
2321 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
2322 'browser/ui/cocoa/location_bar/bubble_decoration.h',
2323 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
2324 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
2325 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
2326 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
2327 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
2328 'browser/ui/cocoa/location_bar/image_decoration.h',
2329 'browser/ui/cocoa/location_bar/image_decoration.mm',
2330 'browser/ui/cocoa/location_bar/instant_opt_in_controller.h',
2331 'browser/ui/cocoa/location_bar/instant_opt_in_controller.mm',
2332 'browser/ui/cocoa/location_bar/instant_opt_in_view.h',
2333 'browser/ui/cocoa/location_bar/instant_opt_in_view.mm',
2334 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
2335 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
2336 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
2337 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
2338 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
2339 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
2340 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2341 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2342 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2343 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2344 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2345 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2346 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2347 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2348 'browser/ui/cocoa/location_bar/star_decoration.h',
2349 'browser/ui/cocoa/location_bar/star_decoration.mm',
2350 'browser/ui/cocoa/menu_button.h',
2351 'browser/ui/cocoa/menu_button.mm',
2352 'browser/ui/cocoa/menu_controller.h',
2353 'browser/ui/cocoa/menu_controller.mm',
[email protected]7d791652010-12-01 16:34:492354 'browser/ui/cocoa/multi_key_equivalent_button.h',
2355 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2356 'browser/ui/cocoa/new_tab_button.h',
2357 'browser/ui/cocoa/new_tab_button.mm',
[email protected]7d791652010-12-01 16:34:492358 'browser/ui/cocoa/notifications/balloon_controller.h',
[email protected]83bfa0b2011-02-01 05:37:462359 'browser/ui/cocoa/notifications/balloon_controller.mm',
2360 'browser/ui/cocoa/notifications/balloon_view.h',
2361 'browser/ui/cocoa/notifications/balloon_view.mm',
[email protected]7d791652010-12-01 16:34:492362 'browser/ui/cocoa/notifications/balloon_view_bridge.h',
2363 'browser/ui/cocoa/notifications/balloon_view_bridge.mm',
2364 'browser/ui/cocoa/notifications/balloon_view_host_mac.h',
2365 'browser/ui/cocoa/notifications/balloon_view_host_mac.mm',
[email protected]7d791652010-12-01 16:34:492366 'browser/ui/cocoa/nsmenuitem_additions.h',
2367 'browser/ui/cocoa/nsmenuitem_additions.mm',
[email protected]7d791652010-12-01 16:34:492368 'browser/ui/cocoa/objc_method_swizzle.h',
2369 'browser/ui/cocoa/objc_method_swizzle.mm',
2370 'browser/ui/cocoa/objc_zombie.h',
2371 'browser/ui/cocoa/objc_zombie.mm',
2372 'browser/ui/cocoa/page_info_bubble_controller.h',
2373 'browser/ui/cocoa/page_info_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492374 'browser/ui/cocoa/repost_form_warning_mac.h',
2375 'browser/ui/cocoa/repost_form_warning_mac.mm',
2376 'browser/ui/cocoa/restart_browser.h',
2377 'browser/ui/cocoa/restart_browser.mm',
2378 'browser/ui/cocoa/rwhvm_editcommand_helper.h',
2379 'browser/ui/cocoa/rwhvm_editcommand_helper.mm',
[email protected]7d791652010-12-01 16:34:492380 'browser/ui/cocoa/search_engine_dialog_controller.h',
2381 'browser/ui/cocoa/search_engine_dialog_controller.mm',
[email protected]7d791652010-12-01 16:34:492382 'browser/ui/cocoa/shell_dialogs_mac.mm',
[email protected]7d791652010-12-01 16:34:492383 'browser/ui/cocoa/sidebar_controller.h',
2384 'browser/ui/cocoa/sidebar_controller.mm',
[email protected]7d791652010-12-01 16:34:492385 'browser/ui/cocoa/speech_input_window_controller.h',
2386 'browser/ui/cocoa/speech_input_window_controller.mm',
2387 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2388 'browser/ui/cocoa/status_bubble_mac.h',
2389 'browser/ui/cocoa/status_bubble_mac.mm',
2390 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2391 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2392 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2393 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2394 'browser/ui/cocoa/styled_text_field.h',
2395 'browser/ui/cocoa/styled_text_field.mm',
2396 'browser/ui/cocoa/styled_text_field_cell.h',
2397 'browser/ui/cocoa/styled_text_field_cell.mm',
[email protected]31573fe82011-01-24 17:53:292398 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
2399 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
2400 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
2401 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
2402 'browser/ui/cocoa/tab_contents/sad_tab_view.h',
2403 'browser/ui/cocoa/tab_contents/sad_tab_view.mm',
2404 'browser/ui/cocoa/tab_contents/tab_contents_controller.h',
2405 'browser/ui/cocoa/tab_contents/tab_contents_controller.mm',
2406 'browser/ui/cocoa/tab_contents/web_contents_drag_source.h',
2407 'browser/ui/cocoa/tab_contents/web_contents_drag_source.mm',
2408 'browser/ui/cocoa/tab_contents/web_drag_source.h',
2409 'browser/ui/cocoa/tab_contents/web_drag_source.mm',
2410 'browser/ui/cocoa/tab_contents/web_drop_target.h',
2411 'browser/ui/cocoa/tab_contents/web_drop_target.mm',
[email protected]83bfa0b2011-02-01 05:37:462412 'browser/ui/cocoa/tab_view_picker_table.h',
2413 'browser/ui/cocoa/tab_view_picker_table.mm',
2414 'browser/ui/cocoa/table_model_array_controller.h',
2415 'browser/ui/cocoa/table_model_array_controller.mm',
2416 'browser/ui/cocoa/table_row_nsimage_cache.h',
2417 'browser/ui/cocoa/table_row_nsimage_cache.mm',
2418 'browser/ui/cocoa/tabpose_window.h',
2419 'browser/ui/cocoa/tabpose_window.mm',
[email protected]cfe1d612011-01-19 20:06:472420 'browser/ui/cocoa/tabs/side_tab_strip_controller.h',
2421 'browser/ui/cocoa/tabs/side_tab_strip_controller.mm',
2422 'browser/ui/cocoa/tabs/side_tab_strip_view.h',
2423 'browser/ui/cocoa/tabs/side_tab_strip_view.mm',
2424 'browser/ui/cocoa/tabs/tab_controller.h',
2425 'browser/ui/cocoa/tabs/tab_controller.mm',
2426 'browser/ui/cocoa/tabs/tab_strip_controller.h',
2427 'browser/ui/cocoa/tabs/tab_strip_controller.mm',
2428 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',
2429 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm',
2430 'browser/ui/cocoa/tabs/tab_strip_view.h',
2431 'browser/ui/cocoa/tabs/tab_strip_view.mm',
2432 'browser/ui/cocoa/tabs/tab_view.h',
2433 'browser/ui/cocoa/tabs/tab_view.mm',
2434 'browser/ui/cocoa/tabs/tab_window_controller.h',
2435 'browser/ui/cocoa/tabs/tab_window_controller.mm',
2436 'browser/ui/cocoa/tabs/throbber_view.h',
2437 'browser/ui/cocoa/tabs/throbber_view.mm',
[email protected]7d791652010-12-01 16:34:492438 'browser/ui/cocoa/task_manager_mac.h',
2439 'browser/ui/cocoa/task_manager_mac.mm',
[email protected]7d791652010-12-01 16:34:492440 'browser/ui/cocoa/theme_install_bubble_view.h',
2441 'browser/ui/cocoa/theme_install_bubble_view.mm',
[email protected]83bfa0b2011-02-01 05:37:462442 'browser/ui/cocoa/themed_window.h',
2443 'browser/ui/cocoa/themed_window.mm',
[email protected]8450c4f2011-01-19 22:16:222444 'browser/ui/cocoa/toolbar/back_forward_menu_controller.h',
2445 'browser/ui/cocoa/toolbar/back_forward_menu_controller.mm',
2446 'browser/ui/cocoa/toolbar/reload_button.h',
2447 'browser/ui/cocoa/toolbar/reload_button.mm',
2448 'browser/ui/cocoa/toolbar/toolbar_controller.h',
2449 'browser/ui/cocoa/toolbar/toolbar_controller.mm',
2450 'browser/ui/cocoa/toolbar/toolbar_view.h',
2451 'browser/ui/cocoa/toolbar/toolbar_view.mm',
[email protected]f5558b972011-02-15 12:50:352452 'browser/ui/cocoa/tracking_area.h',
2453 'browser/ui/cocoa/tracking_area.mm',
[email protected]7d791652010-12-01 16:34:492454 'browser/ui/cocoa/translate/after_translate_infobar_controller.h',
2455 'browser/ui/cocoa/translate/after_translate_infobar_controller.mm',
2456 'browser/ui/cocoa/translate/before_translate_infobar_controller.h',
2457 'browser/ui/cocoa/translate/before_translate_infobar_controller.mm',
2458 'browser/ui/cocoa/translate/translate_infobar_base.h',
2459 'browser/ui/cocoa/translate/translate_infobar_base.mm',
2460 'browser/ui/cocoa/translate/translate_message_infobar_controller.h',
2461 'browser/ui/cocoa/translate/translate_message_infobar_controller.mm',
2462 'browser/ui/cocoa/ui_localizer.h',
2463 'browser/ui/cocoa/ui_localizer.mm',
2464 'browser/ui/cocoa/url_drop_target.h',
2465 'browser/ui/cocoa/url_drop_target.mm',
2466 'browser/ui/cocoa/vertical_gradient_view.h',
2467 'browser/ui/cocoa/vertical_gradient_view.mm',
2468 'browser/ui/cocoa/view_id_util.h',
2469 'browser/ui/cocoa/view_id_util.mm',
2470 'browser/ui/cocoa/view_resizer.h',
[email protected]7d791652010-12-01 16:34:492471 'browser/ui/cocoa/window_size_autosaver.h',
2472 'browser/ui/cocoa/window_size_autosaver.mm',
[email protected]fdf9c472011-01-14 17:30:192473 'browser/ui/cocoa/wrench_menu/menu_tracked_button.h',
2474 'browser/ui/cocoa/wrench_menu/menu_tracked_button.mm',
2475 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.h',
2476 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.mm',
2477 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h',
2478 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm',
2479 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h',
2480 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm',
[email protected]3f1f8412011-01-19 03:01:232481 'browser/ui/crypto_module_password_dialog.h',
2482 'browser/ui/crypto_module_password_dialog_nss.cc',
2483 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]45300ad42010-12-02 15:51:142484 'browser/ui/find_bar/find_bar.h',
2485 'browser/ui/find_bar/find_bar_controller.cc',
2486 'browser/ui/find_bar/find_bar_controller.h',
[email protected]45300ad42010-12-02 15:51:142487 'browser/ui/find_bar/find_bar_state.cc',
[email protected]83bfa0b2011-02-01 05:37:462488 'browser/ui/find_bar/find_bar_state.h',
[email protected]45300ad42010-12-02 15:51:142489 'browser/ui/find_bar/find_notification_details.h',
[email protected]c90c6ca2011-02-16 20:11:382490 'browser/ui/find_bar/find_tab_helper.h',
2491 'browser/ui/find_bar/find_tab_helper.cc',
[email protected]83bfa0b2011-02-01 05:37:462492 'browser/ui/gtk/about_chrome_dialog.cc',
2493 'browser/ui/gtk/about_chrome_dialog.h',
2494 'browser/ui/gtk/accelerators_gtk.cc',
2495 'browser/ui/gtk/accelerators_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462496 'browser/ui/gtk/back_forward_button_gtk.cc',
2497 'browser/ui/gtk/back_forward_button_gtk.h',
[email protected]d008efc2011-03-01 00:37:322498 'browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc',
2499 'browser/ui/gtk/bookmarks/bookmark_bar_gtk.h',
2500 'browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc',
2501 'browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h',
2502 'browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc',
2503 'browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h',
2504 'browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc',
2505 'browser/ui/gtk/bookmarks/bookmark_editor_gtk.h',
2506 'browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc',
2507 'browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.h',
2508 'browser/ui/gtk/bookmarks/bookmark_tree_model.cc',
2509 'browser/ui/gtk/bookmarks/bookmark_tree_model.h',
2510 'browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc',
2511 'browser/ui/gtk/bookmarks/bookmark_utils_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462512 'browser/ui/gtk/browser_actions_toolbar_gtk.cc',
2513 'browser/ui/gtk/browser_actions_toolbar_gtk.h',
2514 'browser/ui/gtk/browser_titlebar.cc',
2515 'browser/ui/gtk/browser_titlebar.h',
2516 'browser/ui/gtk/browser_toolbar_gtk.cc',
2517 'browser/ui/gtk/browser_toolbar_gtk.h',
2518 'browser/ui/gtk/browser_window_factory_gtk.cc',
2519 'browser/ui/gtk/browser_window_gtk.cc',
2520 'browser/ui/gtk/browser_window_gtk.h',
2521 'browser/ui/gtk/cairo_cached_surface.cc',
2522 'browser/ui/gtk/cairo_cached_surface.h',
2523 'browser/ui/gtk/certificate_dialogs.cc',
2524 'browser/ui/gtk/certificate_dialogs.h',
2525 'browser/ui/gtk/certificate_viewer.cc',
2526 'browser/ui/gtk/certificate_viewer.h',
2527 'browser/ui/gtk/chrome_gtk_frame.cc',
2528 'browser/ui/gtk/chrome_gtk_frame.h',
2529 'browser/ui/gtk/clear_browsing_data_dialog_gtk.cc',
2530 'browser/ui/gtk/clear_browsing_data_dialog_gtk.h',
2531 'browser/ui/gtk/collected_cookies_gtk.cc',
2532 'browser/ui/gtk/collected_cookies_gtk.h',
2533 'browser/ui/gtk/constrained_html_delegate_gtk.cc',
2534 'browser/ui/gtk/constrained_window_gtk.cc',
2535 'browser/ui/gtk/constrained_window_gtk.h',
2536 'browser/ui/gtk/content_setting_bubble_gtk.cc',
2537 'browser/ui/gtk/content_setting_bubble_gtk.h',
2538 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc',
2539 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.h',
2540 'browser/ui/gtk/crypto_module_password_dialog.cc',
2541 'browser/ui/gtk/custom_button.cc',
2542 'browser/ui/gtk/custom_button.h',
2543 'browser/ui/gtk/custom_drag.cc',
2544 'browser/ui/gtk/custom_drag.h',
2545 'browser/ui/gtk/dialogs_gtk.cc',
2546 'browser/ui/gtk/download_in_progress_dialog_gtk.cc',
2547 'browser/ui/gtk/download_in_progress_dialog_gtk.h',
2548 'browser/ui/gtk/download_item_gtk.cc',
2549 'browser/ui/gtk/download_item_gtk.h',
2550 'browser/ui/gtk/download_shelf_gtk.cc',
2551 'browser/ui/gtk/download_shelf_gtk.h',
2552 'browser/ui/gtk/download_started_animation_gtk.cc',
2553 'browser/ui/gtk/edit_search_engine_dialog.cc',
2554 'browser/ui/gtk/edit_search_engine_dialog.h',
2555 'browser/ui/gtk/extension_infobar_gtk.cc',
2556 'browser/ui/gtk/extension_infobar_gtk.h',
[email protected]613af4d2011-03-10 19:01:482557 'browser/ui/gtk/extensions/extension_install_prompt2_gtk.cc',
2558 'browser/ui/gtk/extensions/extension_install_prompt_gtk.cc',
2559 'browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc',
2560 'browser/ui/gtk/extensions/extension_installed_bubble_gtk.h',
2561 'browser/ui/gtk/extensions/extension_popup_gtk.cc',
2562 'browser/ui/gtk/extensions/extension_popup_gtk.h',
2563 'browser/ui/gtk/extensions/extension_view_gtk.cc',
2564 'browser/ui/gtk/extensions/extension_view_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462565 'browser/ui/gtk/external_protocol_dialog_gtk.cc',
2566 'browser/ui/gtk/external_protocol_dialog_gtk.h',
2567 'browser/ui/gtk/find_bar_gtk.cc',
2568 'browser/ui/gtk/find_bar_gtk.h',
2569 'browser/ui/gtk/first_run_bubble.cc',
2570 'browser/ui/gtk/first_run_bubble.h',
2571 'browser/ui/gtk/first_run_dialog.cc',
2572 'browser/ui/gtk/first_run_dialog.h',
2573 'browser/ui/gtk/focus_store_gtk.cc',
2574 'browser/ui/gtk/focus_store_gtk.h',
2575 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc',
2576 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h',
2577 'browser/ui/gtk/gconf_titlebar_listener.cc',
2578 'browser/ui/gtk/gconf_titlebar_listener.h',
2579 'browser/ui/gtk/gtk_chrome_button.cc',
2580 'browser/ui/gtk/gtk_chrome_button.h',
2581 'browser/ui/gtk/gtk_chrome_cookie_view.cc',
2582 'browser/ui/gtk/gtk_chrome_cookie_view.h',
2583 'browser/ui/gtk/gtk_chrome_link_button.cc',
2584 'browser/ui/gtk/gtk_chrome_link_button.h',
2585 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc',
2586 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h',
2587 'browser/ui/gtk/gtk_custom_menu.cc',
2588 'browser/ui/gtk/gtk_custom_menu.h',
2589 'browser/ui/gtk/gtk_custom_menu_item.cc',
2590 'browser/ui/gtk/gtk_custom_menu_item.h',
2591 'browser/ui/gtk/gtk_expanded_container.cc',
2592 'browser/ui/gtk/gtk_expanded_container.h',
2593 'browser/ui/gtk/gtk_floating_container.cc',
2594 'browser/ui/gtk/gtk_floating_container.h',
2595 'browser/ui/gtk/gtk_theme_provider.cc',
2596 'browser/ui/gtk/gtk_theme_provider.h',
2597 'browser/ui/gtk/gtk_tree.cc',
2598 'browser/ui/gtk/gtk_tree.h',
2599 'browser/ui/gtk/gtk_util.cc',
2600 'browser/ui/gtk/gtk_util.h',
2601 'browser/ui/gtk/hover_controller_gtk.cc',
2602 'browser/ui/gtk/hover_controller_gtk.h',
2603 'browser/ui/gtk/html_dialog_gtk.cc',
2604 'browser/ui/gtk/html_dialog_gtk.h',
2605 'browser/ui/gtk/hung_renderer_dialog_gtk.cc',
[email protected]4c189b072011-02-24 00:16:342606 'browser/ui/gtk/importer/import_dialog_gtk.cc',
2607 'browser/ui/gtk/importer/import_dialog_gtk.h',
2608 'browser/ui/gtk/importer/import_lock_dialog_gtk.cc',
2609 'browser/ui/gtk/importer/import_lock_dialog_gtk.h',
2610 'browser/ui/gtk/importer/import_progress_dialog_gtk.cc',
2611 'browser/ui/gtk/importer/import_progress_dialog_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462612 'browser/ui/gtk/info_bubble_accelerators_gtk.cc',
2613 'browser/ui/gtk/info_bubble_accelerators_gtk.h',
2614 'browser/ui/gtk/info_bubble_gtk.cc',
2615 'browser/ui/gtk/info_bubble_gtk.h',
[email protected]2fca3cd2011-03-04 01:52:072616 'browser/ui/gtk/infobars/confirm_infobar_gtk.cc',
2617 'browser/ui/gtk/infobars/confirm_infobar_gtk.h',
[email protected]9c1f4612011-02-01 23:41:352618 'browser/ui/gtk/infobars/infobar_arrow_model.cc',
2619 'browser/ui/gtk/infobars/infobar_arrow_model.h',
[email protected]bbc3b2302011-02-02 01:19:212620 'browser/ui/gtk/infobars/infobar_container_gtk.cc',
2621 'browser/ui/gtk/infobars/infobar_container_gtk.h',
2622 'browser/ui/gtk/infobars/infobar_gtk.cc',
2623 'browser/ui/gtk/infobars/infobar_gtk.h',
[email protected]db5021e92011-02-25 02:14:362624 'browser/ui/gtk/infobars/link_infobar_gtk.cc',
2625 'browser/ui/gtk/infobars/link_infobar_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462626 'browser/ui/gtk/instant_confirm_dialog_gtk.cc',
2627 'browser/ui/gtk/instant_confirm_dialog_gtk.h',
2628 'browser/ui/gtk/js_modal_dialog_gtk.cc',
2629 'browser/ui/gtk/js_modal_dialog_gtk.h',
2630 'browser/ui/gtk/keyword_editor_view.cc',
2631 'browser/ui/gtk/keyword_editor_view.h',
2632 'browser/ui/gtk/location_bar_view_gtk.cc',
2633 'browser/ui/gtk/location_bar_view_gtk.h',
2634 'browser/ui/gtk/menu_bar_helper.cc',
2635 'browser/ui/gtk/menu_bar_helper.h',
2636 'browser/ui/gtk/menu_gtk.cc',
2637 'browser/ui/gtk/menu_gtk.h',
2638 'browser/ui/gtk/nine_box.cc',
2639 'browser/ui/gtk/nine_box.h',
2640 'browser/ui/gtk/notifications/balloon_view_gtk.cc',
2641 'browser/ui/gtk/notifications/balloon_view_gtk.h',
2642 'browser/ui/gtk/notifications/balloon_view_host_gtk.cc',
2643 'browser/ui/gtk/notifications/balloon_view_host_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462644 'browser/ui/gtk/overflow_button.cc',
2645 'browser/ui/gtk/overflow_button.h',
2646 'browser/ui/gtk/owned_widget_gtk.cc',
2647 'browser/ui/gtk/owned_widget_gtk.h',
2648 'browser/ui/gtk/page_info_bubble_gtk.cc',
2649 'browser/ui/gtk/process_singleton_dialog.cc',
2650 'browser/ui/gtk/process_singleton_dialog.h',
2651 'browser/ui/gtk/reload_button_gtk.cc',
2652 'browser/ui/gtk/reload_button_gtk.h',
2653 'browser/ui/gtk/repost_form_warning_gtk.cc',
2654 'browser/ui/gtk/repost_form_warning_gtk.h',
2655 'browser/ui/gtk/rounded_window.cc',
2656 'browser/ui/gtk/rounded_window.h',
2657 'browser/ui/gtk/sad_tab_gtk.cc',
2658 'browser/ui/gtk/sad_tab_gtk.h',
2659 'browser/ui/gtk/slide_animator_gtk.cc',
2660 'browser/ui/gtk/slide_animator_gtk.h',
2661 'browser/ui/gtk/ssl_client_certificate_selector.cc',
2662 'browser/ui/gtk/status_bubble_gtk.cc',
2663 'browser/ui/gtk/status_bubble_gtk.h',
2664 'browser/ui/gtk/status_icons/status_icon_gtk.cc',
2665 'browser/ui/gtk/status_icons/status_icon_gtk.h',
2666 'browser/ui/gtk/status_icons/status_tray_gtk.cc',
2667 'browser/ui/gtk/status_icons/status_tray_gtk.h',
2668 'browser/ui/gtk/tab_contents_container_gtk.cc',
2669 'browser/ui/gtk/tab_contents_container_gtk.h',
2670 'browser/ui/gtk/tab_contents_drag_source.cc',
2671 'browser/ui/gtk/tab_contents_drag_source.h',
2672 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc',
2673 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.h',
2674 'browser/ui/gtk/tabs/dragged_tab_gtk.cc',
2675 'browser/ui/gtk/tabs/dragged_tab_gtk.h',
2676 'browser/ui/gtk/tabs/tab_gtk.cc',
2677 'browser/ui/gtk/tabs/tab_gtk.h',
2678 'browser/ui/gtk/tabs/tab_renderer_gtk.cc',
2679 'browser/ui/gtk/tabs/tab_renderer_gtk.h',
2680 'browser/ui/gtk/tabs/tab_strip_gtk.cc',
2681 'browser/ui/gtk/tabs/tab_strip_gtk.h',
2682 'browser/ui/gtk/task_manager_gtk.cc',
2683 'browser/ui/gtk/task_manager_gtk.h',
2684 'browser/ui/gtk/theme_install_bubble_view_gtk.cc',
2685 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
2686 'browser/ui/gtk/translate/after_translate_infobar_gtk.cc',
2687 'browser/ui/gtk/translate/after_translate_infobar_gtk.h',
2688 'browser/ui/gtk/translate/before_translate_infobar_gtk.cc',
2689 'browser/ui/gtk/translate/before_translate_infobar_gtk.h',
2690 'browser/ui/gtk/translate/translate_infobar_base_gtk.cc',
2691 'browser/ui/gtk/translate/translate_infobar_base_gtk.h',
2692 'browser/ui/gtk/translate/translate_message_infobar_gtk.cc',
2693 'browser/ui/gtk/translate/translate_message_infobar_gtk.h',
2694 'browser/ui/gtk/update_recommended_dialog.cc',
2695 'browser/ui/gtk/update_recommended_dialog.h',
2696 'browser/ui/gtk/view_id_util.cc',
2697 'browser/ui/gtk/view_id_util.h',
[email protected]6a3ec2312010-12-02 19:30:192698 'browser/ui/input_window_dialog.h',
2699 'browser/ui/input_window_dialog_gtk.cc',
2700 'browser/ui/input_window_dialog_win.cc',
[email protected]8ecad5e2010-12-02 21:18:332701 'browser/ui/login/login_model.h',
2702 'browser/ui/login/login_prompt.cc',
2703 'browser/ui/login/login_prompt.h',
2704 'browser/ui/login/login_prompt_gtk.cc',
2705 'browser/ui/login/login_prompt_mac.h',
2706 'browser/ui/login/login_prompt_mac.mm',
2707 'browser/ui/login/login_prompt_win.cc',
[email protected]6a3ec2312010-12-02 19:30:192708 'browser/ui/omnibox/location_bar.h',
2709 'browser/ui/omnibox/location_bar_util.cc',
2710 'browser/ui/omnibox/location_bar_util.h',
2711 'browser/ui/options/options_page_base.cc',
2712 'browser/ui/options/options_page_base.h',
2713 'browser/ui/options/options_util.cc',
2714 'browser/ui/options/options_util.h',
2715 'browser/ui/options/options_window.h',
2716 'browser/ui/options/show_options_url.cc',
2717 'browser/ui/options/show_options_url.h',
[email protected]62f77772011-02-23 19:45:422718 'browser/ui/search_engines/edit_search_engine_controller.cc',
2719 'browser/ui/search_engines/edit_search_engine_controller.h',
2720 'browser/ui/search_engines/keyword_editor_controller.cc',
2721 'browser/ui/search_engines/keyword_editor_controller.h',
[email protected]9219d262011-02-15 21:05:122722 'browser/ui/search_engines/search_engine_tab_helper.cc',
2723 'browser/ui/search_engines/search_engine_tab_helper.h',
2724 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
2725 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
2726 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
2727 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
[email protected]62f77772011-02-23 19:45:422728 'browser/ui/search_engines/template_url_table_model.cc',
2729 'browser/ui/search_engines/template_url_table_model.h',
[email protected]192a05f2011-02-11 20:39:502730 'browser/ui/shell_dialogs.cc',
2731 'browser/ui/shell_dialogs.h',
[email protected]6a3ec2312010-12-02 19:30:192732 'browser/ui/status_bubble.h',
2733 'browser/ui/tab_contents/tab_contents_wrapper.cc',
2734 'browser/ui/tab_contents/tab_contents_wrapper.h',
[email protected]a0366a52011-02-04 20:04:212735 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
2736 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:462737 'browser/ui/tabs/dock_info.cc',
2738 'browser/ui/tabs/dock_info.h',
[email protected]9a800652010-12-02 17:08:442739 'browser/ui/tabs/dock_info_gtk.cc',
2740 'browser/ui/tabs/dock_info_mac.cc',
2741 'browser/ui/tabs/dock_info_win.cc',
[email protected]6a3ec2312010-12-02 19:30:192742 'browser/ui/tabs/tab_menu_model.cc',
2743 'browser/ui/tabs/tab_menu_model.h',
[email protected]976cc372011-03-11 21:12:182744 'browser/ui/title_prefix_matcher.cc',
2745 'browser/ui/title_prefix_matcher.h',
[email protected]9a800652010-12-02 17:08:442746 'browser/ui/toolbar/back_forward_menu_model.cc',
2747 'browser/ui/toolbar/back_forward_menu_model.h',
2748 'browser/ui/toolbar/encoding_menu_controller.cc',
2749 'browser/ui/toolbar/encoding_menu_controller.h',
2750 'browser/ui/toolbar/toolbar_model.cc',
2751 'browser/ui/toolbar/toolbar_model.h',
2752 'browser/ui/toolbar/wrench_menu_model.cc',
2753 'browser/ui/toolbar/wrench_menu_model.h',
[email protected]4fe042f2010-12-14 16:41:402754 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
[email protected]578fe8dd2011-01-12 02:02:192755 'browser/ui/touch/frame/keyboard_container_view.cc',
2756 'browser/ui/touch/frame/keyboard_container_view.h',
[email protected]4fe042f2010-12-14 16:41:402757 'browser/ui/touch/frame/touch_browser_frame_view.cc',
2758 'browser/ui/touch/frame/touch_browser_frame_view.h',
[email protected]15972e02011-01-24 23:25:192759 'browser/ui/touch/tabs/tab_strip_factory.cc',
2760 'browser/ui/touch/tabs/touch_tab.cc',
2761 'browser/ui/touch/tabs/touch_tab.h',
2762 'browser/ui/touch/tabs/touch_tab_strip.cc',
2763 'browser/ui/touch/tabs/touch_tab_strip.h',
[email protected]6a3ec2312010-12-02 19:30:192764 'browser/ui/view_ids.h',
[email protected]213dac22010-11-09 07:35:322765 'browser/ui/views/about_chrome_view.cc',
2766 'browser/ui/views/about_chrome_view.h',
2767 'browser/ui/views/about_ipc_dialog.cc',
2768 'browser/ui/views/about_ipc_dialog.h',
2769 'browser/ui/views/accelerator_table_gtk.cc',
2770 'browser/ui/views/accelerator_table_gtk.h',
2771 'browser/ui/views/accessibility_event_router_views.cc',
2772 'browser/ui/views/accessibility_event_router_views.h',
2773 'browser/ui/views/accessible_pane_view.cc',
2774 'browser/ui/views/accessible_pane_view.h',
[email protected]213dac22010-11-09 07:35:322775 'browser/ui/views/appcache_info_view.cc',
2776 'browser/ui/views/appcache_info_view.h',
2777 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
2778 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
[email protected]213dac22010-11-09 07:35:322779 'browser/ui/views/autocomplete/autocomplete_popup_gtk.cc',
2780 'browser/ui/views/autocomplete/autocomplete_popup_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462781 'browser/ui/views/autocomplete/autocomplete_popup_win.cc',
2782 'browser/ui/views/autocomplete/autocomplete_popup_win.h',
[email protected]40e1be32011-02-16 19:22:092783 'browser/ui/views/autocomplete/autocomplete_result_view.cc',
2784 'browser/ui/views/autocomplete/autocomplete_result_view.h',
[email protected]aa2d0582011-02-18 20:10:402785 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc',
2786 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h',
[email protected]213dac22010-11-09 07:35:322787 'browser/ui/views/autofill_profiles_view_win.cc',
2788 'browser/ui/views/autofill_profiles_view_win.h',
[email protected]5365aad2011-03-01 22:42:262789 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
2790 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
2791 'browser/ui/views/bookmarks/bookmark_bar_view.cc',
2792 'browser/ui/views/bookmarks/bookmark_bar_view.h',
2793 'browser/ui/views/bookmarks/bookmark_bubble_view.cc',
2794 'browser/ui/views/bookmarks/bookmark_bubble_view.h',
2795 'browser/ui/views/bookmarks/bookmark_context_menu.cc',
2796 'browser/ui/views/bookmarks/bookmark_context_menu.h',
2797 'browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc',
2798 'browser/ui/views/bookmarks/bookmark_context_menu_controller_views.h',
2799 'browser/ui/views/bookmarks/bookmark_editor_view.cc',
2800 'browser/ui/views/bookmarks/bookmark_editor_view.h',
2801 'browser/ui/views/bookmarks/bookmark_menu_controller_views.cc',
2802 'browser/ui/views/bookmarks/bookmark_menu_controller_views.h',
[email protected]213dac22010-11-09 07:35:322803 'browser/ui/views/browser_actions_container.cc',
2804 'browser/ui/views/browser_actions_container.h',
2805 'browser/ui/views/browser_bubble.cc',
2806 'browser/ui/views/browser_bubble.h',
2807 'browser/ui/views/browser_bubble_gtk.cc',
2808 'browser/ui/views/browser_bubble_win.cc',
2809 'browser/ui/views/browser_dialogs.h',
2810 'browser/ui/views/bubble_border.cc',
2811 'browser/ui/views/bubble_border.h',
2812 'browser/ui/views/certificate_viewer_win.cc',
2813 'browser/ui/views/chrome_views_delegate.cc',
2814 'browser/ui/views/chrome_views_delegate.h',
[email protected]213dac22010-11-09 07:35:322815 'browser/ui/views/clear_browsing_data_view.cc',
2816 'browser/ui/views/clear_browsing_data_view.h',
[email protected]69d88ce2011-03-07 21:57:152817 'browser/ui/views/clear_browsing_data_view2.cc',
2818 'browser/ui/views/clear_browsing_data_view2.h',
[email protected]213dac22010-11-09 07:35:322819 'browser/ui/views/clear_data_view.cc',
2820 'browser/ui/views/clear_data_view.h',
2821 'browser/ui/views/clear_server_data.cc',
2822 'browser/ui/views/clear_server_data.h',
2823 'browser/ui/views/collected_cookies_win.cc',
2824 'browser/ui/views/collected_cookies_win.h',
2825 'browser/ui/views/confirm_message_box_dialog.cc',
2826 'browser/ui/views/confirm_message_box_dialog.h',
[email protected]5dd28922010-11-10 17:09:172827 'browser/ui/views/constrained_html_delegate_gtk.cc',
[email protected]213dac22010-11-09 07:35:322828 'browser/ui/views/constrained_html_delegate_win.cc',
2829 'browser/ui/views/constrained_window_win.cc',
2830 'browser/ui/views/constrained_window_win.h',
2831 'browser/ui/views/content_setting_bubble_contents.cc',
2832 'browser/ui/views/content_setting_bubble_contents.h',
2833 'browser/ui/views/cookie_info_view.cc',
2834 'browser/ui/views/cookie_info_view.h',
2835 'browser/ui/views/create_application_shortcut_view.cc',
2836 'browser/ui/views/create_application_shortcut_view.h',
2837 'browser/ui/views/database_info_view.cc',
2838 'browser/ui/views/database_info_view.h',
2839 'browser/ui/views/database_open_info_view.cc',
2840 'browser/ui/views/database_open_info_view.h',
2841 'browser/ui/views/default_search_view.cc',
2842 'browser/ui/views/default_search_view.h',
2843 'browser/ui/views/detachable_toolbar_view.cc',
2844 'browser/ui/views/detachable_toolbar_view.h',
2845 'browser/ui/views/dialog_stubs_gtk.cc',
2846 'browser/ui/views/dom_view.cc',
2847 'browser/ui/views/dom_view.h',
2848 'browser/ui/views/download_item_view.cc',
2849 'browser/ui/views/download_item_view.h',
2850 'browser/ui/views/download_shelf_view.cc',
2851 'browser/ui/views/download_shelf_view.h',
2852 'browser/ui/views/download_started_animation_win.cc',
2853 'browser/ui/views/dropdown_bar_host.cc',
2854 'browser/ui/views/dropdown_bar_host.h',
2855 'browser/ui/views/dropdown_bar_host_gtk.cc',
2856 'browser/ui/views/dropdown_bar_host_win.cc',
2857 'browser/ui/views/dropdown_bar_view.h',
2858 'browser/ui/views/edit_search_engine_dialog.cc',
2859 'browser/ui/views/edit_search_engine_dialog.h',
2860 'browser/ui/views/event_utils.cc',
2861 'browser/ui/views/event_utils.h',
2862 'browser/ui/views/extensions/browser_action_drag_data.cc',
2863 'browser/ui/views/extensions/browser_action_drag_data.h',
2864 'browser/ui/views/extensions/browser_action_overflow_menu_controller.cc',
2865 'browser/ui/views/extensions/browser_action_overflow_menu_controller.h',
2866 'browser/ui/views/extensions/extension_install_prompt.cc',
2867 'browser/ui/views/extensions/extension_install_prompt2.cc',
2868 'browser/ui/views/extensions/extension_installed_bubble.cc',
2869 'browser/ui/views/extensions/extension_installed_bubble.h',
2870 'browser/ui/views/extensions/extension_popup.cc',
2871 'browser/ui/views/extensions/extension_popup.h',
2872 'browser/ui/views/extensions/extension_view.cc',
2873 'browser/ui/views/extensions/extension_view.h',
2874 'browser/ui/views/external_protocol_dialog.cc',
2875 'browser/ui/views/external_protocol_dialog.h',
[email protected]9d1d8ad52011-03-11 22:58:172876 'browser/ui/views/file_manager_dialogs.cc',
[email protected]213dac22010-11-09 07:35:322877 'browser/ui/views/find_bar_host.cc',
2878 'browser/ui/views/find_bar_host.h',
2879 'browser/ui/views/find_bar_host_gtk.cc',
2880 'browser/ui/views/find_bar_host_win.cc',
2881 'browser/ui/views/find_bar_view.cc',
2882 'browser/ui/views/find_bar_view.h',
2883 'browser/ui/views/first_run_bubble.cc',
2884 'browser/ui/views/first_run_bubble.h',
2885 'browser/ui/views/first_run_search_engine_view.cc',
2886 'browser/ui/views/first_run_search_engine_view.h',
2887 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
2888 'browser/ui/views/frame/app_panel_browser_frame_view.h',
2889 'browser/ui/views/frame/browser_bubble_host.cc',
2890 'browser/ui/views/frame/browser_bubble_host.h',
[email protected]7947f2162011-03-11 05:28:372891 'browser/ui/views/frame/browser_frame.cc',
[email protected]213dac22010-11-09 07:35:322892 'browser/ui/views/frame/browser_frame.h',
2893 'browser/ui/views/frame/browser_frame_gtk.cc',
2894 'browser/ui/views/frame/browser_frame_gtk.h',
2895 'browser/ui/views/frame/browser_frame_win.cc',
2896 'browser/ui/views/frame/browser_frame_win.h',
2897 'browser/ui/views/frame/browser_non_client_frame_view.h',
[email protected]4fe042f2010-12-14 16:41:402898 'browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc',
2899 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
[email protected]213dac22010-11-09 07:35:322900 'browser/ui/views/frame/browser_root_view.cc',
2901 'browser/ui/views/frame/browser_root_view.h',
2902 'browser/ui/views/frame/browser_view.cc',
2903 'browser/ui/views/frame/browser_view.h',
2904 'browser/ui/views/frame/browser_view_layout.cc',
2905 'browser/ui/views/frame/browser_view_layout.h',
2906 'browser/ui/views/frame/contents_container.cc',
2907 'browser/ui/views/frame/contents_container.h',
2908 'browser/ui/views/frame/glass_browser_frame_view.cc',
2909 'browser/ui/views/frame/glass_browser_frame_view.h',
[email protected]7947f2162011-03-11 05:28:372910 'browser/ui/views/frame/native_browser_frame.h',
2911 'browser/ui/views/frame/native_browser_frame_delegate.h',
[email protected]213dac22010-11-09 07:35:322912 'browser/ui/views/frame/opaque_browser_frame_view.cc',
2913 'browser/ui/views/frame/opaque_browser_frame_view.h',
2914 'browser/ui/views/frame/popup_non_client_frame_view.cc',
2915 'browser/ui/views/frame/popup_non_client_frame_view.h',
2916 'browser/ui/views/fullscreen_exit_bubble.cc',
2917 'browser/ui/views/fullscreen_exit_bubble.h',
2918 'browser/ui/views/generic_info_view.cc',
2919 'browser/ui/views/generic_info_view.h',
2920 'browser/ui/views/html_dialog_view.cc',
2921 'browser/ui/views/html_dialog_view.h',
2922 'browser/ui/views/hung_renderer_view.cc',
[email protected]2fca3cd2011-03-04 01:52:072923 'browser/ui/views/importer/import_dialog_view.cc',
2924 'browser/ui/views/importer/import_dialog_view.h',
2925 'browser/ui/views/importer/import_lock_dialog_view.cc',
2926 'browser/ui/views/importer/import_lock_dialog_view.h',
2927 'browser/ui/views/importer/import_progress_dialog_view.cc',
2928 'browser/ui/views/importer/import_progress_dialog_view.h',
[email protected]213dac22010-11-09 07:35:322929 'browser/ui/views/indexed_db_info_view.cc',
2930 'browser/ui/views/indexed_db_info_view.h',
2931 'browser/ui/views/info_bubble.cc',
2932 'browser/ui/views/info_bubble.h',
2933 'browser/ui/views/infobars/after_translate_infobar.cc',
2934 'browser/ui/views/infobars/after_translate_infobar.h',
2935 'browser/ui/views/infobars/before_translate_infobar.cc',
2936 'browser/ui/views/infobars/before_translate_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:042937 'browser/ui/views/infobars/confirm_infobar.cc',
2938 'browser/ui/views/infobars/confirm_infobar.h',
[email protected]213dac22010-11-09 07:35:322939 'browser/ui/views/infobars/extension_infobar.cc',
2940 'browser/ui/views/infobars/extension_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:042941 'browser/ui/views/infobars/infobar_background.cc',
2942 'browser/ui/views/infobars/infobar_background.h',
[email protected]213dac22010-11-09 07:35:322943 'browser/ui/views/infobars/infobar_button_border.cc',
2944 'browser/ui/views/infobars/infobar_button_border.h',
2945 'browser/ui/views/infobars/infobar_container.cc',
2946 'browser/ui/views/infobars/infobar_container.h',
[email protected]fc3c351a2011-02-01 01:10:042947 'browser/ui/views/infobars/infobar_view.cc',
2948 'browser/ui/views/infobars/infobar_view.h',
2949 'browser/ui/views/infobars/link_infobar.cc',
2950 'browser/ui/views/infobars/link_infobar.h',
[email protected]213dac22010-11-09 07:35:322951 'browser/ui/views/infobars/translate_infobar_base.cc',
2952 'browser/ui/views/infobars/translate_infobar_base.h',
2953 'browser/ui/views/infobars/translate_message_infobar.cc',
2954 'browser/ui/views/infobars/translate_message_infobar.h',
2955 'browser/ui/views/instant_confirm_view.cc',
2956 'browser/ui/views/instant_confirm_view.h',
2957 'browser/ui/views/js_modal_dialog_views.cc',
2958 'browser/ui/views/js_modal_dialog_views.h',
[email protected]d14af522010-12-02 03:54:502959 'browser/ui/views/keyboard_overlay_delegate.cc',
2960 'browser/ui/views/keyboard_overlay_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:462961 'browser/ui/views/keyword_editor_view.cc',
2962 'browser/ui/views/keyword_editor_view.h',
[email protected]213dac22010-11-09 07:35:322963 'browser/ui/views/list_background.h',
2964 'browser/ui/views/local_storage_info_view.cc',
2965 'browser/ui/views/local_storage_info_view.h',
2966 'browser/ui/views/local_storage_set_item_info_view.cc',
2967 'browser/ui/views/local_storage_set_item_info_view.h',
2968 'browser/ui/views/location_bar/click_handler.cc',
2969 'browser/ui/views/location_bar/click_handler.h',
2970 'browser/ui/views/location_bar/content_setting_image_view.cc',
2971 'browser/ui/views/location_bar/content_setting_image_view.h',
2972 'browser/ui/views/location_bar/ev_bubble_view.cc',
2973 'browser/ui/views/location_bar/ev_bubble_view.h',
[email protected]213dac22010-11-09 07:35:322974 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
[email protected]83bfa0b2011-02-01 05:37:462975 'browser/ui/views/location_bar/icon_label_bubble_view.h',
[email protected]213dac22010-11-09 07:35:322976 'browser/ui/views/location_bar/keyword_hint_view.cc',
2977 'browser/ui/views/location_bar/keyword_hint_view.h',
[email protected]213dac22010-11-09 07:35:322978 'browser/ui/views/location_bar/location_bar_view.cc',
2979 'browser/ui/views/location_bar/location_bar_view.h',
[email protected]83bfa0b2011-02-01 05:37:462980 'browser/ui/views/location_bar/location_icon_view.cc',
2981 'browser/ui/views/location_bar/location_icon_view.h',
[email protected]213dac22010-11-09 07:35:322982 'browser/ui/views/location_bar/page_action_image_view.cc',
2983 'browser/ui/views/location_bar/page_action_image_view.h',
2984 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
2985 'browser/ui/views/location_bar/page_action_with_badge_view.h',
[email protected]213dac22010-11-09 07:35:322986 'browser/ui/views/location_bar/selected_keyword_view.cc',
[email protected]83bfa0b2011-02-01 05:37:462987 'browser/ui/views/location_bar/selected_keyword_view.h',
[email protected]213dac22010-11-09 07:35:322988 'browser/ui/views/location_bar/star_view.cc',
2989 'browser/ui/views/location_bar/star_view.h',
[email protected]553aabb2010-11-11 00:37:152990 'browser/ui/views/location_bar/suggested_text_view.cc',
2991 'browser/ui/views/location_bar/suggested_text_view.h',
[email protected]213dac22010-11-09 07:35:322992 'browser/ui/views/login_view.cc',
2993 'browser/ui/views/login_view.h',
[email protected]213dac22010-11-09 07:35:322994 'browser/ui/views/notifications/balloon_view.cc',
2995 'browser/ui/views/notifications/balloon_view.h',
[email protected]83bfa0b2011-02-01 05:37:462996 'browser/ui/views/notifications/balloon_view_host.cc',
2997 'browser/ui/views/notifications/balloon_view_host.h',
[email protected]213dac22010-11-09 07:35:322998 'browser/ui/views/page_info_bubble_view.cc',
2999 'browser/ui/views/page_info_bubble_view.h',
3000 'browser/ui/views/pinned_contents_info_bubble.cc',
3001 'browser/ui/views/pinned_contents_info_bubble.h',
[email protected]538d5e22011-03-08 20:25:583002 'browser/ui/views/profile_menu_button.h',
3003 'browser/ui/views/profile_menu_button.cc',
[email protected]7e7e96d2011-03-07 16:07:453004 'browser/ui/views/profile_menu_model.h',
3005 'browser/ui/views/profile_menu_model.cc',
[email protected]538d5e22011-03-08 20:25:583006 'browser/ui/views/profile_tag_view.h',
3007 'browser/ui/views/profile_tag_view.cc',
[email protected]213dac22010-11-09 07:35:323008 'browser/ui/views/reload_button.cc',
3009 'browser/ui/views/reload_button.h',
3010 'browser/ui/views/repost_form_warning_view.cc',
3011 'browser/ui/views/repost_form_warning_view.h',
3012 'browser/ui/views/restart_message_box.cc',
3013 'browser/ui/views/restart_message_box.h',
3014 'browser/ui/views/sad_tab_view.cc',
3015 'browser/ui/views/sad_tab_view.h',
3016 'browser/ui/views/select_file_dialog.cc',
3017 'browser/ui/views/shell_dialogs_win.cc',
3018 'browser/ui/views/ssl_client_certificate_selector_win.cc',
3019 'browser/ui/views/status_bubble_views.cc',
3020 'browser/ui/views/status_bubble_views.h',
3021 'browser/ui/views/status_icons/status_icon_win.cc',
3022 'browser/ui/views/status_icons/status_icon_win.h',
3023 'browser/ui/views/status_icons/status_tray_gtk.cc',
3024 'browser/ui/views/status_icons/status_tray_win.cc',
3025 'browser/ui/views/status_icons/status_tray_win.h',
[email protected]213dac22010-11-09 07:35:323026 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3027 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3028 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
3029 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3030 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
3031 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3032 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
[email protected]83bfa0b2011-02-01 05:37:463033 'browser/ui/views/tab_contents/tab_contents_container.cc',
3034 'browser/ui/views/tab_contents/tab_contents_container.h',
3035 'browser/ui/views/tab_contents/tab_contents_container_native.cc',
3036 'browser/ui/views/tab_contents/tab_contents_container_native.h',
3037 'browser/ui/views/tab_contents/tab_contents_container_views.cc',
3038 'browser/ui/views/tab_contents/tab_contents_container_views.h',
[email protected]213dac22010-11-09 07:35:323039 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3040 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3041 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc',
3042 'browser/ui/views/tab_contents/tab_contents_view_gtk.h',
[email protected]602627cc2010-11-24 19:14:573043 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3044 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:463045 'browser/ui/views/tab_contents/tab_contents_view_win.cc',
3046 'browser/ui/views/tab_contents/tab_contents_view_win.h',
3047 'browser/ui/views/tab_icon_view.cc',
3048 'browser/ui/views/tab_icon_view.h',
[email protected]a37d7ec2011-03-08 17:55:553049 'browser/ui/views/tabs/abstract_tab_strip_view.h',
[email protected]213dac22010-11-09 07:35:323050 'browser/ui/views/tabs/base_tab.cc',
3051 'browser/ui/views/tabs/base_tab.h',
3052 'browser/ui/views/tabs/base_tab_strip.cc',
3053 'browser/ui/views/tabs/base_tab_strip.h',
3054 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3055 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3056 'browser/ui/views/tabs/dragged_tab_controller.cc',
3057 'browser/ui/views/tabs/dragged_tab_controller.h',
3058 'browser/ui/views/tabs/dragged_tab_view.cc',
3059 'browser/ui/views/tabs/dragged_tab_view.h',
3060 'browser/ui/views/tabs/native_view_photobooth.h',
3061 'browser/ui/views/tabs/native_view_photobooth_gtk.cc',
3062 'browser/ui/views/tabs/native_view_photobooth_gtk.h',
3063 'browser/ui/views/tabs/native_view_photobooth_win.cc',
3064 'browser/ui/views/tabs/native_view_photobooth_win.h',
3065 'browser/ui/views/tabs/side_tab.cc',
3066 'browser/ui/views/tabs/side_tab.h',
3067 'browser/ui/views/tabs/side_tab_strip.cc',
3068 'browser/ui/views/tabs/side_tab_strip.h',
3069 'browser/ui/views/tabs/tab.cc',
3070 'browser/ui/views/tabs/tab.h',
3071 'browser/ui/views/tabs/tab_controller.h',
[email protected]16460642011-03-04 23:15:533072 'browser/ui/views/tabs/tab_renderer_data.cc',
[email protected]213dac22010-11-09 07:35:323073 'browser/ui/views/tabs/tab_renderer_data.h',
3074 'browser/ui/views/tabs/tab_strip.cc',
3075 'browser/ui/views/tabs/tab_strip.h',
3076 'browser/ui/views/tabs/tab_strip_controller.h',
[email protected]15972e02011-01-24 23:25:193077 'browser/ui/views/tabs/tab_strip_factory.cc',
[email protected]83bfa0b2011-02-01 05:37:463078 'browser/ui/views/tabs/tab_strip_factory.h',
[email protected]213dac22010-11-09 07:35:323079 'browser/ui/views/task_manager_view.cc',
3080 'browser/ui/views/textfield_views.cc',
3081 'browser/ui/views/textfield_views.h',
3082 'browser/ui/views/theme_background.cc',
3083 'browser/ui/views/theme_background.h',
3084 'browser/ui/views/theme_helpers.cc',
3085 'browser/ui/views/theme_helpers.h',
3086 'browser/ui/views/theme_install_bubble_view.cc',
3087 'browser/ui/views/theme_install_bubble_view.h',
3088 'browser/ui/views/toolbar_view.cc',
3089 'browser/ui/views/toolbar_view.h',
[email protected]213dac22010-11-09 07:35:323090 'browser/ui/views/unhandled_keyboard_event_handler.cc',
3091 'browser/ui/views/unhandled_keyboard_event_handler.h',
[email protected]83bfa0b2011-02-01 05:37:463092 'browser/ui/views/uninstall_view.cc',
3093 'browser/ui/views/uninstall_view.h',
[email protected]213dac22010-11-09 07:35:323094 'browser/ui/views/update_recommended_message_box.cc',
3095 'browser/ui/views/update_recommended_message_box.h',
[email protected]83bfa0b2011-02-01 05:37:463096 'browser/ui/views/url_picker.cc',
3097 'browser/ui/views/url_picker.h',
[email protected]213dac22010-11-09 07:35:323098 'browser/ui/views/user_data_dir_dialog.cc',
3099 'browser/ui/views/user_data_dir_dialog.h',
3100 'browser/ui/views/window.cc',
3101 'browser/ui/views/window.h',
3102 'browser/ui/views/wrench_menu.cc',
3103 'browser/ui/views/wrench_menu.h',
[email protected]fd42ac30f2011-02-27 19:33:363104 'browser/ui/webui/app_launcher_handler.cc',
3105 'browser/ui/webui/app_launcher_handler.h',
[email protected]265a1492011-02-27 05:58:073106 'browser/ui/webui/bookmarks_ui.cc',
3107 'browser/ui/webui/bookmarks_ui.h',
3108 'browser/ui/webui/bug_report_ui.cc',
3109 'browser/ui/webui/bug_report_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363110 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3111 'browser/ui/webui/chrome_url_data_manager_backend.h',
3112 'browser/ui/webui/chrome_url_data_manager.cc',
3113 'browser/ui/webui/chrome_url_data_manager.h',
[email protected]3b6ea292011-03-11 20:23:003114 'browser/ui/webui/collected_cookies_ui_delegate.cc',
3115 'browser/ui/webui/collected_cookies_ui_delegate.h',
[email protected]265a1492011-02-27 05:58:073116 'browser/ui/webui/constrained_html_ui.cc',
3117 'browser/ui/webui/constrained_html_ui.h',
[email protected]3b6ea292011-03-11 20:23:003118 'browser/ui/webui/cookies_tree_model_adapter.cc',
3119 'browser/ui/webui/cookies_tree_model_adapter.h',
[email protected]2fbbb7b2011-03-07 19:30:013120 'browser/ui/webui/cookies_tree_model_util.cc',
3121 'browser/ui/webui/cookies_tree_model_util.h',
[email protected]265a1492011-02-27 05:58:073122 'browser/ui/webui/crashes_ui.cc',
3123 'browser/ui/webui/crashes_ui.h',
3124 'browser/ui/webui/devtools_ui.cc',
3125 'browser/ui/webui/devtools_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363126 'browser/ui/webui/downloads_dom_handler.cc',
3127 'browser/ui/webui/downloads_dom_handler.h',
[email protected]265a1492011-02-27 05:58:073128 'browser/ui/webui/downloads_ui.cc',
3129 'browser/ui/webui/downloads_ui.h',
[email protected]f83773f2011-03-02 19:15:213130 'browser/ui/webui/extension_icon_source.cc',
3131 'browser/ui/webui/extension_icon_source.h',
[email protected]fd42ac30f2011-02-27 19:33:363132 'browser/ui/webui/favicon_source.cc',
3133 'browser/ui/webui/favicon_source.h',
3134 'browser/ui/webui/fileicon_source.cc',
3135 'browser/ui/webui/fileicon_source.h',
[email protected]265a1492011-02-27 05:58:073136 'browser/ui/webui/filebrowse_ui.cc',
3137 'browser/ui/webui/filebrowse_ui.h',
3138 'browser/ui/webui/flags_ui.cc',
3139 'browser/ui/webui/flags_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363140 'browser/ui/webui/foreign_session_handler.cc',
3141 'browser/ui/webui/foreign_session_handler.h',
3142 'browser/ui/webui/generic_handler.cc',
3143 'browser/ui/webui/generic_handler.h',
[email protected]265a1492011-02-27 05:58:073144 'browser/ui/webui/gpu_internals_ui.cc',
3145 'browser/ui/webui/gpu_internals_ui.h',
3146 'browser/ui/webui/history2_ui.cc',
3147 'browser/ui/webui/history2_ui.h',
3148 'browser/ui/webui/history_ui.cc',
3149 'browser/ui/webui/history_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363150 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3151 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
[email protected]265a1492011-02-27 05:58:073152 'browser/ui/webui/html_dialog_ui.cc',
3153 'browser/ui/webui/html_dialog_ui.h',
3154 'browser/ui/webui/keyboard_ui.cc',
3155 'browser/ui/webui/keyboard_ui.h',
3156 'browser/ui/webui/mediaplayer_ui.cc',
3157 'browser/ui/webui/mediaplayer_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363158 'browser/ui/webui/most_visited_handler.cc',
3159 'browser/ui/webui/most_visited_handler.h',
[email protected]265a1492011-02-27 05:58:073160 'browser/ui/webui/net_internals_ui.cc',
3161 'browser/ui/webui/net_internals_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363162 'browser/ui/webui/new_tab_page_sync_handler.cc',
3163 'browser/ui/webui/new_tab_page_sync_handler.h',
[email protected]265a1492011-02-27 05:58:073164 'browser/ui/webui/new_tab_ui.cc',
3165 'browser/ui/webui/new_tab_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363166 'browser/ui/webui/ntp_login_handler.cc',
3167 'browser/ui/webui/ntp_login_handler.h',
3168 'browser/ui/webui/ntp_resource_cache.cc',
3169 'browser/ui/webui/ntp_resource_cache.h',
[email protected]5c557f372011-02-26 15:09:203170 'browser/ui/webui/options/about_page_handler.cc',
3171 'browser/ui/webui/options/about_page_handler.h',
3172 'browser/ui/webui/options/add_startup_page_handler.cc',
3173 'browser/ui/webui/options/add_startup_page_handler.h',
3174 'browser/ui/webui/options/advanced_options_handler.cc',
3175 'browser/ui/webui/options/advanced_options_handler.h',
3176 'browser/ui/webui/options/advanced_options_utils.h',
3177 'browser/ui/webui/options/advanced_options_utils_gtk.cc',
3178 'browser/ui/webui/options/advanced_options_utils_mac.mm',
3179 'browser/ui/webui/options/advanced_options_utils_win.cc',
3180 'browser/ui/webui/options/autofill_options_handler.cc',
3181 'browser/ui/webui/options/autofill_options_handler.h',
3182 'browser/ui/webui/options/browser_options_handler.cc',
3183 'browser/ui/webui/options/browser_options_handler.h',
3184 'browser/ui/webui/options/certificate_manager_handler.cc',
3185 'browser/ui/webui/options/certificate_manager_handler.h',
3186 'browser/ui/webui/options/clear_browser_data_handler.cc',
3187 'browser/ui/webui/options/clear_browser_data_handler.h',
3188 'browser/ui/webui/options/content_settings_handler.cc',
3189 'browser/ui/webui/options/content_settings_handler.h',
3190 'browser/ui/webui/options/cookies_view_handler.cc',
3191 'browser/ui/webui/options/cookies_view_handler.h',
3192 'browser/ui/webui/options/core_options_handler.cc',
3193 'browser/ui/webui/options/core_options_handler.h',
3194 'browser/ui/webui/options/dom_options_util.cc',
3195 'browser/ui/webui/options/dom_options_util.h',
[email protected]634983852011-02-28 20:43:073196 'browser/ui/webui/options/font_settings_fonts_list_loader.cc',
3197 'browser/ui/webui/options/font_settings_fonts_list_loader.h',
[email protected]5c557f372011-02-26 15:09:203198 'browser/ui/webui/options/font_settings_handler.cc',
3199 'browser/ui/webui/options/font_settings_handler.h',
3200 'browser/ui/webui/options/font_settings_utils.h',
3201 'browser/ui/webui/options/font_settings_utils_gtk.cc',
3202 'browser/ui/webui/options/font_settings_utils_mac.mm',
3203 'browser/ui/webui/options/font_settings_utils_win.cc',
3204 'browser/ui/webui/options/import_data_handler.cc',
3205 'browser/ui/webui/options/import_data_handler.h',
3206 'browser/ui/webui/options/language_options_handler.cc',
3207 'browser/ui/webui/options/language_options_handler.h',
3208 'browser/ui/webui/options/language_options_handler_common.cc',
3209 'browser/ui/webui/options/language_options_handler_common.h',
3210 'browser/ui/webui/options/options_managed_banner_handler.cc',
3211 'browser/ui/webui/options/options_managed_banner_handler.h',
3212 'browser/ui/webui/options/options_ui.cc',
3213 'browser/ui/webui/options/options_ui.h',
3214 'browser/ui/webui/options/password_manager_handler.cc',
3215 'browser/ui/webui/options/password_manager_handler.h',
3216 'browser/ui/webui/options/personal_options_handler.cc',
3217 'browser/ui/webui/options/personal_options_handler.h',
3218 'browser/ui/webui/options/search_engine_manager_handler.cc',
3219 'browser/ui/webui/options/search_engine_manager_handler.h',
3220 'browser/ui/webui/options/stop_syncing_handler.cc',
3221 'browser/ui/webui/options/stop_syncing_handler.h',
[email protected]265a1492011-02-27 05:58:073222 'browser/ui/webui/plugins_ui.cc',
3223 'browser/ui/webui/plugins_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363224 'browser/ui/webui/print_preview_handler.cc',
3225 'browser/ui/webui/print_preview_handler.h',
[email protected]265a1492011-02-27 05:58:073226 'browser/ui/webui/print_preview_ui.cc',
3227 'browser/ui/webui/print_preview_ui.h',
3228 'browser/ui/webui/print_preview_ui_html_source.cc',
3229 'browser/ui/webui/print_preview_ui_html_source.h',
3230 'browser/ui/webui/remoting_ui.cc',
3231 'browser/ui/webui/remoting_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363232 'browser/ui/webui/screenshot_source.cc',
3233 'browser/ui/webui/screenshot_source.h',
3234 'browser/ui/webui/shared_resources_data_source.cc',
3235 'browser/ui/webui/shared_resources_data_source.h',
3236 'browser/ui/webui/shown_sections_handler.cc',
3237 'browser/ui/webui/shown_sections_handler.h',
[email protected]265a1492011-02-27 05:58:073238 'browser/ui/webui/slideshow_ui.cc',
3239 'browser/ui/webui/slideshow_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363240 'browser/ui/webui/sync_internals_html_source.cc',
3241 'browser/ui/webui/sync_internals_html_source.h',
[email protected]265a1492011-02-27 05:58:073242 'browser/ui/webui/sync_internals_ui.cc',
3243 'browser/ui/webui/sync_internals_ui.h',
3244 'browser/ui/webui/textfields_ui.cc',
3245 'browser/ui/webui/textfields_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363246 'browser/ui/webui/theme_source.cc',
3247 'browser/ui/webui/theme_source.h',
3248 'browser/ui/webui/thumbnail_source.cc',
3249 'browser/ui/webui/thumbnail_source.h',
3250 'browser/ui/webui/tips_handler.cc',
3251 'browser/ui/webui/tips_handler.h',
3252 'browser/ui/webui/value_helper.cc',
3253 'browser/ui/webui/value_helper.h',
[email protected]9a800652010-12-02 17:08:443254 'browser/ui/window_sizer.cc',
3255 'browser/ui/window_sizer.h',
[email protected]9a800652010-12-02 17:08:443256 'browser/ui/window_sizer_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:463257 'browser/ui/window_sizer_mac.mm',
[email protected]9a800652010-12-02 17:08:443258 'browser/ui/window_sizer_win.cc',
[email protected]75b68052011-02-03 06:01:163259 'browser/ui/window_snapshot/window_snapshot.h',
3260 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3261 'browser/ui/window_snapshot/window_snapshot_win.cc',
3262 'browser/ui/window_snapshot/window_snapshot_x.cc',
[email protected]b1b73942010-05-26 20:11:543263 'browser/upgrade_detector.cc',
3264 'browser/upgrade_detector.h',
[email protected]6c32ce72010-03-08 05:18:063265 'browser/user_style_sheet_watcher.cc',
3266 'browser/user_style_sheet_watcher.h',
[email protected]83019902009-12-02 05:32:593267 'browser/utility_process_host.cc',
3268 'browser/utility_process_host.h',
[email protected]8ecad5e2010-12-02 21:18:333269 'browser/visitedlink/visitedlink_event_listener.cc',
3270 'browser/visitedlink/visitedlink_event_listener.h',
[email protected]83bfa0b2011-02-01 05:37:463271 'browser/visitedlink/visitedlink_master.cc',
3272 'browser/visitedlink/visitedlink_master.h',
3273 'browser/web_applications/web_app.cc',
3274 'browser/web_applications/web_app.h',
[email protected]bb4bf9d72011-02-26 02:37:383275 'browser/web_resource/gpu_blacklist_updater.cc',
3276 'browser/web_resource/gpu_blacklist_updater.h',
[email protected]92c699d2011-02-18 17:54:483277 'browser/web_resource/promo_resource_service.cc',
3278 'browser/web_resource/promo_resource_service.h',
[email protected]83bfa0b2011-02-01 05:37:463279 'browser/web_resource/web_resource_service.cc',
3280 'browser/web_resource/web_resource_service.h',
[email protected]38e08982010-10-22 17:28:433281 'browser/webdata/autofill_change.cc',
[email protected]e52bc1e02009-12-17 22:45:273282 'browser/webdata/autofill_change.h',
3283 'browser/webdata/autofill_entry.cc',
3284 'browser/webdata/autofill_entry.h',
[email protected]83019902009-12-02 05:32:593285 'browser/webdata/web_data_service.cc',
3286 'browser/webdata/web_data_service.h',
3287 'browser/webdata/web_data_service_win.cc',
3288 'browser/webdata/web_database.cc',
3289 'browser/webdata/web_database.h',
3290 'browser/webdata/web_database_win.cc',
[email protected]83019902009-12-02 05:32:593291
[email protected]4f97280e2010-06-22 06:45:223292 # These files are generated by GRIT.
[email protected]aee1dbd2011-01-04 21:27:113293 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
[email protected]755e1b732010-06-24 23:28:533294 '<(grit_out_dir)/grit/shared_resources_map.cc',
3295 '<(grit_out_dir)/grit/theme_resources_map.cc',
[email protected]83019902009-12-02 05:32:593296 ],
3297 'conditions': [
3298 ['javascript_engine=="v8"', {
3299 'defines': [
3300 'CHROME_V8',
3301 ],
3302 }],
[email protected]fdc5bed2010-01-09 01:16:573303 ['chromeos==0', {
[email protected]83019902009-12-02 05:32:593304 'sources/': [
[email protected]4d2ef9d2010-03-19 00:08:333305 ['exclude', '^browser/chromeos'],
[email protected]42b795652011-02-22 23:32:383306 ['exclude', 'browser/webui/chrome_about_ui.cc'],
[email protected]0e6168792010-10-13 16:29:263307 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
[email protected]5ac20162010-11-24 23:33:113308 ['exclude', 'browser/oom_priority_manager.cc'],
3309 ['exclude', 'browser/oom_priority_manager.h'],
[email protected]985655a2011-02-23 09:54:253310 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'],
3311 ['exclude', 'browser/policy/device_policy_identity_strategy.h'],
[email protected]6692b0d72010-07-15 03:40:233312 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3313 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
[email protected]3b6ea292011-03-11 20:23:003314 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
3315 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
3316 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3317 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
[email protected]265a1492011-02-27 05:58:073318 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'],
3319 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'],
3320 ['exclude', 'browser/ui/webui/slideshow_ui.cc'],
[email protected]83019902009-12-02 05:32:593321 ],
3322 }],
[email protected]14a000d2010-04-29 21:44:243323 ['chromeos==1', {
3324 'sources!': [
[email protected]f9bd5832010-12-09 18:35:163325 'browser/background_mode_manager_linux.cc',
[email protected]e4e45292010-06-16 21:54:293326 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463327 'browser/password_manager/native_backend_gnome_x.h',
[email protected]e4e45292010-06-16 21:54:293328 'browser/password_manager/native_backend_kwallet_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463329 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]14a000d2010-04-29 21:44:243330 'browser/platform_util_linux.cc',
[email protected]d032b3792010-06-07 22:02:393331 ],
[email protected]14a000d2010-04-29 21:44:243332 }],
[email protected]602627cc2010-11-24 19:14:573333 ['use_gconf==0', {
3334 'sources!': [
[email protected]736d1892011-01-14 00:19:043335 'browser/ui/gtk/gconf_titlebar_listener.cc',
3336 'browser/ui/gtk/gconf_titlebar_listener.h',
[email protected]602627cc2010-11-24 19:14:573337 ],
3338 }],
[email protected]63692212010-09-16 00:22:213339 ['use_gnome_keyring==0', {
3340 'sources!': [
[email protected]63692212010-09-16 00:22:213341 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463342 'browser/password_manager/native_backend_gnome_x.h',
[email protected]63692212010-09-16 00:22:213343 ],
3344 }],
[email protected]0094fbe2010-07-15 21:51:433345 ['touchui==0', {
[email protected]4fe042f2010-12-14 16:41:403346 'sources/': [
[email protected]42b795652011-02-22 23:32:383347 ['exclude', '^browser/chromeos/webui/login/'],
3348 ['exclude', '^browser/webui/keyboard_ui.*'],
[email protected]4fe042f2010-12-14 16:41:403349 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'],
3350 ['exclude', '^browser/ui/touch/*'],
[email protected]03086192011-01-19 21:25:353351 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
3352 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]4fe042f2010-12-14 16:41:403353 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'],
[email protected]0094fbe2010-07-15 21:51:433354 ],
3355 }],
[email protected]ee520882010-09-30 21:40:083356 ['touchui==1', {
[email protected]4ccc05e2010-10-06 19:32:153357 'sources/': [
[email protected]4fe042f2010-12-14 16:41:403358 ['include', '^browser/ui/touch/*'],
[email protected]af1c0802011-03-04 07:58:313359 ['include', '^browser/chromeos/dom_ui/login/'],
[email protected]4fe042f2010-12-14 16:41:403360 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
[email protected]82854a92010-11-05 06:12:243361 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3362 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
[email protected]72dd8ca2011-01-18 00:19:153363 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
3364 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
[email protected]4fe042f2010-12-14 16:41:403365 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]602627cc2010-11-24 19:14:573366 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3367 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]4ccc05e2010-10-06 19:32:153368 ],
[email protected]ee520882010-09-30 21:40:083369 }],
[email protected]83019902009-12-02 05:32:593370 ['OS=="linux"', {
3371 'dependencies': [
[email protected]4de38a32010-03-12 14:00:003372 '../build/linux/system.gyp:dbus-glib',
[email protected]cd1454e932010-05-13 21:36:593373 '../build/linux/system.gyp:gconf',
[email protected]83019902009-12-02 05:32:593374 '../build/linux/system.gyp:gtk',
3375 '../build/linux/system.gyp:gtkprint',
3376 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183377 '../build/linux/system.gyp:x11',
[email protected]6803ce12010-09-28 02:32:123378 '../third_party/undoview/undoview.gyp:undoview',
[email protected]83019902009-12-02 05:32:593379 ],
[email protected]524f1cf2010-02-23 19:21:533380 'link_settings': {
3381 'libraries': [
3382 # For dlsym() in 'browser/zygote_main_linux.cc'
3383 '-ldl',
3384 ],
3385 },
[email protected]83019902009-12-02 05:32:593386 'sources!': [
[email protected]213dac22010-11-09 07:35:323387 'browser/ui/views/extensions/extension_view.cc',
3388 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593389 ],
3390 'sources': [
3391 'browser/crash_handler_host_linux.h',
[email protected]83019902009-12-02 05:32:593392 ],
[email protected]83019902009-12-02 05:32:593393 'conditions': [
[email protected]63692212010-09-16 00:22:213394 ['use_gnome_keyring==1', {
[email protected]556c5d72010-06-10 05:45:013395 'dependencies': [
3396 '../build/linux/system.gyp:gnome-keyring',
3397 ],
3398 }],
[email protected]83019902009-12-02 05:32:593399 ['linux_breakpad==1', {
3400 'sources': [
3401 'app/breakpad_linux.cc',
3402 'app/breakpad_linux.h',
3403 'browser/crash_handler_host_linux.cc',
3404 ],
3405 'dependencies': [
3406 '../breakpad/breakpad.gyp:breakpad_client',
[email protected]d9573ac2010-08-27 18:26:083407 # make sure file_version_info_linux.h is generated first.
3408 'common',
[email protected]83019902009-12-02 05:32:593409 ],
3410 'include_dirs': [
[email protected]d9573ac2010-08-27 18:26:083411 # breakpad_linux.cc uses generated file_version_info_linux.h.
[email protected]83019902009-12-02 05:32:593412 '<(SHARED_INTERMEDIATE_DIR)',
3413 '../breakpad/src',
3414 ],
3415 }, { # linux_breakpad==0
3416 'sources': [
3417 'browser/crash_handler_host_linux_stub.cc',
3418 ],
3419 }],
[email protected]0090c092010-10-29 14:22:013420 ['use_openssl==0', {
3421 'sources': [
3422 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3423 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3424 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3425 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3426 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3427 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
3428 ],
3429 }],
[email protected]85d22832010-11-16 01:37:413430 ['linux_sandbox_path != ""', {
3431 'defines': [
3432 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
3433 ],
3434 }],
[email protected]83019902009-12-02 05:32:593435 ],
[email protected]d6f9c9e2010-03-15 01:57:073436 }, { # OS != "linux"
3437 'sources!': [
[email protected]8ecad5e2010-12-02 21:18:333438 'browser/file_path_watcher/file_path_watcher_inotify.cc',
[email protected]5c557f372011-02-26 15:09:203439 'browser/ui/webui/options/certificate_manager_handler.cc',
3440 'browser/ui/webui/options/certificate_manager_handler.h',
[email protected]d6f9c9e2010-03-15 01:57:073441 ],
[email protected]83019902009-12-02 05:32:593442 }],
[email protected]6f5b3b292010-02-22 20:56:153443 ['OS=="freebsd" or OS=="openbsd"', {
[email protected]83019902009-12-02 05:32:593444 'dependencies': [
3445 '../build/linux/system.gyp:gtk',
[email protected]ca9b7dd2010-02-24 23:40:303446 '../build/linux/system.gyp:gtkprint',
[email protected]83019902009-12-02 05:32:593447 '../build/linux/system.gyp:nss',
[email protected]194bf382010-11-23 19:35:183448 '../build/linux/system.gyp:x11',
[email protected]83019902009-12-02 05:32:593449 ],
[email protected]d6f9c9e2010-03-15 01:57:073450 'sources': [
[email protected]8ecad5e2010-12-02 21:18:333451 'browser/file_path_watcher/file_path_watcher_stub.cc',
[email protected]d6f9c9e2010-03-15 01:57:073452 ],
[email protected]83019902009-12-02 05:32:593453 }],
[email protected]ac1ada52010-10-28 19:26:003454 # Use system SSL settings on Mac and Windows. Use preferences
3455 # for SSL settings on other platforms.
3456 ['OS=="mac" or OS=="win"', {
3457 'sources!': [
3458 'browser/net/ssl_config_service_manager_pref.cc',
3459 ],
3460 }, { # else
3461 'sources!': [
3462 'browser/net/ssl_config_service_manager_system.cc',
3463 ],
3464 }],
[email protected]83019902009-12-02 05:32:593465 ['OS=="mac"', {
3466 'sources!': [
3467 'browser/automation/automation_provider_list_generic.cc',
3468 'browser/bookmarks/bookmark_context_menu.cc',
3469 'browser/bookmarks/bookmark_drop_info.cc',
[email protected]ca9b7dd2010-02-24 23:40:303470 'browser/importer/nss_decryptor_system_nss.cc',
3471 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593472 'browser/jankometer.cc',
[email protected]eaf16c42010-06-21 22:30:383473 'browser/password_manager/login_database_posix.cc',
[email protected]71a565a2010-11-24 15:53:493474 'browser/power_save_blocker_stub.cc',
[email protected]83bfa0b2011-02-01 05:37:463475 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:233476 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]83bfa0b2011-02-01 05:37:463477 'browser/ui/tabs/dock_info.cc',
[email protected]213dac22010-11-09 07:35:323478 'browser/ui/views/extensions/extension_view.cc',
3479 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593480 ],
3481 'sources': [
[email protected]e51c1c512010-01-05 04:42:003482 # Build Apple sample code
3483 '../third_party/apple/ImageAndTextCell.h',
3484 '../third_party/apple/ImageAndTextCell.m',
[email protected]83019902009-12-02 05:32:593485 # Build the necessary GTM sources
3486 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
3487 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
3488 '../third_party/GTM/AppKit/GTMIBArray.h',
3489 '../third_party/GTM/AppKit/GTMIBArray.m',
[email protected]83bfa0b2011-02-01 05:37:463490 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
3491 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
[email protected]31567792010-07-01 15:35:463492 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
3493 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
[email protected]83019902009-12-02 05:32:593494 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
3495 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
[email protected]83019902009-12-02 05:32:593496 '../third_party/GTM/AppKit/GTMUILocalizer.h',
3497 '../third_party/GTM/AppKit/GTMUILocalizer.m',
3498 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
3499 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
3500 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
[email protected]83019902009-12-02 05:32:593501 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
3502 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
[email protected]2b0693f2010-04-09 23:23:073503 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
3504 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
[email protected]56f0f262011-02-24 17:14:363505 '../third_party/GTM/Foundation/GTMServiceManagement.h',
3506 '../third_party/GTM/Foundation/GTMServiceManagement.c',
[email protected]bcc18d32010-07-01 20:25:383507 # MolokoCacao additions
3508 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
3509 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
[email protected]83019902009-12-02 05:32:593510 # Build necessary Mozilla sources
[email protected]83bfa0b2011-02-01 05:37:463511 '../third_party/mozilla/ComplexTextInputPanel.h',
3512 '../third_party/mozilla/ComplexTextInputPanel.mm',
[email protected]d1b229dc2010-04-15 15:18:153513 '../third_party/mozilla/NSPasteboard+Utils.h',
3514 '../third_party/mozilla/NSPasteboard+Utils.mm',
3515 '../third_party/mozilla/NSScreen+Utils.h',
3516 '../third_party/mozilla/NSScreen+Utils.m',
3517 '../third_party/mozilla/NSString+Utils.h',
[email protected]4035a152010-05-04 01:56:183518 '../third_party/mozilla/NSString+Utils.mm',
[email protected]d1b229dc2010-04-15 15:18:153519 '../third_party/mozilla/NSURL+Utils.h',
3520 '../third_party/mozilla/NSURL+Utils.m',
3521 '../third_party/mozilla/NSWorkspace+Utils.h',
3522 '../third_party/mozilla/NSWorkspace+Utils.m',
[email protected]83019902009-12-02 05:32:593523 # Headers so that IB can find classes it needs to resolve classes
3524 # in XIB files.
[email protected]a3668802010-12-18 01:18:293525 'common/chrome_application_mac.h',
[email protected]83019902009-12-02 05:32:593526 ],
3527 'include_dirs': [
[email protected]e51c1c512010-01-05 04:42:003528 '../third_party/apple',
[email protected]83019902009-12-02 05:32:593529 '../third_party/GTM',
3530 '../third_party/GTM/AppKit',
[email protected]fde445e2010-01-21 18:50:233531 '../third_party/GTM/DebugUtils',
[email protected]83bfa0b2011-02-01 05:37:463532 '../third_party/GTM/Foundation',
[email protected]83019902009-12-02 05:32:593533 ],
3534 'link_settings': {
3535 'libraries': [
[email protected]83bfa0b2011-02-01 05:37:463536 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
[email protected]6842a3f2010-03-09 17:39:443537 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
[email protected]83bfa0b2011-02-01 05:37:463538 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
[email protected]ac7e4e12010-08-26 14:34:413539 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
[email protected]43f28f832010-02-03 02:28:483540 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
[email protected]ac7e4e12010-08-26 14:34:413541 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
[email protected]83bfa0b2011-02-01 05:37:463542 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
[email protected]83019902009-12-02 05:32:593543 ],
3544 'mac_bundle_resources': [
[email protected]1e652d022010-04-16 19:09:113545 'browser/nacl_loader.sb',
[email protected]83019902009-12-02 05:32:593546 'browser/utility.sb',
[email protected]83019902009-12-02 05:32:593547 ],
3548 },
3549 'actions': [
3550 {
3551 # This action is used to extract the localization data from xib
3552 # files and generate table for the ui localizer from it.
3553 'variables': {
3554 'xib_localizer_tool_path':
3555 'tools/build/mac/generate_localizer',
3556 'xib_files_to_scan': [
3557 # The xibs that need localization
3558 'app/nibs/About.xib',
3559 'app/nibs/BookmarkAllTabs.xib',
3560 'app/nibs/BookmarkBar.xib',
3561 'app/nibs/BookmarkBubble.xib',
3562 'app/nibs/BookmarkEditor.xib',
3563 'app/nibs/BookmarkNameFolder.xib',
[email protected]a503c97c2010-07-16 13:05:483564 'app/nibs/CollectedCookies.xib',
[email protected]6f2c41a3bc2010-02-21 16:59:193565 'app/nibs/ContentBlockedCookies.xib',
3566 'app/nibs/ContentBlockedImages.xib',
3567 'app/nibs/ContentBlockedJavaScript.xib',
3568 'app/nibs/ContentBlockedPlugins.xib',
3569 'app/nibs/ContentBlockedPopups.xib',
[email protected]ce216602010-03-26 14:14:253570 'app/nibs/ContentBubbleGeolocation.xib',
[email protected]83bfa0b2011-02-01 05:37:463571 'app/nibs/CookieDetailsView.xib',
[email protected]83019902009-12-02 05:32:593572 'app/nibs/DownloadItem.xib',
3573 'app/nibs/DownloadShelf.xib',
[email protected]c5c3c5b2010-04-03 07:03:343574 'app/nibs/ExtensionInstallPrompt.xib',
3575 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
[email protected]83bfa0b2011-02-01 05:37:463576 'app/nibs/ExtensionInstalledBubble.xib',
[email protected]96788b02010-06-26 21:45:343577 'app/nibs/FirstRunBubble.xib',
[email protected]83019902009-12-02 05:32:593578 'app/nibs/FirstRunDialog.xib',
3579 'app/nibs/HttpAuthLoginSheet.xib',
3580 'app/nibs/HungRendererDialog.xib',
[email protected]83019902009-12-02 05:32:593581 'app/nibs/ImportProgressDialog.xib',
[email protected]83bfa0b2011-02-01 05:37:463582 'app/nibs/ImportSettingsDialog.xib',
[email protected]6958fea2010-11-23 21:05:203583 'app/nibs/InstantOptIn.xib',
[email protected]83019902009-12-02 05:32:593584 'app/nibs/MainMenu.xib',
[email protected]83019902009-12-02 05:32:593585 'app/nibs/ReportBug.xib',
[email protected]27286e72009-12-15 19:52:373586 'app/nibs/SadTab.xib',
[email protected]83019902009-12-02 05:32:593587 'app/nibs/SaveAccessoryView.xib',
[email protected]3ef4755e2010-09-27 20:25:043588 'app/nibs/SearchEngineDialog.xib',
[email protected]834a6a12010-07-01 18:26:573589 'app/nibs/SimpleContentExceptionsWindow.xib',
[email protected]c0b59092010-08-28 07:17:383590 'app/nibs/SpeechInputBubble.xib',
[email protected]83019902009-12-02 05:32:593591 'app/nibs/TaskManager.xib',
3592 'app/nibs/Toolbar.xib',
3593 ],
3594 },
3595 'action_name': 'Process xibs for localization',
3596 'inputs': [
3597 '<(xib_localizer_tool_path)',
3598 '<@(xib_files_to_scan)',
3599 ],
3600 'outputs': [
3601 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
3602 ],
3603 'action': ['<(xib_localizer_tool_path)',
3604 '<@(_outputs)',
3605 '<@(xib_files_to_scan)'],
3606 },
3607 ],
3608 }],
3609 ['OS=="win"', {
[email protected]83019902009-12-02 05:32:593610 'include_dirs': [
[email protected]cd134c8c2010-03-09 05:23:123611 '<(DEPTH)/third_party/wtl/include',
[email protected]83019902009-12-02 05:32:593612 ],
3613 'dependencies': [
[email protected]83019902009-12-02 05:32:593614 '../google_update/google_update.gyp:google_update',
[email protected]b3df5a42010-05-11 14:31:093615 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
[email protected]3ad594a2010-08-31 02:47:593616 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
[email protected]0cde55892011-02-09 02:32:423617 '../views/views.gyp:*',
[email protected]1c262172010-06-10 15:25:463618 '../rlz/rlz.gyp:rlz_lib',
[email protected]83019902009-12-02 05:32:593619 ],
3620 'export_dependent_settings': [
[email protected]0cde55892011-02-09 02:32:423621 '../views/views.gyp:*',
[email protected]83019902009-12-02 05:32:593622 ],
[email protected]04d75b6f2010-08-17 11:38:403623 'direct_dependent_settings': {
3624 'link_settings': {
3625 'libraries': [
3626 '-llocationapi.lib',
3627 '-lsensorsapi.lib',
3628 ],
3629 }
3630 },
[email protected]83019902009-12-02 05:32:593631 'sources': [
[email protected]83019902009-12-02 05:32:593632 # Using built-in rule in vstudio for midl.
3633 'browser/history/history_indexer.idl',
[email protected]265a1492011-02-27 05:58:073634 'browser/ui/webui/conflicts_ui.cc',
3635 'browser/ui/webui/conflicts_ui.h',
[email protected]83019902009-12-02 05:32:593636 ],
3637 'sources!': [
3638 'browser/history/history_publisher_none.cc',
[email protected]ca9b7dd2010-02-24 23:40:303639 'browser/importer/nss_decryptor_system_nss.cc',
3640 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:593641 'browser/power_save_blocker_stub.cc',
[email protected]83bfa0b2011-02-01 05:37:463642 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:233643 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]d14af522010-12-02 03:54:503644 'browser/ui/views/keyboard_overlay_delegate.cc',
[email protected]213dac22010-11-09 07:35:323645 'browser/ui/views/select_file_dialog.cc',
[email protected]83019902009-12-02 05:32:593646 ],
[email protected]da26d732010-06-25 20:43:123647 'conditions': [
3648 ['win_use_allocator_shim==1', {
3649 'dependencies': [
3650 '<(allocator_target)',
3651 ],
3652 }],
[email protected]c8451f22010-06-30 18:41:413653 ],
[email protected]83019902009-12-02 05:32:593654 }, { # 'OS!="win"
3655 'sources/': [
3656 # Exclude all of hang_monitor.
3657 ['exclude', '^browser/hang_monitor/'],
3658
3659 # Exclude parts of password_manager.
3660 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
3661
3662 # Exclude all of rlz.
3663 ['exclude', '^browser/rlz/'],
[email protected]17d40f02010-07-01 01:18:063664 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]83019902009-12-02 05:32:593665
3666 # Exclude all of views.
[email protected]213dac22010-11-09 07:35:323667 ['exclude', '^browser/ui/views/'],
[email protected]83019902009-12-02 05:32:593668 ],
3669 'conditions': [
[email protected]06c756182010-04-27 18:31:313670 ['OS=="linux" and toolkit_views==1',{
[email protected]05af3562010-02-26 00:41:123671 'dependencies': [
[email protected]711726472011-02-22 23:36:393672 '../views/views.gyp:views',
[email protected]05af3562010-02-26 00:41:123673 ],
3674 'include_dirs': [
3675 '<(INTERMEDIATE_DIR)',
3676 '<(INTERMEDIATE_DIR)/chrome',
3677 ],
[email protected]83019902009-12-02 05:32:593678 'sources/': [
[email protected]83019902009-12-02 05:32:593679 ['include', '^browser/extensions/'],
[email protected]17d40f02010-07-01 01:18:063680 # This exclude duplicates the one just above because of the
3681 # order of evaluation of the 'sources/' rule above, the
3682 # conditions, and this 'sources/' rule.
3683 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]73852b8f2010-05-14 00:38:123684 ['include', 'browser/printing/print_dialog_cloud.cc'],
3685 ['include', 'browser/printing/print_dialog_cloud.h'],
[email protected]3870bbe92010-09-01 19:44:473686 ['include', '^browser/speech/speech_input_bubble_views.cc'],
[email protected]83bfa0b2011-02-01 05:37:463687
3688 # Exclude all of browser/ui/gtk, then include the things we want.
3689 ['exclude', '^browser/ui/gtk'],
[email protected]d008efc2011-03-01 00:37:323690 ['include', '^browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc'],
3691 ['include', '^browser/ui/gtk/bookmarks/bookmark_editor_gtk.h'],
3692 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.cc'],
3693 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.h'],
3694 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc'],
3695 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:463696 ['include', '^browser/ui/gtk/cairo_cached_surface.cc'],
3697 ['include', '^browser/ui/gtk/cairo_cached_surface.h'],
3698 ['include', '^browser/ui/gtk/certificate_dialogs.cc'],
3699 ['include', '^browser/ui/gtk/certificate_dialogs.h'],
3700 ['include', '^browser/ui/gtk/certificate_viewer.cc'],
3701 ['include', '^browser/ui/gtk/certificate_viewer.h'],
3702 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'],
3703 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'],
3704 ['include', '^browser/ui/gtk/clear_browsing_data_dialog_gtk.cc'],
3705 ['include', '^browser/ui/gtk/clear_browsing_data_dialog_gtk.h'],
3706 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'],
3707 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'],
3708 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'],
3709 ['include', '^browser/ui/gtk/constrained_window_gtk.h'],
3710 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'],
3711 ['include', '^browser/ui/gtk/download_started_animation_gtk.cc'],
3712 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'],
3713 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'],
3714 ['include', '^browser/ui/gtk/first_run_dialog.cc'],
3715 ['include', '^browser/ui/gtk/first_run_dialog.h'],
3716 ['include', '^browser/ui/gtk/gtk_chrome_button.cc'],
3717 ['include', '^browser/ui/gtk/gtk_chrome_button.h'],
3718 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.cc'],
3719 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.h'],
3720 ['include', '^browser/ui/gtk/gtk_chrome_link_button.cc'],
3721 ['include', '^browser/ui/gtk/gtk_chrome_link_button.h'],
3722 ['include', '^browser/ui/gtk/gtk_custom_menu_item.cc'],
3723 ['include', '^browser/ui/gtk/gtk_floating_container.cc'],
3724 ['include', '^browser/ui/gtk/gtk_floating_container.h'],
3725 ['include', '^browser/ui/gtk/gtk_theme_provider.cc'],
3726 ['include', '^browser/ui/gtk/gtk_theme_provider.h'],
3727 ['include', '^browser/ui/gtk/gtk_tree.cc'],
3728 ['include', '^browser/ui/gtk/gtk_tree.h'],
3729 ['include', '^browser/ui/gtk/gtk_util.cc'],
3730 ['include', '^browser/ui/gtk/gtk_util.h'],
3731 ['include', '^browser/ui/gtk/hover_controller_gtk.cc'],
3732 ['include', '^browser/ui/gtk/hover_controller_gtk.h'],
3733 ['include', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'],
[email protected]4c189b072011-02-24 00:16:343734 ['include', '^browser/ui/gtk/importer/import_dialog_gtk.cc'],
3735 ['include', '^browser/ui/gtk/importer/import_dialog_gtk.h'],
3736 ['include', '^browser/ui/gtk/importer/import_lock_dialog_gtk.cc'],
3737 ['include', '^browser/ui/gtk/importer/import_lock_dialog_gtk.h'],
3738 ['include', '^browser/ui/gtk/importer/import_progress_dialog_gtk.cc'],
3739 ['include', '^browser/ui/gtk/importer/import_progress_dialog_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:463740 ['include', '^browser/ui/gtk/keyword_editor_view.cc'],
3741 ['include', '^browser/ui/gtk/keyword_editor_view.h'],
3742 ['include', '^browser/ui/gtk/nine_box.cc'],
3743 ['include', '^browser/ui/gtk/nine_box.h'],
[email protected]83bfa0b2011-02-01 05:37:463744 ['include', '^browser/ui/gtk/owned_widget_gtk.cc'],
3745 ['include', '^browser/ui/gtk/owned_widget_gtk.h'],
3746 ['include', '^browser/ui/gtk/popup_blocked_animation_gtk.cc'],
3747 ['include', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
3748 ['include', '^browser/ui/gtk/repost_form_warning_gtk.h'],
3749 ['include', '^browser/ui/gtk/ssl_client_certificate_selector.cc'],
3750 ['include', '^browser/ui/gtk/tab_contents_drag_source.cc'],
3751 ['include', '^browser/ui/gtk/tab_contents_drag_source.h'],
3752 ['include', '^browser/ui/gtk/task_manager_gtk.cc'],
3753 ['include', '^browser/ui/gtk/task_manager_gtk.h'],
3754 ['include', '^browser/ui/gtk/view_id_util.cc'],
3755 ['include', '^browser/ui/gtk/view_id_util.h'],
3756
[email protected]9a800652010-12-02 17:08:443757 ['include', '^browser/ui/tabs/dock_info.cc'],
3758 ['include', '^browser/ui/tabs/dock_info.h'],
[email protected]213dac22010-11-09 07:35:323759 ['include', '^browser/ui/views/about_chrome_view.cc'],
3760 ['include', '^browser/ui/views/about_chrome_view.h'],
3761 ['include', '^browser/ui/views/accelerator_table_gtk.cc'],
3762 ['include', '^browser/ui/views/accelerator_table_gtk.h'],
3763 ['include', '^browser/ui/views/accessibility_event_router_views.cc'],
3764 ['include', '^browser/ui/views/accessibility_event_router_views.h'],
3765 ['include', '^browser/ui/views/accessible_pane_view.cc'],
3766 ['include', '^browser/ui/views/accessible_pane_view.h'],
[email protected]213dac22010-11-09 07:35:323767 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc'],
3768 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.h'],
3769 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
3770 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
[email protected]40e1be32011-02-16 19:22:093771 ['include', '^browser/ui/views/autocomplete/autocomplete_result_view.cc'],
3772 ['include', '^browser/ui/views/autocomplete/autocomplete_result_view.h'],
3773 ['include', '^browser/ui/views/autocomplete/autocomplete_result_view_model.h'],
[email protected]aa2d0582011-02-18 20:10:403774 ['include', '^browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc'],
3775 ['include', '^browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h'],
[email protected]5365aad2011-03-01 22:42:263776 ['include', '^browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc'],
3777 ['include', '^browser/ui/views/bookmarks/bookmark_bar_instructions_view.h'],
3778 ['include', '^browser/ui/views/bookmarks/bookmark_bar_view.cc'],
3779 ['include', '^browser/ui/views/bookmarks/bookmark_bar_view.h'],
3780 ['include', '^browser/ui/views/bookmarks/bookmark_bubble_view.cc'],
3781 ['include', '^browser/ui/views/bookmarks/bookmark_bubble_view.h'],
3782 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu.cc'],
3783 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu.h'],
3784 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc'],
3785 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu_controller_views.h'],
3786 ['include', '^browser/ui/views/bookmarks/bookmark_menu_controller_views.cc'],
[email protected]213dac22010-11-09 07:35:323787 ['include', '^browser/ui/views/browser_actions_container.cc'],
3788 ['include', '^browser/ui/views/browser_actions_container.h'],
[email protected]213dac22010-11-09 07:35:323789 ['include', '^browser/ui/views/browser_bubble.cc'],
3790 ['include', '^browser/ui/views/browser_bubble.h'],
[email protected]83bfa0b2011-02-01 05:37:463791 ['include', '^browser/ui/views/browser_bubble_gtk.cc'],
[email protected]213dac22010-11-09 07:35:323792 ['include', '^browser/ui/views/bubble_border.cc'],
3793 ['include', '^browser/ui/views/bubble_border.h'],
3794 ['include', '^browser/ui/views/chrome_views_delegate.cc'],
[email protected]69d88ce2011-03-07 21:57:153795 ['include', '^browser/ui/views/clear_browsing_data_view.cc'],
3796 ['include', '^browser/ui/views/clear_browsing_data_view.h'],
[email protected]5dd28922010-11-10 17:09:173797 ['include', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
[email protected]213dac22010-11-09 07:35:323798 ['include', '^browser/ui/views/content_setting_bubble_contents.cc'],
3799 ['include', '^browser/ui/views/content_setting_bubble_contents.h'],
3800 ['include', '^browser/ui/views/create_application_shortcut_view.cc'],
3801 ['include', '^browser/ui/views/create_application_shortcut_view.h'],
[email protected]213dac22010-11-09 07:35:323802 ['include', '^browser/ui/views/detachable_toolbar_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:463803 ['include', '^browser/ui/views/detachable_toolbar_view.h'],
[email protected]213dac22010-11-09 07:35:323804 ['include', '^browser/ui/views/dialog_stubs_gtk.cc'],
3805 ['include', '^browser/ui/views/dom_view.cc'],
3806 ['include', '^browser/ui/views/dom_view.h'],
3807 ['include', '^browser/ui/views/download_item_view.cc'],
3808 ['include', '^browser/ui/views/download_item_view.h'],
3809 ['include', '^browser/ui/views/download_shelf_view.cc'],
3810 ['include', '^browser/ui/views/download_shelf_view.h'],
3811 ['include', '^browser/ui/views/dragged_tab_controller.cc'],
3812 ['include', '^browser/ui/views/dragged_tab_controller.h'],
3813 ['include', '^browser/ui/views/dropdown_bar_host.cc'],
3814 ['include', '^browser/ui/views/dropdown_bar_host.h'],
3815 ['include', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
3816 ['include', '^browser/ui/views/dropdown_bar_view.h'],
3817 ['include', '^browser/ui/views/event_utils.cc'],
3818 ['include', '^browser/ui/views/event_utils.h'],
[email protected]83bfa0b2011-02-01 05:37:463819 ['include', '^browser/ui/views/extension_view.cc'],
3820 ['include', '^browser/ui/views/extension_view.h'],
[email protected]213dac22010-11-09 07:35:323821 ['include', '^browser/ui/views/extensions/browser_action_drag_data.cc'],
3822 ['include', '^browser/ui/views/extensions/browser_action_drag_data.h'],
3823 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.cc'],
3824 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.h'],
3825 ['include', '^browser/ui/views/extensions/extension_install_prompt.cc'],
3826 ['include', '^browser/ui/views/extensions/extension_install_prompt2.cc'],
3827 ['include', '^browser/ui/views/extensions/extension_installed_bubble.cc'],
3828 ['include', '^browser/ui/views/extensions/extension_installed_bubble.h'],
3829 ['include', '^browser/ui/views/extensions/extension_popup.cc'],
3830 ['include', '^browser/ui/views/extensions/extension_popup.h'],
3831 ['include', '^browser/ui/views/extensions/extension_view.cc'],
3832 ['include', '^browser/ui/views/extensions/extension_view.h'],
[email protected]213dac22010-11-09 07:35:323833 ['include', '^browser/ui/views/find_bar_host.cc'],
3834 ['include', '^browser/ui/views/find_bar_host.h'],
[email protected]83bfa0b2011-02-01 05:37:463835 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
3836 ['include', '^browser/ui/views/find_bar_view.cc'],
3837 ['include', '^browser/ui/views/find_bar_view.h'],
[email protected]213dac22010-11-09 07:35:323838 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
3839 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
[email protected]7947f2162011-03-11 05:28:373840 ['include', '^browser/ui/views/frame/browser_frame.cc'],
3841 ['include', '^browser/ui/views/frame/browser_frame.h'],
[email protected]213dac22010-11-09 07:35:323842 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
3843 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
3844 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
3845 ['include', '^browser/ui/views/frame/browser_root_view.h'],
[email protected]83bfa0b2011-02-01 05:37:463846 ['include', '^browser/ui/views/frame/browser_view.cc'],
3847 ['include', '^browser/ui/views/frame/browser_view.h'],
3848 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
3849 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
[email protected]213dac22010-11-09 07:35:323850 ['include', '^browser/ui/views/frame/contents_container.cc'],
3851 ['include', '^browser/ui/views/frame/contents_container.h'],
[email protected]7947f2162011-03-11 05:28:373852 ['include', '^browser/ui/views/frame/native_browser_frame.h'],
3853 ['include', '^browser/ui/views/frame/native_browser_frame_delegate.h'],
[email protected]213dac22010-11-09 07:35:323854 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.cc'],
3855 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
3856 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
3857 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
[email protected]83bfa0b2011-02-01 05:37:463858 ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
3859 ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
3860 ['include', '^browser/ui/views/html_dialog_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:463861 ['include', '^browser/ui/views/html_dialog_view.h'],
3862 ['include', '^browser/ui/views/info_bubble.cc'],
3863 ['include', '^browser/ui/views/info_bubble.h'],
3864 ['include', '^browser/ui/views/infobars/*'],
[email protected]213dac22010-11-09 07:35:323865 ['include', '^browser/ui/views/instant_confirm_view.cc'],
3866 ['include', '^browser/ui/views/instant_confirm_view.h'],
3867 ['include', '^browser/ui/views/js_modal_dialog_views.cc'],
3868 ['include', '^browser/ui/views/js_modal_dialog_views.h'],
[email protected]d14af522010-12-02 03:54:503869 ['include', '^browser/ui/views/keyboard_overlay_delegate.cc'],
3870 ['include', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:323871 ['include', '^browser/ui/views/location_bar/click_handler.cc'],
3872 ['include', '^browser/ui/views/location_bar/click_handler.h'],
3873 ['include', '^browser/ui/views/location_bar/content_setting_image_view.cc'],
3874 ['include', '^browser/ui/views/location_bar/content_setting_image_view.h'],
3875 ['include', '^browser/ui/views/location_bar/ev_bubble_view.cc'],
3876 ['include', '^browser/ui/views/location_bar/ev_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:323877 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:463878 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:323879 ['include', '^browser/ui/views/location_bar/keyword_hint_view.cc'],
3880 ['include', '^browser/ui/views/location_bar/keyword_hint_view.h'],
[email protected]213dac22010-11-09 07:35:323881 ['include', '^browser/ui/views/location_bar/location_bar_view.cc'],
3882 ['include', '^browser/ui/views/location_bar/location_bar_view.h'],
[email protected]83bfa0b2011-02-01 05:37:463883 ['include', '^browser/ui/views/location_bar/location_icon_view.cc'],
3884 ['include', '^browser/ui/views/location_bar/location_icon_view.h'],
[email protected]213dac22010-11-09 07:35:323885 ['include', '^browser/ui/views/location_bar/page_action_image_view.cc'],
3886 ['include', '^browser/ui/views/location_bar/page_action_image_view.h'],
[email protected]213dac22010-11-09 07:35:323887 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:463888 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.h'],
[email protected]213dac22010-11-09 07:35:323889 ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:463890 ['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
[email protected]213dac22010-11-09 07:35:323891 ['include', '^browser/ui/views/location_bar/star_view.cc'],
3892 ['include', '^browser/ui/views/location_bar/star_view.h'],
3893 ['include', '^browser/ui/views/location_bar_view.cc'],
3894 ['include', '^browser/ui/views/location_bar_view.h'],
[email protected]213dac22010-11-09 07:35:323895 ['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
3896 ['include', '^browser/ui/views/notifications/balloon_view_host.h'],
[email protected]213dac22010-11-09 07:35:323897 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
3898 ['include', '^browser/ui/views/panel_controller.cc'],
3899 ['include', '^browser/ui/views/panel_controller.h'],
3900 ['include', '^browser/ui/views/panels/panel_container.cc'],
3901 ['include', '^browser/ui/views/panels/panel_container.h'],
3902 ['include', '^browser/ui/views/panels/panel_scroller.cc'],
3903 ['include', '^browser/ui/views/panels/panel_scroller.h'],
[email protected]83019902009-12-02 05:32:593904 # Not necessary unless you're trying to build ChromeOS+views.
[email protected]213dac22010-11-09 07:35:323905 #['include', '^browser/ui/views/panels/panel_scroller_container.cc'],
3906 #['include', '^browser/ui/views/panels/panel_scroller_container.h'],
3907 ['include', '^browser/ui/views/panels/panel_scroller_header.cc'],
3908 ['include', '^browser/ui/views/panels/panel_scroller_header.h'],
3909 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
3910 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
3911 ['include', '^browser/ui/views/reload_button.cc'],
3912 ['include', '^browser/ui/views/reload_button.h'],
3913 ['include', '^browser/ui/views/restart_message_box.cc'],
3914 ['include', '^browser/ui/views/restart_message_box.h'],
3915 ['include', '^browser/ui/views/sad_tab_view.cc'],
3916 ['include', '^browser/ui/views/sad_tab_view.h'],
3917 ['include', '^browser/ui/views/select_file_dialog.cc'],
3918 ['include', '^browser/ui/views/status_bubble_views.cc'],
3919 ['include', '^browser/ui/views/status_bubble_views.h'],
3920 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
3921 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
3922 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
3923 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
3924 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'],
3925 ['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'],
3926 ['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
[email protected]72dd8ca2011-01-18 00:19:153927 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
3928 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]213dac22010-11-09 07:35:323929 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
3930 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
3931 ['include', '^browser/ui/views/tab_icon_view.cc'],
3932 ['include', '^browser/ui/views/tab_icon_view.h'],
[email protected]a37d7ec2011-03-08 17:55:553933 ['include', '^browser/ui/views/tabs/abstract_tab_strip_view.h'],
[email protected]213dac22010-11-09 07:35:323934 ['include', '^browser/ui/views/tabs/base_tab.cc'],
3935 ['include', '^browser/ui/views/tabs/base_tab.h'],
3936 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'],
3937 ['include', '^browser/ui/views/tabs/base_tab_strip.h'],
[email protected]213dac22010-11-09 07:35:323938 ['include', '^browser/ui/views/tabs/browser_tab_strip.cc'],
3939 ['include', '^browser/ui/views/tabs/browser_tab_strip.h'],
[email protected]83bfa0b2011-02-01 05:37:463940 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.cc'],
3941 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.h'],
[email protected]213dac22010-11-09 07:35:323942 ['include', '^browser/ui/views/tabs/dragged_tab_controller.cc'],
3943 ['include', '^browser/ui/views/tabs/dragged_tab_controller.h'],
3944 ['include', '^browser/ui/views/tabs/dragged_tab_view.cc'],
3945 ['include', '^browser/ui/views/tabs/dragged_tab_view.h'],
3946 ['include', '^browser/ui/views/tabs/native_view_photobooth.h'],
3947 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.cc'],
3948 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.h'],
3949 ['include', '^browser/ui/views/tabs/side_tab.cc'],
3950 ['include', '^browser/ui/views/tabs/side_tab.h'],
3951 ['include', '^browser/ui/views/tabs/side_tab_strip.cc'],
3952 ['include', '^browser/ui/views/tabs/side_tab_strip.h'],
3953 ['include', '^browser/ui/views/tabs/tab.cc'],
3954 ['include', '^browser/ui/views/tabs/tab.h'],
3955 ['include', '^browser/ui/views/tabs/tab_controller.h'],
[email protected]16460642011-03-04 23:15:533956 ['include', '^browser/ui/views/tabs/tab_renderer_data.cc'],
[email protected]213dac22010-11-09 07:35:323957 ['include', '^browser/ui/views/tabs/tab_renderer_data.h'],
3958 ['include', '^browser/ui/views/tabs/tab_strip.cc'],
3959 ['include', '^browser/ui/views/tabs/tab_strip.h'],
3960 ['include', '^browser/ui/views/tabs/tab_strip_2.cc'],
3961 ['include', '^browser/ui/views/tabs/tab_strip_2.h'],
[email protected]15972e02011-01-24 23:25:193962 ['include', '^browser/ui/views/tabs/tab_strip_factory.cc'],
3963 ['include', '^browser/ui/views/tabs/tab_strip_factory.h'],
[email protected]213dac22010-11-09 07:35:323964 ['include', '^browser/ui/views/textfield_views.cc'],
3965 ['include', '^browser/ui/views/textfield_views.h'],
3966 ['include', '^browser/ui/views/theme_background.cc'],
3967 ['include', '^browser/ui/views/theme_background.h'],
[email protected]83bfa0b2011-02-01 05:37:463968 ['include', '^browser/ui/views/theme_install_bubble_view.cc'],
3969 ['include', '^browser/ui/views/theme_install_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:323970 ['include', '^browser/ui/views/toolbar_view.cc'],
3971 ['include', '^browser/ui/views/toolbar_view.h'],
3972 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.cc'],
3973 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.h'],
[email protected]213dac22010-11-09 07:35:323974 ['include', '^browser/ui/views/update_recommended_message_box.cc'],
[email protected]83bfa0b2011-02-01 05:37:463975 ['include', '^browser/ui/views/update_recommended_message_box.h'],
[email protected]213dac22010-11-09 07:35:323976 ['include', '^browser/ui/views/view_text_utils.cc'],
3977 ['include', '^browser/ui/views/view_text_utils.h'],
3978 ['include', '^browser/ui/views/window.cc'],
3979 ['include', '^browser/ui/views/window.h'],
3980 ['include', '^browser/ui/views/wrench_menu.cc'],
3981 ['include', '^browser/ui/views/wrench_menu.h'],
[email protected]9a800652010-12-02 17:08:443982 ['include', '^browser/ui/window_sizer.cc'],
3983 ['include', '^browser/ui/window_sizer.h'],
[email protected]83019902009-12-02 05:32:593984
3985 # Other excluded stuff.
3986 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.cc'],
3987 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h'],
[email protected]cf390ea42009-12-09 04:14:023988 ['exclude', '^browser/extensions/extension_host_mac.h'],
3989 ['exclude', '^browser/extensions/extension_host_mac.mm'],
[email protected]83019902009-12-02 05:32:593990 ['exclude', '^browser/extensions/external_registry_extension_provider_win.cc'],
[email protected]3870bbe92010-09-01 19:44:473991 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
[email protected]83019902009-12-02 05:32:593992 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
3993 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:463994 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
3995 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:383996 ['exclude', '^browser/ui/browser_list_gtk.cc'],
[email protected]83019902009-12-02 05:32:593997 ],
3998 }],
[email protected]d6833852010-08-20 18:00:453999 # Exclude these toolkit_views specific files again.
4000 # (Required because of the '^browser/extensions/' include above)
4001 ['toolkit_views==0', {
4002 'sources/': [
4003 ['exclude', '^browser/extensions/extension_input_api.cc'],
4004 ['exclude', '^browser/extensions/extension_input_api.h'],
[email protected]d5c40972011-02-09 02:12:094005 ['exclude', '^browser/extensions/key_identifier_conversion_views.cc'],
4006 ['exclude', '^browser/extensions/key_identifier_conversion_views.h'],
[email protected]d6833852010-08-20 18:00:454007 ],
4008 }],
[email protected]b3f23ba2010-04-26 22:58:174009 # These GTK files haven't been ported to views, while ChromeOS has
4010 # its own separate implementation below. So re-include them only on
4011 # non-ChromeOS views Linux builds.
[email protected]06c756182010-04-27 18:31:314012 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
[email protected]fdc5bed2010-01-09 01:16:574013 'sources/': [
[email protected]736d1892011-01-14 00:19:044014 ['include', '^browser/ui/gtk/dialogs_gtk.cc'],
4015 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.cc'],
4016 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464017 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324018 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4019 ['include', '^browser/ui/views/notifications/balloon_view.h'],
[email protected]d14af522010-12-02 03:54:504020 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4021 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]213dac22010-11-09 07:35:324022 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]fdc5bed2010-01-09 01:16:574023 ],
4024 }],
[email protected]05af3562010-02-26 00:41:124025 # GTK build only
[email protected]06c756182010-04-27 18:31:314026 ['OS=="linux" and toolkit_views==0', {
[email protected]83019902009-12-02 05:32:594027 'sources/': [
4028 ['include', '^browser/printing/print_dialog_gtk.cc'],
4029 ['include', '^browser/printing/print_dialog_gtk.h'],
[email protected]d3a2cef2009-12-22 23:30:184030 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
[email protected]83bfa0b2011-02-01 05:37:464031 ['exclude', '^browser/ui/browser_list_stub.cc'],
[email protected]213dac22010-11-09 07:35:324032 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.cc'],
4033 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_gtk.h'],
[email protected]83019902009-12-02 05:32:594034 ],
4035 }],
[email protected]602627cc2010-11-24 19:14:574036 # Touch build only
4037 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4038 'sources/': [
4039 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.cc'],
4040 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.h'],
[email protected]83bfa0b2011-02-01 05:37:464041 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
4042 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]d0980792011-02-13 19:41:404043 # TODO(anicolao): exclude these once we have WebUI dialogs
[email protected]736d1892011-01-14 00:19:044044 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
4045 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464046 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
4047 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
[email protected]72dd8ca2011-01-18 00:19:154048 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4049 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]83bfa0b2011-02-01 05:37:464050 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
4051 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
[email protected]602627cc2010-11-24 19:14:574052 ],
4053 }],
[email protected]fdc5bed2010-01-09 01:16:574054 ['OS=="linux" and chromeos==1',{
[email protected]83f22072010-03-02 23:47:094055 'sources/': [
[email protected]0e6168792010-10-13 16:29:264056 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
[email protected]7caf730c2011-02-01 18:35:084057 ['exclude', '^browser/notifications/balloon_collection_impl.cc'],
[email protected]83f22072010-03-02 23:47:094058 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
[email protected]70a4ec5f2010-03-08 18:55:114059 ['exclude', '^browser/notifications/balloon_collection_linux.cc'],
[email protected]83f22072010-03-02 23:47:094060 ],
[email protected]d3a2cef2009-12-22 23:30:184061 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124062 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124063 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]1e40513c2010-07-22 01:00:214064 ],
4065 'conditions': [
4066 ['system_libcros==0', {
4067 'dependencies': [
4068 '../third_party/cros/cros_api.gyp:cros_api',
4069 ],
4070 'include_dirs': [
4071 '../third_party/'
4072 ],
4073 }],
4074 ['system_libcros==1', {
4075 'link_settings': {
4076 'libraries': [
4077 '-lcrosapi',
4078 ],
4079 },
4080 }],
[email protected]d3a2cef2009-12-22 23:30:184081 ],
4082 'actions': [
4083 {
4084 'action_name': 'my_proto',
4085 'inputs': [
4086 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4087 'browser/metrics/system_metrics.proto',
4088 ],
4089 'outputs': [
4090 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc',
4091 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h',
4092 ],
4093 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124094 '../third_party/protobuf/protobuf.gyp:protoc',
[email protected]d3a2cef2009-12-22 23:30:184095 ],
4096 'action': [
4097 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4098 'browser/metrics/system_metrics.proto',
4099 '--cpp_out=<(INTERMEDIATE_DIR)/chrome',
4100 ],
4101 },
4102 ],
4103 }],
[email protected]e215b1d2010-10-28 17:02:204104 ['OS=="linux" and gcc_version==45', {
4105 # Avoid gcc 4.5 miscompilation of template_url.cc
4106 # as per http://crbug.com/41887
4107 'cflags': [
4108 '-fno-ipa-cp',
4109 ],
4110 }],
[email protected]83019902009-12-02 05:32:594111 ],
4112 # Exclude files that should be excluded for all non-Windows platforms.
4113 'sources!': [
[email protected]c5c2a672010-10-01 23:28:044114 'browser/accessibility/browser_accessibility_manager_win.cc',
4115 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]83bfa0b2011-02-01 05:37:464116 'browser/accessibility/browser_accessibility_win.cc',
4117 'browser/accessibility/browser_accessibility_win.h',
[email protected]da2566e12010-03-10 06:23:354118 'browser/aeropeek_manager.cc',
[email protected]83019902009-12-02 05:32:594119 'browser/autocomplete/autocomplete_accessibility.cc',
4120 'browser/bookmarks/bookmark_menu_controller.cc',
4121 'browser/bookmarks/bookmark_menu_controller.h',
[email protected]22aa4b62010-09-02 17:19:464122 'browser/extensions/extension_tts_api_win.cc',
[email protected]f7578f52010-08-30 22:22:494123 'browser/google/google_update.cc',
[email protected]83019902009-12-02 05:32:594124 'browser/history/history_indexer.idl',
4125 'browser/history_tab_ui.cc',
4126 'browser/history_view.cc',
4127 'browser/ime_input.cc',
4128 'browser/importer/ie_importer.cc',
[email protected]83019902009-12-02 05:32:594129 ],
4130 }],
[email protected]5f7e5cb22010-11-15 16:08:104131 [ 'use_openssl==1', {
4132 'sources!': [
4133 'browser/importer/nss_decryptor.cc',
4134 'browser/importer/nss_decryptor_system_nss.cc',
4135 'browser/importer/nss_decryptor_system_nss.h',
[email protected]3f1f8412011-01-19 03:01:234136 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]39ab09832011-01-18 10:41:124137 ]}, {
4138 'sources!': [
[email protected]3f1f8412011-01-19 03:01:234139 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]39ab09832011-01-18 10:41:124140 ]},
4141 ],
[email protected]9d1d8ad52011-03-11 22:58:174142 ['file_manager_extension==1', {
4143 'sources/': [
4144 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4145 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4146 ['include', '^browser/ui/views/file_manager_dialogs.cc'],
4147 ]}, {
4148 'sources/': [
4149 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'],
4150 ]}
4151 ],
[email protected]83019902009-12-02 05:32:594152 ],
4153 },
[email protected]b7b9e032010-03-17 19:48:514154 {
[email protected]86206622010-05-14 05:45:264155 # Protobuf compiler / generate rule for feedback
4156 'target_name': 'userfeedback_proto',
4157 'type': 'none',
4158 'sources': [
4159 'browser/userfeedback/proto/annotations.proto',
[email protected]ac1894a2010-08-22 10:38:544160 'browser/userfeedback/proto/chrome.proto',
[email protected]86206622010-05-14 05:45:264161 'browser/userfeedback/proto/common.proto',
[email protected]86206622010-05-14 05:45:264162 'browser/userfeedback/proto/dom.proto',
4163 'browser/userfeedback/proto/extension.proto',
4164 'browser/userfeedback/proto/math.proto',
4165 'browser/userfeedback/proto/web.proto',
4166 ],
4167 'rules': [
4168 {
4169 'rule_name': 'genproto',
4170 'extension': 'proto',
4171 'inputs': [
4172 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4173 ],
4174 'variables': {
4175 # The protoc compiler requires a proto_path argument with the
4176 # directory containing the .proto file.
4177 # There's no generator variable that corresponds to this, so fake it.
4178 'rule_input_relpath': 'browser/userfeedback/proto',
4179 },
4180 'outputs': [
4181 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4182 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4183 ],
4184 'action': [
4185 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4186 '--proto_path=./<(rule_input_relpath)',
4187 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4188 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4189 ],
4190 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4191 },
4192 ],
4193 'dependencies': [
[email protected]af3176a22010-10-13 18:21:194194 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124195 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]86206622010-05-14 05:45:264196 ],
4197 'direct_dependent_settings': {
4198 'include_dirs': [
4199 '<(protoc_out_dir)',
4200 ]
4201 },
4202 'export_dependent_settings': [
[email protected]af3176a22010-10-13 18:21:194203 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]86206622010-05-14 05:45:264204 ],
[email protected]86206622010-05-14 05:45:264205 },
[email protected]bd1b1d62010-11-11 21:53:164206 {
4207 # Protobuf compiler / generator for the safebrowsing client-side detection
4208 # (csd) request protocol buffer.
4209 'target_name': 'safe_browsing_csd_proto',
4210 'type': 'none',
4211 'sources': [ 'browser/safe_browsing/csd.proto' ],
4212 'rules': [
4213 {
4214 'rule_name': 'genproto',
4215 'extension': 'proto',
4216 'inputs': [
4217 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4218 ],
4219 'variables': {
4220 # The protoc compiler requires a proto_path argument with the
4221 # directory containing the .proto file.
4222 # There's no generator variable that corresponds to this, so fake
4223 # it.
4224 'rule_input_relpath': 'browser/safe_browsing',
4225 },
4226 'outputs': [
4227 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4228 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4229 ],
4230 'action': [
4231 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4232 '--proto_path=./<(rule_input_relpath)',
4233 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4234 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4235 ],
4236 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4237 },
4238 ],
4239 'dependencies': [
4240 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4241 '../third_party/protobuf/protobuf.gyp:protoc#host',
4242 ],
4243 'direct_dependent_settings': {
4244 'include_dirs': [
4245 '<(protoc_out_dir)',
4246 ]
4247 },
4248 'export_dependent_settings': [
4249 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4250 ],
4251 },
[email protected]3882f1f2010-12-10 04:42:264252 {
4253 # Protobuf compiler / generator for the safebrowsing reporting
4254 # protocol buffer.
4255 'target_name': 'safe_browsing_report_proto',
4256 'type': 'none',
4257 'sources': [ 'browser/safe_browsing/report.proto' ],
4258 'rules': [
4259 {
4260 'rule_name': 'genproto',
4261 'extension': 'proto',
4262 'inputs': [
4263 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4264 ],
4265 'variables': {
4266 # The protoc compiler requires a proto_path argument with the
4267 # directory containing the .proto file.
4268 # There's no generator variable that corresponds to this, so fake
4269 # it.
4270 'rule_input_relpath': 'browser/safe_browsing',
4271 },
4272 'outputs': [
4273 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4274 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4275 ],
4276 'action': [
4277 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4278 '--proto_path=./<(rule_input_relpath)',
4279 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4280 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4281 ],
4282 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4283 },
4284 ],
4285 'dependencies': [
4286 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4287 '../third_party/protobuf/protobuf.gyp:protoc#host',
4288 ],
4289 'direct_dependent_settings': {
4290 'include_dirs': [
4291 '<(protoc_out_dir)',
4292 ]
4293 },
4294 'export_dependent_settings': [
4295 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4296 ],
4297 },
[email protected]3828d6f2011-02-24 18:32:214298 {
4299 # Protobuf compiler / generator for the InMemoryURLIndex caching
4300 # protocol buffer.
4301 'target_name': 'in_memory_url_index_cache_proto',
4302 'type': 'none',
4303 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
4304 'rules': [
4305 {
4306 'rule_name': 'genproto',
4307 'extension': 'proto',
4308 'inputs': [
4309 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4310 ],
4311 'variables': {
4312 # The protoc compiler requires a proto_path argument with the
4313 # directory containing the .proto file.
4314 # There's no generator variable that corresponds to this, so fake
4315 # it.
4316 'rule_input_relpath': 'browser/history',
4317 },
4318 'outputs': [
4319 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4320 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4321 ],
4322 'action': [
4323 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4324 '--proto_path=./<(rule_input_relpath)',
4325 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4326 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4327 ],
4328 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4329 },
4330 ],
4331 'dependencies': [
4332 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4333 '../third_party/protobuf/protobuf.gyp:protoc#host',
4334 ],
4335 'direct_dependent_settings': {
4336 'include_dirs': [
4337 '<(protoc_out_dir)',
4338 ]
4339 },
4340 'export_dependent_settings': [
4341 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4342 ],
4343 },
[email protected]83019902009-12-02 05:32:594344 ],
4345}
4346
4347# Local Variables:
4348# tab-width:2
4349# indent-tabs-mode:nil
4350# End:
4351# vim: set expandtab tabstop=2 shiftwidth=2: