blob: 10546bd6439b96b3050e34001ce6c48d8de24f72 [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',
[email protected]5a547332011-05-19 23:18:539 'type': 'static_library',
[email protected]83019902009-12-02 05:32:5910 'dependencies': [
[email protected]f86369722011-02-17 13:25:2311 'app/policy/cloud_policy_codegen.gyp:policy',
[email protected]83bfa0b2011-02-01 05:37:4612 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
[email protected]275538b92010-06-11 07:18:2313 'chrome_extra_resources',
[email protected]83019902009-12-02 05:32:5914 'chrome_resources',
15 'chrome_strings',
[email protected]83bfa0b2011-02-01 05:37:4616 'common',
17 'common_net',
[email protected]43b7a2e2010-09-08 05:47:5118 'debugger',
[email protected]dfb1f492011-03-30 19:58:5819 'in_memory_url_index_cache_proto_cpp',
[email protected]2578c8ab2010-07-15 20:46:3620 'installer_util',
[email protected]fd626782010-01-22 05:26:0621 'platform_locale_settings',
[email protected]83bfa0b2011-02-01 05:37:4622 'profile_import',
[email protected]3882f1f2010-12-10 04:42:2623 'safe_browsing_report_proto',
[email protected]cbc26592011-06-02 20:07:3324 # TODO(sync): Make browser not depend on syncapi_core directly.
25 'syncapi_core',
26 'syncapi_service',
[email protected]83019902009-12-02 05:32:5927 'theme_resources',
[email protected]5ca37da2011-04-21 19:40:1528 'theme_resources_large',
29 'theme_resources_standard',
[email protected]86206622010-05-14 05:45:2630 'userfeedback_proto',
[email protected]74ac3342011-03-18 22:32:5531 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]0dd3a0ab2011-02-18 08:17:4432 '../content/content.gyp:content_browser',
[email protected]4b559b4d2011-04-14 17:37:1433 '../crypto/crypto.gyp:crypto',
[email protected]83019902009-12-02 05:32:5934 '../media/media.gyp:media',
[email protected]e73acd52011-06-03 21:39:1335 '../net/net.gyp:net',
[email protected]7a1f7c6f2011-05-10 21:17:4836 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
[email protected]83019902009-12-02 05:32:5937 '../printing/printing.gyp:printing',
38 '../skia/skia.gyp:skia',
39 '../third_party/bzip2/bzip2.gyp:bzip2',
[email protected]04261032011-07-21 08:42:0840 '../third_party/cld/cld.gyp:cld',
[email protected]ec64212b2010-03-18 01:02:4341 '../third_party/expat/expat.gyp:expat',
[email protected]83bfa0b2011-02-01 05:37:4642 '../third_party/hunspell/hunspell.gyp:hunspell',
[email protected]83019902009-12-02 05:32:5943 '../third_party/icu/icu.gyp:icui18n',
44 '../third_party/icu/icu.gyp:icuuc',
45 '../third_party/libjingle/libjingle.gyp:libjingle',
[email protected]515c4ed2011-05-05 00:38:4446 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
[email protected]c50a9482011-05-06 22:53:3447 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
[email protected]83019902009-12-02 05:32:5948 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/npapi/npapi.gyp:npapi',
[email protected]8cfb5912011-03-08 21:27:2150 '../ui/base/strings/ui_strings.gyp:ui_strings',
[email protected]b9b751f22011-03-25 14:04:1251 '../ui/gfx/surface/surface.gyp:surface',
[email protected]29b25d092011-06-29 20:57:3452 '../ui/ui.gyp:ui_resources',
[email protected]69d3dfe82010-05-14 03:21:5553 '../webkit/support/webkit_support.gyp:appcache',
[email protected]22339b12010-08-27 18:29:2454 '../webkit/support/webkit_support.gyp:blob',
[email protected]69d3dfe82010-05-14 03:21:5555 '../webkit/support/webkit_support.gyp:database',
[email protected]f05ca652010-09-16 04:46:1456 '../webkit/support/webkit_support.gyp:fileapi',
[email protected]69d3dfe82010-05-14 03:21:5557 '../webkit/support/webkit_support.gyp:glue',
[email protected]3ea7dc512011-02-22 21:15:5358 '../webkit/support/webkit_support.gyp:quota',
[email protected]69d3dfe82010-05-14 03:21:5559 '../webkit/support/webkit_support.gyp:webkit_resources',
[email protected]83019902009-12-02 05:32:5960 ],
61 'include_dirs': [
62 '..',
63 '<(INTERMEDIATE_DIR)',
64 ],
65 'defines': [
66 '<@(nacl_defines)',
67 ],
[email protected]3b32fa62010-02-25 23:17:0968 'direct_dependent_settings': {
69 'defines': [
70 '<@(nacl_defines)',
71 ],
72 },
[email protected]83019902009-12-02 05:32:5973 'sources': [
74 # All .cc, .h, .m, and .mm files under browser except for tests and
75 # mocks.
[email protected]1a47d7e2010-10-15 00:37:2476 'browser/about_flags.cc',
77 'browser/about_flags.h',
[email protected]dcddcdb02010-02-23 09:10:1378 'browser/accessibility_events.cc',
[email protected]83bfa0b2011-02-01 05:37:4679 'browser/accessibility_events.h',
[email protected]da2566e12010-03-10 06:23:3580 'browser/aeropeek_manager.cc',
81 'browser/aeropeek_manager.h',
[email protected]83019902009-12-02 05:32:5982 'browser/alternate_nav_url_fetcher.cc',
83 'browser/alternate_nav_url_fetcher.h',
84 'browser/app_controller_cppsafe_mac.h',
85 'browser/app_controller_mac.h',
86 'browser/app_controller_mac.mm',
[email protected]f7be2197b2010-04-23 00:20:4487 'browser/app_icon_win.cc',
88 'browser/app_icon_win.h',
[email protected]83019902009-12-02 05:32:5989 'browser/autocomplete/autocomplete.cc',
90 'browser/autocomplete/autocomplete.h',
91 'browser/autocomplete/autocomplete_accessibility.cc',
92 'browser/autocomplete/autocomplete_accessibility.h',
[email protected]69c579e2010-04-23 20:01:0093 'browser/autocomplete/autocomplete_classifier.cc',
94 'browser/autocomplete/autocomplete_classifier.h',
[email protected]28b6e252011-02-16 16:31:2795 'browser/autocomplete/autocomplete_controller_delegate.h',
[email protected]83019902009-12-02 05:32:5996 'browser/autocomplete/autocomplete_edit.cc',
97 'browser/autocomplete/autocomplete_edit.h',
[email protected]9ac40092010-10-27 23:05:2698 'browser/autocomplete/autocomplete_match.cc',
99 'browser/autocomplete/autocomplete_match.h',
[email protected]83019902009-12-02 05:32:59100 'browser/autocomplete/autocomplete_popup_model.cc',
101 'browser/autocomplete/autocomplete_popup_model.h',
102 'browser/autocomplete/autocomplete_popup_view.h',
[email protected]1b6f6ff2011-02-23 01:13:10103 'browser/autocomplete/builtin_provider.cc',
104 'browser/autocomplete/builtin_provider.h',
[email protected]ffc44872011-04-06 12:01:43105 'browser/autocomplete/extension_app_provider.cc',
106 'browser/autocomplete/extension_app_provider.h',
[email protected]83019902009-12-02 05:32:59107 'browser/autocomplete/history_contents_provider.cc',
108 'browser/autocomplete/history_contents_provider.h',
[email protected]497606b2010-10-12 17:31:23109 'browser/autocomplete/history_provider.cc',
110 'browser/autocomplete/history_provider.h',
[email protected]bbf7e53f2010-08-21 03:48:22111 'browser/autocomplete/history_provider_util.cc',
112 'browser/autocomplete/history_provider_util.h',
[email protected]7c6821d2010-08-04 16:07:34113 'browser/autocomplete/history_quick_provider.cc',
114 'browser/autocomplete/history_quick_provider.h',
[email protected]83019902009-12-02 05:32:59115 'browser/autocomplete/history_url_provider.cc',
116 'browser/autocomplete/history_url_provider.h',
117 'browser/autocomplete/keyword_provider.cc',
118 'browser/autocomplete/keyword_provider.h',
119 'browser/autocomplete/search_provider.cc',
120 'browser/autocomplete/search_provider.h',
[email protected]0ebad8d2011-06-29 18:13:57121 'browser/autocomplete/shortcuts_provider.cc',
122 'browser/autocomplete/shortcuts_provider.h',
[email protected]c620fd52011-07-22 18:33:29123 'browser/autocomplete/shortcuts_provider_shortcut.cc',
124 'browser/autocomplete/shortcuts_provider_shortcut.h',
[email protected]6db0def92010-03-02 19:55:45125 'browser/autocomplete_history_manager.cc',
126 'browser/autocomplete_history_manager.h',
[email protected]ab2d6f992010-01-04 22:57:19127 'browser/autofill/address.cc',
128 'browser/autofill/address.h',
[email protected]83bfa0b2011-02-01 05:37:46129 'browser/autofill/address_field.cc',
130 'browser/autofill/address_field.h',
131 'browser/autofill/autofill-inl.h',
[email protected]cf8ebbb2010-07-08 22:34:38132 'browser/autofill/autofill_cc_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:46133 'browser/autofill/autofill_cc_infobar_delegate.h',
[email protected]35401022011-02-25 23:47:13134 'browser/autofill/autofill_country.cc',
135 'browser/autofill/autofill_country.h',
[email protected]427b7da72010-03-22 21:23:18136 'browser/autofill/autofill_download.cc',
137 'browser/autofill/autofill_download.h',
[email protected]40916632011-07-02 01:11:01138 'browser/autofill/autofill_feedback_infobar_delegate.cc',
139 'browser/autofill/autofill_feedback_infobar_delegate.h',
[email protected]83019902009-12-02 05:32:59140 'browser/autofill/autofill_field.cc',
141 'browser/autofill/autofill_field.h',
[email protected]f69c8852010-10-12 02:36:46142 'browser/autofill/autofill_ie_toolbar_import_win.cc',
143 'browser/autofill/autofill_ie_toolbar_import_win.h',
[email protected]83019902009-12-02 05:32:59144 'browser/autofill/autofill_manager.cc',
145 'browser/autofill/autofill_manager.h',
[email protected]6ee50a82010-11-24 07:04:03146 'browser/autofill/autofill_metrics.cc',
147 'browser/autofill/autofill_metrics.h',
[email protected]0f1a6802010-01-07 23:13:09148 'browser/autofill/autofill_profile.cc',
149 'browser/autofill/autofill_profile.h',
[email protected]a70b1402011-06-02 22:35:43150 'browser/autofill/autofill_regexes.cc',
151 'browser/autofill/autofill_regexes.h',
[email protected]2a958552011-05-05 04:01:21152 'browser/autofill/autofill_scanner.cc',
153 'browser/autofill/autofill_scanner.h',
[email protected]83019902009-12-02 05:32:59154 'browser/autofill/autofill_type.cc',
155 'browser/autofill/autofill_type.h',
[email protected]ec64212b2010-03-18 01:02:43156 'browser/autofill/autofill_xml_parser.cc',
157 'browser/autofill/autofill_xml_parser.h',
[email protected]6c178512010-01-04 20:27:25158 'browser/autofill/contact_info.cc',
159 'browser/autofill/contact_info.h',
[email protected]d02de452010-01-06 20:25:41160 'browser/autofill/credit_card.cc',
161 'browser/autofill/credit_card.h',
[email protected]83bfa0b2011-02-01 05:37:46162 'browser/autofill/credit_card_field.cc',
163 'browser/autofill/credit_card_field.h',
[email protected]2a958552011-05-05 04:01:21164 'browser/autofill/email_field.cc',
165 'browser/autofill/email_field.h',
[email protected]ddb1e5a2010-12-13 20:10:45166 'browser/autofill/fax_number.cc',
[email protected]3db3ff62010-01-07 00:35:39167 'browser/autofill/fax_number.h',
[email protected]83019902009-12-02 05:32:59168 'browser/autofill/field_types.h',
[email protected]e2d86672009-12-09 23:42:34169 'browser/autofill/form_field.cc',
170 'browser/autofill/form_field.h',
[email protected]a7b29dd2010-07-12 22:40:06171 'browser/autofill/form_group.cc',
[email protected]85b2c132009-12-22 02:02:58172 'browser/autofill/form_group.h',
[email protected]83019902009-12-02 05:32:59173 'browser/autofill/form_structure.cc',
174 'browser/autofill/form_structure.h',
[email protected]e4be2dd2010-12-14 00:44:39175 'browser/autofill/home_phone_number.cc',
[email protected]3db3ff62010-01-07 00:35:39176 'browser/autofill/home_phone_number.h',
[email protected]1cf1f462009-12-17 00:02:05177 'browser/autofill/name_field.cc',
178 'browser/autofill/name_field.h',
[email protected]83019902009-12-02 05:32:59179 'browser/autofill/personal_data_manager.cc',
180 'browser/autofill/personal_data_manager.h',
[email protected]6842a3f2010-03-09 17:39:44181 'browser/autofill/personal_data_manager_mac.mm',
[email protected]a7e585a2011-08-08 20:32:54182 'browser/autofill/personal_data_manager_observer.h',
[email protected]cfb77312009-12-11 00:18:25183 'browser/autofill/phone_field.cc',
184 'browser/autofill/phone_field.h',
[email protected]3db3ff62010-01-07 00:35:39185 'browser/autofill/phone_number.cc',
186 'browser/autofill/phone_number.h',
[email protected]c50a9482011-05-06 22:53:34187 'browser/autofill/phone_number_i18n.cc',
188 'browser/autofill/phone_number_i18n.h',
[email protected]967d2f2e2010-07-24 00:15:39189 'browser/autofill/select_control_handler.cc',
190 'browser/autofill/select_control_handler.h',
[email protected]0f1afed2010-12-15 17:22:28191 'browser/automation/automation_browser_tracker.cc',
[email protected]83019902009-12-02 05:32:59192 'browser/automation/automation_browser_tracker.h',
[email protected]790788ac2010-04-06 17:52:19193 'browser/automation/automation_extension_tracker.cc',
194 'browser/automation/automation_extension_tracker.h',
[email protected]83019902009-12-02 05:32:59195 'browser/automation/automation_provider.cc',
196 'browser/automation/automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46197 'browser/automation/automation_provider_gtk.cc',
[email protected]7c983cc2010-07-16 11:33:34198 'browser/automation/automation_provider_json.cc',
[email protected]83bfa0b2011-02-01 05:37:46199 'browser/automation/automation_provider_json.h',
[email protected]83019902009-12-02 05:32:59200 'browser/automation/automation_provider_list.cc',
[email protected]83bfa0b2011-02-01 05:37:46201 'browser/automation/automation_provider_list.h',
[email protected]83019902009-12-02 05:32:59202 'browser/automation/automation_provider_list_generic.cc',
203 'browser/automation/automation_provider_list_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46204 'browser/automation/automation_provider_mac.mm',
[email protected]83019902009-12-02 05:32:59205 'browser/automation/automation_provider_observers.cc',
206 'browser/automation/automation_provider_observers.h',
[email protected]8989bb42011-03-26 00:33:21207 'browser/automation/automation_provider_observers_chromeos.cc',
[email protected]83bfa0b2011-02-01 05:37:46208 'browser/automation/automation_provider_win.cc',
[email protected]83019902009-12-02 05:32:59209 'browser/automation/automation_resource_message_filter.cc',
210 'browser/automation/automation_resource_message_filter.h',
211 'browser/automation/automation_resource_tracker.cc',
212 'browser/automation/automation_resource_tracker.h',
[email protected]eb0bff942011-04-07 22:08:38213 'browser/automation/automation_tab_helper.cc',
214 'browser/automation/automation_tab_helper.h',
[email protected]7e4468d52010-09-22 19:42:00215 'browser/automation/automation_tab_tracker.cc',
[email protected]83019902009-12-02 05:32:59216 'browser/automation/automation_tab_tracker.h',
[email protected]7e7848b2011-05-04 01:35:14217 'browser/automation/automation_util.cc',
218 'browser/automation/automation_util.h',
[email protected]7e4468d52010-09-22 19:42:00219 'browser/automation/automation_window_tracker.cc',
[email protected]cce6f1b2010-08-18 18:33:00220 'browser/automation/automation_window_tracker.h',
[email protected]e253b2612009-12-10 21:55:08221 'browser/automation/chrome_frame_automation_provider.cc',
222 'browser/automation/chrome_frame_automation_provider.h',
[email protected]83bfa0b2011-02-01 05:37:46223 'browser/automation/testing_automation_provider.cc',
224 'browser/automation/testing_automation_provider.h',
[email protected]ff52c162011-02-01 19:42:29225 'browser/automation/testing_automation_provider_chromeos.cc',
[email protected]7256dab2010-08-23 22:35:18226 'browser/automation/testing_automation_provider_gtk.cc',
227 'browser/automation/testing_automation_provider_mac.mm',
[email protected]78962e2e2010-08-25 17:33:34228 'browser/automation/testing_automation_provider_views.cc',
[email protected]7256dab2010-08-23 22:35:18229 'browser/automation/testing_automation_provider_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46230 'browser/automation/ui_controls.h',
[email protected]1e605472010-12-16 21:41:40231 'browser/automation/ui_controls_internal.cc',
[email protected]853300a82010-07-27 21:17:57232 'browser/automation/ui_controls_internal.h',
[email protected]83019902009-12-02 05:32:59233 'browser/automation/ui_controls_linux.cc',
[email protected]1b5a48c2010-04-29 23:08:30234 'browser/automation/ui_controls_mac.mm',
[email protected]83019902009-12-02 05:32:59235 'browser/automation/ui_controls_win.cc',
[email protected]83bfa0b2011-02-01 05:37:46236 'browser/automation/url_request_automation_job.cc',
237 'browser/automation/url_request_automation_job.h',
[email protected]a07676b22011-06-17 16:36:53238 'browser/background/background_application_list_model.cc',
239 'browser/background/background_application_list_model.h',
240 'browser/background/background_contents_service.cc',
241 'browser/background/background_contents_service.h',
242 'browser/background/background_contents_service_factory.cc',
243 'browser/background/background_contents_service_factory.h',
244 'browser/background/background_mode_manager.cc',
245 'browser/background/background_mode_manager.h',
246 'browser/background/background_mode_manager_chromeos.cc',
247 'browser/background/background_mode_manager_linux.cc',
248 'browser/background/background_mode_manager_mac.mm',
249 'browser/background/background_mode_manager_win.cc',
[email protected]ddb1e5a2010-12-13 20:10:45250 'browser/bookmarks/base_bookmark_model_observer.cc',
251 'browser/bookmarks/base_bookmark_model_observer.h',
[email protected]83019902009-12-02 05:32:59252 'browser/bookmarks/bookmark_codec.cc',
253 'browser/bookmarks/bookmark_codec.h',
254 'browser/bookmarks/bookmark_context_menu_controller.cc',
255 'browser/bookmarks/bookmark_context_menu_controller.h',
[email protected]83019902009-12-02 05:32:59256 'browser/bookmarks/bookmark_drop_info.cc',
257 'browser/bookmarks/bookmark_drop_info.h',
[email protected]a0835ac2010-09-13 19:40:08258 'browser/bookmarks/bookmark_editor.cc',
[email protected]83019902009-12-02 05:32:59259 'browser/bookmarks/bookmark_editor.h',
[email protected]c58c5ea2011-07-13 21:43:16260 'browser/bookmarks/bookmark_expanded_state_tracker.cc',
261 'browser/bookmarks/bookmark_expanded_state_tracker.h',
[email protected]d31c4a52010-04-12 21:41:02262 'browser/bookmarks/bookmark_folder_editor_controller.cc',
263 'browser/bookmarks/bookmark_folder_editor_controller.h',
[email protected]83019902009-12-02 05:32:59264 'browser/bookmarks/bookmark_html_writer.cc',
265 'browser/bookmarks/bookmark_html_writer.h',
[email protected]83bfa0b2011-02-01 05:37:46266 'browser/bookmarks/bookmark_index.cc',
267 'browser/bookmarks/bookmark_index.h',
[email protected]83019902009-12-02 05:32:59268 'browser/bookmarks/bookmark_model.cc',
269 'browser/bookmarks/bookmark_model.h',
270 'browser/bookmarks/bookmark_model_observer.h',
[email protected]dd0598522010-11-26 23:12:49271 'browser/bookmarks/bookmark_node_data.cc',
272 'browser/bookmarks/bookmark_node_data.h',
[email protected]0fe52a02010-02-06 00:39:25273 'browser/bookmarks/bookmark_pasteboard_helper_mac.h',
274 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm',
[email protected]83019902009-12-02 05:32:59275 'browser/bookmarks/bookmark_service.h',
276 'browser/bookmarks/bookmark_storage.cc',
277 'browser/bookmarks/bookmark_storage.h',
[email protected]83019902009-12-02 05:32:59278 'browser/bookmarks/bookmark_utils.cc',
279 'browser/bookmarks/bookmark_utils.h',
[email protected]4bdde602010-06-16 03:17:35280 'browser/bookmarks/recently_used_folders_combo_model.cc',
[email protected]541f55a2010-09-07 16:42:53281 'browser/bookmarks/recently_used_folders_combo_model.h',
[email protected]83019902009-12-02 05:32:59282 'browser/browser_about_handler.cc',
283 'browser/browser_about_handler.h',
[email protected]83019902009-12-02 05:32:59284 'browser/browser_main.cc',
[email protected]85acecb2011-08-05 05:28:05285 'browser/browser_main.h',
[email protected]83019902009-12-02 05:32:59286 'browser/browser_main_gtk.cc',
[email protected]c6032e82010-09-13 20:06:05287 'browser/browser_main_gtk.h',
[email protected]83019902009-12-02 05:32:59288 'browser/browser_main_mac.mm',
[email protected]f8abf722010-07-07 19:46:24289 'browser/browser_main_posix.cc',
[email protected]1fec64352010-07-27 13:55:21290 'browser/browser_main_posix.h',
[email protected]83019902009-12-02 05:32:59291 'browser/browser_main_win.cc',
292 'browser/browser_main_win.h',
[email protected]83019902009-12-02 05:32:59293 'browser/browser_process.cc',
294 'browser/browser_process.h',
295 'browser/browser_process_impl.cc',
296 'browser/browser_process_impl.h',
[email protected]0ac83682010-01-22 17:46:27297 'browser/browser_process_sub_thread.cc',
298 'browser/browser_process_sub_thread.h',
[email protected]83019902009-12-02 05:32:59299 'browser/browser_shutdown.cc',
300 'browser/browser_shutdown.h',
[email protected]83bfa0b2011-02-01 05:37:46301 'browser/browser_signin.cc',
302 'browser/browser_signin.h',
[email protected]83019902009-12-02 05:32:59303 'browser/browser_trial.cc',
304 'browser/browser_trial.h',
[email protected]a3abd5572011-04-15 02:09:33305 'browser/browser_util_win.cc',
306 'browser/browser_util_win.h',
[email protected]f26795eb2010-02-26 23:45:35307 'browser/browsing_data_appcache_helper.cc',
308 'browser/browsing_data_appcache_helper.h',
[email protected]b5c6e302010-02-10 18:13:40309 'browser/browsing_data_database_helper.cc',
310 'browser/browsing_data_database_helper.h',
[email protected]de5480fa2011-05-26 22:07:36311 'browser/browsing_data_file_system_helper.cc',
312 'browser/browsing_data_file_system_helper.h',
[email protected]2823fb242010-09-23 08:53:26313 'browser/browsing_data_indexed_db_helper.cc',
314 'browser/browsing_data_indexed_db_helper.h',
[email protected]8f9aefd2010-01-25 13:50:48315 'browser/browsing_data_local_storage_helper.cc',
316 'browser/browsing_data_local_storage_helper.h',
[email protected]a9e3ec42011-08-09 06:48:30317 'browser/browsing_data_quota_helper.cc',
318 'browser/browsing_data_quota_helper.h',
319 'browser/browsing_data_quota_helper_impl.cc',
320 'browser/browsing_data_quota_helper_impl.h',
[email protected]83019902009-12-02 05:32:59321 'browser/browsing_data_remover.cc',
322 'browser/browsing_data_remover.h',
[email protected]43461682010-10-29 00:52:36323 'browser/bug_report_data.cc',
[email protected]83bfa0b2011-02-01 05:37:46324 'browser/bug_report_data.h',
[email protected]83019902009-12-02 05:32:59325 'browser/bug_report_util.cc',
326 'browser/bug_report_util.h',
[email protected]4f242962011-05-13 22:25:22327 'browser/certificate_manager_model.cc',
328 'browser/certificate_manager_model.h',
329 'browser/certificate_viewer.cc',
330 'browser/certificate_viewer.h',
[email protected]86206622010-05-14 05:45:26331 # TODO(rkc): Find a better way to include these files
332 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc',
[email protected]ac1894a2010-08-22 10:38:54333 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
[email protected]86206622010-05-14 05:45:26334 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
[email protected]86206622010-05-14 05:45:26335 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
336 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
337 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
338 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
[email protected]83019902009-12-02 05:32:59339 'browser/character_encoding.cc',
340 'browser/character_encoding.h',
[email protected]83019902009-12-02 05:32:59341 'browser/chrome_browser_application_mac.h',
342 'browser/chrome_browser_application_mac.mm',
[email protected]d977f9c2011-03-14 16:10:26343 'browser/chrome_content_browser_client.cc',
344 'browser/chrome_content_browser_client.h',
[email protected]97e6c4c2011-05-18 16:08:51345 'browser/chrome_plugin_message_filter.cc',
346 'browser/chrome_plugin_message_filter.h',
[email protected]317f96c92011-05-31 06:53:41347 'browser/chrome_quota_permission_context.cc',
348 'browser/chrome_quota_permission_context.h',
[email protected]5327dfb2011-05-03 17:50:36349 'browser/chrome_worker_message_filter.cc',
350 'browser/chrome_worker_message_filter.h',
[email protected]d8ddb862011-07-21 10:19:50351 'browser/chromeos/accessibility_util.cc',
352 'browser/chromeos/accessibility_util.h',
[email protected]d032b3792010-06-07 22:02:39353 'browser/chromeos/audio_handler.cc',
354 'browser/chromeos/audio_handler.h',
[email protected]51dfe5e32011-01-12 00:21:14355 'browser/chromeos/audio_mixer.h',
356 'browser/chromeos/audio_mixer_alsa.cc',
357 'browser/chromeos/audio_mixer_alsa.h',
[email protected]ac4bf502010-05-04 16:58:07358 'browser/chromeos/boot_times_loader.cc',
359 'browser/chromeos/boot_times_loader.h',
[email protected]90fd2a42010-12-10 19:50:37360 'browser/chromeos/brightness_bubble.cc',
361 'browser/chromeos/brightness_bubble.h',
362 'browser/chromeos/brightness_observer.cc',
363 'browser/chromeos/brightness_observer.h',
[email protected]5f449baa2010-10-08 20:29:59364 'browser/chromeos/browser_main_chromeos.cc',
365 'browser/chromeos/browser_main_chromeos.h',
[email protected]8d250bb2011-04-14 14:21:22366 'browser/chromeos/choose_mobile_network_dialog.cc',
367 'browser/chromeos/choose_mobile_network_dialog.h',
[email protected]90fd2a42010-12-10 19:50:37368 'browser/chromeos/cros/brightness_library.cc',
369 'browser/chromeos/cros/brightness_library.h',
[email protected]4a6861a2010-08-23 19:04:46370 'browser/chromeos/cros/burn_library.cc',
371 'browser/chromeos/cros/burn_library.h',
[email protected]c175cdb2011-06-28 20:41:55372 'browser/chromeos/cros/cert_library.cc',
373 'browser/chromeos/cros/cert_library.h',
[email protected]268b02f2010-02-04 21:07:15374 'browser/chromeos/cros/cros_library.cc',
375 'browser/chromeos/cros/cros_library.h',
[email protected]ad8a6ea2010-03-11 00:05:02376 'browser/chromeos/cros/cryptohome_library.cc',
377 'browser/chromeos/cros/cryptohome_library.h',
[email protected]73cea4cc2011-02-02 19:07:27378 'browser/chromeos/cros/libcros_service_library.cc',
[email protected]50f9c552011-03-09 14:15:39379 'browser/chromeos/cros/libcros_service_library.h',
[email protected]eb32c2f2011-07-22 22:34:02380 'browser/chromeos/cros/library_loader.cc',
381 'browser/chromeos/cros/library_loader.h',
[email protected]268b02f2010-02-04 21:07:15382 'browser/chromeos/cros/login_library.cc',
383 'browser/chromeos/cros/login_library.h',
384 'browser/chromeos/cros/mount_library.cc',
385 'browser/chromeos/cros/mount_library.h',
386 'browser/chromeos/cros/network_library.cc',
387 'browser/chromeos/cros/network_library.h',
388 'browser/chromeos/cros/power_library.cc',
389 'browser/chromeos/cros/power_library.h',
[email protected]a39c2d12010-05-14 23:48:27390 'browser/chromeos/cros/screen_lock_library.cc',
391 'browser/chromeos/cros/screen_lock_library.h',
[email protected]b1220622010-04-28 22:46:16392 'browser/chromeos/cros/speech_synthesis_library.cc',
393 'browser/chromeos/cros/speech_synthesis_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]eed367e2011-04-12 03:43:31407 'browser/chromeos/extensions/file_browser_event_router.cc',
408 'browser/chromeos/extensions/file_browser_event_router.h',
[email protected]be5bd5742011-07-14 07:21:01409 'browser/chromeos/extensions/input_method_event_router.cc',
410 'browser/chromeos/extensions/input_method_event_router.h',
[email protected]ce9802042011-05-27 10:11:40411 'browser/chromeos/extensions/media_player_event_router.cc',
412 'browser/chromeos/extensions/media_player_event_router.h',
[email protected]83019902009-12-02 05:32:59413 'browser/chromeos/external_metrics.cc',
414 'browser/chromeos/external_metrics.h',
415 'browser/chromeos/external_protocol_dialog.cc',
416 'browser/chromeos/external_protocol_dialog.h',
[email protected]da9941e2011-05-02 16:35:33417 'browser/chromeos/frame/browser_frame_view_chromeos.cc',
418 'browser/chromeos/frame/browser_frame_view_chromeos.h',
[email protected]4fe042f2010-12-14 16:41:40419 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc',
[email protected]17e64222010-02-12 23:32:42420 'browser/chromeos/frame/browser_view.cc',
421 'browser/chromeos/frame/browser_view.h',
[email protected]5afc7052010-09-29 16:50:58422 'browser/chromeos/frame/bubble_frame_view.cc',
423 'browser/chromeos/frame/bubble_frame_view.h',
424 'browser/chromeos/frame/bubble_window.cc',
425 'browser/chromeos/frame/bubble_window.h',
[email protected]f8994c22011-08-02 22:46:01426 'browser/chromeos/frame/bubble_window_style.cc',
427 'browser/chromeos/frame/bubble_window_style.h',
428 'browser/chromeos/frame/bubble_window_views.cc',
429 'browser/chromeos/frame/bubble_window_views.h',
[email protected]f4455c162011-06-28 18:25:40430 'browser/chromeos/frame/layout_mode_button.cc',
431 'browser/chromeos/frame/layout_mode_button.h',
[email protected]17e64222010-02-12 23:32:42432 'browser/chromeos/frame/panel_browser_view.cc',
433 'browser/chromeos/frame/panel_browser_view.h',
434 'browser/chromeos/frame/panel_controller.cc',
435 'browser/chromeos/frame/panel_controller.h',
[email protected]83019902009-12-02 05:32:59436 'browser/chromeos/gview_request_interceptor.cc',
[email protected]e22fbfc2010-06-26 02:35:30437 'browser/chromeos/gview_request_interceptor.h',
[email protected]2d153002011-01-28 06:49:22438 'browser/chromeos/input_method/candidate_window.cc',
[email protected]83bfa0b2011-02-01 05:37:46439 'browser/chromeos/input_method/candidate_window.h',
[email protected]dc7b0942011-06-15 06:45:53440 'browser/chromeos/input_method/ibus_controller.cc',
441 'browser/chromeos/input_method/ibus_controller.h',
[email protected]c5e8a3b2011-07-01 09:58:52442 'browser/chromeos/input_method/ibus_engine_controller.cc',
443 'browser/chromeos/input_method/ibus_engine_controller.h',
[email protected]c6b40c12011-07-22 16:19:58444 'browser/chromeos/input_method/ibus_keymap.cc',
445 'browser/chromeos/input_method/ibus_keymap.h',
[email protected]81598b22011-06-24 01:07:37446 'browser/chromeos/input_method/ibus_ui_controller.cc',
447 'browser/chromeos/input_method/ibus_ui_controller.h',
[email protected]3768ee102011-07-07 05:23:49448 'browser/chromeos/input_method/input_method_engine.cc',
449 'browser/chromeos/input_method/input_method_engine.h',
[email protected]c8d4e9462011-06-29 23:18:57450 'browser/chromeos/input_method/input_method_manager.cc',
451 'browser/chromeos/input_method/input_method_manager.h',
[email protected]1e8e7652010-06-18 10:12:21452 'browser/chromeos/input_method/input_method_util.cc',
453 'browser/chromeos/input_method/input_method_util.h',
[email protected]fa97c0382011-06-15 02:04:54454 'browser/chromeos/input_method/virtual_keyboard_selector.cc',
455 'browser/chromeos/input_method/virtual_keyboard_selector.h',
[email protected]c010f632011-04-01 06:44:39456 'browser/chromeos/input_method/xkeyboard.cc',
457 'browser/chromeos/input_method/xkeyboard.h',
[email protected]401d8812010-08-19 08:37:24458 'browser/chromeos/language_preferences.cc',
459 'browser/chromeos/language_preferences.h',
[email protected]61d68ef12011-01-13 14:02:56460 'browser/chromeos/locale_change_guard.cc',
[email protected]83bfa0b2011-02-01 05:37:46461 'browser/chromeos/locale_change_guard.h',
[email protected]1b36b742010-09-22 17:04:18462 'browser/chromeos/login/auth_attempt_state.cc',
463 'browser/chromeos/login/auth_attempt_state.h',
464 'browser/chromeos/login/auth_attempt_state_resolver.cc',
465 'browser/chromeos/login/auth_attempt_state_resolver.h',
[email protected]d7883d02010-04-02 15:45:28466 'browser/chromeos/login/auth_response_handler.cc',
467 'browser/chromeos/login/auth_response_handler.h',
[email protected]83bfa0b2011-02-01 05:37:46468 'browser/chromeos/login/authentication_notification_details.h',
469 'browser/chromeos/login/authenticator.cc',
470 'browser/chromeos/login/authenticator.h',
[email protected]ad30e062010-04-05 18:11:18471 'browser/chromeos/login/background_view.cc',
472 'browser/chromeos/login/background_view.h',
[email protected]770e03b2011-03-18 11:27:05473 'browser/chromeos/login/base_login_display_host.cc',
474 'browser/chromeos/login/base_login_display_host.h',
[email protected]413a5312011-05-27 15:14:11475 'browser/chromeos/login/base_login_display_host.h',
[email protected]64ec0342010-06-03 13:00:40476 'browser/chromeos/login/camera.cc',
477 'browser/chromeos/login/camera.h',
[email protected]69be2e532011-04-01 07:52:08478 'browser/chromeos/login/camera_controller.cc',
479 'browser/chromeos/login/camera_controller.h',
[email protected]551707a2010-06-16 16:59:47480 'browser/chromeos/login/captcha_view.cc',
481 'browser/chromeos/login/captcha_view.h',
[email protected]2e47c7c22010-03-19 17:14:25482 'browser/chromeos/login/client_login_response_handler.cc',
483 'browser/chromeos/login/client_login_response_handler.h',
[email protected]ad30e062010-04-05 18:11:18484 'browser/chromeos/login/cookie_fetcher.cc',
485 'browser/chromeos/login/cookie_fetcher.h',
[email protected]1b36b742010-09-22 17:04:18486 'browser/chromeos/login/cryptohome_op.cc',
487 'browser/chromeos/login/cryptohome_op.h',
[email protected]19ac2362011-05-04 22:51:20488 'browser/chromeos/login/default_images_view.cc',
489 'browser/chromeos/login/default_images_view.h',
490 'browser/chromeos/login/default_user_images.cc',
[email protected]3d2b0502011-04-26 16:09:17491 'browser/chromeos/login/default_user_images.h',
[email protected]a26c85a472011-03-24 17:08:15492 'browser/chromeos/login/enterprise_enrollment_screen.cc',
493 'browser/chromeos/login/enterprise_enrollment_screen.h',
[email protected]6c51eb02011-07-22 12:38:28494 'browser/chromeos/login/enterprise_enrollment_screen_actor.h',
[email protected]6a33bb92011-07-28 02:41:19495 'browser/chromeos/login/enterprise_enrollment_screen_actor.cc',
[email protected]a26c85a472011-03-24 17:08:15496 'browser/chromeos/login/enterprise_enrollment_view.cc',
497 'browser/chromeos/login/enterprise_enrollment_view.h',
[email protected]26c41bb2011-05-27 11:14:39498 'browser/chromeos/login/eula_screen.cc',
499 'browser/chromeos/login/eula_screen.h',
500 'browser/chromeos/login/eula_screen_actor.h',
[email protected]6e648942010-07-14 12:52:23501 'browser/chromeos/login/eula_view.cc',
502 'browser/chromeos/login/eula_view.h',
[email protected]507c71072010-03-12 21:56:17503 'browser/chromeos/login/existing_user_controller.cc',
504 'browser/chromeos/login/existing_user_controller.h',
[email protected]b15ffb182010-08-03 10:09:39505 'browser/chromeos/login/existing_user_view.cc',
506 'browser/chromeos/login/existing_user_view.h',
[email protected]83a4301f2010-02-22 22:01:26507 'browser/chromeos/login/google_authenticator.cc',
508 'browser/chromeos/login/google_authenticator.h',
[email protected]a0779002010-10-06 14:53:36509 'browser/chromeos/login/guest_user_view.cc',
510 'browser/chromeos/login/guest_user_view.h',
[email protected]063bb2b22010-09-06 15:59:08511 'browser/chromeos/login/help_app_launcher.cc',
512 'browser/chromeos/login/help_app_launcher.h',
[email protected]8a6d0082010-06-02 12:34:22513 'browser/chromeos/login/helper.cc',
[email protected]d63b52152010-09-17 12:29:42514 'browser/chromeos/login/helper.h',
[email protected]0ae17ad42010-08-20 09:48:46515 'browser/chromeos/login/html_page_screen.cc',
516 'browser/chromeos/login/html_page_screen.h',
[email protected]1b36b742010-09-22 17:04:18517 'browser/chromeos/login/image_decoder.cc',
518 'browser/chromeos/login/image_decoder.h',
519 'browser/chromeos/login/image_downloader.cc',
520 'browser/chromeos/login/image_downloader.h',
521 'browser/chromeos/login/issue_response_handler.cc',
522 'browser/chromeos/login/issue_response_handler.h',
[email protected]e161c1912010-10-09 13:49:03523 'browser/chromeos/login/keyboard_switch_menu.cc',
524 'browser/chromeos/login/keyboard_switch_menu.h',
[email protected]200f7af32011-07-27 13:45:13525 'browser/chromeos/login/language_list.cc',
526 'browser/chromeos/login/language_list.h',
[email protected]4caf6262010-06-17 14:05:43527 'browser/chromeos/login/language_switch_menu.cc',
528 'browser/chromeos/login/language_switch_menu.h',
[email protected]770e03b2011-03-18 11:27:05529 'browser/chromeos/login/login_display.cc',
[email protected]413a5312011-05-27 15:14:11530 'browser/chromeos/login/login_display.h',
[email protected]770e03b2011-03-18 11:27:05531 'browser/chromeos/login/login_display_host.h',
[email protected]dfdcdab2010-06-09 16:20:05532 'browser/chromeos/login/login_html_dialog.cc',
533 'browser/chromeos/login/login_html_dialog.h',
[email protected]cd5d0b1c2010-09-29 16:32:50534 'browser/chromeos/login/login_performer.cc',
535 'browser/chromeos/login/login_performer.h',
[email protected]7bde5e92011-05-15 20:24:28536 'browser/chromeos/login/login_status_consumer.cc',
[email protected]83a4301f2010-02-22 22:01:26537 'browser/chromeos/login/login_status_consumer.h',
[email protected]a10d16e2010-03-26 12:41:22538 'browser/chromeos/login/login_utils.cc',
539 'browser/chromeos/login/login_utils.h',
[email protected]045124c82010-05-13 10:07:43540 'browser/chromeos/login/message_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:46541 'browser/chromeos/login/message_bubble.h',
[email protected]935e9e12010-03-25 15:29:13542 'browser/chromeos/login/network_screen.cc',
543 'browser/chromeos/login/network_screen.h',
[email protected]8a3cb1d2011-05-25 11:57:17544 'browser/chromeos/login/network_screen_actor.h',
[email protected]83bfa0b2011-02-01 05:37:46545 'browser/chromeos/login/network_selection_view.cc',
546 'browser/chromeos/login/network_selection_view.h',
[email protected]afe05a282010-05-27 17:44:03547 'browser/chromeos/login/new_user_view.cc',
548 'browser/chromeos/login/new_user_view.h',
[email protected]1b36b742010-09-22 17:04:18549 'browser/chromeos/login/online_attempt.cc',
550 'browser/chromeos/login/online_attempt.h',
[email protected]413a5312011-05-27 15:14:11551 'browser/chromeos/login/oobe_display.h',
[email protected]5b7a0cf2010-07-23 10:04:07552 'browser/chromeos/login/oobe_progress_bar.cc',
553 'browser/chromeos/login/oobe_progress_bar.h',
[email protected]02ed0b32010-07-22 01:27:13554 'browser/chromeos/login/owner_key_utils.cc',
555 'browser/chromeos/login/owner_key_utils.h',
[email protected]4ada2382010-07-29 21:28:11556 'browser/chromeos/login/owner_manager.cc',
557 'browser/chromeos/login/owner_manager.h',
[email protected]e99e0b32010-08-25 00:53:44558 'browser/chromeos/login/ownership_service.cc',
559 'browser/chromeos/login/ownership_service.h',
[email protected]413a5312011-05-27 15:14:11560 'browser/chromeos/login/ownership_status_checker.cc',
561 'browser/chromeos/login/ownership_status_checker.h',
[email protected]472734742010-10-11 03:17:05562 'browser/chromeos/login/parallel_authenticator.cc',
563 'browser/chromeos/login/parallel_authenticator.h',
[email protected]56515402010-07-05 17:37:00564 'browser/chromeos/login/password_changed_view.cc',
565 'browser/chromeos/login/password_changed_view.h',
[email protected]e15bdd222010-11-03 12:03:49566 'browser/chromeos/login/proxy_settings_dialog.cc',
567 'browser/chromeos/login/proxy_settings_dialog.h',
[email protected]69719212010-07-12 11:37:25568 'browser/chromeos/login/registration_screen.cc',
[email protected]41291322010-07-15 17:09:01569 'browser/chromeos/login/registration_screen.h',
[email protected]f5836702010-02-09 19:11:18570 'browser/chromeos/login/rounded_rect_painter.cc',
571 'browser/chromeos/login/rounded_rect_painter.h',
[email protected]ab2bd2c2010-05-05 07:18:27572 'browser/chromeos/login/screen_lock_view.cc',
573 'browser/chromeos/login/screen_lock_view.h',
[email protected]83bfa0b2011-02-01 05:37:46574 'browser/chromeos/login/screen_locker.cc',
575 'browser/chromeos/login/screen_locker.h',
[email protected]649e12c32010-02-06 04:41:21576 'browser/chromeos/login/screen_observer.h',
[email protected]f65210cc2010-10-30 01:48:48577 'browser/chromeos/login/shutdown_button.cc',
578 'browser/chromeos/login/shutdown_button.h',
[email protected]32352d12010-09-03 21:40:10579 'browser/chromeos/login/signed_settings.cc',
580 'browser/chromeos/login/signed_settings.h',
[email protected]62eeafc2010-09-14 16:37:41581 'browser/chromeos/login/signed_settings_helper.cc',
582 'browser/chromeos/login/signed_settings_helper.h',
[email protected]20564b3c2010-10-28 14:25:46583 'browser/chromeos/login/signed_settings_temp_storage.cc',
584 'browser/chromeos/login/signed_settings_temp_storage.h',
[email protected]69be2e532011-04-01 07:52:08585 'browser/chromeos/login/take_photo_view.cc',
586 'browser/chromeos/login/take_photo_view.h',
[email protected]1b36b742010-09-22 17:04:18587 'browser/chromeos/login/test_attempt_state.cc',
588 'browser/chromeos/login/test_attempt_state.h',
[email protected]91d01602010-10-28 17:18:25589 'browser/chromeos/login/textfield_with_margin.cc',
590 'browser/chromeos/login/textfield_with_margin.h',
[email protected]301f9732011-06-03 18:36:37591 'browser/chromeos/login/touch_login_view.cc',
[email protected]6c51eb02011-07-22 12:38:28592 'browser/chromeos/login/touch_login_view.h',
[email protected]d978042f2011-06-28 09:39:37593 'browser/chromeos/login/tpm_password_fetcher.cc',
594 'browser/chromeos/login/tpm_password_fetcher.h',
[email protected]b96f34a2010-04-21 17:47:01595 'browser/chromeos/login/update_screen.cc',
596 'browser/chromeos/login/update_screen.h',
[email protected]4c271b9c2011-05-23 09:28:12597 'browser/chromeos/login/update_screen_actor.h',
[email protected]842cd6c62010-03-06 17:56:32598 'browser/chromeos/login/update_view.cc',
599 'browser/chromeos/login/update_view.h',
[email protected]507c71072010-03-12 21:56:17600 'browser/chromeos/login/user_controller.cc',
601 'browser/chromeos/login/user_controller.h',
[email protected]86ca7272011-04-20 22:33:43602 'browser/chromeos/login/user_controller_gtk.cc',
[email protected]8f0d8ecd12010-04-20 11:51:30603 'browser/chromeos/login/user_image_loader.cc',
604 'browser/chromeos/login/user_image_loader.h',
[email protected]64ec0342010-06-03 13:00:40605 'browser/chromeos/login/user_image_screen.cc',
606 'browser/chromeos/login/user_image_screen.h',
[email protected]abbefca62011-07-19 14:04:38607 'browser/chromeos/login/user_image_screen_actor.h',
[email protected]64ec0342010-06-03 13:00:40608 'browser/chromeos/login/user_image_view.cc',
609 'browser/chromeos/login/user_image_view.h',
[email protected]56f0ffc82010-02-04 21:30:37610 'browser/chromeos/login/user_manager.cc',
611 'browser/chromeos/login/user_manager.h',
[email protected]41e13b362010-06-16 21:27:05612 'browser/chromeos/login/user_view.cc',
613 'browser/chromeos/login/user_view.h',
[email protected]c57206e92010-10-21 02:13:24614 'browser/chromeos/login/username_view.cc',
615 'browser/chromeos/login/username_view.h',
[email protected]10edbd982011-08-04 10:06:49616 'browser/chromeos/login/version_info_updater.cc',
617 'browser/chromeos/login/version_info_updater.h',
[email protected]28e139d2010-03-01 14:55:22618 'browser/chromeos/login/view_screen.h',
[email protected]6c51eb02011-07-22 12:38:28619 'browser/chromeos/login/views_enterprise_enrollment_screen_actor.cc',
620 'browser/chromeos/login/views_enterprise_enrollment_screen_actor.h',
[email protected]26c41bb2011-05-27 11:14:39621 'browser/chromeos/login/views_eula_screen_actor.cc',
622 'browser/chromeos/login/views_eula_screen_actor.h',
[email protected]603fc2c2011-01-31 11:47:49623 'browser/chromeos/login/views_login_display.cc',
[email protected]83bfa0b2011-02-01 05:37:46624 'browser/chromeos/login/views_login_display.h',
[email protected]770e03b2011-03-18 11:27:05625 'browser/chromeos/login/views_login_display_host.cc',
626 'browser/chromeos/login/views_login_display_host.h',
[email protected]8a3cb1d2011-05-25 11:57:17627 'browser/chromeos/login/views_network_screen_actor.cc',
628 'browser/chromeos/login/views_network_screen_actor.h',
[email protected]413a5312011-05-27 15:14:11629 'browser/chromeos/login/views_oobe_display.cc',
630 'browser/chromeos/login/views_oobe_display.h',
[email protected]4c271b9c2011-05-23 09:28:12631 'browser/chromeos/login/views_update_screen_actor.cc',
632 'browser/chromeos/login/views_update_screen_actor.h',
[email protected]abbefca62011-07-19 14:04:38633 'browser/chromeos/login/views_user_image_screen_actor.cc',
634 'browser/chromeos/login/views_user_image_screen_actor.h',
[email protected]88e71dc2010-05-07 11:31:38635 'browser/chromeos/login/web_page_screen.cc',
636 'browser/chromeos/login/web_page_screen.h',
637 'browser/chromeos/login/web_page_view.cc',
638 'browser/chromeos/login/web_page_view.h',
[email protected]f05a9802011-06-01 15:45:09639 'browser/chromeos/login/webui_login_display.cc',
640 'browser/chromeos/login/webui_login_display.h',
641 'browser/chromeos/login/webui_login_display_host.cc',
642 'browser/chromeos/login/webui_login_display_host.h',
[email protected]502356d2011-05-25 18:22:36643 'browser/chromeos/login/webui_login_view.cc',
[email protected]6c51eb02011-07-22 12:38:28644 'browser/chromeos/login/webui_login_view.h',
[email protected]86cffea2010-08-25 21:31:59645 'browser/chromeos/login/wizard_accessibility_handler.cc',
646 'browser/chromeos/login/wizard_accessibility_handler.h',
647 'browser/chromeos/login/wizard_accessibility_helper.cc',
648 'browser/chromeos/login/wizard_accessibility_helper.h',
[email protected]28e139d2010-03-01 14:55:22649 'browser/chromeos/login/wizard_controller.cc',
650 'browser/chromeos/login/wizard_controller.h',
[email protected]413a5312011-05-27 15:14:11651 'browser/chromeos/login/wizard_screen.cc',
[email protected]042c3682010-02-10 18:05:13652 'browser/chromeos/login/wizard_screen.h',
[email protected]0fecda62010-03-19 21:59:01653 'browser/chromeos/low_battery_observer.cc',
654 'browser/chromeos/low_battery_observer.h',
[email protected]ce9802042011-05-27 10:11:40655 'browser/chromeos/media/media_player.cc',
656 'browser/chromeos/media/media_player.h',
[email protected]f7f72652010-05-04 20:53:13657 'browser/chromeos/native_dialog_window.cc',
658 'browser/chromeos/native_dialog_window.h',
[email protected]373badd2011-07-11 21:55:58659 'browser/chromeos/net/cros_network_change_notifier_factory.cc',
660 'browser/chromeos/net/cros_network_change_notifier_factory.h',
[email protected]7a020b72011-05-18 17:34:42661 'browser/chromeos/net/network_change_notifier_chromeos.cc',
662 'browser/chromeos/net/network_change_notifier_chromeos.h',
[email protected]727dc8082011-01-14 19:14:29663 'browser/chromeos/network_login_observer.cc',
664 'browser/chromeos/network_login_observer.h',
[email protected]39216be2010-06-01 17:54:36665 'browser/chromeos/network_message_observer.cc',
666 'browser/chromeos/network_message_observer.h',
[email protected]83bfa0b2011-02-01 05:37:46667 'browser/chromeos/network_state_notifier.cc',
668 'browser/chromeos/network_state_notifier.h',
[email protected]61d68ef12011-01-13 14:02:56669 'browser/chromeos/notifications/balloon_collection_impl.cc',
670 'browser/chromeos/notifications/balloon_collection_impl.h',
671 'browser/chromeos/notifications/balloon_view.cc',
672 'browser/chromeos/notifications/balloon_view.h',
673 'browser/chromeos/notifications/balloon_view_host.cc',
674 'browser/chromeos/notifications/balloon_view_host.h',
675 'browser/chromeos/notifications/notification_panel.cc',
676 'browser/chromeos/notifications/notification_panel.h',
677 'browser/chromeos/notifications/system_notification.cc',
678 'browser/chromeos/notifications/system_notification.h',
679 'browser/chromeos/notifications/system_notification_factory.cc',
680 'browser/chromeos/notifications/system_notification_factory.h',
[email protected]6692b0d72010-07-15 03:40:23681 'browser/chromeos/offline/offline_load_page.cc',
682 'browser/chromeos/offline/offline_load_page.h',
[email protected]9cc6216822010-03-03 23:17:27683 'browser/chromeos/options/network_config_view.cc',
684 'browser/chromeos/options/network_config_view.h',
[email protected]69be2e532011-04-01 07:52:08685 'browser/chromeos/options/take_photo_dialog.cc',
686 'browser/chromeos/options/take_photo_dialog.h',
[email protected]c3647902011-04-15 06:40:33687 'browser/chromeos/options/vpn_config_view.cc',
688 'browser/chromeos/options/vpn_config_view.h',
[email protected]c6b40c12011-07-22 16:19:58689 'browser/chromeos/options/wifi_config_view.cc',
690 'browser/chromeos/options/wifi_config_view.h',
[email protected]83019902009-12-02 05:32:59691 'browser/chromeos/panels/panel_scroller.cc',
692 'browser/chromeos/panels/panel_scroller.h',
693 'browser/chromeos/panels/panel_scroller_container.cc',
694 'browser/chromeos/panels/panel_scroller_container.h',
695 'browser/chromeos/panels/panel_scroller_header.cc',
696 'browser/chromeos/panels/panel_scroller_header.h',
[email protected]83019902009-12-02 05:32:59697 'browser/chromeos/preferences.cc',
698 'browser/chromeos/preferences.h',
[email protected]6fa75ad02011-07-28 15:30:19699 'browser/chromeos/prerender_condition_network.cc',
700 'browser/chromeos/prerender_condition_network.h',
[email protected]c8606052011-05-15 21:17:25701 'browser/chromeos/proxy_config_service.cc',
[email protected]f50278cd2010-08-24 17:34:08702 'browser/chromeos/proxy_config_service.h',
703 'browser/chromeos/proxy_config_service_impl.cc',
704 'browser/chromeos/proxy_config_service_impl.h',
[email protected]2bb5fcd2010-11-16 14:31:54705 'browser/chromeos/proxy_cros_settings_provider.cc',
706 'browser/chromeos/proxy_cros_settings_provider.h',
[email protected]64d7e592010-12-03 19:20:35707 'browser/chromeos/setting_level_bubble.cc',
708 'browser/chromeos/setting_level_bubble.h',
709 'browser/chromeos/setting_level_bubble_view.cc',
710 'browser/chromeos/setting_level_bubble_view.h',
[email protected]de283bcc2011-04-19 23:02:40711 'browser/chromeos/sim_dialog_delegate.cc',
712 'browser/chromeos/sim_dialog_delegate.h',
[email protected]6d428b32011-03-31 12:43:32713 'browser/chromeos/sms_observer.cc',
714 'browser/chromeos/sms_observer.h',
[email protected]c8c226c2011-07-14 11:25:39715 'browser/chromeos/status/caps_lock_menu_button.cc',
716 'browser/chromeos/status/caps_lock_menu_button.h',
[email protected]83a90f72010-02-04 20:36:41717 'browser/chromeos/status/clock_menu_button.cc',
718 'browser/chromeos/status/clock_menu_button.h',
[email protected]432867b2010-10-09 13:31:16719 'browser/chromeos/status/input_method_menu.cc',
720 'browser/chromeos/status/input_method_menu.h',
[email protected]54da7e372010-10-12 09:54:49721 'browser/chromeos/status/input_method_menu_button.cc',
722 'browser/chromeos/status/input_method_menu_button.h',
[email protected]14cb2b2d2011-08-02 16:33:24723 'browser/chromeos/status/memory_menu_button.cc',
724 'browser/chromeos/status/memory_menu_button.h',
[email protected]b938810a2010-09-14 08:17:26725 'browser/chromeos/status/network_dropdown_button.cc',
726 'browser/chromeos/status/network_dropdown_button.h',
727 'browser/chromeos/status/network_menu.cc',
728 'browser/chromeos/status/network_menu.h',
[email protected]83a90f72010-02-04 20:36:41729 'browser/chromeos/status/network_menu_button.cc',
730 'browser/chromeos/status/network_menu_button.h',
[email protected]2e9c23f52011-07-19 19:50:24731 'browser/chromeos/status/network_menu_icon.cc',
732 'browser/chromeos/status/network_menu_icon.h',
[email protected]83a90f72010-02-04 20:36:41733 'browser/chromeos/status/power_menu_button.cc',
734 'browser/chromeos/status/power_menu_button.h',
735 'browser/chromeos/status/status_area_button.cc',
736 'browser/chromeos/status/status_area_button.h',
737 'browser/chromeos/status/status_area_host.h',
738 'browser/chromeos/status/status_area_view.cc',
739 'browser/chromeos/status/status_area_view.h',
[email protected]d43970a72011-07-10 06:24:52740 'browser/chromeos/system/name_value_pairs_parser.cc',
741 'browser/chromeos/system/name_value_pairs_parser.h',
742 'browser/chromeos/system/statistics_provider.cc',
743 'browser/chromeos/system/statistics_provider.h',
744 'browser/chromeos/system/syslogs_provider.cc',
745 'browser/chromeos/system/syslogs_provider.h',
746 'browser/chromeos/system/timezone_settings.cc',
747 'browser/chromeos/system/timezone_settings.h',
[email protected]1cbfb3b2011-07-11 23:34:08748 'browser/chromeos/system/touchpad_settings.cc',
[email protected]c6b40c12011-07-22 16:19:58749 'browser/chromeos/system/touchpad_settings.h',
[email protected]b6e27d42011-05-23 23:01:19750 'browser/chromeos/system_key_event_listener.cc',
751 'browser/chromeos/system_key_event_listener.h',
[email protected]0b4d3382010-07-14 16:13:04752 'browser/chromeos/tab_closeable_state_watcher.cc',
753 'browser/chromeos/tab_closeable_state_watcher.h',
[email protected]eb8403c2011-08-10 05:38:56754 'browser/chromeos/tab_first_render_watcher.cc',
755 'browser/chromeos/tab_first_render_watcher.h',
[email protected]3cdf3762010-07-13 22:55:55756 'browser/chromeos/update_observer.cc',
757 'browser/chromeos/update_observer.h',
[email protected]ceff8402011-06-12 23:27:12758 'browser/chromeos/upgrade_detector_chromeos.cc',
759 'browser/chromeos/upgrade_detector_chromeos.h',
[email protected]2bb5fcd2010-11-16 14:31:54760 'browser/chromeos/user_cros_settings_provider.cc',
761 'browser/chromeos/user_cros_settings_provider.h',
[email protected]83019902009-12-02 05:32:59762 'browser/chromeos/version_loader.cc',
763 'browser/chromeos/version_loader.h',
[email protected]d59b3152010-03-24 04:41:54764 'browser/chromeos/view_ids.h',
[email protected]ae601242010-11-12 21:54:43765 'browser/chromeos/views/copy_background.cc',
766 'browser/chromeos/views/copy_background.h',
[email protected]d34f59d2010-11-13 12:32:02767 'browser/chromeos/views/dropdown_button.cc',
768 'browser/chromeos/views/dropdown_button.h',
[email protected]3de008822010-06-16 17:26:54769 'browser/chromeos/volume_bubble.cc',
770 'browser/chromeos/volume_bubble.h',
[email protected]2d14b3732011-05-10 16:48:44771 'browser/chromeos/web_socket_proxy.cc',
772 'browser/chromeos/web_socket_proxy.h',
[email protected]c6b40c12011-07-22 16:19:58773 'browser/chromeos/web_socket_proxy_controller.cc',
774 'browser/chromeos/web_socket_proxy_controller.h',
[email protected]ea87eee2010-02-22 16:59:24775 'browser/chromeos/wm_ipc.cc',
776 'browser/chromeos/wm_ipc.h',
777 'browser/chromeos/wm_message_listener.cc',
778 'browser/chromeos/wm_message_listener.h',
[email protected]55d36fd12011-06-03 05:49:35779 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
780 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
[email protected]83019902009-12-02 05:32:59781 'browser/command_updater.cc',
782 'browser/command_updater.h',
[email protected]c1adf5a2011-08-03 22:11:37783 'browser/component_updater/component_updater_configurator.cc',
784 'browser/component_updater/component_updater_configurator.h',
[email protected]2e114e732011-07-22 02:55:04785 'browser/component_updater/component_unpacker.cc',
786 'browser/component_updater/component_unpacker.h',
[email protected]e8f96ff2011-08-03 05:07:33787 'browser/component_updater/component_updater_service.cc',
[email protected]2e114e732011-07-22 02:55:04788 'browser/component_updater/component_updater_service.h',
[email protected]e3569db22011-06-03 22:50:56789 'browser/content_settings/content_settings_details.cc',
[email protected]5f24f212010-12-02 14:47:45790 'browser/content_settings/content_settings_details.h',
[email protected]b790b072011-05-20 09:46:44791 'browser/content_settings/content_settings_extension_provider.cc',
792 'browser/content_settings/content_settings_extension_provider.h',
793 'browser/content_settings/content_settings_notification_provider.cc',
794 'browser/content_settings/content_settings_notification_provider.h',
[email protected]c6b40c12011-07-22 16:19:58795 'browser/content_settings/content_settings_observable_provider.cc',
796 'browser/content_settings/content_settings_observable_provider.h',
[email protected]3f62dc542011-07-14 09:09:53797 'browser/content_settings/content_settings_observer.h',
[email protected]00ecc2832011-06-09 13:24:00798 'browser/content_settings/content_settings_origin_identifier_value_map.cc',
[email protected]49ba4822011-06-15 18:41:56799 'browser/content_settings/content_settings_origin_identifier_value_map.h',
[email protected]5f24f212010-12-02 14:47:45800 'browser/content_settings/content_settings_pattern.cc',
801 'browser/content_settings/content_settings_pattern.h',
[email protected]e84912892011-05-19 14:38:28802 'browser/content_settings/content_settings_pattern_parser.cc',
803 'browser/content_settings/content_settings_pattern_parser.h',
[email protected]89ec5832011-02-16 10:34:26804 'browser/content_settings/content_settings_policy_provider.cc',
805 'browser/content_settings/content_settings_policy_provider.h',
806 'browser/content_settings/content_settings_pref_provider.cc',
807 'browser/content_settings/content_settings_pref_provider.h',
[email protected]b790b072011-05-20 09:46:44808 'browser/content_settings/content_settings_provider.cc',
809 'browser/content_settings/content_settings_provider.h',
[email protected]0d4199e2011-05-25 09:41:43810 'browser/content_settings/content_settings_utils.cc',
[email protected]c6b40c12011-07-22 16:19:58811 'browser/content_settings/content_settings_utils.h',
[email protected]b790b072011-05-20 09:46:44812 'browser/content_settings/host_content_settings_map.cc',
813 'browser/content_settings/host_content_settings_map.h',
[email protected]9a611a92011-05-07 17:06:18814 'browser/content_settings/tab_specific_content_settings.cc',
815 'browser/content_settings/tab_specific_content_settings.h',
[email protected]83019902009-12-02 05:32:59816 'browser/cookies_tree_model.cc',
817 'browser/cookies_tree_model.h',
[email protected]c8717adf72011-02-18 21:07:16818 'browser/crash_upload_list.cc',
819 'browser/crash_upload_list.h',
[email protected]b35b1dd2011-04-01 15:58:50820 'browser/crash_upload_list_win.cc',
821 'browser/crash_upload_list_win.h',
[email protected]a6d36cc2011-02-23 00:39:48822 'browser/custom_handlers/protocol_handler_registry.cc',
823 'browser/custom_handlers/protocol_handler_registry.h',
824 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
825 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
[email protected]c6b40c12011-07-22 16:19:58826 'browser/custom_home_pages_table_model.cc',
827 'browser/custom_home_pages_table_model.h',
[email protected]83019902009-12-02 05:32:59828 'browser/defaults.cc',
829 'browser/defaults.h',
830 'browser/diagnostics/diagnostics_main.cc',
831 'browser/diagnostics/diagnostics_main.h',
[email protected]83019902009-12-02 05:32:59832 'browser/diagnostics/diagnostics_model.cc',
[email protected]83bfa0b2011-02-01 05:37:46833 'browser/diagnostics/diagnostics_model.h',
[email protected]e4be2dd2010-12-14 00:44:39834 'browser/diagnostics/diagnostics_test.cc',
[email protected]83019902009-12-02 05:32:59835 'browser/diagnostics/diagnostics_test.h',
[email protected]26f46472009-12-20 03:57:10836 'browser/diagnostics/recon_diagnostics.cc',
837 'browser/diagnostics/recon_diagnostics.h',
[email protected]83bfa0b2011-02-01 05:37:46838 'browser/diagnostics/sqlite_diagnostics.cc',
839 'browser/diagnostics/sqlite_diagnostics.h',
[email protected]83019902009-12-02 05:32:59840 'browser/dom_operation_notification_details.h',
[email protected]da1a27b2011-07-29 23:16:33841 'browser/download/chrome_download_manager_delegate.cc',
842 'browser/download/chrome_download_manager_delegate.h',
[email protected]4cd82f72011-05-23 19:15:01843 'browser/download/download_create_info.cc',
844 'browser/download/download_create_info.h',
[email protected]7054b592011-06-22 14:46:42845 'browser/download/download_crx_util.cc',
846 'browser/download/download_crx_util.h',
[email protected]cd448092010-12-06 23:49:13847 'browser/download/download_extensions.cc',
848 'browser/download/download_extensions.h',
[email protected]83019902009-12-02 05:32:59849 'browser/download/download_file.cc',
850 'browser/download/download_file.h',
[email protected]6c69796d2010-07-16 21:41:16851 'browser/download/download_file_manager.cc',
852 'browser/download/download_file_manager.h',
[email protected]99cb7f82011-07-28 17:27:26853 'browser/download/download_file_picker.cc',
854 'browser/download/download_file_picker.h',
[email protected]82f37b02010-07-29 22:04:57855 'browser/download/download_history.cc',
856 'browser/download/download_history.h',
[email protected]6c69796d2010-07-16 21:41:16857 'browser/download/download_item.cc',
858 'browser/download/download_item.h',
[email protected]83019902009-12-02 05:32:59859 'browser/download/download_item_model.cc',
860 'browser/download/download_item_model.h',
861 'browser/download/download_manager.cc',
862 'browser/download/download_manager.h',
[email protected]da1a27b2011-07-29 23:16:33863 'browser/download/download_manager_delegate.h',
[email protected]e5dc4222010-08-30 22:16:32864 'browser/download/download_prefs.cc',
865 'browser/download/download_prefs.h',
[email protected]db6831a2011-06-09 21:08:28866 'browser/download/download_request_handle.cc',
867 'browser/download/download_request_handle.h',
[email protected]83019902009-12-02 05:32:59868 'browser/download/download_request_infobar_delegate.cc',
[email protected]83bfa0b2011-02-01 05:37:46869 'browser/download/download_request_infobar_delegate.h',
[email protected]41291322010-07-15 17:09:01870 'browser/download/download_request_limiter.cc',
871 'browser/download/download_request_limiter.h',
[email protected]287b86b2011-02-26 00:11:35872 'browser/download/download_safe_browsing_client.cc',
873 'browser/download/download_safe_browsing_client.h',
[email protected]83019902009-12-02 05:32:59874 'browser/download/download_shelf.h',
[email protected]0f6bf7f2011-05-19 23:03:39875 'browser/download/download_shelf_context_menu.cc',
876 'browser/download/download_shelf_context_menu.h',
[email protected]83019902009-12-02 05:32:59877 'browser/download/download_started_animation.h',
[email protected]4cd82f72011-05-23 19:15:01878 'browser/download/download_state_info.cc',
879 'browser/download/download_state_info.h',
[email protected]073ed7b2010-09-27 09:20:02880 'browser/download/download_status_updater.cc',
881 'browser/download/download_status_updater.h',
882 'browser/download/download_status_updater_delegate.h',
[email protected]a0835ac2010-09-13 19:40:08883 'browser/download/download_types.cc',
[email protected]6c69796d2010-07-16 21:41:16884 'browser/download/download_types.h',
[email protected]83019902009-12-02 05:32:59885 'browser/download/download_util.cc',
886 'browser/download/download_util.h',
[email protected]8af9d032010-02-10 00:00:32887 'browser/download/drag_download_file.cc',
888 'browser/download/drag_download_file.h',
889 'browser/download/drag_download_util.cc',
890 'browser/download/drag_download_util.h',
[email protected]0ffaa482011-07-14 23:41:28891 'browser/download/save_package_file_picker.cc',
892 'browser/download/save_package_file_picker.h',
[email protected]83bfa0b2011-02-01 05:37:46893 'browser/enumerate_modules_model_win.cc',
894 'browser/enumerate_modules_model_win.h',
[email protected]18cc5a52011-04-15 16:03:38895 'browser/extensions/apps_promo.cc',
896 'browser/extensions/apps_promo.h',
[email protected]83019902009-12-02 05:32:59897 'browser/extensions/convert_user_script.cc',
898 'browser/extensions/convert_user_script.h',
[email protected]5ba5dab2010-11-18 02:31:04899 'browser/extensions/convert_web_app.cc',
900 'browser/extensions/convert_web_app.h',
[email protected]83019902009-12-02 05:32:59901 'browser/extensions/crx_installer.cc',
902 'browser/extensions/crx_installer.h',
[email protected]83bfa0b2011-02-01 05:37:46903 'browser/extensions/execute_code_in_tab_function.cc',
904 'browser/extensions/execute_code_in_tab_function.h',
[email protected]5cbe1e22010-01-30 01:18:56905 'browser/extensions/extension_accessibility_api.cc',
906 'browser/extensions/extension_accessibility_api.h',
907 'browser/extensions/extension_accessibility_api_constants.cc',
908 'browser/extensions/extension_accessibility_api_constants.h',
[email protected]c6b40c12011-07-22 16:19:58909 'browser/extensions/extension_app_api.cc',
910 'browser/extensions/extension_app_api.h',
[email protected]9b071852010-04-02 06:45:31911 'browser/extensions/extension_bookmark_helpers.cc',
912 'browser/extensions/extension_bookmark_helpers.h',
[email protected]83bfa0b2011-02-01 05:37:46913 'browser/extensions/extension_bookmark_manager_api.cc',
914 'browser/extensions/extension_bookmark_manager_api.h',
[email protected]83019902009-12-02 05:32:59915 'browser/extensions/extension_bookmarks_module.cc',
916 'browser/extensions/extension_bookmarks_module.h',
917 'browser/extensions/extension_bookmarks_module_constants.cc',
918 'browser/extensions/extension_bookmarks_module_constants.h',
919 'browser/extensions/extension_browser_actions_api.cc',
920 'browser/extensions/extension_browser_actions_api.h',
[email protected]83bfa0b2011-02-01 05:37:46921 'browser/extensions/extension_browser_event_router.cc',
922 'browser/extensions/extension_browser_event_router.h',
[email protected]be9d9c82011-07-13 04:17:31923 'browser/extensions/extension_chrome_auth_private_api.cc',
924 'browser/extensions/extension_chrome_auth_private_api.h',
[email protected]fa0624262011-06-09 14:17:38925 'browser/extensions/extension_content_settings_api.cc',
926 'browser/extensions/extension_content_settings_api.h',
[email protected]b790b072011-05-20 09:46:44927 'browser/extensions/extension_content_settings_api_constants.cc',
928 'browser/extensions/extension_content_settings_api_constants.h',
929 'browser/extensions/extension_content_settings_helpers.cc',
930 'browser/extensions/extension_content_settings_helpers.h',
931 'browser/extensions/extension_content_settings_store.cc',
932 'browser/extensions/extension_content_settings_store.h',
[email protected]2e3b5202010-03-23 06:52:41933 'browser/extensions/extension_context_menu_api.cc',
934 'browser/extensions/extension_context_menu_api.h',
[email protected]7e9f4a82010-03-22 22:36:20935 'browser/extensions/extension_context_menu_model.cc',
936 'browser/extensions/extension_context_menu_model.h',
[email protected]898bbd32010-05-18 18:52:29937 'browser/extensions/extension_cookies_api.cc',
938 'browser/extensions/extension_cookies_api.h',
939 'browser/extensions/extension_cookies_api_constants.cc',
940 'browser/extensions/extension_cookies_api_constants.h',
941 'browser/extensions/extension_cookies_helpers.cc',
942 'browser/extensions/extension_cookies_helpers.h',
[email protected]83019902009-12-02 05:32:59943 'browser/extensions/extension_creator.cc',
944 'browser/extensions/extension_creator.h',
[email protected]c10da4b02010-03-25 14:38:32945 'browser/extensions/extension_data_deleter.cc',
946 'browser/extensions/extension_data_deleter.h',
[email protected]91ba3312011-03-17 20:39:22947 'browser/extensions/extension_debugger_api.cc',
948 'browser/extensions/extension_debugger_api.h',
949 'browser/extensions/extension_debugger_api_constants.cc',
950 'browser/extensions/extension_debugger_api_constants.h',
[email protected]83019902009-12-02 05:32:59951 'browser/extensions/extension_devtools_bridge.cc',
952 'browser/extensions/extension_devtools_bridge.h',
953 'browser/extensions/extension_devtools_events.cc',
954 'browser/extensions/extension_devtools_events.h',
955 'browser/extensions/extension_devtools_manager.cc',
956 'browser/extensions/extension_devtools_manager.h',
[email protected]83bfa0b2011-02-01 05:37:46957 'browser/extensions/extension_disabled_infobar_delegate.cc',
958 'browser/extensions/extension_disabled_infobar_delegate.h',
[email protected]14a000d2010-04-29 21:44:24959 'browser/extensions/extension_error_reporter.cc',
960 'browser/extensions/extension_error_reporter.h',
[email protected]83019902009-12-02 05:32:59961 'browser/extensions/extension_event_names.cc',
962 'browser/extensions/extension_event_names.h',
[email protected]2c699652010-10-15 18:22:41963 'browser/extensions/extension_event_router.cc',
964 'browser/extensions/extension_event_router.h',
[email protected]93dba942011-02-23 22:45:01965 'browser/extensions/extension_event_router_forwarder.cc',
966 'browser/extensions/extension_event_router_forwarder.h',
[email protected]55d9bed2011-03-25 20:37:59967 'browser/extensions/extension_file_browser_private_api.cc',
968 'browser/extensions/extension_file_browser_private_api.h',
[email protected]83019902009-12-02 05:32:59969 'browser/extensions/extension_function.cc',
970 'browser/extensions/extension_function.h',
971 'browser/extensions/extension_function_dispatcher.cc',
972 'browser/extensions/extension_function_dispatcher.h',
973 'browser/extensions/extension_history_api.cc',
974 'browser/extensions/extension_history_api.h',
975 'browser/extensions/extension_history_api_constants.cc',
976 'browser/extensions/extension_history_api_constants.h',
977 'browser/extensions/extension_host.cc',
978 'browser/extensions/extension_host.h',
[email protected]cf390ea42009-12-09 04:14:02979 'browser/extensions/extension_host_mac.h',
980 'browser/extensions/extension_host_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:46981 'browser/extensions/extension_i18n_api.cc',
982 'browser/extensions/extension_i18n_api.h',
[email protected]b671760b2010-07-15 21:13:47983 'browser/extensions/extension_icon_manager.cc',
984 'browser/extensions/extension_icon_manager.h',
[email protected]f5205412010-03-16 00:19:34985 'browser/extensions/extension_idle_api.cc',
986 'browser/extensions/extension_idle_api.h',
987 'browser/extensions/extension_idle_api_constants.cc',
988 'browser/extensions/extension_idle_api_constants.h',
[email protected]4361c7c2010-09-30 21:57:53989 'browser/extensions/extension_info_map.cc',
990 'browser/extensions/extension_info_map.h',
[email protected]61b55b62011-03-24 09:03:10991 'browser/extensions/extension_info_private_api_chromeos.cc',
992 'browser/extensions/extension_info_private_api_chromeos.h',
[email protected]83bfa0b2011-02-01 05:37:46993 'browser/extensions/extension_infobar_delegate.cc',
994 'browser/extensions/extension_infobar_delegate.h',
[email protected]f34e79632010-03-17 02:34:08995 'browser/extensions/extension_infobar_module.cc',
996 'browser/extensions/extension_infobar_module.h',
997 'browser/extensions/extension_infobar_module_constants.cc',
998 'browser/extensions/extension_infobar_module_constants.h',
[email protected]d6833852010-08-20 18:00:45999 'browser/extensions/extension_input_api.cc',
1000 'browser/extensions/extension_input_api.h',
[email protected]14da67b02011-08-02 05:49:131001 'browser/extensions/extension_input_ime_api.cc',
1002 'browser/extensions/extension_input_ime_api.h',
[email protected]be5bd5742011-07-14 07:21:011003 'browser/extensions/extension_input_method_api.cc',
1004 'browser/extensions/extension_input_method_api.h',
[email protected]14da67b02011-08-02 05:49:131005 'browser/extensions/extension_input_module_constants.cc',
1006 'browser/extensions/extension_input_module_constants.h',
[email protected]27072cad2011-05-09 19:46:401007 'browser/extensions/extension_input_ui_api.cc',
1008 'browser/extensions/extension_input_ui_api.h',
[email protected]bb56a372011-04-06 00:13:521009 'browser/extensions/extension_install_dialog.h',
[email protected]83019902009-12-02 05:32:591010 'browser/extensions/extension_install_ui.cc',
1011 'browser/extensions/extension_install_ui.h',
[email protected]cffd7892010-08-26 17:43:281012 'browser/extensions/extension_management_api.cc',
1013 'browser/extensions/extension_management_api.h',
[email protected]c6b40c12011-07-22 16:19:581014 'browser/extensions/extension_mediaplayer_private_api.cc',
1015 'browser/extensions/extension_mediaplayer_private_api.h',
[email protected]2e3b5202010-03-23 06:52:411016 'browser/extensions/extension_menu_manager.cc',
1017 'browser/extensions/extension_menu_manager.h',
[email protected]553602e12011-04-05 17:01:181018 'browser/extensions/extension_message_handler.cc',
1019 'browser/extensions/extension_message_handler.h',
[email protected]83019902009-12-02 05:32:591020 'browser/extensions/extension_message_service.cc',
1021 'browser/extensions/extension_message_service.h',
[email protected]438772df2010-02-26 18:08:431022 'browser/extensions/extension_metrics_module.cc',
1023 'browser/extensions/extension_metrics_module.h',
[email protected]a65882c2010-11-12 15:15:091024 'browser/extensions/extension_module.cc',
1025 'browser/extensions/extension_module.h',
[email protected]56ad3792010-05-28 17:45:331026 'browser/extensions/extension_omnibox_api.cc',
1027 'browser/extensions/extension_omnibox_api.h',
[email protected]83019902009-12-02 05:32:591028 'browser/extensions/extension_page_actions_module.cc',
1029 'browser/extensions/extension_page_actions_module.h',
1030 'browser/extensions/extension_page_actions_module_constants.cc',
1031 'browser/extensions/extension_page_actions_module_constants.h',
[email protected]902fd7b2011-07-27 18:42:311032 'browser/extensions/extension_permissions_api.cc',
1033 'browser/extensions/extension_permissions_api.h',
1034 'browser/extensions/extension_permissions_api_constants.cc',
1035 'browser/extensions/extension_permissions_api_constants.h',
[email protected]598bbcc2011-02-24 10:03:251036 'browser/extensions/extension_preference_api.cc',
1037 'browser/extensions/extension_preference_api.h',
[email protected]fa0624262011-06-09 14:17:381038 'browser/extensions/extension_preference_api_constants.cc',
1039 'browser/extensions/extension_preference_api_constants.h',
1040 'browser/extensions/extension_preference_helpers.cc',
1041 'browser/extensions/extension_preference_helpers.h',
[email protected]c6b40c12011-07-22 16:19:581042 'browser/extensions/extension_prefs.cc',
1043 'browser/extensions/extension_prefs.h',
1044 'browser/extensions/extension_prefs_scope.h',
[email protected]f2d1f612010-12-09 15:10:171045 'browser/extensions/extension_pref_store.cc',
[email protected]83bfa0b2011-02-01 05:37:461046 'browser/extensions/extension_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331047 'browser/extensions/extension_pref_value_map.cc',
[email protected]83bfa0b2011-02-01 05:37:461048 'browser/extensions/extension_pref_value_map.h',
[email protected]83019902009-12-02 05:32:591049 'browser/extensions/extension_process_manager.cc',
1050 'browser/extensions/extension_process_manager.h',
[email protected]381162b2010-01-28 17:29:351051 'browser/extensions/extension_processes_api.cc',
1052 'browser/extensions/extension_processes_api.h',
1053 'browser/extensions/extension_processes_api_constants.cc',
1054 'browser/extensions/extension_processes_api_constants.h',
[email protected]83019902009-12-02 05:32:591055 'browser/extensions/extension_protocols.cc',
1056 'browser/extensions/extension_protocols.h',
[email protected]a9c23a52010-08-04 09:13:441057 'browser/extensions/extension_proxy_api.cc',
1058 'browser/extensions/extension_proxy_api.h',
[email protected]16a35492011-03-25 14:19:371059 'browser/extensions/extension_proxy_api_constants.cc',
1060 'browser/extensions/extension_proxy_api_constants.h',
[email protected]365c724e2011-03-31 15:21:021061 'browser/extensions/extension_proxy_api_helpers.cc',
1062 'browser/extensions/extension_proxy_api_helpers.h',
[email protected]17d40f02010-07-01 01:18:061063 'browser/extensions/extension_rlz_module.cc',
1064 'browser/extensions/extension_rlz_module.h',
[email protected]eaa7dd182010-12-14 11:09:001065 'browser/extensions/extension_service.cc',
1066 'browser/extensions/extension_service.h',
[email protected]5afc7052010-09-29 16:50:581067 'browser/extensions/extension_sidebar_api.cc',
1068 'browser/extensions/extension_sidebar_api.h',
[email protected]cca147172011-02-17 01:29:291069 'browser/extensions/extension_special_storage_policy.cc',
1070 'browser/extensions/extension_special_storage_policy.h',
[email protected]90310d92011-04-17 07:35:041071 'browser/extensions/extension_sync_data.cc',
1072 'browser/extensions/extension_sync_data.h',
[email protected]36fb2c7c2011-04-04 15:49:081073 'browser/extensions/extension_tab_helper.cc',
1074 'browser/extensions/extension_tab_helper.h',
[email protected]c6b40c12011-07-22 16:19:581075 'browser/extensions/extension_tab_id_map.cc',
1076 'browser/extensions/extension_tab_id_map.h',
[email protected]83019902009-12-02 05:32:591077 'browser/extensions/extension_tabs_module.cc',
1078 'browser/extensions/extension_tabs_module.h',
1079 'browser/extensions/extension_tabs_module_constants.cc',
1080 'browser/extensions/extension_tabs_module_constants.h',
1081 'browser/extensions/extension_test_api.cc',
1082 'browser/extensions/extension_test_api.h',
[email protected]83bfa0b2011-02-01 05:37:461083 'browser/extensions/extension_toolbar_model.cc',
1084 'browser/extensions/extension_toolbar_model.h',
[email protected]8abe0a32010-08-12 00:40:221085 'browser/extensions/extension_tts_api.cc',
1086 'browser/extensions/extension_tts_api.h',
[email protected]0e6168792010-10-13 16:29:261087 'browser/extensions/extension_tts_api_chromeos.cc',
[email protected]c63f2b72011-07-07 05:25:001088 'browser/extensions/extension_tts_api_constants.cc',
1089 'browser/extensions/extension_tts_api_constants.h',
1090 'browser/extensions/extension_tts_api_controller.cc',
1091 'browser/extensions/extension_tts_api_controller.h',
[email protected]0e6168792010-10-13 16:29:261092 'browser/extensions/extension_tts_api_linux.cc',
[email protected]22aa4b62010-09-02 17:19:461093 'browser/extensions/extension_tts_api_mac.mm',
[email protected]c63f2b72011-07-07 05:25:001094 'browser/extensions/extension_tts_api_platform.cc',
1095 'browser/extensions/extension_tts_api_platform.h',
[email protected]22aa4b62010-09-02 17:19:461096 'browser/extensions/extension_tts_api_win.cc',
[email protected]c63f2b72011-07-07 05:25:001097 'browser/extensions/extension_tts_engine_api.cc',
1098 'browser/extensions/extension_tts_engine_api.h',
[email protected]502e39612011-03-26 01:36:281099 'browser/extensions/extension_uninstall_dialog.cc',
1100 'browser/extensions/extension_uninstall_dialog.h',
[email protected]83019902009-12-02 05:32:591101 'browser/extensions/extension_updater.cc',
1102 'browser/extensions/extension_updater.h',
[email protected]c6e584c2011-05-18 11:58:441103 'browser/extensions/extension_web_socket_proxy_private_api.cc',
1104 'browser/extensions/extension_web_socket_proxy_private_api.h',
[email protected]8f9d4eb2011-02-05 01:39:101105 'browser/extensions/extension_web_ui.cc',
1106 'browser/extensions/extension_web_ui.h',
[email protected]784688a62010-09-13 07:06:521107 'browser/extensions/extension_webnavigation_api.cc',
1108 'browser/extensions/extension_webnavigation_api.h',
[email protected]4c2f0d52010-09-02 07:32:321109 'browser/extensions/extension_webnavigation_api_constants.cc',
1110 'browser/extensions/extension_webnavigation_api_constants.h',
[email protected]c6b40c12011-07-22 16:19:581111 'browser/extensions/extension_webrequest_api.cc',
1112 'browser/extensions/extension_webrequest_api.h',
[email protected]83bfa0b2011-02-01 05:37:461113 'browser/extensions/extension_webrequest_api_constants.cc',
1114 'browser/extensions/extension_webrequest_api_constants.h',
[email protected]63cda0c2010-09-01 04:41:231115 'browser/extensions/extension_webstore_private_api.cc',
1116 'browser/extensions/extension_webstore_private_api.h',
[email protected]d13950e2009-12-04 01:43:021117 'browser/extensions/extensions_quota_service.cc',
1118 'browser/extensions/extensions_quota_service.h',
[email protected]6aeac8342010-10-01 20:21:181119 'browser/extensions/extensions_startup.cc',
1120 'browser/extensions/extensions_startup.h',
[email protected]83019902009-12-02 05:32:591121 'browser/extensions/extensions_ui.cc',
1122 'browser/extensions/extensions_ui.h',
[email protected]8e4560b62011-01-14 10:09:141123 'browser/extensions/external_extension_loader.cc',
1124 'browser/extensions/external_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461125 'browser/extensions/external_extension_provider_impl.cc',
1126 'browser/extensions/external_extension_provider_impl.h',
1127 'browser/extensions/external_extension_provider_interface.h',
[email protected]8e4560b62011-01-14 10:09:141128 'browser/extensions/external_policy_extension_loader.cc',
1129 'browser/extensions/external_policy_extension_loader.h',
[email protected]83bfa0b2011-02-01 05:37:461130 'browser/extensions/external_pref_extension_loader.cc',
1131 'browser/extensions/external_pref_extension_loader.h',
[email protected]8e4560b62011-01-14 10:09:141132 'browser/extensions/external_registry_extension_loader_win.cc',
1133 'browser/extensions/external_registry_extension_loader_win.h',
[email protected]3d38d8e2011-04-16 20:48:511134 'browser/extensions/file_manager_util.cc',
[email protected]c6b40c12011-07-22 16:19:581135 'browser/extensions/file_manager_util.h',
[email protected]83019902009-12-02 05:32:591136 'browser/extensions/file_reader.cc',
1137 'browser/extensions/file_reader.h',
[email protected]83019902009-12-02 05:32:591138 'browser/extensions/image_loading_tracker.cc',
1139 'browser/extensions/image_loading_tracker.h',
[email protected]d5c40972011-02-09 02:12:091140 'browser/extensions/key_identifier_conversion_views.cc',
1141 'browser/extensions/key_identifier_conversion_views.h',
[email protected]83019902009-12-02 05:32:591142 'browser/extensions/pack_extension_job.cc',
1143 'browser/extensions/pack_extension_job.h',
[email protected]483d1ff2011-03-03 17:12:021144 'browser/extensions/pending_extension_info.cc',
[email protected]c6b40c12011-07-22 16:19:581145 'browser/extensions/pending_extension_info.h',
[email protected]b2907fd2011-03-25 16:43:371146 'browser/extensions/pending_extension_manager.cc',
[email protected]c6b40c12011-07-22 16:19:581147 'browser/extensions/pending_extension_manager.h',
[email protected]83019902009-12-02 05:32:591148 'browser/extensions/sandboxed_extension_unpacker.cc',
1149 'browser/extensions/sandboxed_extension_unpacker.h',
1150 'browser/extensions/theme_installed_infobar_delegate.cc',
1151 'browser/extensions/theme_installed_infobar_delegate.h',
1152 'browser/extensions/user_script_listener.cc',
1153 'browser/extensions/user_script_listener.h',
1154 'browser/extensions/user_script_master.cc',
1155 'browser/extensions/user_script_master.h',
[email protected]ed2b1002011-05-25 14:12:101156 'browser/external_protocol/external_protocol_handler.cc',
1157 'browser/external_protocol/external_protocol_handler.h',
1158 'browser/external_protocol/external_protocol_observer.cc',
1159 'browser/external_protocol/external_protocol_observer.h',
[email protected]4bdde602010-06-16 03:17:351160 'browser/external_tab_container_win.cc',
1161 'browser/external_tab_container_win.h',
[email protected]ee2ed42c2011-04-28 22:19:141162 'browser/favicon/favicon_handler.cc',
1163 'browser/favicon/favicon_handler.h',
[email protected]5b0c3482011-06-17 02:06:571164 'browser/favicon/favicon_handler_delegate.h',
[email protected]ee2ed42c2011-04-28 22:19:141165 'browser/favicon/favicon_service.cc',
1166 'browser/favicon/favicon_service.h',
1167 'browser/favicon/favicon_tab_helper.cc',
1168 'browser/favicon/favicon_tab_helper.h',
[email protected]ba70d082010-09-10 16:54:491169 'browser/file_select_helper.cc',
1170 'browser/file_select_helper.h',
[email protected]820735792010-07-29 23:40:011171 'browser/first_run/first_run.cc',
1172 'browser/first_run/first_run.h',
[email protected]10189862011-04-15 21:42:031173 'browser/first_run/first_run_browser_process.cc',
1174 'browser/first_run/first_run_browser_process.h',
[email protected]9de26c9b2011-04-18 22:32:181175 'browser/first_run/first_run_dialog.h',
[email protected]83bfa0b2011-02-01 05:37:461176 'browser/first_run/first_run_gtk.cc',
[email protected]10189862011-04-15 21:42:031177 'browser/first_run/first_run_import_observer.cc',
1178 'browser/first_run/first_run_import_observer.h',
[email protected]820735792010-07-29 23:40:011179 'browser/first_run/first_run_mac.mm',
1180 'browser/first_run/first_run_win.cc',
[email protected]c6b40c12011-07-22 16:19:581181 'browser/first_run/try_chrome_dialog_view.cc',
1182 'browser/first_run/try_chrome_dialog_view.h',
[email protected]815856722011-04-13 17:19:191183 'browser/first_run/upgrade_util.cc',
1184 'browser/first_run/upgrade_util.h',
1185 'browser/first_run/upgrade_util_linux.cc',
[email protected]911d15c2011-04-15 20:13:201186 'browser/first_run/upgrade_util_linux.h',
[email protected]d9fcd2632011-06-24 15:59:021187 'browser/first_run/upgrade_util_mac.cc',
[email protected]815856722011-04-13 17:19:191188 'browser/first_run/upgrade_util_win.cc',
[email protected]911d15c2011-04-15 20:13:201189 'browser/first_run/upgrade_util_win.h',
[email protected]3c645372011-01-25 20:54:061190 'browser/fullscreen.h',
1191 'browser/fullscreen_linux.cc',
1192 'browser/fullscreen_mac.mm',
1193 'browser/fullscreen_win.cc',
[email protected]8b96de122010-02-15 15:15:221194 'browser/geolocation/access_token_store.cc',
[email protected]c6b40c12011-07-22 16:19:581195 'browser/geolocation/chrome_geolocation_permission_context.cc',
[email protected]f0909382011-08-04 23:01:531196 'browser/geolocation/chrome_geolocation_permission_context.h',
[email protected]0aade3e2010-10-01 16:28:581197 'browser/geolocation/geolocation_content_settings_map.cc',
[email protected]652e16d2011-03-07 03:53:001198 'browser/geolocation/geolocation_content_settings_map.h',
[email protected]e1d4edb2010-02-17 17:33:561199 'browser/geolocation/geolocation_prefs.cc',
[email protected]7c927b62010-02-24 09:54:131200 'browser/geolocation/geolocation_prefs.h',
[email protected]777a7b62010-05-11 13:28:161201 'browser/geolocation/geolocation_settings_state.cc',
1202 'browser/geolocation/geolocation_settings_state.h',
[email protected]5f5f6562011-05-17 23:59:131203 'browser/geolocation/wifi_data_provider_chromeos.cc',
1204 'browser/geolocation/wifi_data_provider_chromeos.h',
[email protected]83bfa0b2011-02-01 05:37:461205 'browser/global_keyboard_shortcuts_mac.h',
1206 'browser/global_keyboard_shortcuts_mac.mm',
[email protected]f7578f52010-08-30 22:22:491207 'browser/google/google_update.cc',
1208 'browser/google/google_update.h',
1209 'browser/google/google_update_settings_posix.cc',
1210 'browser/google/google_url_tracker.cc',
1211 'browser/google/google_url_tracker.h',
1212 'browser/google/google_util.cc',
1213 'browser/google/google_util.h',
[email protected]83019902009-12-02 05:32:591214 'browser/hang_monitor/hung_plugin_action.cc',
1215 'browser/hang_monitor/hung_plugin_action.h',
1216 'browser/hang_monitor/hung_window_detector.cc',
1217 'browser/hang_monitor/hung_window_detector.h',
1218 'browser/history/archived_database.cc',
1219 'browser/history/archived_database.h',
1220 'browser/history/download_database.cc',
1221 'browser/history/download_database.h',
[email protected]4cd82f72011-05-23 19:15:011222 'browser/history/download_history_info.cc',
1223 'browser/history/download_history_info.h',
[email protected]83019902009-12-02 05:32:591224 'browser/history/expire_history_backend.cc',
1225 'browser/history/expire_history_backend.h',
1226 'browser/history/history.cc',
1227 'browser/history/history.h',
1228 'browser/history/history_backend.cc',
1229 'browser/history/history_backend.h',
1230 'browser/history/history_database.cc',
1231 'browser/history/history_database.h',
1232 'browser/history/history_marshaling.h',
[email protected]93aa89c72010-10-20 21:32:041233 'browser/history/history_notifications.cc',
[email protected]83019902009-12-02 05:32:591234 'browser/history/history_notifications.h',
1235 'browser/history/history_publisher.cc',
1236 'browser/history/history_publisher.h',
1237 'browser/history/history_publisher_none.cc',
1238 'browser/history/history_publisher_win.cc',
[email protected]105bb0f2011-05-24 17:12:141239 'browser/history/history_tab_helper.cc',
1240 'browser/history/history_tab_helper.h',
[email protected]83019902009-12-02 05:32:591241 'browser/history/history_types.cc',
1242 'browser/history/history_types.h',
1243 'browser/history/in_memory_database.cc',
1244 'browser/history/in_memory_database.h',
1245 'browser/history/in_memory_history_backend.cc',
1246 'browser/history/in_memory_history_backend.h',
[email protected]279a25f2010-07-01 18:13:221247 'browser/history/in_memory_url_index.cc',
1248 'browser/history/in_memory_url_index.h',
[email protected]83019902009-12-02 05:32:591249 'browser/history/page_usage_data.cc',
1250 'browser/history/page_usage_data.h',
1251 'browser/history/query_parser.cc',
1252 'browser/history/query_parser.h',
1253 'browser/history/snippet.cc',
1254 'browser/history/snippet.h',
[email protected]c620fd52011-07-22 18:33:291255 'browser/history/shortcuts_backend.cc',
1256 'browser/history/shortcuts_backend.h',
1257 'browser/history/shortcuts_database.cc',
1258 'browser/history/shortcuts_database.h',
[email protected]83019902009-12-02 05:32:591259 'browser/history/starred_url_database.cc',
1260 'browser/history/starred_url_database.h',
1261 'browser/history/text_database.cc',
1262 'browser/history/text_database.h',
1263 'browser/history/text_database_manager.cc',
1264 'browser/history/text_database_manager.h',
1265 'browser/history/thumbnail_database.cc',
1266 'browser/history/thumbnail_database.h',
1267 'browser/history/top_sites.cc',
[email protected]809cc4d2010-10-27 15:22:541268 'browser/history/top_sites.h',
1269 'browser/history/top_sites_backend.cc',
1270 'browser/history/top_sites_backend.h',
1271 'browser/history/top_sites_cache.cc',
1272 'browser/history/top_sites_cache.h',
[email protected]69489472010-06-01 17:23:561273 'browser/history/top_sites_database.cc',
[email protected]809cc4d2010-10-27 15:22:541274 'browser/history/top_sites_database.h',
[email protected]83019902009-12-02 05:32:591275 'browser/history/url_database.cc',
1276 'browser/history/url_database.h',
1277 'browser/history/visit_database.cc',
1278 'browser/history/visit_database.h',
1279 'browser/history/visit_tracker.cc',
1280 'browser/history/visit_tracker.h',
1281 'browser/history/visitsegment_database.cc',
1282 'browser/history/visitsegment_database.h',
[email protected]83019902009-12-02 05:32:591283 'browser/icon_loader.cc',
[email protected]83bfa0b2011-02-01 05:37:461284 'browser/icon_loader.h',
[email protected]83019902009-12-02 05:32:591285 'browser/icon_loader_linux.cc',
1286 'browser/icon_loader_mac.mm',
1287 'browser/icon_loader_win.cc',
1288 'browser/icon_manager.cc',
1289 'browser/icon_manager.h',
1290 'browser/icon_manager_linux.cc',
1291 'browser/icon_manager_mac.mm',
1292 'browser/icon_manager_win.cc',
[email protected]f5205412010-03-16 00:19:341293 'browser/idle_linux.cc',
[email protected]3c645372011-01-25 20:54:061294 'browser/idle_mac.mm',
[email protected]6fc907752011-05-02 21:14:401295 'browser/idle_query_linux.cc',
1296 'browser/idle_query_linux.h',
[email protected]f5205412010-03-16 00:19:341297 'browser/idle_win.cc',
[email protected]734fc97b2011-03-20 18:27:331298 'browser/importer/external_process_importer_bridge.cc',
1299 'browser/importer/external_process_importer_bridge.h',
[email protected]9e497dd2011-03-11 21:57:501300 'browser/importer/external_process_importer_client.cc',
1301 'browser/importer/external_process_importer_client.h',
[email protected]22ab59b2011-03-13 20:17:001302 'browser/importer/external_process_importer_host.cc',
1303 'browser/importer/external_process_importer_host.h',
[email protected]83019902009-12-02 05:32:591304 'browser/importer/firefox2_importer.cc',
1305 'browser/importer/firefox2_importer.h',
1306 'browser/importer/firefox3_importer.cc',
1307 'browser/importer/firefox3_importer.h',
1308 'browser/importer/firefox_importer_utils.cc',
[email protected]83bfa0b2011-02-01 05:37:461309 'browser/importer/firefox_importer_utils.h',
[email protected]83019902009-12-02 05:32:591310 'browser/importer/firefox_importer_utils_linux.cc',
1311 'browser/importer/firefox_importer_utils_mac.mm',
1312 'browser/importer/firefox_importer_utils_win.cc',
[email protected]83019902009-12-02 05:32:591313 'browser/importer/firefox_profile_lock.cc',
1314 'browser/importer/firefox_profile_lock.h',
1315 'browser/importer/firefox_profile_lock_posix.cc',
1316 'browser/importer/firefox_profile_lock_win.cc',
[email protected]4200a2082010-04-27 23:19:471317 'browser/importer/firefox_proxy_settings.cc',
1318 'browser/importer/firefox_proxy_settings.h',
[email protected]83019902009-12-02 05:32:591319 'browser/importer/ie_importer.cc',
1320 'browser/importer/ie_importer.h',
[email protected]78a3fb02011-03-09 23:14:181321 'browser/importer/importer.cc',
1322 'browser/importer/importer.h',
[email protected]83019902009-12-02 05:32:591323 'browser/importer/importer_bridge.cc',
1324 'browser/importer/importer_bridge.h',
[email protected]20f0487a2010-09-30 20:06:301325 'browser/importer/importer_data_types.cc',
[email protected]95940f102010-05-20 19:25:351326 'browser/importer/importer_data_types.h',
[email protected]e46a9e32011-03-09 15:00:101327 'browser/importer/importer_host.cc',
1328 'browser/importer/importer_host.h',
[email protected]83019902009-12-02 05:32:591329 'browser/importer/importer_list.cc',
1330 'browser/importer/importer_list.h',
[email protected]2dce9532011-07-29 00:40:211331 'browser/importer/importer_list_observer.h',
[email protected]e84e5e12011-03-11 15:43:001332 'browser/importer/importer_lock_dialog.h',
[email protected]2fca3cd2011-03-04 01:52:071333 'browser/importer/importer_observer.h',
1334 'browser/importer/importer_progress_dialog.h',
[email protected]ea52f512011-03-08 19:55:511335 'browser/importer/importer_progress_observer.h',
[email protected]6c0570a2011-04-04 20:16:441336 'browser/importer/importer_type.cc',
1337 'browser/importer/importer_type.h',
[email protected]3dd0e202011-07-18 21:45:521338 'browser/importer/importer_util.cc',
1339 'browser/importer/importer_util.h',
[email protected]804ab2f2011-03-20 15:08:071340 'browser/importer/in_process_importer_bridge.cc',
1341 'browser/importer/in_process_importer_bridge.h',
[email protected]83019902009-12-02 05:32:591342 'browser/importer/mork_reader.cc',
1343 'browser/importer/mork_reader.h',
1344 'browser/importer/nss_decryptor.cc',
1345 'browser/importer/nss_decryptor.h',
[email protected]83019902009-12-02 05:32:591346 'browser/importer/nss_decryptor_mac.h',
1347 'browser/importer/nss_decryptor_mac.mm',
[email protected]ca9b7dd2010-02-24 23:40:301348 'browser/importer/nss_decryptor_system_nss.cc',
1349 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:591350 'browser/importer/nss_decryptor_win.cc',
1351 'browser/importer/nss_decryptor_win.h',
[email protected]10bbe922011-04-01 00:21:391352 'browser/importer/profile_import_process_client.cc',
1353 'browser/importer/profile_import_process_client.h',
1354 'browser/importer/profile_import_process_host.cc',
1355 'browser/importer/profile_import_process_host.h',
[email protected]ec9faf0d2011-04-02 20:21:481356 'browser/importer/profile_import_process_messages.cc',
1357 'browser/importer/profile_import_process_messages.h',
[email protected]7fe8c5d2010-05-14 18:06:591358 'browser/importer/profile_writer.cc',
1359 'browser/importer/profile_writer.h',
[email protected]83019902009-12-02 05:32:591360 'browser/importer/safari_importer.h',
1361 'browser/importer/safari_importer.mm',
1362 'browser/importer/toolbar_importer.cc',
1363 'browser/importer/toolbar_importer.h',
[email protected]562291412011-03-27 12:29:451364 'browser/importer/toolbar_importer_utils.cc',
1365 'browser/importer/toolbar_importer_utils.h',
[email protected]6b723f82010-10-05 20:14:271366 'browser/instant/instant_commit_type.h',
[email protected]018cbb22010-10-11 22:32:091367 'browser/instant/instant_confirm_dialog.cc',
1368 'browser/instant/instant_confirm_dialog.h',
[email protected]6b723f82010-10-05 20:14:271369 'browser/instant/instant_controller.cc',
1370 'browser/instant/instant_controller.h',
1371 'browser/instant/instant_delegate.h',
[email protected]2380b9a2011-07-28 20:10:361372 'browser/instant/instant_field_trial.cc',
1373 'browser/instant/instant_field_trial.h',
[email protected]6b723f82010-10-05 20:14:271374 'browser/instant/instant_loader.cc',
1375 'browser/instant/instant_loader.h',
1376 'browser/instant/instant_loader_delegate.h',
1377 'browser/instant/instant_loader_manager.cc',
1378 'browser/instant/instant_loader_manager.h',
[email protected]5aab5e22010-12-08 22:13:291379 'browser/instant/instant_unload_handler.cc',
1380 'browser/instant/instant_unload_handler.h',
[email protected]7e03e812010-11-15 23:01:011381 'browser/instant/promo_counter.cc',
1382 'browser/instant/promo_counter.h',
[email protected]35851fd2011-08-06 01:27:061383 'browser/intents/web_intents_registry.cc',
1384 'browser/intents/web_intents_registry.h',
[email protected]62af76e2011-08-01 02:34:011385 'browser/intents/register_intent_handler_infobar_delegate.cc',
1386 'browser/intents/register_intent_handler_infobar_delegate.h',
[email protected]c6e584c2011-05-18 11:58:441387 'browser/internal_auth.cc',
1388 'browser/internal_auth.h',
[email protected]c4ff4952010-01-08 19:12:471389 'browser/intranet_redirect_detector.cc',
1390 'browser/intranet_redirect_detector.h',
[email protected]0ac83682010-01-22 17:46:271391 'browser/io_thread.cc',
1392 'browser/io_thread.h',
[email protected]83019902009-12-02 05:32:591393 'browser/jankometer.cc',
1394 'browser/jankometer.h',
[email protected]83bfa0b2011-02-01 05:37:461395 'browser/jankometer_mac.cc',
[email protected]11fb5e52010-06-23 00:58:481396 'browser/jumplist_win.cc',
1397 'browser/jumplist_win.h',
[email protected]83019902009-12-02 05:32:591398 'browser/keychain_mac.cc',
1399 'browser/keychain_mac.h',
[email protected]c6b40c12011-07-22 16:19:581400 'browser/language_usage_metrics.cc',
1401 'browser/language_usage_metrics.h',
[email protected]5950f5712011-06-20 22:15:521402 'browser/mac/authorization_util.h',
1403 'browser/mac/authorization_util.mm',
[email protected]3dd0e202011-07-18 21:45:521404 'browser/mac/dock.h',
1405 'browser/mac/dock.mm',
[email protected]5950f5712011-06-20 22:15:521406 'browser/mac/install_from_dmg.h',
1407 'browser/mac/install_from_dmg.mm',
1408 'browser/mac/keystone_glue.h',
1409 'browser/mac/keystone_glue.mm',
1410 'browser/mac/keystone_registration.h',
1411 'browser/mac/keystone_registration.mm',
[email protected]8b5ad7f2011-06-30 17:58:151412 'browser/mac/launchd.cc',
1413 'browser/mac/launchd.h',
[email protected]d9fcd2632011-06-24 15:59:021414 'browser/mac/relauncher.cc',
1415 'browser/mac/relauncher.h',
[email protected]5950f5712011-06-20 22:15:521416 'browser/mac/scoped_authorizationref.h',
[email protected]a6e349a62011-06-27 16:26:241417 'browser/mac/scoped_ioobject.h',
[email protected]8b5ad7f2011-06-30 17:58:151418 'browser/mac/scoped_launch_data.h',
[email protected]cc87500b2011-06-24 20:59:191419 'browser/media/media_internals.cc',
1420 'browser/media/media_internals.h',
[email protected]83019902009-12-02 05:32:591421 'browser/memory_details.cc',
[email protected]83bfa0b2011-02-01 05:37:461422 'browser/memory_details.h',
[email protected]83019902009-12-02 05:32:591423 'browser/memory_details_linux.cc',
1424 'browser/memory_details_mac.cc',
1425 'browser/memory_details_win.cc',
[email protected]83019902009-12-02 05:32:591426 'browser/memory_purger.cc',
1427 'browser/memory_purger.h',
[email protected]e9c0ba72011-06-15 15:46:261428 'browser/metrics/display_utils_mac.cc',
1429 'browser/metrics/display_utils_posix.cc',
1430 'browser/metrics/display_utils_win.cc',
[email protected]63a8ba12011-04-29 05:42:221431 'browser/metrics/field_trial_synchronizer.cc',
1432 'browser/metrics/field_trial_synchronizer.h',
[email protected]7c927b62010-02-24 09:54:131433 'browser/metrics/histogram_synchronizer.cc',
1434 'browser/metrics/histogram_synchronizer.h',
[email protected]83019902009-12-02 05:32:591435 'browser/metrics/metric_event_duration_details.h',
1436 'browser/metrics/metrics_log.cc',
1437 'browser/metrics/metrics_log.h',
[email protected]7f7f1962011-04-20 15:58:161438 'browser/metrics/metrics_reporting_scheduler.cc',
1439 'browser/metrics/metrics_reporting_scheduler.h',
[email protected]83019902009-12-02 05:32:591440 'browser/metrics/metrics_response.cc',
1441 'browser/metrics/metrics_response.h',
1442 'browser/metrics/metrics_service.cc',
1443 'browser/metrics/metrics_service.h',
[email protected]0b565182011-03-02 18:11:151444 'browser/metrics/thread_watcher.cc',
1445 'browser/metrics/thread_watcher.h',
[email protected]41b8a352011-07-26 01:53:051446 'browser/mock_keychain_mac.cc',
1447 'browser/mock_keychain_mac.h',
[email protected]4bdde602010-06-16 03:17:351448 'browser/nacl_host/nacl_broker_host_win.cc',
1449 'browser/nacl_host/nacl_broker_host_win.h',
1450 'browser/nacl_host/nacl_broker_service_win.cc',
1451 'browser/nacl_host/nacl_broker_service_win.h',
[email protected]e15a4fa2010-02-11 23:09:291452 'browser/nacl_host/nacl_process_host.cc',
1453 'browser/nacl_host/nacl_process_host.h',
[email protected]83019902009-12-02 05:32:591454 'browser/net/browser_url_util.cc',
1455 'browser/net/browser_url_util.h',
[email protected]0f7066e2010-03-25 08:31:471456 'browser/net/chrome_cookie_notification_details.h',
[email protected]83bfa0b2011-02-01 05:37:461457 'browser/net/chrome_dns_cert_provenance_checker.cc',
1458 'browser/net/chrome_dns_cert_provenance_checker.h',
1459 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1460 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
[email protected]9e743cd2010-03-16 07:03:531461 'browser/net/chrome_net_log.cc',
1462 'browser/net/chrome_net_log.h',
[email protected]ac039522010-06-15 16:39:441463 'browser/net/chrome_network_delegate.cc',
1464 'browser/net/chrome_network_delegate.h',
[email protected]83019902009-12-02 05:32:591465 'browser/net/chrome_url_request_context.cc',
1466 'browser/net/chrome_url_request_context.h',
[email protected]c5629c32010-06-23 01:22:431467 'browser/net/connect_interceptor.cc',
1468 'browser/net/connect_interceptor.h',
[email protected]483bf122010-05-04 20:41:241469 'browser/net/connection_tester.cc',
1470 'browser/net/connection_tester.h',
[email protected]34c06e62011-07-22 13:50:481471 'browser/net/gaia/gaia_oauth_consumer.h',
1472 'browser/net/gaia/gaia_oauth_fetcher.cc',
1473 'browser/net/gaia/gaia_oauth_fetcher.h',
[email protected]8e4c29612010-07-14 01:24:451474 'browser/net/gaia/token_service.cc',
1475 'browser/net/gaia/token_service.h',
[email protected]e25e9552010-07-16 08:25:411476 'browser/net/load_timing_observer.cc',
1477 'browser/net/load_timing_observer.h',
[email protected]93190352010-08-13 13:55:101478 'browser/net/net_log_logger.cc',
1479 'browser/net/net_log_logger.h',
[email protected]dd830072010-10-05 09:32:441480 'browser/net/net_pref_observer.cc',
1481 'browser/net/net_pref_observer.h',
[email protected]d67d1052011-06-09 05:11:411482 'browser/net/network_stats.cc',
1483 'browser/net/network_stats.h',
[email protected]9e743cd2010-03-16 07:03:531484 'browser/net/passive_log_collector.cc',
1485 'browser/net/passive_log_collector.h',
[email protected]760d970a2010-05-18 00:39:181486 'browser/net/preconnect.cc',
1487 'browser/net/preconnect.h',
[email protected]3530cd92010-06-27 06:22:011488 'browser/net/predictor.cc',
1489 'browser/net/predictor.h',
1490 'browser/net/predictor_api.cc',
1491 'browser/net/predictor_api.h',
[email protected]cc5bfd42010-11-24 14:44:021492 'browser/net/pref_proxy_config_service.cc',
1493 'browser/net/pref_proxy_config_service.h',
[email protected]db0e86dd2011-03-16 14:47:211494 'browser/net/proxy_service_factory.cc',
1495 'browser/net/proxy_service_factory.h',
[email protected]68b8c3e2011-02-28 22:07:451496 'browser/net/quoted_printable.cc',
1497 'browser/net/quoted_printable.h',
[email protected]83019902009-12-02 05:32:591498 'browser/net/referrer.cc',
1499 'browser/net/referrer.h',
[email protected]83019902009-12-02 05:32:591500 'browser/net/sdch_dictionary_fetcher.cc',
1501 'browser/net/sdch_dictionary_fetcher.h',
[email protected]5490bb982010-09-14 13:40:541502 'browser/net/service_providers_win.cc',
1503 'browser/net/service_providers_win.h',
[email protected]97301cd2011-07-29 02:32:391504 'browser/net/sqlite_origin_bound_cert_store.cc',
1505 'browser/net/sqlite_origin_bound_cert_store.h',
[email protected]83019902009-12-02 05:32:591506 'browser/net/sqlite_persistent_cookie_store.cc',
1507 'browser/net/sqlite_persistent_cookie_store.h',
1508 'browser/net/ssl_config_service_manager.h',
[email protected]ac1ada52010-10-28 19:26:001509 'browser/net/ssl_config_service_manager_pref.cc',
[email protected]83019902009-12-02 05:32:591510 'browser/net/url_fixer_upper.cc',
1511 'browser/net/url_fixer_upper.h',
[email protected]3530cd92010-06-27 06:22:011512 'browser/net/url_info.cc',
1513 'browser/net/url_info.h',
[email protected]83019902009-12-02 05:32:591514 # TODO: These should be moved to test_support (see below), but
1515 # are currently used by production code in automation_provider.cc.
[email protected]83019902009-12-02 05:32:591516 'browser/net/url_request_mock_link_doctor_job.cc',
1517 'browser/net/url_request_mock_link_doctor_job.h',
1518 'browser/net/url_request_mock_util.cc',
1519 'browser/net/url_request_mock_util.h',
[email protected]af5610352010-10-08 18:12:091520 'browser/net/view_blob_internals_job_factory.cc',
1521 'browser/net/view_blob_internals_job_factory.h',
[email protected]6e76d8d2010-05-10 23:13:561522 'browser/net/view_http_cache_job_factory.cc',
1523 'browser/net/view_http_cache_job_factory.h',
[email protected]83019902009-12-02 05:32:591524 'browser/notifications/balloon.cc',
1525 'browser/notifications/balloon.h',
1526 'browser/notifications/balloon_collection.cc',
1527 'browser/notifications/balloon_collection.h',
[email protected]24c5013f2010-11-19 22:21:081528 'browser/notifications/balloon_collection_base.cc',
1529 'browser/notifications/balloon_collection_base.h',
[email protected]7caf730c2011-02-01 18:35:081530 'browser/notifications/balloon_collection_impl.cc',
[email protected]83f22072010-03-02 23:47:091531 'browser/notifications/balloon_collection_impl.h',
[email protected]83019902009-12-02 05:32:591532 'browser/notifications/balloon_collection_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461533 'browser/notifications/balloon_collection_mac.mm',
1534 'browser/notifications/balloon_collection_win.cc',
1535 'browser/notifications/balloon_host.cc',
1536 'browser/notifications/balloon_host.h',
[email protected]83019902009-12-02 05:32:591537 'browser/notifications/desktop_notification_service.cc',
1538 'browser/notifications/desktop_notification_service.h',
[email protected]dcb72d52011-04-13 12:36:531539 'browser/notifications/desktop_notification_service_factory.cc',
1540 'browser/notifications/desktop_notification_service_factory.h',
[email protected]93aa89c72010-10-20 21:32:041541 'browser/notifications/notification.cc',
[email protected]83019902009-12-02 05:32:591542 'browser/notifications/notification.h',
[email protected]3b845752010-03-17 01:19:061543 'browser/notifications/notification_delegate.h',
[email protected]70cb9fa2010-07-01 20:10:451544 'browser/notifications/notification_exceptions_table_model.cc',
1545 'browser/notifications/notification_exceptions_table_model.h',
[email protected]83019902009-12-02 05:32:591546 'browser/notifications/notification_object_proxy.cc',
1547 'browser/notifications/notification_object_proxy.h',
[email protected]f895131a2010-07-23 05:36:021548 'browser/notifications/notification_options_menu_model.cc',
1549 'browser/notifications/notification_options_menu_model.h',
[email protected]83019902009-12-02 05:32:591550 'browser/notifications/notification_ui_manager.cc',
1551 'browser/notifications/notification_ui_manager.h',
1552 'browser/notifications/notifications_prefs_cache.cc',
1553 'browser/notifications/notifications_prefs_cache.h',
1554 'browser/ntp_background_util.cc',
1555 'browser/ntp_background_util.h',
1556 'browser/omnibox_search_hint.cc',
1557 'browser/omnibox_search_hint.h',
[email protected]5ac20162010-11-24 23:33:111558 'browser/oom_priority_manager.cc',
1559 'browser/oom_priority_manager.h',
[email protected]83019902009-12-02 05:32:591560 'browser/page_info_model.cc',
1561 'browser/page_info_model.h',
[email protected]33a83db2011-07-27 20:15:061562 'browser/page_info_model_observer.h',
1563 'browser/page_info_window.h',
[email protected]83bfa0b2011-02-01 05:37:461564 'browser/parsers/metadata_parser.cc',
[email protected]83019902009-12-02 05:32:591565 'browser/parsers/metadata_parser.h',
1566 'browser/parsers/metadata_parser_factory.h',
1567 'browser/parsers/metadata_parser_filebase.cc',
1568 'browser/parsers/metadata_parser_filebase.h',
1569 'browser/parsers/metadata_parser_jpeg.cc',
1570 'browser/parsers/metadata_parser_jpeg.h',
1571 'browser/parsers/metadata_parser_jpeg_factory.cc',
1572 'browser/parsers/metadata_parser_jpeg_factory.h',
1573 'browser/parsers/metadata_parser_manager.cc',
1574 'browser/parsers/metadata_parser_manager.h',
[email protected]7f58b022010-06-16 21:33:161575 'browser/password_manager/encryptor.h',
[email protected]83019902009-12-02 05:32:591576 'browser/password_manager/encryptor_linux.cc',
1577 'browser/password_manager/encryptor_mac.mm',
[email protected]ecbf2892010-07-16 01:51:451578 'browser/password_manager/encryptor_password_mac.h',
1579 'browser/password_manager/encryptor_password_mac.mm',
[email protected]83bfa0b2011-02-01 05:37:461580 'browser/password_manager/encryptor_win.cc',
[email protected]83019902009-12-02 05:32:591581 'browser/password_manager/ie7_password.cc',
1582 'browser/password_manager/ie7_password.h',
[email protected]7f58b022010-06-16 21:33:161583 'browser/password_manager/login_database.cc',
1584 'browser/password_manager/login_database.h',
[email protected]83019902009-12-02 05:32:591585 'browser/password_manager/login_database_mac.cc',
[email protected]ec44cd52010-04-05 22:30:471586 'browser/password_manager/login_database_posix.cc',
1587 'browser/password_manager/login_database_win.cc',
[email protected]7f58b022010-06-16 21:33:161588 'browser/password_manager/native_backend_gnome_x.cc',
1589 'browser/password_manager/native_backend_gnome_x.h',
1590 'browser/password_manager/native_backend_kwallet_x.cc',
1591 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]83019902009-12-02 05:32:591592 'browser/password_manager/password_form_manager.cc',
1593 'browser/password_manager/password_form_manager.h',
1594 'browser/password_manager/password_manager.cc',
1595 'browser/password_manager/password_manager.h',
1596 'browser/password_manager/password_store.cc',
1597 'browser/password_manager/password_store.h',
[email protected]e5721c182011-03-28 22:27:341598 'browser/password_manager/password_store_consumer.cc',
1599 'browser/password_manager/password_store_consumer.h',
[email protected]83019902009-12-02 05:32:591600 'browser/password_manager/password_store_default.cc',
1601 'browser/password_manager/password_store_default.h',
[email protected]83019902009-12-02 05:32:591602 'browser/password_manager/password_store_mac.cc',
[email protected]7f58b022010-06-16 21:33:161603 'browser/password_manager/password_store_mac.h',
1604 'browser/password_manager/password_store_mac_internal.h',
[email protected]83019902009-12-02 05:32:591605 'browser/password_manager/password_store_win.cc',
[email protected]7f58b022010-06-16 21:33:161606 'browser/password_manager/password_store_win.h',
1607 'browser/password_manager/password_store_x.cc',
1608 'browser/password_manager/password_store_x.h',
[email protected]3c9e1872010-11-18 16:17:491609 'browser/password_manager_delegate_impl.cc',
1610 'browser/password_manager_delegate_impl.h',
[email protected]83bfa0b2011-02-01 05:37:461611 'browser/pdf_unsupported_feature.cc',
1612 'browser/pdf_unsupported_feature.h',
[email protected]14a000d2010-04-29 21:44:241613 'browser/platform_util.h',
[email protected]14a000d2010-04-29 21:44:241614 'browser/platform_util_chromeos.cc',
1615 'browser/platform_util_common_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461616 'browser/platform_util_linux.cc',
[email protected]14a000d2010-04-29 21:44:241617 'browser/platform_util_mac.mm',
1618 'browser/platform_util_win.cc',
[email protected]8b8a554d2010-11-18 13:26:401619 'browser/plugin_data_remover.cc',
1620 'browser/plugin_data_remover.h',
[email protected]09d81f82010-12-15 16:46:421621 'browser/plugin_data_remover_helper.cc',
1622 'browser/plugin_data_remover_helper.h',
[email protected]fd3ad512010-09-25 14:08:511623 'browser/plugin_download_helper.cc',
1624 'browser/plugin_download_helper.h',
[email protected]56f1a6ba2010-09-09 13:40:401625 'browser/plugin_exceptions_table_model.cc',
1626 'browser/plugin_exceptions_table_model.h',
[email protected]f4f50ef2011-01-21 19:01:191627 'browser/plugin_installer_infobar_delegate.cc',
1628 'browser/plugin_installer_infobar_delegate.h',
[email protected]67c052e2011-01-31 16:33:581629 'browser/plugin_observer.cc',
1630 'browser/plugin_observer.h',
[email protected]0a8b1e22010-07-02 09:31:111631 'browser/plugin_updater.cc',
1632 'browser/plugin_updater.h',
[email protected]ba99ca22010-12-09 13:53:181633 'browser/policy/asynchronous_policy_loader.cc',
1634 'browser/policy/asynchronous_policy_loader.h',
1635 'browser/policy/asynchronous_policy_provider.cc',
1636 'browser/policy/asynchronous_policy_provider.h',
[email protected]985655a2011-02-23 09:54:251637 'browser/policy/browser_policy_connector.cc',
1638 'browser/policy/browser_policy_connector.h',
[email protected]82e40802011-03-29 14:19:271639 'browser/policy/cloud_policy_cache_base.cc',
1640 'browser/policy/cloud_policy_cache_base.h',
[email protected]985655a2011-02-23 09:54:251641 'browser/policy/cloud_policy_controller.cc',
1642 'browser/policy/cloud_policy_controller.h',
[email protected]8a4751332011-07-09 22:17:331643 'browser/policy/cloud_policy_data_store.cc',
1644 'browser/policy/cloud_policy_data_store.h',
[email protected]fcf53572011-06-29 15:44:371645 'browser/policy/cloud_policy_provider.cc',
1646 'browser/policy/cloud_policy_provider.h',
1647 'browser/policy/cloud_policy_provider_impl.cc',
1648 'browser/policy/cloud_policy_provider_impl.h',
[email protected]985655a2011-02-23 09:54:251649 'browser/policy/cloud_policy_subsystem.cc',
1650 'browser/policy/cloud_policy_subsystem.h',
[email protected]99178112010-08-09 23:36:041651 'browser/policy/config_dir_policy_provider.cc',
1652 'browser/policy/config_dir_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351653 'browser/policy/configuration_policy_loader_win.cc',
1654 'browser/policy/configuration_policy_loader_win.h',
[email protected]99178112010-08-09 23:36:041655 'browser/policy/configuration_policy_pref_store.cc',
1656 'browser/policy/configuration_policy_pref_store.h',
1657 'browser/policy/configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041658 'browser/policy/configuration_policy_provider.h',
[email protected]88616f42010-12-23 09:34:351659 'browser/policy/configuration_policy_provider_delegate_win.cc',
1660 'browser/policy/configuration_policy_provider_delegate_win.h',
[email protected]99178112010-08-09 23:36:041661 'browser/policy/configuration_policy_provider_mac.cc',
1662 'browser/policy/configuration_policy_provider_mac.h',
1663 'browser/policy/configuration_policy_provider_win.cc',
1664 'browser/policy/configuration_policy_provider_win.h',
[email protected]12a3c022010-11-03 10:24:111665 'browser/policy/configuration_policy_store_interface.h',
[email protected]fcf53572011-06-29 15:44:371666 'browser/policy/delayed_work_scheduler.cc',
1667 'browser/policy/delayed_work_scheduler.h',
[email protected]2a87dce2010-10-29 09:20:031668 'browser/policy/device_management_backend.h',
[email protected]bb58e6e2010-11-03 14:40:441669 'browser/policy/device_management_backend_impl.cc',
1670 'browser/policy/device_management_backend_impl.h',
[email protected]83bfa0b2011-02-01 05:37:461671 'browser/policy/device_management_service.cc',
1672 'browser/policy/device_management_service.h',
[email protected]82e40802011-03-29 14:19:271673 'browser/policy/device_policy_cache.cc',
1674 'browser/policy/device_policy_cache.h',
[email protected]2a87dce2010-10-29 09:20:031675 'browser/policy/device_token_fetcher.cc',
1676 'browser/policy/device_token_fetcher.h',
[email protected]fcf53572011-06-29 15:44:371677 'browser/policy/dummy_cloud_policy_provider.cc',
1678 'browser/policy/dummy_cloud_policy_provider.h',
[email protected]1e605472010-12-16 21:41:401679 'browser/policy/dummy_configuration_policy_provider.cc',
[email protected]99178112010-08-09 23:36:041680 'browser/policy/dummy_configuration_policy_provider.h',
[email protected]6c900e52011-04-18 11:09:071681 'browser/policy/enterprise_install_attributes.cc',
1682 'browser/policy/enterprise_install_attributes.h',
[email protected]c94de182011-07-08 15:44:401683 'browser/policy/enterprise_metrics.cc',
1684 'browser/policy/enterprise_metrics.h',
[email protected]ba99ca22010-12-09 13:53:181685 'browser/policy/file_based_policy_loader.cc',
1686 'browser/policy/file_based_policy_loader.h',
[email protected]7c597232010-10-29 13:09:551687 'browser/policy/file_based_policy_provider.cc',
1688 'browser/policy/file_based_policy_provider.h',
[email protected]6ced4e792011-04-11 10:59:081689 'browser/policy/policy_notifier.cc',
1690 'browser/policy/policy_notifier.h',
[email protected]f51a7d902011-02-25 13:21:331691 'browser/policy/policy_path_parser.h',
1692 'browser/policy/policy_path_parser_mac.mm',
[email protected]4d48dcc2011-07-27 14:07:141693 'browser/policy/policy_path_parser_linux.cc',
[email protected]f51a7d902011-02-25 13:21:331694 'browser/policy/policy_path_parser_win.cc',
[email protected]82e40802011-03-29 14:19:271695 'browser/policy/user_policy_cache.cc',
1696 'browser/policy/user_policy_cache.h',
[email protected]ec13ca612011-06-24 18:03:241697 'browser/policy/user_policy_disk_cache.cc',
1698 'browser/policy/user_policy_disk_cache.h',
[email protected]eb938e22011-06-21 20:56:181699 'browser/policy/user_policy_token_cache.cc',
1700 'browser/policy/user_policy_token_cache.h',
[email protected]2a87dce2010-10-29 09:20:031701 # TODO(danno): Find a better way to include these files
[email protected]dbac2342011-03-25 12:45:131702 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.cc',
1703 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h',
[email protected]2a87dce2010-10-29 09:20:031704 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.cc',
1705 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend.pb.h',
[email protected]62fed2f42010-11-24 14:30:501706 'browser/policy/proto/device_management_constants.cc',
1707 'browser/policy/proto/device_management_constants.h',
[email protected]89bc8f12010-11-12 14:07:121708 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.cc',
1709 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.pb.h',
[email protected]4cd7adb2010-06-14 20:05:211710 'browser/preferences_mac.cc',
1711 'browser/preferences_mac.h',
[email protected]37858e52010-08-26 00:22:021712 'browser/prefs/browser_prefs.cc',
1713 'browser/prefs/browser_prefs.h',
1714 'browser/prefs/command_line_pref_store.cc',
1715 'browser/prefs/command_line_pref_store.h',
[email protected]9a8c4022011-01-25 14:25:331716 'browser/prefs/default_pref_store.cc',
[email protected]f2d1f612010-12-09 15:10:171717 'browser/prefs/default_pref_store.h',
[email protected]4e94ab32011-08-05 05:28:271718 'browser/prefs/incognito_mode_prefs.cc',
1719 'browser/prefs/incognito_mode_prefs.h',
[email protected]a78e9482011-07-14 19:22:291720 'browser/prefs/incognito_user_pref_store.cc',
1721 'browser/prefs/incognito_user_pref_store.h',
[email protected]83bfa0b2011-02-01 05:37:461722 'browser/prefs/pref_change_registrar.cc',
1723 'browser/prefs/pref_change_registrar.h',
[email protected]37858e52010-08-26 00:22:021724 'browser/prefs/pref_member.cc',
1725 'browser/prefs/pref_member.h',
[email protected]d36f941b2011-05-09 06:19:161726 'browser/prefs/pref_model_associator.cc',
1727 'browser/prefs/pref_model_associator.h',
[email protected]37858e52010-08-26 00:22:021728 'browser/prefs/pref_notifier.h',
[email protected]acd78969c2010-12-08 09:49:111729 'browser/prefs/pref_notifier_impl.cc',
1730 'browser/prefs/pref_notifier_impl.h',
[email protected]37858e52010-08-26 00:22:021731 'browser/prefs/pref_service.cc',
1732 'browser/prefs/pref_service.h',
1733 'browser/prefs/pref_set_observer.cc',
1734 'browser/prefs/pref_set_observer.h',
[email protected]f2d1f612010-12-09 15:10:171735 'browser/prefs/pref_value_map.cc',
1736 'browser/prefs/pref_value_map.h',
[email protected]37858e52010-08-26 00:22:021737 'browser/prefs/pref_value_store.cc',
1738 'browser/prefs/pref_value_store.h',
[email protected]c2f23d012011-02-09 14:52:171739 'browser/prefs/proxy_config_dictionary.cc',
1740 'browser/prefs/proxy_config_dictionary.h',
[email protected]eccf68e2010-12-23 10:18:201741 'browser/prefs/proxy_prefs.cc',
1742 'browser/prefs/proxy_prefs.h',
[email protected]f89ee342011-03-07 09:28:271743 'browser/prefs/scoped_user_pref_update.cc',
1744 'browser/prefs/scoped_user_pref_update.h',
[email protected]37858e52010-08-26 00:22:021745 'browser/prefs/session_startup_pref.cc',
1746 'browser/prefs/session_startup_pref.h',
[email protected]f2d1f612010-12-09 15:10:171747 'browser/prefs/value_map_pref_store.cc',
1748 'browser/prefs/value_map_pref_store.h',
[email protected]6fa75ad02011-07-28 15:30:191749 'browser/prerender/prerender_condition.h',
[email protected]940da332011-06-30 18:09:111750 'browser/prerender/prerender_config.cc',
1751 'browser/prerender/prerender_config.h',
[email protected]33f74972010-12-08 16:40:361752 'browser/prerender/prerender_contents.cc',
1753 'browser/prerender/prerender_contents.h',
[email protected]d75695a92011-03-01 15:47:411754 'browser/prerender/prerender_field_trial.cc',
1755 'browser/prerender/prerender_field_trial.h',
[email protected]4c154ff82011-02-15 11:23:591756 'browser/prerender/prerender_final_status.cc',
1757 'browser/prerender/prerender_final_status.h',
[email protected]e2602042011-06-15 19:57:291758 'browser/prerender/prerender_history.cc',
[email protected]c6b40c12011-07-22 16:19:581759 'browser/prerender/prerender_history.h',
[email protected]33f74972010-12-08 16:40:361760 'browser/prerender/prerender_manager.cc',
1761 'browser/prerender/prerender_manager.h',
[email protected]4850a7f2011-03-08 23:36:591762 'browser/prerender/prerender_observer.cc',
1763 'browser/prerender/prerender_observer.h',
[email protected]81a6b0b2011-06-24 17:55:401764 'browser/prerender/prerender_origin.cc',
1765 'browser/prerender/prerender_origin.h',
[email protected]5ee38b882011-05-05 00:18:571766 'browser/prerender/prerender_render_view_host_observer.cc',
1767 'browser/prerender/prerender_render_view_host_observer.h',
[email protected]28a05f3a2011-05-20 15:05:081768 'browser/prerender/prerender_tracker.cc',
1769 'browser/prerender/prerender_tracker.h',
[email protected]e253ab02011-07-07 21:58:391770 'browser/prerender/prerender_util.cc',
1771 'browser/prerender/prerender_util.h',
[email protected]68f88b992011-05-07 02:01:391772 'browser/printing/background_printing_manager.cc',
1773 'browser/printing/background_printing_manager.h',
[email protected]83bfa0b2011-02-01 05:37:461774 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1775 'browser/printing/cloud_print/cloud_print_proxy_service.h',
[email protected]17cefaaf2011-08-02 14:42:581776 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc',
1777 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h',
[email protected]83bfa0b2011-02-01 05:37:461778 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
1779 'browser/printing/cloud_print/cloud_print_setup_flow.h',
[email protected]d6dd7dc2011-03-14 18:17:491780 'browser/printing/cloud_print/cloud_print_setup_handler.cc',
1781 'browser/printing/cloud_print/cloud_print_setup_handler.h',
[email protected]83bfa0b2011-02-01 05:37:461782 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc',
1783 'browser/printing/cloud_print/cloud_print_setup_message_handler.h',
1784 'browser/printing/cloud_print/cloud_print_setup_source.cc',
1785 'browser/printing/cloud_print/cloud_print_setup_source.h',
1786 'browser/printing/cloud_print/cloud_print_url.cc',
1787 'browser/printing/cloud_print/cloud_print_url.h',
[email protected]73852b8f2010-05-14 00:38:121788 'browser/printing/print_dialog_cloud.cc',
1789 'browser/printing/print_dialog_cloud.h',
[email protected]83bfa0b2011-02-01 05:37:461790 'browser/printing/print_dialog_gtk.cc',
1791 'browser/printing/print_dialog_gtk.h',
[email protected]83019902009-12-02 05:32:591792 'browser/printing/print_job.cc',
1793 'browser/printing/print_job.h',
1794 'browser/printing/print_job_manager.cc',
1795 'browser/printing/print_job_manager.h',
1796 'browser/printing/print_job_worker.cc',
1797 'browser/printing/print_job_worker.h',
1798 'browser/printing/print_job_worker_owner.h',
[email protected]d0732d02011-05-30 05:24:201799 'browser/printing/print_preview_data_service.cc',
1800 'browser/printing/print_preview_data_service.h',
[email protected]eb15e24e2011-02-03 22:34:341801 'browser/printing/print_preview_message_handler.cc',
1802 'browser/printing/print_preview_message_handler.h',
[email protected]dbeebd52010-11-16 20:34:161803 'browser/printing/print_preview_tab_controller.cc',
1804 'browser/printing/print_preview_tab_controller.h',
[email protected]83019902009-12-02 05:32:591805 'browser/printing/print_view_manager.cc',
1806 'browser/printing/print_view_manager.h',
[email protected]f0909382011-08-04 23:01:531807 'browser/printing/print_view_manager_observer.h',
[email protected]3bd620cd2011-04-28 15:46:211808 'browser/printing/printer_manager_dialog.h',
1809 'browser/printing/printer_manager_dialog_linux.cc',
1810 'browser/printing/printer_manager_dialog_mac.mm',
1811 'browser/printing/printer_manager_dialog_win.cc',
[email protected]83019902009-12-02 05:32:591812 'browser/printing/printer_query.cc',
1813 'browser/printing/printer_query.h',
[email protected]a22de29f2011-02-28 17:38:391814 'browser/printing/printing_message_filter.cc',
1815 'browser/printing/printing_message_filter.h',
[email protected]83019902009-12-02 05:32:591816 'browser/process_info_snapshot.h',
[email protected]83bfa0b2011-02-01 05:37:461817 'browser/process_info_snapshot_mac.cc',
[email protected]83019902009-12-02 05:32:591818 'browser/process_singleton.h',
1819 'browser/process_singleton_linux.cc',
1820 'browser/process_singleton_mac.cc',
1821 'browser/process_singleton_win.cc',
[email protected]337623092011-08-03 23:54:361822 'browser/profiles/avatar_menu_model.cc',
1823 'browser/profiles/avatar_menu_model.h',
1824 'browser/profiles/avatar_menu_model_observer.h',
[email protected]f6c21cb2011-02-16 19:45:411825 'browser/profiles/off_the_record_profile_io_data.cc',
1826 'browser/profiles/off_the_record_profile_io_data.h',
[email protected]8ecad5e2010-12-02 21:18:331827 'browser/profiles/profile.cc',
1828 'browser/profiles/profile.h',
[email protected]5cdcd152011-03-31 22:48:521829 'browser/profiles/profile_dependency_manager.cc',
1830 'browser/profiles/profile_dependency_manager.h',
[email protected]8ecad5e2010-12-02 21:18:331831 'browser/profiles/profile_impl.cc',
1832 'browser/profiles/profile_impl.h',
[email protected]f6c21cb2011-02-16 19:45:411833 'browser/profiles/profile_impl_io_data.cc',
1834 'browser/profiles/profile_impl_io_data.h',
[email protected]dee810e2011-06-27 19:43:391835 'browser/profiles/profile_info_cache.cc',
1836 'browser/profiles/profile_info_cache.h',
[email protected]337623092011-08-03 23:54:361837 'browser/profiles/profile_info_interface.h',
[email protected]bf9331f2011-02-03 20:05:121838 'browser/profiles/profile_io_data.cc',
1839 'browser/profiles/profile_io_data.h',
[email protected]5cdcd152011-03-31 22:48:521840 'browser/profiles/profile_keyed_service_factory.cc',
1841 'browser/profiles/profile_keyed_service_factory.h',
[email protected]8ecad5e2010-12-02 21:18:331842 'browser/profiles/profile_manager.cc',
1843 'browser/profiles/profile_manager.h',
[email protected]508d27e12010-07-01 16:17:371844 'browser/remove_rows_table_model.h',
[email protected]08bb1e722011-07-30 19:13:041845 'browser/remoting/firewall_traversal_tab_helper.cc',
1846 'browser/remoting/firewall_traversal_tab_helper.h',
[email protected]5e9883b2011-05-04 19:42:411847 'browser/renderer_host/accelerated_plugin_view_mac.h',
1848 'browser/renderer_host/accelerated_plugin_view_mac.mm',
[email protected]ae802342011-06-25 17:01:551849 'browser/renderer_host/accelerated_surface_container_touch.cc',
1850 'browser/renderer_host/accelerated_surface_container_touch.h',
[email protected]92d56412011-03-24 20:53:521851 'browser/renderer_host/chrome_render_message_filter.cc',
1852 'browser/renderer_host/chrome_render_message_filter.h',
[email protected]53a0afa2011-04-28 02:09:331853 'browser/renderer_host/chrome_render_view_host_observer.cc',
1854 'browser/renderer_host/chrome_render_view_host_observer.h',
[email protected]8bcdf072011-06-03 16:52:151855 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc',
1856 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
[email protected]83019902009-12-02 05:32:591857 'browser/renderer_host/download_resource_handler.cc',
1858 'browser/renderer_host/download_resource_handler.h',
1859 'browser/renderer_host/download_throttling_resource_handler.cc',
1860 'browser/renderer_host/download_throttling_resource_handler.h',
1861 'browser/renderer_host/gtk_im_context_wrapper.cc',
1862 'browser/renderer_host/gtk_im_context_wrapper.h',
1863 'browser/renderer_host/gtk_key_bindings_handler.cc',
1864 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]6692b0d72010-07-15 03:40:231865 'browser/renderer_host/offline_resource_handler.cc',
1866 'browser/renderer_host/offline_resource_handler.h',
[email protected]83019902009-12-02 05:32:591867 'browser/renderer_host/render_widget_host_view_gtk.cc',
1868 'browser/renderer_host/render_widget_host_view_gtk.h',
1869 'browser/renderer_host/render_widget_host_view_mac.h',
1870 'browser/renderer_host/render_widget_host_view_mac.mm',
[email protected]6b723f82010-10-05 20:14:271871 'browser/renderer_host/render_widget_host_view_views.cc',
1872 'browser/renderer_host/render_widget_host_view_views.h',
[email protected]8a1cc0712011-06-23 18:52:351873 'browser/renderer_host/render_widget_host_view_views_gtk.cc',
[email protected]8a1cc0712011-06-23 18:52:351874 'browser/renderer_host/render_widget_host_view_views_touch.cc',
[email protected]c6b40c12011-07-22 16:19:581875 'browser/renderer_host/render_widget_host_view_views_win.cc',
[email protected]83bfa0b2011-02-01 05:37:461876 'browser/renderer_host/render_widget_host_view_win.cc',
1877 'browser/renderer_host/render_widget_host_view_win.h',
[email protected]83019902009-12-02 05:32:591878 'browser/renderer_host/safe_browsing_resource_handler.cc',
1879 'browser/renderer_host/safe_browsing_resource_handler.h',
[email protected]d4cff272011-05-02 15:46:011880 'browser/renderer_host/text_input_client_mac.h',
1881 'browser/renderer_host/text_input_client_mac.mm',
1882 'browser/renderer_host/text_input_client_message_filter.h',
1883 'browser/renderer_host/text_input_client_message_filter.mm',
[email protected]83019902009-12-02 05:32:591884 'browser/renderer_host/web_cache_manager.cc',
1885 'browser/renderer_host/web_cache_manager.h',
[email protected]93623c5d2009-12-10 21:40:321886 'browser/renderer_preferences_util.cc',
1887 'browser/renderer_preferences_util.h',
[email protected]965bb092010-04-09 11:59:021888 'browser/repost_form_warning_controller.cc',
1889 'browser/repost_form_warning_controller.h',
[email protected]1faee3f02010-06-21 07:01:341890 'browser/resources_util.cc',
1891 'browser/resources_util.h',
[email protected]83019902009-12-02 05:32:591892 'browser/rlz/rlz.cc',
1893 'browser/rlz/rlz.h',
1894 'browser/safe_browsing/bloom_filter.cc',
1895 'browser/safe_browsing/bloom_filter.h',
[email protected]179bbeda2011-06-18 17:10:551896 'browser/safe_browsing/browser_feature_extractor.cc',
1897 'browser/safe_browsing/browser_feature_extractor.h',
[email protected]83019902009-12-02 05:32:591898 'browser/safe_browsing/chunk_range.cc',
1899 'browser/safe_browsing/chunk_range.h',
[email protected]fa685ff2011-02-17 19:47:131900 'browser/safe_browsing/client_side_detection_host.cc',
1901 'browser/safe_browsing/client_side_detection_host.h',
[email protected]bd1b1d62010-11-11 21:53:161902 'browser/safe_browsing/client_side_detection_service.cc',
1903 'browser/safe_browsing/client_side_detection_service.h',
[email protected]3882f1f2010-12-10 04:42:261904 'browser/safe_browsing/malware_details.cc',
1905 'browser/safe_browsing/malware_details.h',
[email protected]ca034a52011-04-19 05:14:361906 'browser/safe_browsing/malware_details_cache.cc',
1907 'browser/safe_browsing/malware_details_cache.h',
[email protected]db9b9ef2011-05-24 06:46:431908 'browser/safe_browsing/malware_details_history.cc',
1909 'browser/safe_browsing/malware_details_history.h',
[email protected]b6cb7cf2011-02-10 21:50:431910 'browser/safe_browsing/prefix_set.cc',
1911 'browser/safe_browsing/prefix_set.h',
[email protected]83019902009-12-02 05:32:591912 'browser/safe_browsing/protocol_manager.cc',
1913 'browser/safe_browsing/protocol_manager.h',
1914 'browser/safe_browsing/protocol_parser.cc',
1915 'browser/safe_browsing/protocol_parser.h',
[email protected]83bfa0b2011-02-01 05:37:461916 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
1917 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
[email protected]83019902009-12-02 05:32:591918 'browser/safe_browsing/safe_browsing_blocking_page.cc',
1919 'browser/safe_browsing/safe_browsing_blocking_page.h',
1920 'browser/safe_browsing/safe_browsing_database.cc',
1921 'browser/safe_browsing/safe_browsing_database.h',
[email protected]83019902009-12-02 05:32:591922 'browser/safe_browsing/safe_browsing_service.cc',
1923 'browser/safe_browsing/safe_browsing_service.h',
[email protected]6afe28a2010-01-28 20:56:031924 'browser/safe_browsing/safe_browsing_store.cc',
1925 'browser/safe_browsing/safe_browsing_store.h',
1926 'browser/safe_browsing/safe_browsing_store_file.cc',
1927 'browser/safe_browsing/safe_browsing_store_file.h',
[email protected]83019902009-12-02 05:32:591928 'browser/safe_browsing/safe_browsing_util.cc',
1929 'browser/safe_browsing/safe_browsing_util.h',
[email protected]23872902010-10-26 03:43:591930 'browser/search_engines/search_engine_type.h',
[email protected]d8522742010-08-27 17:55:441931 'browser/search_engines/search_host_to_urls_map.cc',
[email protected]83bfa0b2011-02-01 05:37:461932 'browser/search_engines/search_host_to_urls_map.h',
[email protected]1c5076592010-09-17 04:10:081933 'browser/search_engines/search_provider_install_data.cc',
[email protected]83bfa0b2011-02-01 05:37:461934 'browser/search_engines/search_provider_install_data.h',
[email protected]9f547bf2010-12-13 17:00:421935 'browser/search_engines/search_provider_install_state_message_filter.cc',
1936 'browser/search_engines/search_provider_install_state_message_filter.h',
[email protected]375bd7312010-08-30 22:18:131937 'browser/search_engines/search_terms_data.cc',
1938 'browser/search_engines/search_terms_data.h',
[email protected]83019902009-12-02 05:32:591939 'browser/search_engines/template_url.cc',
1940 'browser/search_engines/template_url.h',
1941 'browser/search_engines/template_url_fetcher.cc',
1942 'browser/search_engines/template_url_fetcher.h',
[email protected]0b5b85c2010-10-11 23:00:121943 'browser/search_engines/template_url_fetcher_callbacks.h',
[email protected]8b62334b2010-08-31 22:37:111944 'browser/search_engines/template_url_id.h',
[email protected]8e5c89a2011-06-07 18:13:331945 'browser/search_engines/template_url_service.cc',
1946 'browser/search_engines/template_url_service.h',
1947 'browser/search_engines/template_url_service_factory.cc',
1948 'browser/search_engines/template_url_service_factory.h',
1949 'browser/search_engines/template_url_service_observer.h',
[email protected]83019902009-12-02 05:32:591950 'browser/search_engines/template_url_parser.cc',
1951 'browser/search_engines/template_url_parser.h',
1952 'browser/search_engines/template_url_prepopulate_data.cc',
1953 'browser/search_engines/template_url_prepopulate_data.h',
[email protected]96788b02010-06-26 21:45:341954 'browser/search_engines/util.cc',
1955 'browser/search_engines/util.h',
[email protected]50307582010-08-12 01:07:241956 'browser/service/service_process_control.cc',
[email protected]56f0f262011-02-24 17:14:361957 'browser/service/service_process_control_mac.mm',
[email protected]50307582010-08-12 01:07:241958 'browser/service/service_process_control.h',
[email protected]83019902009-12-02 05:32:591959 'browser/sessions/base_session_service.cc',
1960 'browser/sessions/base_session_service.h',
[email protected]81898992011-06-14 22:15:001961 'browser/sessions/restore_tab_helper.cc',
1962 'browser/sessions/restore_tab_helper.h',
[email protected]83019902009-12-02 05:32:591963 'browser/sessions/session_backend.cc',
1964 'browser/sessions/session_backend.h',
1965 'browser/sessions/session_command.cc',
1966 'browser/sessions/session_command.h',
1967 'browser/sessions/session_id.cc',
1968 'browser/sessions/session_id.h',
1969 'browser/sessions/session_restore.cc',
1970 'browser/sessions/session_restore.h',
1971 'browser/sessions/session_service.cc',
1972 'browser/sessions/session_service.h',
[email protected]92371eb2011-04-28 11:50:151973 'browser/sessions/session_service_factory.cc',
1974 'browser/sessions/session_service_factory.h',
[email protected]83019902009-12-02 05:32:591975 'browser/sessions/session_types.cc',
1976 'browser/sessions/session_types.h',
1977 'browser/sessions/tab_restore_service.cc',
1978 'browser/sessions/tab_restore_service.h',
[email protected]92371eb2011-04-28 11:50:151979 'browser/sessions/tab_restore_service_factory.cc',
1980 'browser/sessions/tab_restore_service_factory.h',
[email protected]83019902009-12-02 05:32:591981 'browser/shell_integration.cc',
1982 'browser/shell_integration.h',
[email protected]83019902009-12-02 05:32:591983 'browser/shell_integration_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:461984 'browser/shell_integration_mac.mm',
[email protected]83019902009-12-02 05:32:591985 'browser/shell_integration_win.cc',
[email protected]8b8e7c92010-08-19 18:05:561986 'browser/sidebar/sidebar_container.cc',
1987 'browser/sidebar/sidebar_container.h',
1988 'browser/sidebar/sidebar_manager.cc',
[email protected]7256dab2010-08-23 22:35:181989 'browser/sidebar/sidebar_manager.h',
[email protected]80772ed2011-08-09 21:11:381990 'browser/simple_message_box.h',
[email protected]6a7746d2010-08-27 11:59:031991 'browser/speech/speech_input_bubble.cc',
[email protected]83bfa0b2011-02-01 05:37:461992 'browser/speech/speech_input_bubble.h',
1993 'browser/speech/speech_input_bubble_controller.cc',
1994 'browser/speech/speech_input_bubble_controller.h',
[email protected]3870bbe92010-09-01 19:44:471995 'browser/speech/speech_input_bubble_gtk.cc',
[email protected]953a7462010-08-31 23:46:211996 'browser/speech/speech_input_bubble_mac.mm',
[email protected]3870bbe92010-09-01 19:44:471997 'browser/speech/speech_input_bubble_views.cc',
[email protected]638694c2010-08-04 22:24:111998 'browser/speech/speech_input_manager.cc',
[email protected]8ec71262011-07-28 08:12:461999 'browser/spellchecker/spellcheck_host.cc',
2000 'browser/spellchecker/spellcheck_host.h',
2001 'browser/spellchecker/spellcheck_host_impl.cc',
2002 'browser/spellchecker/spellcheck_host_impl.h',
2003 'browser/spellchecker/spellcheck_host_metrics.cc',
2004 'browser/spellchecker/spellcheck_host_metrics.h',
2005 'browser/spellchecker/spellcheck_message_filter.cc',
2006 'browser/spellchecker/spellcheck_message_filter.h',
2007 'browser/spellchecker/spellchecker_linux.cc',
2008 'browser/spellchecker/spellchecker_mac.mm',
2009 'browser/spellchecker/spellchecker_platform_engine.h',
2010 'browser/spellchecker/spellchecker_win.cc',
[email protected]cdafbff2010-03-02 17:47:022011 'browser/ssl/ssl_add_cert_handler.cc',
2012 'browser/ssl/ssl_add_cert_handler.h',
2013 'browser/ssl/ssl_add_cert_handler_mac.mm',
[email protected]83019902009-12-02 05:32:592014 'browser/ssl/ssl_blocking_page.cc',
2015 'browser/ssl/ssl_blocking_page.h',
[email protected]83019902009-12-02 05:32:592016 'browser/ssl/ssl_error_info.cc',
2017 'browser/ssl/ssl_error_info.h',
[email protected]1f18184a2010-07-21 19:34:492018 'browser/ssl_client_certificate_selector.h',
[email protected]a24642a2010-03-24 21:29:052019 'browser/status_icons/status_icon.cc',
[email protected]ccb55cf52010-03-06 22:02:042020 'browser/status_icons/status_icon.h',
[email protected]83bfa0b2011-02-01 05:37:462021 'browser/status_icons/status_tray.cc',
2022 'browser/status_icons/status_tray.h',
[email protected]e98307702011-04-29 00:36:032023 'browser/sync/glue/app_change_processor.cc',
2024 'browser/sync/glue/app_change_processor.h',
[email protected]06e33202010-08-16 23:45:152025 'browser/sync/glue/app_data_type_controller.cc',
2026 'browser/sync/glue/app_data_type_controller.h',
[email protected]e98307702011-04-29 00:36:032027 'browser/sync/glue/app_model_associator.cc',
2028 'browser/sync/glue/app_model_associator.h',
[email protected]265d8c322010-09-08 01:38:352029 'browser/sync/glue/autofill_change_processor.cc',
[email protected]e8234d32010-09-09 20:36:392030 'browser/sync/glue/autofill_change_processor.h',
[email protected]8b3b23a2010-03-01 22:06:212031 'browser/sync/glue/autofill_data_type_controller.cc',
2032 'browser/sync/glue/autofill_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352033 'browser/sync/glue/autofill_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392034 'browser/sync/glue/autofill_model_associator.h',
[email protected]a0bc3142010-12-16 07:15:532035 'browser/sync/glue/autofill_profile_change_processor.cc',
2036 'browser/sync/glue/autofill_profile_change_processor.h',
2037 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2038 'browser/sync/glue/autofill_profile_data_type_controller.h',
[email protected]965b95a2010-11-24 20:55:022039 'browser/sync/glue/autofill_profile_model_associator.cc',
2040 'browser/sync/glue/autofill_profile_model_associator.h',
[email protected]62fe4382009-12-14 23:14:032041 'browser/sync/glue/bookmark_change_processor.cc',
[email protected]4aea04a2010-02-10 20:13:432042 'browser/sync/glue/bookmark_change_processor.h',
2043 'browser/sync/glue/bookmark_data_type_controller.cc',
2044 'browser/sync/glue/bookmark_data_type_controller.h',
[email protected]265d8c322010-09-08 01:38:352045 'browser/sync/glue/bookmark_model_associator.cc',
[email protected]e8234d32010-09-09 20:36:392046 'browser/sync/glue/bookmark_model_associator.h',
[email protected]83019902009-12-02 05:32:592047 'browser/sync/glue/change_processor.cc',
2048 'browser/sync/glue/change_processor.h',
[email protected]4aea04a2010-02-10 20:13:432049 'browser/sync/glue/data_type_controller.h',
[email protected]df85e332011-03-30 21:26:022050 'browser/sync/glue/data_type_manager.cc',
[email protected]e3e43d92010-02-26 22:02:382051 'browser/sync/glue/data_type_manager.h',
2052 'browser/sync/glue/data_type_manager_impl.cc',
2053 'browser/sync/glue/data_type_manager_impl.h',
[email protected]58a468e2010-02-01 17:51:032054 'browser/sync/glue/database_model_worker.cc',
2055 'browser/sync/glue/database_model_worker.h',
[email protected]a0bc3142010-12-16 07:15:532056 'browser/sync/glue/do_optimistic_refresh_task.cc',
2057 'browser/sync/glue/do_optimistic_refresh_task.h',
[email protected]c05d2cb72010-06-14 19:59:152058 'browser/sync/glue/extension_change_processor.cc',
2059 'browser/sync/glue/extension_change_processor.h',
[email protected]c05d2cb72010-06-14 19:59:152060 'browser/sync/glue/extension_data_type_controller.cc',
2061 'browser/sync/glue/extension_data_type_controller.h',
2062 'browser/sync/glue/extension_model_associator.cc',
2063 'browser/sync/glue/extension_model_associator.h',
[email protected]265d8c322010-09-08 01:38:352064 'browser/sync/glue/extension_sync.cc',
2065 'browser/sync/glue/extension_sync.h',
[email protected]e8234d32010-09-09 20:36:392066 'browser/sync/glue/extension_sync_traits.cc',
2067 'browser/sync/glue/extension_sync_traits.h',
[email protected]c05d2cb72010-06-14 19:59:152068 'browser/sync/glue/extension_util.cc',
2069 'browser/sync/glue/extension_util.h',
[email protected]ddbd2222011-04-01 13:39:582070 'browser/sync/glue/frontend_data_type_controller.cc',
2071 'browser/sync/glue/frontend_data_type_controller.h',
[email protected]d36f941b2011-05-09 06:19:162072 'browser/sync/glue/generic_change_processor.cc',
2073 'browser/sync/glue/generic_change_processor.h',
[email protected]53150252010-03-18 00:27:292074 'browser/sync/glue/history_model_worker.cc',
2075 'browser/sync/glue/history_model_worker.h',
[email protected]83019902009-12-02 05:32:592076 'browser/sync/glue/http_bridge.cc',
2077 'browser/sync/glue/http_bridge.h',
[email protected]83019902009-12-02 05:32:592078 'browser/sync/glue/model_associator.h',
[email protected]a78ed582011-04-20 16:36:412079 'browser/sync/glue/non_frontend_data_type_controller.cc',
2080 'browser/sync/glue/non_frontend_data_type_controller.h',
[email protected]7b8c0112010-05-19 18:06:142081 'browser/sync/glue/password_change_processor.cc',
2082 'browser/sync/glue/password_change_processor.h',
2083 'browser/sync/glue/password_data_type_controller.cc',
2084 'browser/sync/glue/password_data_type_controller.h',
2085 'browser/sync/glue/password_model_associator.cc',
2086 'browser/sync/glue/password_model_associator.h',
[email protected]e8234d32010-09-09 20:36:392087 'browser/sync/glue/password_model_worker.cc',
2088 'browser/sync/glue/password_model_worker.h',
[email protected]371d0492010-02-11 21:29:262089 'browser/sync/glue/preference_data_type_controller.cc',
2090 'browser/sync/glue/preference_data_type_controller.h',
[email protected]5edb9222010-08-18 00:23:292091 'browser/sync/glue/session_change_processor.cc',
2092 'browser/sync/glue/session_change_processor.h',
2093 'browser/sync/glue/session_data_type_controller.cc',
2094 'browser/sync/glue/session_data_type_controller.h',
2095 'browser/sync/glue/session_model_associator.cc',
2096 'browser/sync/glue/session_model_associator.h',
[email protected]52c788232011-05-23 22:51:332097 'browser/sync/glue/syncable_service_adapter.cc',
[email protected]f05a9802011-06-01 15:45:092098 'browser/sync/glue/syncable_service_adapter.h',
[email protected]afefa74e2011-07-26 05:04:232099 'browser/sync/glue/synced_window_delegate.h',
[email protected]83019902009-12-02 05:32:592100 'browser/sync/glue/sync_backend_host.cc',
[email protected]cc7af20c2010-02-05 23:30:582101 'browser/sync/glue/sync_backend_host.h',
[email protected]d70fb362011-06-15 15:07:392102 'browser/sync/glue/synced_session_tracker.cc',
2103 'browser/sync/glue/synced_session_tracker.h',
[email protected]60cab462010-03-29 20:04:052104 'browser/sync/glue/theme_change_processor.cc',
2105 'browser/sync/glue/theme_change_processor.h',
2106 'browser/sync/glue/theme_data_type_controller.cc',
2107 'browser/sync/glue/theme_data_type_controller.h',
2108 'browser/sync/glue/theme_model_associator.cc',
2109 'browser/sync/glue/theme_model_associator.h',
2110 'browser/sync/glue/theme_util.cc',
2111 'browser/sync/glue/theme_util.h',
[email protected]53150252010-03-18 00:27:292112 'browser/sync/glue/typed_url_change_processor.cc',
2113 'browser/sync/glue/typed_url_change_processor.h',
2114 'browser/sync/glue/typed_url_data_type_controller.cc',
2115 'browser/sync/glue/typed_url_data_type_controller.h',
2116 'browser/sync/glue/typed_url_model_associator.cc',
2117 'browser/sync/glue/typed_url_model_associator.h',
[email protected]d636be382010-01-22 02:15:422118 'browser/sync/glue/ui_model_worker.cc',
2119 'browser/sync/glue/ui_model_worker.h',
[email protected]dc556252011-04-20 01:59:352120 'browser/sync/backend_migrator.cc',
2121 'browser/sync/backend_migrator.h',
[email protected]4aea04a2010-02-10 20:13:432122 'browser/sync/profile_sync_factory.h',
2123 'browser/sync/profile_sync_factory_impl.cc',
2124 'browser/sync/profile_sync_factory_impl.h',
[email protected]e8234d32010-09-09 20:36:392125 'browser/sync/profile_sync_service.cc',
2126 'browser/sync/profile_sync_service.h',
[email protected]daed5ec2010-10-26 21:17:322127 'browser/sync/profile_sync_service_harness.cc',
2128 'browser/sync/profile_sync_service_harness.h',
[email protected]d6885592010-10-11 19:38:242129 'browser/sync/profile_sync_service_observer.h',
[email protected]e8234d32010-09-09 20:36:392130 'browser/sync/signin_manager.cc',
2131 'browser/sync/signin_manager.h',
[email protected]83019902009-12-02 05:32:592132 'browser/sync/sync_setup_flow.cc',
2133 'browser/sync/sync_setup_flow.h',
[email protected]a1595962011-04-22 21:56:242134 'browser/sync/sync_setup_flow_handler.h',
[email protected]83019902009-12-02 05:32:592135 'browser/sync/sync_setup_wizard.cc',
2136 'browser/sync/sync_setup_wizard.h',
2137 'browser/sync/sync_ui_util.cc',
2138 'browser/sync/sync_ui_util.h',
[email protected]265d8c322010-09-08 01:38:352139 'browser/sync/sync_ui_util_mac.h',
[email protected]e8234d32010-09-09 20:36:392140 'browser/sync/sync_ui_util_mac.mm',
[email protected]0b4d3382010-07-14 16:13:042141 'browser/tab_closeable_state_watcher.cc',
2142 'browser/tab_closeable_state_watcher.h',
[email protected]e67942932011-02-22 20:24:552143 'browser/tab_contents/background_contents.cc',
2144 'browser/tab_contents/background_contents.h',
[email protected]ef1cef92011-05-03 11:49:242145 'browser/tab_contents/chrome_interstitial_page.cc',
2146 'browser/tab_contents/chrome_interstitial_page.h',
[email protected]7cceebac2011-03-03 00:32:212147 'browser/tab_contents/confirm_infobar_delegate.cc',
2148 'browser/tab_contents/confirm_infobar_delegate.h',
[email protected]f452e1a2011-05-24 18:02:242149 'browser/tab_contents/infobar.cc',
2150 'browser/tab_contents/infobar.h',
2151 'browser/tab_contents/infobar_container.cc',
2152 'browser/tab_contents/infobar_container.h',
[email protected]a40f6e92011-03-04 23:30:292153 'browser/tab_contents/infobar_delegate.cc',
2154 'browser/tab_contents/infobar_delegate.h',
[email protected]dfd686c82011-06-23 22:58:122155 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2156 'browser/tab_contents/insecure_content_infobar_delegate.h',
[email protected]93b9d692011-04-13 00:44:312157 'browser/tab_contents/language_state.cc',
2158 'browser/tab_contents/language_state.h',
[email protected]7cceebac2011-03-03 00:32:212159 'browser/tab_contents/link_infobar_delegate.cc',
2160 'browser/tab_contents/link_infobar_delegate.h',
2161 'browser/tab_contents/simple_alert_infobar_delegate.cc',
2162 'browser/tab_contents/simple_alert_infobar_delegate.h',
[email protected]caf706f2010-10-26 17:54:082163 'browser/tab_contents/popup_menu_helper_mac.h',
[email protected]83bfa0b2011-02-01 05:37:462164 'browser/tab_contents/popup_menu_helper_mac.mm',
[email protected]83019902009-12-02 05:32:592165 'browser/tab_contents/render_view_context_menu.cc',
2166 'browser/tab_contents/render_view_context_menu.h',
2167 'browser/tab_contents/render_view_context_menu_gtk.cc',
2168 'browser/tab_contents/render_view_context_menu_gtk.h',
[email protected]83019902009-12-02 05:32:592169 'browser/tab_contents/render_view_context_menu_mac.h',
[email protected]83bfa0b2011-02-01 05:37:462170 'browser/tab_contents/render_view_context_menu_mac.mm',
[email protected]83019902009-12-02 05:32:592171 'browser/tab_contents/render_view_host_delegate_helper.cc',
2172 'browser/tab_contents/render_view_host_delegate_helper.h',
[email protected]1f18184a2010-07-21 19:34:492173 'browser/tab_contents/tab_contents_ssl_helper.cc',
2174 'browser/tab_contents/tab_contents_ssl_helper.h',
[email protected]83019902009-12-02 05:32:592175 'browser/tab_contents/tab_contents_view_gtk.cc',
2176 'browser/tab_contents/tab_contents_view_gtk.h',
2177 'browser/tab_contents/tab_contents_view_mac.h',
2178 'browser/tab_contents/tab_contents_view_mac.mm',
2179 'browser/tab_contents/tab_util.cc',
2180 'browser/tab_contents/tab_util.h',
2181 'browser/tab_contents/thumbnail_generator.cc',
2182 'browser/tab_contents/thumbnail_generator.h',
[email protected]83019902009-12-02 05:32:592183 'browser/tab_contents/web_drag_dest_gtk.cc',
2184 'browser/tab_contents/web_drag_dest_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462185 'browser/tab_contents/web_drag_source_win.cc',
2186 'browser/tab_contents/web_drag_source_win.h',
[email protected]13a1166e2010-04-06 16:58:342187 'browser/tab_contents/web_drag_utils_win.cc',
2188 'browser/tab_contents/web_drag_utils_win.h',
[email protected]83019902009-12-02 05:32:592189 'browser/tab_contents/web_drop_target_win.cc',
2190 'browser/tab_contents/web_drop_target_win.h',
[email protected]ecc523f62010-09-28 22:45:402191 'browser/tabs/default_tab_handler.cc',
2192 'browser/tabs/default_tab_handler.h',
[email protected]911f8152010-03-18 16:46:402193 'browser/tabs/pinned_tab_codec.cc',
2194 'browser/tabs/pinned_tab_codec.h',
2195 'browser/tabs/pinned_tab_service.cc',
2196 'browser/tabs/pinned_tab_service.h',
[email protected]ecc685a2011-04-13 10:25:252197 'browser/tabs/pinned_tab_service_factory.cc',
2198 'browser/tabs/pinned_tab_service_factory.h',
[email protected]ecc523f62010-09-28 22:45:402199 'browser/tabs/tab_handler.h',
[email protected]07d490bc2011-03-07 17:05:262200 'browser/tabs/tab_finder.cc',
2201 'browser/tabs/tab_finder.h',
[email protected]83019902009-12-02 05:32:592202 'browser/tabs/tab_strip_model.cc',
2203 'browser/tabs/tab_strip_model.h',
[email protected]c848d3d92010-09-16 21:57:452204 'browser/tabs/tab_strip_model_delegate.h',
2205 'browser/tabs/tab_strip_model_observer.cc',
2206 'browser/tabs/tab_strip_model_observer.h',
[email protected]83019902009-12-02 05:32:592207 'browser/tabs/tab_strip_model_order_controller.cc',
2208 'browser/tabs/tab_strip_model_order_controller.h',
[email protected]fe348be2011-03-09 19:47:012209 'browser/tabs/tab_strip_selection_model.cc',
2210 'browser/tabs/tab_strip_selection_model.h',
[email protected]a5d1e1e2010-09-23 19:34:122211 'browser/task_manager/task_manager.cc',
2212 'browser/task_manager/task_manager.h',
[email protected]560e5032011-06-06 21:24:022213 'browser/task_manager/task_manager_notification_resource_provider.cc',
[email protected]a5d1e1e2010-09-23 19:34:122214 'browser/task_manager/task_manager_resource_providers.cc',
2215 'browser/task_manager/task_manager_resource_providers.h',
[email protected]2bb2fd52010-10-11 18:04:282216 'browser/themes/browser_theme_pack.cc',
2217 'browser/themes/browser_theme_pack.h',
[email protected]18280372011-03-22 18:05:222218 'browser/themes/theme_service.cc',
2219 'browser/themes/theme_service.h',
[email protected]a0ea76c2011-03-23 17:36:422220 'browser/themes/theme_service_factory.cc',
2221 'browser/themes/theme_service_factory.h',
2222 'browser/themes/theme_service_gtk.cc',
2223 'browser/themes/theme_service_mac.mm',
[email protected]509acb8e2010-07-01 20:35:312224 'browser/translate/languages_menu_model.cc',
2225 'browser/translate/languages_menu_model.h',
[email protected]fb53e5d2010-01-27 19:04:552226 'browser/translate/options_menu_model.cc',
2227 'browser/translate/options_menu_model.h',
[email protected]509acb8e2010-07-01 20:35:312228 'browser/translate/translate_infobar_delegate.cc',
2229 'browser/translate/translate_infobar_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:462230 'browser/translate/translate_infobar_view.h',
[email protected]509acb8e2010-07-01 20:35:312231 'browser/translate/translate_manager.cc',
2232 'browser/translate/translate_manager.h',
[email protected]fb53e5d2010-01-27 19:04:552233 'browser/translate/translate_prefs.cc',
2234 'browser/translate/translate_prefs.h',
[email protected]93b9d692011-04-13 00:44:312235 'browser/translate/translate_tab_helper.cc',
2236 'browser/translate/translate_tab_helper.h',
[email protected]83bfa0b2011-02-01 05:37:462237 'browser/transport_security_persister.cc',
2238 'browser/transport_security_persister.h',
[email protected]d8c3a462011-06-16 19:04:192239 'browser/trials/http_throttling_trial.cc',
2240 'browser/trials/http_throttling_trial.h',
[email protected]1caa1522010-12-01 20:23:352241 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
2242 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
2243 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
2244 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
2245 'browser/ui/app_modal_dialogs/js_modal_dialog.cc',
2246 'browser/ui/app_modal_dialogs/js_modal_dialog.h',
2247 'browser/ui/app_modal_dialogs/message_box_handler.cc',
2248 'browser/ui/app_modal_dialogs/message_box_handler.h',
2249 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
[email protected]8d51af72011-07-17 21:54:412250 'browser/ui/autologin_infobar_delegate.cc',
[email protected]c6b40c12011-07-22 16:19:582251 'browser/ui/autologin_infobar_delegate.h',
[email protected]e7cfdbd2011-04-22 14:41:372252 'browser/ui/blocked_content/blocked_content_container.cc',
2253 'browser/ui/blocked_content/blocked_content_container.h',
2254 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
2255 'browser/ui/blocked_content/blocked_content_tab_helper.h',
2256 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc',
2257 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h',
[email protected]09b29342011-06-24 19:18:482258 'browser/ui/bookmarks/bookmark_bar.h',
[email protected]35699d572011-05-11 19:46:142259 'browser/ui/bookmarks/bookmark_tab_helper.cc',
2260 'browser/ui/bookmarks/bookmark_tab_helper.h',
2261 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc',
2262 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h',
[email protected]69b04b92010-11-08 22:12:182263 'browser/ui/browser.cc',
2264 'browser/ui/browser.h',
[email protected]c96531e82011-01-26 03:11:142265 'browser/ui/browser_dialogs.h',
[email protected]8b0e9cc32010-11-09 04:00:192266 'browser/ui/browser_init.cc',
2267 'browser/ui/browser_init.h',
[email protected]83bfa0b2011-02-01 05:37:462268 'browser/ui/browser_list.cc',
2269 'browser/ui/browser_list.h',
[email protected]8b0e9cc32010-11-09 04:00:192270 'browser/ui/browser_list_gtk.cc',
2271 'browser/ui/browser_list_mac.mm',
2272 'browser/ui/browser_list_stub.cc',
2273 'browser/ui/browser_list_win.cc',
[email protected]8b0e9cc32010-11-09 04:00:192274 'browser/ui/browser_navigator.cc',
2275 'browser/ui/browser_navigator.h',
[email protected]afefa74e2011-07-26 05:04:232276 'browser/ui/browser_synced_window_delegate.h',
2277 'browser/ui/browser_synced_window_delegate.cc',
[email protected]fb7da4132011-03-15 15:51:002278 'browser/ui/browser_tab_restore_service_delegate.cc',
2279 'browser/ui/browser_tab_restore_service_delegate.h',
[email protected]69b04b92010-11-08 22:12:182280 'browser/ui/browser_window.h',
[email protected]7d791652010-12-01 16:34:492281 'browser/ui/cocoa/about_ipc_controller.h',
2282 'browser/ui/cocoa/about_ipc_controller.mm',
2283 'browser/ui/cocoa/about_ipc_dialog.h',
2284 'browser/ui/cocoa/about_ipc_dialog.mm',
2285 'browser/ui/cocoa/about_window_controller.h',
2286 'browser/ui/cocoa/about_window_controller.mm',
2287 'browser/ui/cocoa/accelerators_cocoa.h',
2288 'browser/ui/cocoa/accelerators_cocoa.mm',
2289 'browser/ui/cocoa/animatable_image.h',
2290 'browser/ui/cocoa/animatable_image.mm',
2291 'browser/ui/cocoa/animatable_view.h',
2292 'browser/ui/cocoa/animatable_view.mm',
2293 'browser/ui/cocoa/applescript/bookmark_folder_applescript.h',
2294 'browser/ui/cocoa/applescript/bookmark_folder_applescript.mm',
2295 'browser/ui/cocoa/applescript/bookmark_item_applescript.h',
2296 'browser/ui/cocoa/applescript/bookmark_item_applescript.mm',
2297 'browser/ui/cocoa/applescript/bookmark_node_applescript.h',
2298 'browser/ui/cocoa/applescript/bookmark_node_applescript.mm',
2299 'browser/ui/cocoa/applescript/browsercrapplication+applescript.h',
2300 'browser/ui/cocoa/applescript/browsercrapplication+applescript.mm',
2301 'browser/ui/cocoa/applescript/constants_applescript.h',
2302 'browser/ui/cocoa/applescript/constants_applescript.mm',
2303 'browser/ui/cocoa/applescript/element_applescript.h',
2304 'browser/ui/cocoa/applescript/element_applescript.mm',
2305 'browser/ui/cocoa/applescript/error_applescript.h',
2306 'browser/ui/cocoa/applescript/error_applescript.mm',
2307 'browser/ui/cocoa/applescript/tab_applescript.h',
2308 'browser/ui/cocoa/applescript/tab_applescript.mm',
2309 'browser/ui/cocoa/applescript/window_applescript.h',
2310 'browser/ui/cocoa/applescript/window_applescript.mm',
[email protected]7d791652010-12-01 16:34:492311 'browser/ui/cocoa/background_gradient_view.h',
2312 'browser/ui/cocoa/background_gradient_view.mm',
2313 'browser/ui/cocoa/background_tile_view.h',
2314 'browser/ui/cocoa/background_tile_view.mm',
2315 'browser/ui/cocoa/base_bubble_controller.h',
2316 'browser/ui/cocoa/base_bubble_controller.mm',
2317 'browser/ui/cocoa/base_view.h',
2318 'browser/ui/cocoa/base_view.mm',
[email protected]7d791652010-12-01 16:34:492319 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
2320 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
2321 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
2322 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
2323 'browser/ui/cocoa/bookmarks/bookmark_bar_constants.h',
2324 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
2325 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
[email protected]7d791652010-12-01 16:34:492326 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
2327 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
[email protected]7d791652010-12-01 16:34:492328 'browser/ui/cocoa/bookmarks/bookmark_bar_state.h',
2329 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h',
2330 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm',
2331 'browser/ui/cocoa/bookmarks/bookmark_bar_view.h',
2332 'browser/ui/cocoa/bookmarks/bookmark_bar_view.mm',
2333 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h',
2334 'browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm',
2335 'browser/ui/cocoa/bookmarks/bookmark_button.h',
2336 'browser/ui/cocoa/bookmarks/bookmark_button.mm',
2337 'browser/ui/cocoa/bookmarks/bookmark_button_cell.h',
2338 'browser/ui/cocoa/bookmarks/bookmark_button_cell.mm',
2339 'browser/ui/cocoa/bookmarks/bookmark_drag_source.h',
2340 'browser/ui/cocoa/bookmarks/bookmark_drag_source.mm',
2341 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h',
2342 'browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm',
2343 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.h',
2344 'browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm',
2345 'browser/ui/cocoa/bookmarks/bookmark_folder_target.h',
2346 'browser/ui/cocoa/bookmarks/bookmark_folder_target.mm',
2347 'browser/ui/cocoa/bookmarks/bookmark_menu.h',
2348 'browser/ui/cocoa/bookmarks/bookmark_menu.mm',
2349 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h',
2350 'browser/ui/cocoa/bookmarks/bookmark_menu_bridge.mm',
2351 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h',
2352 'browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm',
2353 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h',
[email protected]c6b40c12011-07-22 16:19:582354 'browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492355 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h',
2356 'browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.mm',
2357 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h',
2358 'browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.mm',
[email protected]7d59b3732011-06-29 21:26:252359 'browser/ui/cocoa/browser/avatar_button.h',
2360 'browser/ui/cocoa/browser/avatar_button.mm',
[email protected]464f0012011-07-07 02:12:512361 'browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.h',
2362 'browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.mm',
[email protected]7d791652010-12-01 16:34:492363 'browser/ui/cocoa/browser_command_executor.h',
2364 'browser/ui/cocoa/browser_frame_view.h',
2365 'browser/ui/cocoa/browser_frame_view.mm',
2366 'browser/ui/cocoa/browser_window_cocoa.h',
2367 'browser/ui/cocoa/browser_window_cocoa.mm',
2368 'browser/ui/cocoa/browser_window_controller.h',
2369 'browser/ui/cocoa/browser_window_controller.mm',
2370 'browser/ui/cocoa/browser_window_controller_private.h',
2371 'browser/ui/cocoa/browser_window_controller_private.mm',
[email protected]83bfa0b2011-02-01 05:37:462372 'browser/ui/cocoa/browser_window_factory.mm',
[email protected]7d791652010-12-01 16:34:492373 'browser/ui/cocoa/bubble_view.h',
2374 'browser/ui/cocoa/bubble_view.mm',
2375 'browser/ui/cocoa/bug_report_window_controller.h',
2376 'browser/ui/cocoa/bug_report_window_controller.mm',
2377 'browser/ui/cocoa/certificate_viewer.mm',
2378 'browser/ui/cocoa/chrome_browser_window.h',
2379 'browser/ui/cocoa/chrome_browser_window.mm',
2380 'browser/ui/cocoa/chrome_event_processing_window.h',
2381 'browser/ui/cocoa/chrome_event_processing_window.mm',
[email protected]7d791652010-12-01 16:34:492382 'browser/ui/cocoa/clickhold_button_cell.h',
2383 'browser/ui/cocoa/clickhold_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492384 'browser/ui/cocoa/command_observer_bridge.h',
2385 'browser/ui/cocoa/command_observer_bridge.mm',
2386 'browser/ui/cocoa/confirm_quit_panel_controller.h',
2387 'browser/ui/cocoa/confirm_quit_panel_controller.mm',
2388 'browser/ui/cocoa/constrained_html_delegate_mac.mm',
2389 'browser/ui/cocoa/constrained_window_mac.h',
2390 'browser/ui/cocoa/constrained_window_mac.mm',
[email protected]fa8102292011-01-20 16:21:232391 'browser/ui/cocoa/content_settings/collected_cookies_mac.h',
2392 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm',
2393 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h',
2394 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm',
2395 'browser/ui/cocoa/content_settings/cookie_details.h',
2396 'browser/ui/cocoa/content_settings/cookie_details.mm',
2397 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h',
2398 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm',
2399 'browser/ui/cocoa/content_settings/cookie_tree_node.h',
2400 'browser/ui/cocoa/content_settings/cookie_tree_node.mm',
[email protected]7d791652010-12-01 16:34:492401 'browser/ui/cocoa/dev_tools_controller.h',
2402 'browser/ui/cocoa/dev_tools_controller.mm',
2403 'browser/ui/cocoa/dock_icon.h',
2404 'browser/ui/cocoa/dock_icon.mm',
[email protected]a08f1d72011-05-30 13:01:192405 'browser/ui/cocoa/download/background_theme.h',
2406 'browser/ui/cocoa/download/background_theme.mm',
[email protected]7d791652010-12-01 16:34:492407 'browser/ui/cocoa/download/download_item_button.h',
2408 'browser/ui/cocoa/download/download_item_button.mm',
2409 'browser/ui/cocoa/download/download_item_cell.h',
2410 'browser/ui/cocoa/download/download_item_cell.mm',
2411 'browser/ui/cocoa/download/download_item_controller.h',
2412 'browser/ui/cocoa/download/download_item_controller.mm',
2413 'browser/ui/cocoa/download/download_item_mac.h',
2414 'browser/ui/cocoa/download/download_item_mac.mm',
2415 'browser/ui/cocoa/download/download_shelf_controller.h',
2416 'browser/ui/cocoa/download/download_shelf_controller.mm',
2417 'browser/ui/cocoa/download/download_shelf_mac.h',
2418 'browser/ui/cocoa/download/download_shelf_mac.mm',
2419 'browser/ui/cocoa/download/download_shelf_view.h',
2420 'browser/ui/cocoa/download/download_shelf_view.mm',
[email protected]a08f1d72011-05-30 13:01:192421 'browser/ui/cocoa/download/download_show_all_button.h',
2422 'browser/ui/cocoa/download/download_show_all_button.mm',
2423 'browser/ui/cocoa/download/download_show_all_cell.h',
2424 'browser/ui/cocoa/download/download_show_all_cell.mm',
[email protected]7d791652010-12-01 16:34:492425 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2426 'browser/ui/cocoa/download/download_util_mac.h',
2427 'browser/ui/cocoa/download/download_util_mac.mm',
2428 'browser/ui/cocoa/draggable_button.h',
2429 'browser/ui/cocoa/draggable_button.mm',
[email protected]6f060c4d2011-05-26 17:47:522430 'browser/ui/cocoa/drag_util.h',
2431 'browser/ui/cocoa/drag_util.mm',
[email protected]7d791652010-12-01 16:34:492432 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2433 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2434 'browser/ui/cocoa/event_utils.h',
2435 'browser/ui/cocoa/event_utils.mm',
[email protected]7d791652010-12-01 16:34:492436 'browser/ui/cocoa/extensions/browser_action_button.h',
2437 'browser/ui/cocoa/extensions/browser_action_button.mm',
2438 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2439 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
2440 'browser/ui/cocoa/extensions/browser_actions_controller.h',
2441 'browser/ui/cocoa/extensions/browser_actions_controller.mm',
2442 'browser/ui/cocoa/extensions/chevron_menu_button.h',
2443 'browser/ui/cocoa/extensions/chevron_menu_button.mm',
2444 'browser/ui/cocoa/extensions/chevron_menu_button_cell.h',
2445 'browser/ui/cocoa/extensions/chevron_menu_button_cell.mm',
2446 'browser/ui/cocoa/extensions/extension_action_context_menu.h',
2447 'browser/ui/cocoa/extensions/extension_action_context_menu.mm',
2448 'browser/ui/cocoa/extensions/extension_infobar_controller.h',
2449 'browser/ui/cocoa/extensions/extension_infobar_controller.mm',
[email protected]bb56a372011-04-06 00:13:522450 'browser/ui/cocoa/extensions/extension_install_dialog_controller.h',
2451 'browser/ui/cocoa/extensions/extension_install_dialog_controller.mm',
[email protected]0920e652011-01-17 17:03:532452 'browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm',
2453 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.h',
2454 'browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm',
[email protected]7d791652010-12-01 16:34:492455 'browser/ui/cocoa/extensions/extension_popup_controller.h',
2456 'browser/ui/cocoa/extensions/extension_popup_controller.mm',
[email protected]502e39612011-03-26 01:36:282457 'browser/ui/cocoa/extensions/extension_uninstall_dialog_cocoa.mm',
[email protected]0920e652011-01-17 17:03:532458 'browser/ui/cocoa/extensions/extension_view_mac.h',
2459 'browser/ui/cocoa/extensions/extension_view_mac.mm',
[email protected]7d791652010-12-01 16:34:492460 'browser/ui/cocoa/external_protocol_dialog.h',
2461 'browser/ui/cocoa/external_protocol_dialog.mm',
2462 'browser/ui/cocoa/fast_resize_view.h',
2463 'browser/ui/cocoa/fast_resize_view.mm',
[email protected]6e533fb2011-01-15 00:34:292464 'browser/ui/cocoa/find_bar/find_bar_bridge.h',
2465 'browser/ui/cocoa/find_bar/find_bar_bridge.mm',
2466 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h',
2467 'browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm',
2468 'browser/ui/cocoa/find_bar/find_bar_text_field.h',
2469 'browser/ui/cocoa/find_bar/find_bar_text_field.mm',
2470 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h',
2471 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm',
2472 'browser/ui/cocoa/find_bar/find_bar_view.h',
2473 'browser/ui/cocoa/find_bar/find_bar_view.mm',
[email protected]7d791652010-12-01 16:34:492474 'browser/ui/cocoa/first_run_bubble_controller.h',
2475 'browser/ui/cocoa/first_run_bubble_controller.mm',
2476 'browser/ui/cocoa/first_run_dialog.h',
2477 'browser/ui/cocoa/first_run_dialog.mm',
2478 'browser/ui/cocoa/floating_bar_backing_view.h',
2479 'browser/ui/cocoa/floating_bar_backing_view.mm',
2480 'browser/ui/cocoa/focus_tracker.h',
2481 'browser/ui/cocoa/focus_tracker.mm',
[email protected]7d791652010-12-01 16:34:492482 'browser/ui/cocoa/framed_browser_window.h',
2483 'browser/ui/cocoa/framed_browser_window.mm',
[email protected]7d791652010-12-01 16:34:492484 'browser/ui/cocoa/fullscreen_window.h',
2485 'browser/ui/cocoa/fullscreen_window.mm',
[email protected]9c780582011-07-26 17:52:552486 'browser/ui/cocoa/gesture_utils.h',
2487 'browser/ui/cocoa/gesture_utils.mm',
[email protected]7d791652010-12-01 16:34:492488 'browser/ui/cocoa/gradient_button_cell.h',
2489 'browser/ui/cocoa/gradient_button_cell.mm',
2490 'browser/ui/cocoa/history_menu_bridge.h',
2491 'browser/ui/cocoa/history_menu_bridge.mm',
2492 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2493 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2494 'browser/ui/cocoa/hover_button.h',
2495 'browser/ui/cocoa/hover_button.mm',
2496 'browser/ui/cocoa/hover_close_button.h',
2497 'browser/ui/cocoa/hover_close_button.mm',
2498 'browser/ui/cocoa/hover_image_button.h',
2499 'browser/ui/cocoa/hover_image_button.mm',
2500 'browser/ui/cocoa/html_dialog_window_controller.h',
[email protected]7d791652010-12-01 16:34:492501 'browser/ui/cocoa/html_dialog_window_controller.mm',
[email protected]7d791652010-12-01 16:34:492502 'browser/ui/cocoa/hung_renderer_controller.h',
2503 'browser/ui/cocoa/hung_renderer_controller.mm',
[email protected]83bfa0b2011-02-01 05:37:462504 'browser/ui/cocoa/hyperlink_button_cell.h',
2505 'browser/ui/cocoa/hyperlink_button_cell.mm',
[email protected]43e416e2011-05-01 18:05:242506 'browser/ui/cocoa/image_button_cell.h',
2507 'browser/ui/cocoa/image_button_cell.mm',
[email protected]7d791652010-12-01 16:34:492508 'browser/ui/cocoa/image_utils.h',
2509 'browser/ui/cocoa/image_utils.mm',
[email protected]a7d83ca2011-03-06 14:41:072510 'browser/ui/cocoa/importer/import_lock_dialog_cocoa.mm',
2511 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h',
2512 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492513 'browser/ui/cocoa/info_bubble_view.h',
2514 'browser/ui/cocoa/info_bubble_view.mm',
2515 'browser/ui/cocoa/info_bubble_window.h',
2516 'browser/ui/cocoa/info_bubble_window.mm',
[email protected]2c204b952011-01-18 18:21:532517 'browser/ui/cocoa/infobars/infobar.h',
2518 'browser/ui/cocoa/infobars/infobar_container_controller.h',
2519 'browser/ui/cocoa/infobars/infobar_container_controller.mm',
2520 'browser/ui/cocoa/infobars/infobar_controller.h',
2521 'browser/ui/cocoa/infobars/infobar_controller.mm',
2522 'browser/ui/cocoa/infobars/infobar_gradient_view.h',
2523 'browser/ui/cocoa/infobars/infobar_gradient_view.mm',
[email protected]c216dc42011-03-03 23:41:532524 'browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.cc',
2525 'browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h',
2526 'browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc',
2527 'browser/ui/cocoa/infobars/mock_link_infobar_delegate.h',
[email protected]7d791652010-12-01 16:34:492528 'browser/ui/cocoa/js_modal_dialog_cocoa.h',
2529 'browser/ui/cocoa/js_modal_dialog_cocoa.mm',
[email protected]7d791652010-12-01 16:34:492530 'browser/ui/cocoa/keystone_infobar.h',
2531 'browser/ui/cocoa/keystone_infobar.mm',
[email protected]7d791652010-12-01 16:34:492532 'browser/ui/cocoa/l10n_util.h',
2533 'browser/ui/cocoa/l10n_util.mm',
2534 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
2535 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
2536 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
2537 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
2538 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
2539 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
2540 'browser/ui/cocoa/location_bar/bubble_decoration.h',
2541 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
2542 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
2543 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
2544 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
2545 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
2546 'browser/ui/cocoa/location_bar/image_decoration.h',
2547 'browser/ui/cocoa/location_bar/image_decoration.mm',
2548 'browser/ui/cocoa/location_bar/instant_opt_in_controller.h',
2549 'browser/ui/cocoa/location_bar/instant_opt_in_controller.mm',
2550 'browser/ui/cocoa/location_bar/instant_opt_in_view.h',
2551 'browser/ui/cocoa/location_bar/instant_opt_in_view.mm',
2552 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
2553 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
2554 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
2555 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
2556 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
2557 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
2558 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2559 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2560 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2561 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2562 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2563 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2564 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2565 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2566 'browser/ui/cocoa/location_bar/star_decoration.h',
2567 'browser/ui/cocoa/location_bar/star_decoration.mm',
[email protected]5c593702011-06-17 18:35:242568 'browser/ui/cocoa/main_menu_item.h',
[email protected]7d791652010-12-01 16:34:492569 'browser/ui/cocoa/menu_button.h',
2570 'browser/ui/cocoa/menu_button.mm',
2571 'browser/ui/cocoa/menu_controller.h',
2572 'browser/ui/cocoa/menu_controller.mm',
[email protected]7d791652010-12-01 16:34:492573 'browser/ui/cocoa/multi_key_equivalent_button.h',
2574 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2575 'browser/ui/cocoa/new_tab_button.h',
2576 'browser/ui/cocoa/new_tab_button.mm',
[email protected]7d791652010-12-01 16:34:492577 'browser/ui/cocoa/notifications/balloon_controller.h',
[email protected]83bfa0b2011-02-01 05:37:462578 'browser/ui/cocoa/notifications/balloon_controller.mm',
2579 'browser/ui/cocoa/notifications/balloon_view.h',
2580 'browser/ui/cocoa/notifications/balloon_view.mm',
[email protected]7d791652010-12-01 16:34:492581 'browser/ui/cocoa/notifications/balloon_view_bridge.h',
2582 'browser/ui/cocoa/notifications/balloon_view_bridge.mm',
2583 'browser/ui/cocoa/notifications/balloon_view_host_mac.h',
2584 'browser/ui/cocoa/notifications/balloon_view_host_mac.mm',
[email protected]7d791652010-12-01 16:34:492585 'browser/ui/cocoa/nsmenuitem_additions.h',
2586 'browser/ui/cocoa/nsmenuitem_additions.mm',
[email protected]12abdcd2011-04-16 02:23:382587 'browser/ui/cocoa/nsview_additions.h',
2588 'browser/ui/cocoa/nsview_additions.mm',
[email protected]7d791652010-12-01 16:34:492589 'browser/ui/cocoa/objc_method_swizzle.h',
2590 'browser/ui/cocoa/objc_method_swizzle.mm',
2591 'browser/ui/cocoa/objc_zombie.h',
2592 'browser/ui/cocoa/objc_zombie.mm',
[email protected]0f6c4172011-06-28 23:52:312593 'browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h',
2594 'browser/ui/cocoa/omnibox/omnibox_popup_view_mac.mm',
[email protected]93940492011-04-28 20:24:002595 'browser/ui/cocoa/omnibox/omnibox_view_mac.h',
2596 'browser/ui/cocoa/omnibox/omnibox_view_mac.mm',
[email protected]7d791652010-12-01 16:34:492597 'browser/ui/cocoa/page_info_bubble_controller.h',
2598 'browser/ui/cocoa/page_info_bubble_controller.mm',
[email protected]d3766932011-08-04 22:18:232599 'browser/ui/cocoa/presentation_mode_controller.h',
2600 'browser/ui/cocoa/presentation_mode_controller.mm',
2601 'browser/ui/cocoa/presentation_mode_prefs.h',
2602 'browser/ui/cocoa/presentation_mode_prefs.mm',
[email protected]961a6932011-07-19 19:52:462603 'browser/ui/cocoa/profile_menu_controller.h',
2604 'browser/ui/cocoa/profile_menu_controller.mm',
[email protected]7d791652010-12-01 16:34:492605 'browser/ui/cocoa/repost_form_warning_mac.h',
2606 'browser/ui/cocoa/repost_form_warning_mac.mm',
2607 'browser/ui/cocoa/restart_browser.h',
2608 'browser/ui/cocoa/restart_browser.mm',
2609 'browser/ui/cocoa/rwhvm_editcommand_helper.h',
2610 'browser/ui/cocoa/rwhvm_editcommand_helper.mm',
[email protected]7d791652010-12-01 16:34:492611 'browser/ui/cocoa/search_engine_dialog_controller.h',
2612 'browser/ui/cocoa/search_engine_dialog_controller.mm',
[email protected]7d791652010-12-01 16:34:492613 'browser/ui/cocoa/shell_dialogs_mac.mm',
[email protected]7d791652010-12-01 16:34:492614 'browser/ui/cocoa/sidebar_controller.h',
2615 'browser/ui/cocoa/sidebar_controller.mm',
[email protected]80772ed2011-08-09 21:11:382616 'browser/ui/cocoa/simple_message_box_mac.mm',
[email protected]7d791652010-12-01 16:34:492617 'browser/ui/cocoa/speech_input_window_controller.h',
2618 'browser/ui/cocoa/speech_input_window_controller.mm',
2619 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2620 'browser/ui/cocoa/status_bubble_mac.h',
2621 'browser/ui/cocoa/status_bubble_mac.mm',
2622 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2623 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2624 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2625 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2626 'browser/ui/cocoa/styled_text_field.h',
2627 'browser/ui/cocoa/styled_text_field.mm',
2628 'browser/ui/cocoa/styled_text_field_cell.h',
2629 'browser/ui/cocoa/styled_text_field_cell.mm',
[email protected]c9e2a172011-04-14 15:52:272630 'browser/ui/cocoa/tab_contents/favicon_util.h',
2631 'browser/ui/cocoa/tab_contents/favicon_util.mm',
[email protected]31573fe82011-01-24 17:53:292632 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
2633 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
2634 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
2635 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
2636 'browser/ui/cocoa/tab_contents/sad_tab_view.h',
2637 'browser/ui/cocoa/tab_contents/sad_tab_view.mm',
2638 'browser/ui/cocoa/tab_contents/tab_contents_controller.h',
2639 'browser/ui/cocoa/tab_contents/tab_contents_controller.mm',
2640 'browser/ui/cocoa/tab_contents/web_contents_drag_source.h',
2641 'browser/ui/cocoa/tab_contents/web_contents_drag_source.mm',
2642 'browser/ui/cocoa/tab_contents/web_drag_source.h',
2643 'browser/ui/cocoa/tab_contents/web_drag_source.mm',
2644 'browser/ui/cocoa/tab_contents/web_drop_target.h',
2645 'browser/ui/cocoa/tab_contents/web_drop_target.mm',
[email protected]83bfa0b2011-02-01 05:37:462646 'browser/ui/cocoa/tab_view_picker_table.h',
2647 'browser/ui/cocoa/tab_view_picker_table.mm',
[email protected]83bfa0b2011-02-01 05:37:462648 'browser/ui/cocoa/table_row_nsimage_cache.h',
2649 'browser/ui/cocoa/table_row_nsimage_cache.mm',
2650 'browser/ui/cocoa/tabpose_window.h',
2651 'browser/ui/cocoa/tabpose_window.mm',
[email protected]cfe1d612011-01-19 20:06:472652 'browser/ui/cocoa/tabs/side_tab_strip_controller.h',
2653 'browser/ui/cocoa/tabs/side_tab_strip_controller.mm',
2654 'browser/ui/cocoa/tabs/side_tab_strip_view.h',
2655 'browser/ui/cocoa/tabs/side_tab_strip_view.mm',
2656 'browser/ui/cocoa/tabs/tab_controller.h',
2657 'browser/ui/cocoa/tabs/tab_controller.mm',
2658 'browser/ui/cocoa/tabs/tab_strip_controller.h',
2659 'browser/ui/cocoa/tabs/tab_strip_controller.mm',
[email protected]71280b12011-06-07 13:45:302660 'browser/ui/cocoa/tabs/tab_strip_drag_controller.h',
2661 'browser/ui/cocoa/tabs/tab_strip_drag_controller.mm',
[email protected]cfe1d612011-01-19 20:06:472662 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',
2663 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm',
2664 'browser/ui/cocoa/tabs/tab_strip_view.h',
2665 'browser/ui/cocoa/tabs/tab_strip_view.mm',
2666 'browser/ui/cocoa/tabs/tab_view.h',
2667 'browser/ui/cocoa/tabs/tab_view.mm',
2668 'browser/ui/cocoa/tabs/tab_window_controller.h',
2669 'browser/ui/cocoa/tabs/tab_window_controller.mm',
2670 'browser/ui/cocoa/tabs/throbber_view.h',
2671 'browser/ui/cocoa/tabs/throbber_view.mm',
[email protected]7d791652010-12-01 16:34:492672 'browser/ui/cocoa/task_manager_mac.h',
2673 'browser/ui/cocoa/task_manager_mac.mm',
[email protected]7d791652010-12-01 16:34:492674 'browser/ui/cocoa/theme_install_bubble_view.h',
2675 'browser/ui/cocoa/theme_install_bubble_view.mm',
[email protected]83bfa0b2011-02-01 05:37:462676 'browser/ui/cocoa/themed_window.h',
2677 'browser/ui/cocoa/themed_window.mm',
[email protected]8450c4f2011-01-19 22:16:222678 'browser/ui/cocoa/toolbar/back_forward_menu_controller.h',
2679 'browser/ui/cocoa/toolbar/back_forward_menu_controller.mm',
2680 'browser/ui/cocoa/toolbar/reload_button.h',
2681 'browser/ui/cocoa/toolbar/reload_button.mm',
[email protected]7f4c84f2011-03-24 02:49:172682 'browser/ui/cocoa/toolbar/toolbar_button.h',
2683 'browser/ui/cocoa/toolbar/toolbar_button.mm',
[email protected]8450c4f2011-01-19 22:16:222684 'browser/ui/cocoa/toolbar/toolbar_controller.h',
2685 'browser/ui/cocoa/toolbar/toolbar_controller.mm',
2686 'browser/ui/cocoa/toolbar/toolbar_view.h',
2687 'browser/ui/cocoa/toolbar/toolbar_view.mm',
[email protected]f5558b972011-02-15 12:50:352688 'browser/ui/cocoa/tracking_area.h',
2689 'browser/ui/cocoa/tracking_area.mm',
[email protected]7d791652010-12-01 16:34:492690 'browser/ui/cocoa/translate/after_translate_infobar_controller.h',
2691 'browser/ui/cocoa/translate/after_translate_infobar_controller.mm',
2692 'browser/ui/cocoa/translate/before_translate_infobar_controller.h',
2693 'browser/ui/cocoa/translate/before_translate_infobar_controller.mm',
2694 'browser/ui/cocoa/translate/translate_infobar_base.h',
2695 'browser/ui/cocoa/translate/translate_infobar_base.mm',
2696 'browser/ui/cocoa/translate/translate_message_infobar_controller.h',
2697 'browser/ui/cocoa/translate/translate_message_infobar_controller.mm',
2698 'browser/ui/cocoa/ui_localizer.h',
2699 'browser/ui/cocoa/ui_localizer.mm',
2700 'browser/ui/cocoa/url_drop_target.h',
2701 'browser/ui/cocoa/url_drop_target.mm',
2702 'browser/ui/cocoa/vertical_gradient_view.h',
2703 'browser/ui/cocoa/vertical_gradient_view.mm',
2704 'browser/ui/cocoa/view_id_util.h',
2705 'browser/ui/cocoa/view_id_util.mm',
2706 'browser/ui/cocoa/view_resizer.h',
[email protected]be19abe12011-07-29 00:54:342707 'browser/ui/cocoa/window_restore_utils.h',
2708 'browser/ui/cocoa/window_restore_utils.mm',
[email protected]7d791652010-12-01 16:34:492709 'browser/ui/cocoa/window_size_autosaver.h',
2710 'browser/ui/cocoa/window_size_autosaver.mm',
[email protected]fdf9c472011-01-14 17:30:192711 'browser/ui/cocoa/wrench_menu/menu_tracked_button.h',
2712 'browser/ui/cocoa/wrench_menu/menu_tracked_button.mm',
2713 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.h',
2714 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.mm',
2715 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h',
2716 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm',
2717 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h',
2718 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm',
[email protected]1f4a69f92011-03-19 14:26:202719 'browser/ui/collected_cookies_infobar_delegate.cc',
[email protected]c6b40c12011-07-22 16:19:582720 'browser/ui/collected_cookies_infobar_delegate.h',
[email protected]e7cfdbd2011-04-22 14:41:372721 'browser/ui/content_settings/content_setting_bubble_model.cc',
2722 'browser/ui/content_settings/content_setting_bubble_model.h',
[email protected]e7cfdbd2011-04-22 14:41:372723 'browser/ui/content_settings/content_setting_image_model.cc',
2724 'browser/ui/content_settings/content_setting_image_model.h',
[email protected]3f1f8412011-01-19 03:01:232725 'browser/ui/crypto_module_password_dialog.h',
2726 'browser/ui/crypto_module_password_dialog_nss.cc',
2727 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]45300ad42010-12-02 15:51:142728 'browser/ui/find_bar/find_bar.h',
2729 'browser/ui/find_bar/find_bar_controller.cc',
2730 'browser/ui/find_bar/find_bar_controller.h',
[email protected]45300ad42010-12-02 15:51:142731 'browser/ui/find_bar/find_bar_state.cc',
[email protected]83bfa0b2011-02-01 05:37:462732 'browser/ui/find_bar/find_bar_state.h',
[email protected]45300ad42010-12-02 15:51:142733 'browser/ui/find_bar/find_notification_details.h',
[email protected]c90c6ca2011-02-16 20:11:382734 'browser/ui/find_bar/find_tab_helper.cc',
[email protected]c6b40c12011-07-22 16:19:582735 'browser/ui/find_bar/find_tab_helper.h',
[email protected]83bfa0b2011-02-01 05:37:462736 'browser/ui/gtk/about_chrome_dialog.cc',
2737 'browser/ui/gtk/about_chrome_dialog.h',
2738 'browser/ui/gtk/accelerators_gtk.cc',
2739 'browser/ui/gtk/accelerators_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462740 'browser/ui/gtk/back_forward_button_gtk.cc',
2741 'browser/ui/gtk/back_forward_button_gtk.h',
[email protected]d008efc2011-03-01 00:37:322742 'browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc',
2743 'browser/ui/gtk/bookmarks/bookmark_bar_gtk.h',
2744 'browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc',
2745 'browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h',
2746 'browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc',
2747 'browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h',
2748 'browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc',
2749 'browser/ui/gtk/bookmarks/bookmark_editor_gtk.h',
2750 'browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc',
2751 'browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.h',
2752 'browser/ui/gtk/bookmarks/bookmark_tree_model.cc',
2753 'browser/ui/gtk/bookmarks/bookmark_tree_model.h',
2754 'browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc',
2755 'browser/ui/gtk/bookmarks/bookmark_utils_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462756 'browser/ui/gtk/browser_actions_toolbar_gtk.cc',
2757 'browser/ui/gtk/browser_actions_toolbar_gtk.h',
2758 'browser/ui/gtk/browser_titlebar.cc',
2759 'browser/ui/gtk/browser_titlebar.h',
2760 'browser/ui/gtk/browser_toolbar_gtk.cc',
2761 'browser/ui/gtk/browser_toolbar_gtk.h',
2762 'browser/ui/gtk/browser_window_factory_gtk.cc',
2763 'browser/ui/gtk/browser_window_gtk.cc',
2764 'browser/ui/gtk/browser_window_gtk.h',
[email protected]85131ae72011-04-21 22:50:262765 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc',
2766 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h',
2767 'browser/ui/gtk/bubble/bubble_gtk.cc',
2768 'browser/ui/gtk/bubble/bubble_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462769 'browser/ui/gtk/cairo_cached_surface.cc',
2770 'browser/ui/gtk/cairo_cached_surface.h',
2771 'browser/ui/gtk/certificate_dialogs.cc',
2772 'browser/ui/gtk/certificate_dialogs.h',
2773 'browser/ui/gtk/certificate_viewer.cc',
2774 'browser/ui/gtk/certificate_viewer.h',
2775 'browser/ui/gtk/chrome_gtk_frame.cc',
2776 'browser/ui/gtk/chrome_gtk_frame.h',
[email protected]83bfa0b2011-02-01 05:37:462777 'browser/ui/gtk/collected_cookies_gtk.cc',
2778 'browser/ui/gtk/collected_cookies_gtk.h',
2779 'browser/ui/gtk/constrained_html_delegate_gtk.cc',
2780 'browser/ui/gtk/constrained_window_gtk.cc',
2781 'browser/ui/gtk/constrained_window_gtk.h',
2782 'browser/ui/gtk/content_setting_bubble_gtk.cc',
2783 'browser/ui/gtk/content_setting_bubble_gtk.h',
2784 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc',
2785 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.h',
2786 'browser/ui/gtk/crypto_module_password_dialog.cc',
2787 'browser/ui/gtk/custom_button.cc',
2788 'browser/ui/gtk/custom_button.h',
2789 'browser/ui/gtk/custom_drag.cc',
2790 'browser/ui/gtk/custom_drag.h',
2791 'browser/ui/gtk/dialogs_gtk.cc',
[email protected]5b5c27202011-04-08 21:23:592792 'browser/ui/gtk/download/download_in_progress_dialog_gtk.cc',
2793 'browser/ui/gtk/download/download_in_progress_dialog_gtk.h',
2794 'browser/ui/gtk/download/download_item_gtk.cc',
2795 'browser/ui/gtk/download/download_item_gtk.h',
[email protected]249de7312011-05-21 01:21:562796 'browser/ui/gtk/download/download_shelf_context_menu_gtk.cc',
2797 'browser/ui/gtk/download/download_shelf_context_menu_gtk.h',
[email protected]5b5c27202011-04-08 21:23:592798 'browser/ui/gtk/download/download_shelf_gtk.cc',
2799 'browser/ui/gtk/download/download_shelf_gtk.h',
2800 'browser/ui/gtk/download/download_started_animation_gtk.cc',
[email protected]83bfa0b2011-02-01 05:37:462801 'browser/ui/gtk/edit_search_engine_dialog.cc',
2802 'browser/ui/gtk/edit_search_engine_dialog.h',
[email protected]bb56a372011-04-06 00:13:522803 'browser/ui/gtk/extensions/extension_install_dialog_gtk.cc',
[email protected]613af4d2011-03-10 19:01:482804 'browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc',
2805 'browser/ui/gtk/extensions/extension_installed_bubble_gtk.h',
2806 'browser/ui/gtk/extensions/extension_popup_gtk.cc',
2807 'browser/ui/gtk/extensions/extension_popup_gtk.h',
[email protected]502e39612011-03-26 01:36:282808 'browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc',
[email protected]613af4d2011-03-10 19:01:482809 'browser/ui/gtk/extensions/extension_view_gtk.cc',
2810 'browser/ui/gtk/extensions/extension_view_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462811 'browser/ui/gtk/external_protocol_dialog_gtk.cc',
2812 'browser/ui/gtk/external_protocol_dialog_gtk.h',
2813 'browser/ui/gtk/find_bar_gtk.cc',
2814 'browser/ui/gtk/find_bar_gtk.h',
2815 'browser/ui/gtk/first_run_bubble.cc',
2816 'browser/ui/gtk/first_run_bubble.h',
2817 'browser/ui/gtk/first_run_dialog.cc',
2818 'browser/ui/gtk/first_run_dialog.h',
2819 'browser/ui/gtk/focus_store_gtk.cc',
2820 'browser/ui/gtk/focus_store_gtk.h',
2821 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc',
2822 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h',
2823 'browser/ui/gtk/gconf_titlebar_listener.cc',
2824 'browser/ui/gtk/gconf_titlebar_listener.h',
[email protected]30064752011-05-10 21:35:522825 'browser/ui/gtk/global_bookmark_menu.cc',
2826 'browser/ui/gtk/global_bookmark_menu.h',
[email protected]a6ea9c6012011-04-26 17:33:532827 'browser/ui/gtk/global_history_menu.cc',
2828 'browser/ui/gtk/global_history_menu.h',
[email protected]360d2ec2011-04-11 22:53:362829 'browser/ui/gtk/global_menu_bar.cc',
2830 'browser/ui/gtk/global_menu_bar.h',
[email protected]83bfa0b2011-02-01 05:37:462831 'browser/ui/gtk/gtk_chrome_button.cc',
2832 'browser/ui/gtk/gtk_chrome_button.h',
2833 'browser/ui/gtk/gtk_chrome_cookie_view.cc',
2834 'browser/ui/gtk/gtk_chrome_cookie_view.h',
2835 'browser/ui/gtk/gtk_chrome_link_button.cc',
2836 'browser/ui/gtk/gtk_chrome_link_button.h',
2837 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc',
2838 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h',
2839 'browser/ui/gtk/gtk_custom_menu.cc',
2840 'browser/ui/gtk/gtk_custom_menu.h',
2841 'browser/ui/gtk/gtk_custom_menu_item.cc',
2842 'browser/ui/gtk/gtk_custom_menu_item.h',
2843 'browser/ui/gtk/gtk_expanded_container.cc',
2844 'browser/ui/gtk/gtk_expanded_container.h',
2845 'browser/ui/gtk/gtk_floating_container.cc',
2846 'browser/ui/gtk/gtk_floating_container.h',
[email protected]a0ea76c2011-03-23 17:36:422847 'browser/ui/gtk/gtk_theme_service.cc',
2848 'browser/ui/gtk/gtk_theme_service.h',
[email protected]83bfa0b2011-02-01 05:37:462849 'browser/ui/gtk/gtk_tree.cc',
2850 'browser/ui/gtk/gtk_tree.h',
2851 'browser/ui/gtk/gtk_util.cc',
2852 'browser/ui/gtk/gtk_util.h',
2853 'browser/ui/gtk/hover_controller_gtk.cc',
2854 'browser/ui/gtk/hover_controller_gtk.h',
2855 'browser/ui/gtk/html_dialog_gtk.cc',
2856 'browser/ui/gtk/html_dialog_gtk.h',
2857 'browser/ui/gtk/hung_renderer_dialog_gtk.cc',
[email protected]4c189b072011-02-24 00:16:342858 'browser/ui/gtk/importer/import_lock_dialog_gtk.cc',
2859 'browser/ui/gtk/importer/import_lock_dialog_gtk.h',
2860 'browser/ui/gtk/importer/import_progress_dialog_gtk.cc',
2861 'browser/ui/gtk/importer/import_progress_dialog_gtk.h',
[email protected]7dcc2722011-04-26 22:16:142862 'browser/ui/gtk/infobars/after_translate_infobar_gtk.cc',
2863 'browser/ui/gtk/infobars/after_translate_infobar_gtk.h',
2864 'browser/ui/gtk/infobars/before_translate_infobar_gtk.cc',
2865 'browser/ui/gtk/infobars/before_translate_infobar_gtk.h',
[email protected]2fca3cd2011-03-04 01:52:072866 'browser/ui/gtk/infobars/confirm_infobar_gtk.cc',
2867 'browser/ui/gtk/infobars/confirm_infobar_gtk.h',
[email protected]a0f36542011-03-22 15:42:292868 'browser/ui/gtk/infobars/extension_infobar_gtk.cc',
2869 'browser/ui/gtk/infobars/extension_infobar_gtk.h',
[email protected]bbc3b2302011-02-02 01:19:212870 'browser/ui/gtk/infobars/infobar_container_gtk.cc',
2871 'browser/ui/gtk/infobars/infobar_container_gtk.h',
2872 'browser/ui/gtk/infobars/infobar_gtk.cc',
2873 'browser/ui/gtk/infobars/infobar_gtk.h',
[email protected]db5021e92011-02-25 02:14:362874 'browser/ui/gtk/infobars/link_infobar_gtk.cc',
2875 'browser/ui/gtk/infobars/link_infobar_gtk.h',
[email protected]7dcc2722011-04-26 22:16:142876 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc',
2877 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h',
2878 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc',
2879 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462880 'browser/ui/gtk/instant_confirm_dialog_gtk.cc',
2881 'browser/ui/gtk/instant_confirm_dialog_gtk.h',
2882 'browser/ui/gtk/js_modal_dialog_gtk.cc',
2883 'browser/ui/gtk/js_modal_dialog_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462884 'browser/ui/gtk/location_bar_view_gtk.cc',
2885 'browser/ui/gtk/location_bar_view_gtk.h',
2886 'browser/ui/gtk/menu_bar_helper.cc',
2887 'browser/ui/gtk/menu_bar_helper.h',
2888 'browser/ui/gtk/menu_gtk.cc',
2889 'browser/ui/gtk/menu_gtk.h',
2890 'browser/ui/gtk/nine_box.cc',
2891 'browser/ui/gtk/nine_box.h',
2892 'browser/ui/gtk/notifications/balloon_view_gtk.cc',
2893 'browser/ui/gtk/notifications/balloon_view_gtk.h',
2894 'browser/ui/gtk/notifications/balloon_view_host_gtk.cc',
2895 'browser/ui/gtk/notifications/balloon_view_host_gtk.h',
[email protected]3dd0e202011-07-18 21:45:522896 'browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc',
2897 'browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h',
[email protected]7dcc2722011-04-26 22:16:142898 'browser/ui/gtk/omnibox/omnibox_view_gtk.cc',
2899 'browser/ui/gtk/omnibox/omnibox_view_gtk.h',
[email protected]83bfa0b2011-02-01 05:37:462900 'browser/ui/gtk/overflow_button.cc',
2901 'browser/ui/gtk/overflow_button.h',
2902 'browser/ui/gtk/owned_widget_gtk.cc',
2903 'browser/ui/gtk/owned_widget_gtk.h',
2904 'browser/ui/gtk/page_info_bubble_gtk.cc',
2905 'browser/ui/gtk/process_singleton_dialog.cc',
2906 'browser/ui/gtk/process_singleton_dialog.h',
[email protected]c506360c2011-06-07 22:15:222907 'browser/ui/gtk/profile_menu_button.cc',
2908 'browser/ui/gtk/profile_menu_button.h',
[email protected]83bfa0b2011-02-01 05:37:462909 'browser/ui/gtk/reload_button_gtk.cc',
2910 'browser/ui/gtk/reload_button_gtk.h',
2911 'browser/ui/gtk/repost_form_warning_gtk.cc',
2912 'browser/ui/gtk/repost_form_warning_gtk.h',
2913 'browser/ui/gtk/rounded_window.cc',
2914 'browser/ui/gtk/rounded_window.h',
2915 'browser/ui/gtk/sad_tab_gtk.cc',
2916 'browser/ui/gtk/sad_tab_gtk.h',
[email protected]80772ed2011-08-09 21:11:382917 'browser/ui/gtk/simple_message_box_gtk.cc',
[email protected]83bfa0b2011-02-01 05:37:462918 'browser/ui/gtk/slide_animator_gtk.cc',
2919 'browser/ui/gtk/slide_animator_gtk.h',
2920 'browser/ui/gtk/ssl_client_certificate_selector.cc',
2921 'browser/ui/gtk/status_bubble_gtk.cc',
2922 'browser/ui/gtk/status_bubble_gtk.h',
2923 'browser/ui/gtk/status_icons/status_icon_gtk.cc',
2924 'browser/ui/gtk/status_icons/status_icon_gtk.h',
2925 'browser/ui/gtk/status_icons/status_tray_gtk.cc',
2926 'browser/ui/gtk/status_icons/status_tray_gtk.h',
2927 'browser/ui/gtk/tab_contents_container_gtk.cc',
2928 'browser/ui/gtk/tab_contents_container_gtk.h',
2929 'browser/ui/gtk/tab_contents_drag_source.cc',
2930 'browser/ui/gtk/tab_contents_drag_source.h',
2931 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc',
2932 'browser/ui/gtk/tabs/dragged_tab_controller_gtk.h',
2933 'browser/ui/gtk/tabs/dragged_tab_gtk.cc',
2934 'browser/ui/gtk/tabs/dragged_tab_gtk.h',
2935 'browser/ui/gtk/tabs/tab_gtk.cc',
2936 'browser/ui/gtk/tabs/tab_gtk.h',
2937 'browser/ui/gtk/tabs/tab_renderer_gtk.cc',
2938 'browser/ui/gtk/tabs/tab_renderer_gtk.h',
2939 'browser/ui/gtk/tabs/tab_strip_gtk.cc',
2940 'browser/ui/gtk/tabs/tab_strip_gtk.h',
[email protected]87e860f82011-06-28 01:49:192941 'browser/ui/gtk/tabs/tab_strip_menu_controller.cc',
2942 'browser/ui/gtk/tabs/tab_strip_menu_controller.h',
[email protected]83bfa0b2011-02-01 05:37:462943 'browser/ui/gtk/task_manager_gtk.cc',
2944 'browser/ui/gtk/task_manager_gtk.h',
2945 'browser/ui/gtk/theme_install_bubble_view_gtk.cc',
2946 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
[email protected]aa5f6072011-04-27 17:28:542947 'browser/ui/gtk/unity_service.cc',
2948 'browser/ui/gtk/unity_service.h',
[email protected]83bfa0b2011-02-01 05:37:462949 'browser/ui/gtk/update_recommended_dialog.cc',
2950 'browser/ui/gtk/update_recommended_dialog.h',
2951 'browser/ui/gtk/view_id_util.cc',
2952 'browser/ui/gtk/view_id_util.h',
[email protected]6a3ec2312010-12-02 19:30:192953 'browser/ui/input_window_dialog.h',
2954 'browser/ui/input_window_dialog_gtk.cc',
2955 'browser/ui/input_window_dialog_win.cc',
[email protected]8ecad5e2010-12-02 21:18:332956 'browser/ui/login/login_model.h',
2957 'browser/ui/login/login_prompt.cc',
2958 'browser/ui/login/login_prompt.h',
2959 'browser/ui/login/login_prompt_gtk.cc',
2960 'browser/ui/login/login_prompt_mac.h',
2961 'browser/ui/login/login_prompt_mac.mm',
[email protected]bbc7b7d2011-04-04 16:50:112962 'browser/ui/login/login_prompt_ui.cc',
[email protected]8ecad5e2010-12-02 21:18:332963 'browser/ui/login/login_prompt_win.cc',
[email protected]6a3ec2312010-12-02 19:30:192964 'browser/ui/omnibox/location_bar.h',
2965 'browser/ui/omnibox/location_bar_util.cc',
2966 'browser/ui/omnibox/location_bar_util.h',
[email protected]067095a2011-05-24 23:43:442967 'browser/ui/omnibox/omnibox_view.cc',
[email protected]b76ac712011-05-03 22:17:112968 'browser/ui/omnibox/omnibox_view.h',
[email protected]6a3ec2312010-12-02 19:30:192969 'browser/ui/options/options_util.cc',
2970 'browser/ui/options/options_util.h',
[email protected]56ae2e42011-06-07 17:49:482971 'browser/ui/panels/native_panel.h',
[email protected]ed2f27132011-04-04 17:19:572972 'browser/ui/panels/panel.cc',
2973 'browser/ui/panels/panel.h',
[email protected]fe42b8c2011-04-28 21:51:362974 'browser/ui/panels/panel_browser_frame_view.cc',
2975 'browser/ui/panels/panel_browser_frame_view.h',
[email protected]c6b40c12011-07-22 16:19:582976 'browser/ui/panels/panel_browser_view.cc',
2977 'browser/ui/panels/panel_browser_view.h',
[email protected]768c7c22011-04-29 01:12:342978 'browser/ui/panels/panel_browser_window_cocoa.h',
[email protected]a4b133462011-04-16 00:55:262979 'browser/ui/panels/panel_browser_window_cocoa.mm',
2980 'browser/ui/panels/panel_browser_window_gtk.cc',
[email protected]62fbcf82011-05-04 18:00:342981 'browser/ui/panels/panel_browser_window_gtk.h',
[email protected]fe90ca8e2011-04-08 20:40:432982 'browser/ui/panels/panel_manager.cc',
2983 'browser/ui/panels/panel_manager.h',
[email protected]71ce6db2011-06-30 23:03:422984 'browser/ui/panels/panel_mouse_watcher_win.cc',
2985 'browser/ui/panels/panel_mouse_watcher_win.h',
[email protected]d7d30752011-06-17 22:36:172986 'browser/ui/panels/panel_titlebar_view_cocoa.h',
2987 'browser/ui/panels/panel_titlebar_view_cocoa.mm',
[email protected]768c7c22011-04-29 01:12:342988 'browser/ui/panels/panel_window_controller_cocoa.h',
2989 'browser/ui/panels/panel_window_controller_cocoa.mm',
[email protected]c7fb2da32011-04-14 20:47:102990 'browser/ui/profile_error_dialog.cc',
2991 'browser/ui/profile_error_dialog.h',
[email protected]c365d432011-05-19 02:37:132992 'browser/ui/profile_menu_model.cc',
2993 'browser/ui/profile_menu_model.h',
[email protected]62f77772011-02-23 19:45:422994 'browser/ui/search_engines/edit_search_engine_controller.cc',
2995 'browser/ui/search_engines/edit_search_engine_controller.h',
2996 'browser/ui/search_engines/keyword_editor_controller.cc',
2997 'browser/ui/search_engines/keyword_editor_controller.h',
[email protected]9219d262011-02-15 21:05:122998 'browser/ui/search_engines/search_engine_tab_helper.cc',
2999 'browser/ui/search_engines/search_engine_tab_helper.h',
3000 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
3001 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
3002 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
3003 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
[email protected]62f77772011-02-23 19:45:423004 'browser/ui/search_engines/template_url_table_model.cc',
3005 'browser/ui/search_engines/template_url_table_model.h',
[email protected]192a05f2011-02-11 20:39:503006 'browser/ui/shell_dialogs.cc',
3007 'browser/ui/shell_dialogs.h',
[email protected]6a3ec2312010-12-02 19:30:193008 'browser/ui/status_bubble.h',
3009 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3010 'browser/ui/tab_contents/tab_contents_wrapper.h',
[email protected]a0366a52011-02-04 20:04:213011 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3012 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
[email protected]4a3d1a02011-07-28 10:21:163013 'browser/ui/tab_contents/tab_contents_wrapper_synced_tab_delegate.cc',
3014 'browser/ui/tab_contents/tab_contents_wrapper_synced_tab_delegate.h',
[email protected]83bfa0b2011-02-01 05:37:463015 'browser/ui/tabs/dock_info.cc',
3016 'browser/ui/tabs/dock_info.h',
[email protected]9a800652010-12-02 17:08:443017 'browser/ui/tabs/dock_info_gtk.cc',
3018 'browser/ui/tabs/dock_info_mac.cc',
3019 'browser/ui/tabs/dock_info_win.cc',
[email protected]4fc87c02011-04-21 16:04:103020 'browser/ui/tabs/hover_tab_selector.cc',
3021 'browser/ui/tabs/hover_tab_selector.h',
[email protected]6a3ec2312010-12-02 19:30:193022 'browser/ui/tabs/tab_menu_model.cc',
3023 'browser/ui/tabs/tab_menu_model.h',
[email protected]9a800652010-12-02 17:08:443024 'browser/ui/toolbar/back_forward_menu_model.cc',
3025 'browser/ui/toolbar/back_forward_menu_model.h',
3026 'browser/ui/toolbar/encoding_menu_controller.cc',
3027 'browser/ui/toolbar/encoding_menu_controller.h',
3028 'browser/ui/toolbar/toolbar_model.cc',
3029 'browser/ui/toolbar/toolbar_model.h',
3030 'browser/ui/toolbar/wrench_menu_model.cc',
3031 'browser/ui/toolbar/wrench_menu_model.h',
[email protected]4fe042f2010-12-14 16:41:403032 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
[email protected]578fe8dd2011-01-12 02:02:193033 'browser/ui/touch/frame/keyboard_container_view.cc',
3034 'browser/ui/touch/frame/keyboard_container_view.h',
[email protected]4fe042f2010-12-14 16:41:403035 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3036 'browser/ui/touch/frame/touch_browser_frame_view.h',
[email protected]15972e02011-01-24 23:25:193037 'browser/ui/touch/tabs/tab_strip_factory.cc',
3038 'browser/ui/touch/tabs/touch_tab.cc',
3039 'browser/ui/touch/tabs/touch_tab.h',
3040 'browser/ui/touch/tabs/touch_tab_strip.cc',
3041 'browser/ui/touch/tabs/touch_tab_strip.h',
[email protected]80d4aea2011-06-17 18:04:473042 'browser/ui/touch/tabs/touch_tab_strip_controller.cc',
3043 'browser/ui/touch/tabs/touch_tab_strip_controller.h',
[email protected]6a3ec2312010-12-02 19:30:193044 'browser/ui/view_ids.h',
[email protected]213dac22010-11-09 07:35:323045 'browser/ui/views/about_chrome_view.cc',
3046 'browser/ui/views/about_chrome_view.h',
3047 'browser/ui/views/about_ipc_dialog.cc',
3048 'browser/ui/views/about_ipc_dialog.h',
3049 'browser/ui/views/accelerator_table_gtk.cc',
3050 'browser/ui/views/accelerator_table_gtk.h',
3051 'browser/ui/views/accessibility_event_router_views.cc',
3052 'browser/ui/views/accessibility_event_router_views.h',
3053 'browser/ui/views/accessible_pane_view.cc',
3054 'browser/ui/views/accessible_pane_view.h',
[email protected]ebc94fb2011-07-08 03:34:113055 'browser/ui/views/app_menu_button_win.cc',
3056 'browser/ui/views/app_menu_button_win.h',
[email protected]c6b40c12011-07-22 16:19:583057 'browser/ui/views/appcache_info_view.cc',
3058 'browser/ui/views/appcache_info_view.h',
[email protected]213dac22010-11-09 07:35:323059 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3060 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
[email protected]40e1be32011-02-16 19:22:093061 'browser/ui/views/autocomplete/autocomplete_result_view.cc',
3062 'browser/ui/views/autocomplete/autocomplete_result_view.h',
[email protected]3381f172011-05-25 00:20:423063 'browser/ui/views/autocomplete/autocomplete_result_view_model.h',
[email protected]aa2d0582011-02-18 20:10:403064 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc',
3065 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h',
[email protected]99e4d4c2011-07-09 22:22:083066 'browser/ui/views/avatar_menu.cc',
3067 'browser/ui/views/avatar_menu.h',
[email protected]ecbc5312011-06-13 18:15:003068 'browser/ui/views/avatar_menu_button.cc',
3069 'browser/ui/views/avatar_menu_button.h',
[email protected]5365aad2011-03-01 22:42:263070 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
3071 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
3072 'browser/ui/views/bookmarks/bookmark_bar_view.cc',
3073 'browser/ui/views/bookmarks/bookmark_bar_view.h',
3074 'browser/ui/views/bookmarks/bookmark_bubble_view.cc',
3075 'browser/ui/views/bookmarks/bookmark_bubble_view.h',
3076 'browser/ui/views/bookmarks/bookmark_context_menu.cc',
3077 'browser/ui/views/bookmarks/bookmark_context_menu.h',
3078 'browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc',
3079 'browser/ui/views/bookmarks/bookmark_context_menu_controller_views.h',
3080 'browser/ui/views/bookmarks/bookmark_editor_view.cc',
3081 'browser/ui/views/bookmarks/bookmark_editor_view.h',
3082 'browser/ui/views/bookmarks/bookmark_menu_controller_views.cc',
3083 'browser/ui/views/bookmarks/bookmark_menu_controller_views.h',
[email protected]c5174282011-05-20 23:42:063084 'browser/ui/views/bookmarks/bookmark_menu_delegate.cc',
3085 'browser/ui/views/bookmarks/bookmark_menu_delegate.h',
[email protected]213dac22010-11-09 07:35:323086 'browser/ui/views/browser_actions_container.cc',
3087 'browser/ui/views/browser_actions_container.h',
3088 'browser/ui/views/browser_bubble.cc',
3089 'browser/ui/views/browser_bubble.h',
3090 'browser/ui/views/browser_bubble_gtk.cc',
3091 'browser/ui/views/browser_bubble_win.cc',
3092 'browser/ui/views/browser_dialogs.h',
[email protected]96f363ba2011-04-19 17:57:323093 'browser/ui/views/bubble/border_contents.cc',
3094 'browser/ui/views/bubble/border_contents.h',
3095 'browser/ui/views/bubble/border_widget_win.cc',
3096 'browser/ui/views/bubble/border_widget_win.h',
[email protected]cb7f12f2011-04-14 15:10:233097 'browser/ui/views/bubble/bubble.cc',
3098 'browser/ui/views/bubble/bubble.h',
3099 'browser/ui/views/bubble/bubble_border.cc',
3100 'browser/ui/views/bubble/bubble_border.h',
[email protected]213dac22010-11-09 07:35:323101 'browser/ui/views/certificate_viewer_win.cc',
3102 'browser/ui/views/chrome_views_delegate.cc',
3103 'browser/ui/views/chrome_views_delegate.h',
[email protected]213dac22010-11-09 07:35:323104 'browser/ui/views/collected_cookies_win.cc',
3105 'browser/ui/views/collected_cookies_win.h',
[email protected]ac86c982011-05-11 13:26:053106 'browser/ui/views/compact_nav/compact_location_bar_view.cc',
3107 'browser/ui/views/compact_nav/compact_location_bar_view.h',
3108 'browser/ui/views/compact_nav/compact_location_bar_view_host.cc',
3109 'browser/ui/views/compact_nav/compact_location_bar_view_host.h',
3110 'browser/ui/views/compact_nav/compact_navigation_bar.cc',
3111 'browser/ui/views/compact_nav/compact_navigation_bar.h',
3112 'browser/ui/views/compact_nav/compact_options_bar.cc',
3113 'browser/ui/views/compact_nav/compact_options_bar.h',
[email protected]5dd28922010-11-10 17:09:173114 'browser/ui/views/constrained_html_delegate_gtk.cc',
[email protected]213dac22010-11-09 07:35:323115 'browser/ui/views/constrained_html_delegate_win.cc',
[email protected]f5ad166262011-04-04 19:33:073116 'browser/ui/views/constrained_window_views.cc',
3117 'browser/ui/views/constrained_window_views.h',
[email protected]213dac22010-11-09 07:35:323118 'browser/ui/views/content_setting_bubble_contents.cc',
3119 'browser/ui/views/content_setting_bubble_contents.h',
3120 'browser/ui/views/cookie_info_view.cc',
3121 'browser/ui/views/cookie_info_view.h',
3122 'browser/ui/views/create_application_shortcut_view.cc',
3123 'browser/ui/views/create_application_shortcut_view.h',
3124 'browser/ui/views/database_info_view.cc',
3125 'browser/ui/views/database_info_view.h',
3126 'browser/ui/views/database_open_info_view.cc',
3127 'browser/ui/views/database_open_info_view.h',
3128 'browser/ui/views/default_search_view.cc',
3129 'browser/ui/views/default_search_view.h',
3130 'browser/ui/views/detachable_toolbar_view.cc',
3131 'browser/ui/views/detachable_toolbar_view.h',
3132 'browser/ui/views/dialog_stubs_gtk.cc',
3133 'browser/ui/views/dom_view.cc',
3134 'browser/ui/views/dom_view.h',
[email protected]455cbb72011-04-18 19:03:203135 'browser/ui/views/download/download_in_progress_dialog_view.cc',
3136 'browser/ui/views/download/download_in_progress_dialog_view.h',
3137 'browser/ui/views/download/download_item_view.cc',
3138 'browser/ui/views/download/download_item_view.h',
[email protected]653f4ec2011-05-22 15:12:263139 'browser/ui/views/download/download_shelf_context_menu_view.cc',
3140 'browser/ui/views/download/download_shelf_context_menu_view.h',
[email protected]455cbb72011-04-18 19:03:203141 'browser/ui/views/download/download_shelf_view.cc',
3142 'browser/ui/views/download/download_shelf_view.h',
3143 'browser/ui/views/download/download_started_animation_win.cc',
[email protected]213dac22010-11-09 07:35:323144 'browser/ui/views/dropdown_bar_host.cc',
3145 'browser/ui/views/dropdown_bar_host.h',
[email protected]ac86c982011-05-11 13:26:053146 'browser/ui/views/dropdown_bar_host_delegate.h',
[email protected]213dac22010-11-09 07:35:323147 'browser/ui/views/dropdown_bar_host_gtk.cc',
3148 'browser/ui/views/dropdown_bar_host_win.cc',
[email protected]ac86c982011-05-11 13:26:053149 'browser/ui/views/dropdown_bar_view.cc',
[email protected]213dac22010-11-09 07:35:323150 'browser/ui/views/dropdown_bar_view.h',
[email protected]442f1482011-03-14 21:27:383151 'browser/ui/views/edit_search_engine_dialog.cc',
3152 'browser/ui/views/edit_search_engine_dialog.h',
[email protected]213dac22010-11-09 07:35:323153 'browser/ui/views/event_utils.cc',
3154 'browser/ui/views/event_utils.h',
3155 'browser/ui/views/extensions/browser_action_drag_data.cc',
3156 'browser/ui/views/extensions/browser_action_drag_data.h',
3157 'browser/ui/views/extensions/browser_action_overflow_menu_controller.cc',
3158 'browser/ui/views/extensions/browser_action_overflow_menu_controller.h',
[email protected]029ad372011-05-20 17:12:563159 'browser/ui/views/extensions/extension_dialog.cc',
3160 'browser/ui/views/extensions/extension_dialog.h',
[email protected]c6b40c12011-07-22 16:19:583161 'browser/ui/views/extensions/extension_dialog_observer.cc',
3162 'browser/ui/views/extensions/extension_dialog_observer.h',
[email protected]bb56a372011-04-06 00:13:523163 'browser/ui/views/extensions/extension_install_dialog_view.cc',
[email protected]213dac22010-11-09 07:35:323164 'browser/ui/views/extensions/extension_installed_bubble.cc',
3165 'browser/ui/views/extensions/extension_installed_bubble.h',
3166 'browser/ui/views/extensions/extension_popup.cc',
3167 'browser/ui/views/extensions/extension_popup.h',
[email protected]502e39612011-03-26 01:36:283168 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc',
[email protected]213dac22010-11-09 07:35:323169 'browser/ui/views/extensions/extension_view.cc',
3170 'browser/ui/views/extensions/extension_view.h',
3171 'browser/ui/views/external_protocol_dialog.cc',
3172 'browser/ui/views/external_protocol_dialog.h',
[email protected]5983e7ae42011-06-06 19:43:243173 'browser/ui/views/file_manager_dialog.cc',
3174 'browser/ui/views/file_manager_dialog.h',
[email protected]213dac22010-11-09 07:35:323175 'browser/ui/views/find_bar_host.cc',
3176 'browser/ui/views/find_bar_host.h',
3177 'browser/ui/views/find_bar_host_gtk.cc',
3178 'browser/ui/views/find_bar_host_win.cc',
3179 'browser/ui/views/find_bar_view.cc',
3180 'browser/ui/views/find_bar_view.h',
3181 'browser/ui/views/first_run_bubble.cc',
3182 'browser/ui/views/first_run_bubble.h',
3183 'browser/ui/views/first_run_search_engine_view.cc',
3184 'browser/ui/views/first_run_search_engine_view.h',
3185 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3186 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3187 'browser/ui/views/frame/browser_bubble_host.cc',
3188 'browser/ui/views/frame/browser_bubble_host.h',
[email protected]7947f2162011-03-11 05:28:373189 'browser/ui/views/frame/browser_frame.cc',
[email protected]213dac22010-11-09 07:35:323190 'browser/ui/views/frame/browser_frame.h',
3191 'browser/ui/views/frame/browser_frame_gtk.cc',
3192 'browser/ui/views/frame/browser_frame_gtk.h',
[email protected]8a1cc0712011-06-23 18:52:353193 'browser/ui/views/frame/browser_frame_views.cc',
3194 'browser/ui/views/frame/browser_frame_views.h',
[email protected]213dac22010-11-09 07:35:323195 'browser/ui/views/frame/browser_frame_win.cc',
3196 'browser/ui/views/frame/browser_frame_win.h',
3197 'browser/ui/views/frame/browser_non_client_frame_view.h',
[email protected]4fe042f2010-12-14 16:41:403198 'browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc',
3199 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
[email protected]213dac22010-11-09 07:35:323200 'browser/ui/views/frame/browser_root_view.cc',
3201 'browser/ui/views/frame/browser_root_view.h',
3202 'browser/ui/views/frame/browser_view.cc',
3203 'browser/ui/views/frame/browser_view.h',
3204 'browser/ui/views/frame/browser_view_layout.cc',
3205 'browser/ui/views/frame/browser_view_layout.h',
3206 'browser/ui/views/frame/contents_container.cc',
3207 'browser/ui/views/frame/contents_container.h',
3208 'browser/ui/views/frame/glass_browser_frame_view.cc',
3209 'browser/ui/views/frame/glass_browser_frame_view.h',
[email protected]7947f2162011-03-11 05:28:373210 'browser/ui/views/frame/native_browser_frame.h',
3211 'browser/ui/views/frame/native_browser_frame_delegate.h',
[email protected]213dac22010-11-09 07:35:323212 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3213 'browser/ui/views/frame/opaque_browser_frame_view.h',
3214 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3215 'browser/ui/views/frame/popup_non_client_frame_view.h',
3216 'browser/ui/views/fullscreen_exit_bubble.cc',
3217 'browser/ui/views/fullscreen_exit_bubble.h',
3218 'browser/ui/views/generic_info_view.cc',
3219 'browser/ui/views/generic_info_view.h',
[email protected]7fbbe922011-04-26 15:38:543220 'browser/ui/views/handle_web_keyboard_event_gtk.cc',
[email protected]c6b40c12011-07-22 16:19:583221 'browser/ui/views/handle_web_keyboard_event_gtk.h',
[email protected]213dac22010-11-09 07:35:323222 'browser/ui/views/html_dialog_view.cc',
3223 'browser/ui/views/html_dialog_view.h',
3224 'browser/ui/views/hung_renderer_view.cc',
[email protected]2fca3cd2011-03-04 01:52:073225 'browser/ui/views/importer/import_lock_dialog_view.cc',
3226 'browser/ui/views/importer/import_lock_dialog_view.h',
3227 'browser/ui/views/importer/import_progress_dialog_view.cc',
3228 'browser/ui/views/importer/import_progress_dialog_view.h',
[email protected]213dac22010-11-09 07:35:323229 'browser/ui/views/indexed_db_info_view.cc',
3230 'browser/ui/views/indexed_db_info_view.h',
[email protected]213dac22010-11-09 07:35:323231 'browser/ui/views/infobars/after_translate_infobar.cc',
3232 'browser/ui/views/infobars/after_translate_infobar.h',
3233 'browser/ui/views/infobars/before_translate_infobar.cc',
3234 'browser/ui/views/infobars/before_translate_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:043235 'browser/ui/views/infobars/confirm_infobar.cc',
3236 'browser/ui/views/infobars/confirm_infobar.h',
[email protected]213dac22010-11-09 07:35:323237 'browser/ui/views/infobars/extension_infobar.cc',
3238 'browser/ui/views/infobars/extension_infobar.h',
[email protected]fc3c351a2011-02-01 01:10:043239 'browser/ui/views/infobars/infobar_background.cc',
3240 'browser/ui/views/infobars/infobar_background.h',
[email protected]213dac22010-11-09 07:35:323241 'browser/ui/views/infobars/infobar_button_border.cc',
3242 'browser/ui/views/infobars/infobar_button_border.h',
[email protected]6c6614f12011-03-31 18:51:423243 'browser/ui/views/infobars/infobar_container_view.cc',
3244 'browser/ui/views/infobars/infobar_container_view.h',
[email protected]fc3c351a2011-02-01 01:10:043245 'browser/ui/views/infobars/infobar_view.cc',
3246 'browser/ui/views/infobars/infobar_view.h',
3247 'browser/ui/views/infobars/link_infobar.cc',
3248 'browser/ui/views/infobars/link_infobar.h',
[email protected]213dac22010-11-09 07:35:323249 'browser/ui/views/infobars/translate_infobar_base.cc',
3250 'browser/ui/views/infobars/translate_infobar_base.h',
3251 'browser/ui/views/infobars/translate_message_infobar.cc',
3252 'browser/ui/views/infobars/translate_message_infobar.h',
3253 'browser/ui/views/instant_confirm_view.cc',
3254 'browser/ui/views/instant_confirm_view.h',
3255 'browser/ui/views/js_modal_dialog_views.cc',
3256 'browser/ui/views/js_modal_dialog_views.h',
[email protected]d14af522010-12-02 03:54:503257 'browser/ui/views/keyboard_overlay_delegate.cc',
3258 'browser/ui/views/keyboard_overlay_delegate.h',
[email protected]1192a832011-04-15 12:47:353259 'browser/ui/views/keyboard_overlay_dialog_view.cc',
3260 'browser/ui/views/keyboard_overlay_dialog_view.h',
[email protected]213dac22010-11-09 07:35:323261 'browser/ui/views/local_storage_info_view.cc',
3262 'browser/ui/views/local_storage_info_view.h',
3263 'browser/ui/views/local_storage_set_item_info_view.cc',
3264 'browser/ui/views/local_storage_set_item_info_view.h',
3265 'browser/ui/views/location_bar/click_handler.cc',
3266 'browser/ui/views/location_bar/click_handler.h',
3267 'browser/ui/views/location_bar/content_setting_image_view.cc',
3268 'browser/ui/views/location_bar/content_setting_image_view.h',
3269 'browser/ui/views/location_bar/ev_bubble_view.cc',
3270 'browser/ui/views/location_bar/ev_bubble_view.h',
[email protected]213dac22010-11-09 07:35:323271 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
[email protected]83bfa0b2011-02-01 05:37:463272 'browser/ui/views/location_bar/icon_label_bubble_view.h',
[email protected]213dac22010-11-09 07:35:323273 'browser/ui/views/location_bar/keyword_hint_view.cc',
3274 'browser/ui/views/location_bar/keyword_hint_view.h',
[email protected]213dac22010-11-09 07:35:323275 'browser/ui/views/location_bar/location_bar_view.cc',
3276 'browser/ui/views/location_bar/location_bar_view.h',
[email protected]83bfa0b2011-02-01 05:37:463277 'browser/ui/views/location_bar/location_icon_view.cc',
3278 'browser/ui/views/location_bar/location_icon_view.h',
[email protected]213dac22010-11-09 07:35:323279 'browser/ui/views/location_bar/page_action_image_view.cc',
3280 'browser/ui/views/location_bar/page_action_image_view.h',
3281 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3282 'browser/ui/views/location_bar/page_action_with_badge_view.h',
[email protected]213dac22010-11-09 07:35:323283 'browser/ui/views/location_bar/selected_keyword_view.cc',
[email protected]83bfa0b2011-02-01 05:37:463284 'browser/ui/views/location_bar/selected_keyword_view.h',
[email protected]213dac22010-11-09 07:35:323285 'browser/ui/views/location_bar/star_view.cc',
3286 'browser/ui/views/location_bar/star_view.h',
[email protected]553aabb2010-11-11 00:37:153287 'browser/ui/views/location_bar/suggested_text_view.cc',
3288 'browser/ui/views/location_bar/suggested_text_view.h',
[email protected]213dac22010-11-09 07:35:323289 'browser/ui/views/login_view.cc',
3290 'browser/ui/views/login_view.h',
[email protected]b32f9182011-04-04 22:46:333291 'browser/ui/views/native_constrained_window_win.cc',
[email protected]213dac22010-11-09 07:35:323292 'browser/ui/views/notifications/balloon_view.cc',
3293 'browser/ui/views/notifications/balloon_view.h',
[email protected]83bfa0b2011-02-01 05:37:463294 'browser/ui/views/notifications/balloon_view_host.cc',
3295 'browser/ui/views/notifications/balloon_view_host.h',
[email protected]d6c98712011-05-02 21:55:393296 'browser/ui/views/omnibox/omnibox_view_views.cc',
3297 'browser/ui/views/omnibox/omnibox_view_views.h',
[email protected]5d8d71ab72011-04-27 15:15:353298 'browser/ui/views/omnibox/omnibox_view_win.cc',
3299 'browser/ui/views/omnibox/omnibox_view_win.h',
[email protected]213dac22010-11-09 07:35:323300 'browser/ui/views/page_info_bubble_view.cc',
3301 'browser/ui/views/page_info_bubble_view.h',
3302 'browser/ui/views/pinned_contents_info_bubble.cc',
3303 'browser/ui/views/pinned_contents_info_bubble.h',
3304 'browser/ui/views/reload_button.cc',
3305 'browser/ui/views/reload_button.h',
3306 'browser/ui/views/repost_form_warning_view.cc',
3307 'browser/ui/views/repost_form_warning_view.h',
3308 'browser/ui/views/restart_message_box.cc',
3309 'browser/ui/views/restart_message_box.h',
3310 'browser/ui/views/sad_tab_view.cc',
3311 'browser/ui/views/sad_tab_view.h',
3312 'browser/ui/views/select_file_dialog.cc',
3313 'browser/ui/views/shell_dialogs_win.cc',
[email protected]80772ed2011-08-09 21:11:383314 'browser/ui/views/simple_message_box_win.cc',
[email protected]f2455422011-07-21 02:56:583315 'browser/ui/views/ssl_client_certificate_selector.cc',
3316 'browser/ui/views/ssl_client_certificate_selector.h',
[email protected]213dac22010-11-09 07:35:323317 'browser/ui/views/status_bubble_views.cc',
3318 'browser/ui/views/status_bubble_views.h',
3319 'browser/ui/views/status_icons/status_icon_win.cc',
3320 'browser/ui/views/status_icons/status_icon_win.h',
3321 'browser/ui/views/status_icons/status_tray_gtk.cc',
3322 'browser/ui/views/status_icons/status_tray_win.cc',
3323 'browser/ui/views/status_icons/status_tray_win.h',
[email protected]213dac22010-11-09 07:35:323324 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3325 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3326 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
[email protected]c138f2962011-06-24 22:17:363327 'browser/ui/views/tab_contents/native_tab_contents_container_views.cc',
3328 'browser/ui/views/tab_contents/native_tab_contents_container_views.h',
[email protected]213dac22010-11-09 07:35:323329 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3330 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
[email protected]b9a1fb42011-04-12 23:16:443331 'browser/ui/views/tab_contents/native_tab_contents_view.h',
3332 'browser/ui/views/tab_contents/native_tab_contents_view_delegate.h',
[email protected]9a56a0d2011-05-13 19:03:313333 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc',
3334 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h',
[email protected]8a1cc0712011-06-23 18:52:353335 'browser/ui/views/tab_contents/native_tab_contents_view_views.cc',
3336 'browser/ui/views/tab_contents/native_tab_contents_view_views.h',
[email protected]c6b40c12011-07-22 16:19:583337 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc',
3338 'browser/ui/views/tab_contents/native_tab_contents_view_win.h',
[email protected]213dac22010-11-09 07:35:323339 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3340 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
[email protected]83bfa0b2011-02-01 05:37:463341 'browser/ui/views/tab_contents/tab_contents_container.cc',
3342 'browser/ui/views/tab_contents/tab_contents_container.h',
3343 'browser/ui/views/tab_contents/tab_contents_container_native.cc',
3344 'browser/ui/views/tab_contents/tab_contents_container_native.h',
3345 'browser/ui/views/tab_contents/tab_contents_container_views.cc',
3346 'browser/ui/views/tab_contents/tab_contents_container_views.h',
[email protected]213dac22010-11-09 07:35:323347 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3348 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
[email protected]c1aaf03e2011-04-11 18:27:363349 'browser/ui/views/tab_contents/tab_contents_view_touch.cc',
3350 'browser/ui/views/tab_contents/tab_contents_view_touch.h',
[email protected]7e2cef52011-04-11 21:47:233351 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3352 'browser/ui/views/tab_contents/tab_contents_view_views.h',
[email protected]83bfa0b2011-02-01 05:37:463353 'browser/ui/views/tab_icon_view.cc',
3354 'browser/ui/views/tab_icon_view.h',
[email protected]a37d7ec2011-03-08 17:55:553355 'browser/ui/views/tabs/abstract_tab_strip_view.h',
[email protected]213dac22010-11-09 07:35:323356 'browser/ui/views/tabs/base_tab.cc',
3357 'browser/ui/views/tabs/base_tab.h',
3358 'browser/ui/views/tabs/base_tab_strip.cc',
3359 'browser/ui/views/tabs/base_tab_strip.h',
3360 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3361 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3362 'browser/ui/views/tabs/dragged_tab_controller.cc',
3363 'browser/ui/views/tabs/dragged_tab_controller.h',
3364 'browser/ui/views/tabs/dragged_tab_view.cc',
3365 'browser/ui/views/tabs/dragged_tab_view.h',
3366 'browser/ui/views/tabs/native_view_photobooth.h',
3367 'browser/ui/views/tabs/native_view_photobooth_gtk.cc',
3368 'browser/ui/views/tabs/native_view_photobooth_gtk.h',
3369 'browser/ui/views/tabs/native_view_photobooth_win.cc',
3370 'browser/ui/views/tabs/native_view_photobooth_win.h',
3371 'browser/ui/views/tabs/side_tab.cc',
3372 'browser/ui/views/tabs/side_tab.h',
3373 'browser/ui/views/tabs/side_tab_strip.cc',
3374 'browser/ui/views/tabs/side_tab_strip.h',
3375 'browser/ui/views/tabs/tab.cc',
3376 'browser/ui/views/tabs/tab.h',
3377 'browser/ui/views/tabs/tab_controller.h',
[email protected]16460642011-03-04 23:15:533378 'browser/ui/views/tabs/tab_renderer_data.cc',
[email protected]213dac22010-11-09 07:35:323379 'browser/ui/views/tabs/tab_renderer_data.h',
3380 'browser/ui/views/tabs/tab_strip.cc',
3381 'browser/ui/views/tabs/tab_strip.h',
3382 'browser/ui/views/tabs/tab_strip_controller.h',
[email protected]15972e02011-01-24 23:25:193383 'browser/ui/views/tabs/tab_strip_factory.cc',
[email protected]83bfa0b2011-02-01 05:37:463384 'browser/ui/views/tabs/tab_strip_factory.h',
[email protected]213dac22010-11-09 07:35:323385 'browser/ui/views/task_manager_view.cc',
3386 'browser/ui/views/textfield_views.cc',
3387 'browser/ui/views/textfield_views.h',
3388 'browser/ui/views/theme_background.cc',
3389 'browser/ui/views/theme_background.h',
3390 'browser/ui/views/theme_helpers.cc',
3391 'browser/ui/views/theme_helpers.h',
3392 'browser/ui/views/theme_install_bubble_view.cc',
3393 'browser/ui/views/theme_install_bubble_view.h',
3394 'browser/ui/views/toolbar_view.cc',
3395 'browser/ui/views/toolbar_view.h',
[email protected]213dac22010-11-09 07:35:323396 'browser/ui/views/unhandled_keyboard_event_handler.cc',
3397 'browser/ui/views/unhandled_keyboard_event_handler.h',
[email protected]83bfa0b2011-02-01 05:37:463398 'browser/ui/views/uninstall_view.cc',
3399 'browser/ui/views/uninstall_view.h',
[email protected]213dac22010-11-09 07:35:323400 'browser/ui/views/update_recommended_message_box.cc',
3401 'browser/ui/views/update_recommended_message_box.h',
3402 'browser/ui/views/user_data_dir_dialog.cc',
3403 'browser/ui/views/user_data_dir_dialog.h',
3404 'browser/ui/views/window.cc',
3405 'browser/ui/views/window.h',
3406 'browser/ui/views/wrench_menu.cc',
3407 'browser/ui/views/wrench_menu.h',
[email protected]f847e6082011-03-24 00:08:263408 'browser/ui/web_applications/web_app_ui.cc',
3409 'browser/ui/web_applications/web_app_ui.h',
[email protected]c6b40c12011-07-22 16:19:583410 'browser/ui/webui/active_downloads_ui.cc',
3411 'browser/ui/webui/active_downloads_ui.h',
[email protected]265a1492011-02-27 05:58:073412 'browser/ui/webui/bookmarks_ui.cc',
3413 'browser/ui/webui/bookmarks_ui.h',
3414 'browser/ui/webui/bug_report_ui.cc',
3415 'browser/ui/webui/bug_report_ui.h',
[email protected]8ebc9b42011-07-14 15:22:183416 'browser/ui/webui/certificate_viewer.cc',
3417 'browser/ui/webui/certificate_viewer.h',
3418 'browser/ui/webui/certificate_viewer_ui.cc',
3419 'browser/ui/webui/certificate_viewer_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363420 'browser/ui/webui/chrome_url_data_manager.cc',
3421 'browser/ui/webui/chrome_url_data_manager.h',
[email protected]c6b40c12011-07-22 16:19:583422 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3423 'browser/ui/webui/chrome_url_data_manager_backend.h',
[email protected]4d241a52011-06-06 15:32:273424 'browser/ui/webui/chrome_web_ui.cc',
3425 'browser/ui/webui/chrome_web_ui.h',
[email protected]63e6f8322011-05-20 17:08:183426 'browser/ui/webui/chrome_web_ui_data_source.cc',
3427 'browser/ui/webui/chrome_web_ui_data_source.h',
[email protected]1fd1a502011-03-30 16:55:563428 'browser/ui/webui/chrome_web_ui_factory.cc',
3429 'browser/ui/webui/chrome_web_ui_factory.h',
[email protected]8d250bb2011-04-14 14:21:223430 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc',
3431 'browser/ui/webui/chromeos/choose_mobile_network_ui.h',
[email protected]699cb9242011-04-06 09:51:323432 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc',
3433 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h',
[email protected]5e6f0512011-06-22 00:16:043434 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc',
3435 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h',
3436 'browser/ui/webui/chromeos/imageburner/imageburner_utils.cc',
3437 'browser/ui/webui/chromeos/imageburner/imageburner_utils.h',
3438 'browser/ui/webui/chromeos/imageburner/webui_handler.h',
[email protected]b0e688e2011-03-24 15:47:483439 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
3440 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
[email protected]ee2da09c2011-07-19 22:25:103441 'browser/ui/webui/chromeos/login/base_screen_handler.cc',
3442 'browser/ui/webui/chromeos/login/base_screen_handler.h',
[email protected]10edbd982011-08-04 10:06:493443 'browser/ui/webui/chromeos/login/core_oobe_handler.cc',
3444 'browser/ui/webui/chromeos/login/core_oobe_handler.h',
[email protected]6c51eb02011-07-22 12:38:283445 'browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.cc',
3446 'browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.h',
[email protected]bacf0542011-06-03 14:47:283447 'browser/ui/webui/chromeos/login/eula_screen_handler.cc',
3448 'browser/ui/webui/chromeos/login/eula_screen_handler.h',
[email protected]620bd95c2011-03-25 19:04:313449 'browser/ui/webui/chromeos/login/login_ui.cc',
3450 'browser/ui/webui/chromeos/login/login_ui.h',
[email protected]620bd95c2011-03-25 19:04:313451 'browser/ui/webui/chromeos/login/login_ui_helpers.cc',
3452 'browser/ui/webui/chromeos/login/login_ui_helpers.h',
[email protected]54661a512011-08-06 21:16:073453 'browser/ui/webui/chromeos/login/network_dropdown.cc',
3454 'browser/ui/webui/chromeos/login/network_dropdown.h',
[email protected]8bab85c62011-06-08 14:34:113455 'browser/ui/webui/chromeos/login/network_screen_handler.cc',
3456 'browser/ui/webui/chromeos/login/network_screen_handler.h',
3457 'browser/ui/webui/chromeos/login/oobe_ui.cc',
3458 'browser/ui/webui/chromeos/login/oobe_ui.h',
[email protected]ef7b3ad2011-07-08 19:49:453459 'browser/ui/webui/chromeos/login/signin_screen_handler.cc',
3460 'browser/ui/webui/chromeos/login/signin_screen_handler.h',
[email protected]1c54e1c2011-06-16 12:13:323461 'browser/ui/webui/chromeos/login/update_screen_handler.cc',
3462 'browser/ui/webui/chromeos/login/update_screen_handler.h',
[email protected]bfc28632011-07-25 22:58:263463 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc',
3464 'browser/ui/webui/chromeos/login/user_image_screen_handler.h',
[email protected]b0e688e2011-03-24 15:47:483465 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
3466 'browser/ui/webui/chromeos/mobile_setup_ui.h',
3467 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
3468 'browser/ui/webui/chromeos/proxy_settings_ui.h',
3469 'browser/ui/webui/chromeos/register_page_ui.cc',
3470 'browser/ui/webui/chromeos/register_page_ui.h',
3471 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
3472 'browser/ui/webui/chromeos/sim_unlock_ui.h',
3473 'browser/ui/webui/chromeos/system_info_ui.cc',
3474 'browser/ui/webui/chromeos/system_info_ui.h',
[email protected]3b6ea292011-03-11 20:23:003475 'browser/ui/webui/collected_cookies_ui_delegate.cc',
3476 'browser/ui/webui/collected_cookies_ui_delegate.h',
[email protected]265a1492011-02-27 05:58:073477 'browser/ui/webui/constrained_html_ui.cc',
3478 'browser/ui/webui/constrained_html_ui.h',
[email protected]3b6ea292011-03-11 20:23:003479 'browser/ui/webui/cookies_tree_model_adapter.cc',
3480 'browser/ui/webui/cookies_tree_model_adapter.h',
[email protected]2fbbb7b2011-03-07 19:30:013481 'browser/ui/webui/cookies_tree_model_util.cc',
3482 'browser/ui/webui/cookies_tree_model_util.h',
[email protected]265a1492011-02-27 05:58:073483 'browser/ui/webui/crashes_ui.cc',
3484 'browser/ui/webui/crashes_ui.h',
3485 'browser/ui/webui/devtools_ui.cc',
3486 'browser/ui/webui/devtools_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363487 'browser/ui/webui/downloads_dom_handler.cc',
3488 'browser/ui/webui/downloads_dom_handler.h',
[email protected]265a1492011-02-27 05:58:073489 'browser/ui/webui/downloads_ui.cc',
3490 'browser/ui/webui/downloads_ui.h',
[email protected]f83773f2011-03-02 19:15:213491 'browser/ui/webui/extension_icon_source.cc',
3492 'browser/ui/webui/extension_icon_source.h',
[email protected]fd42ac30f2011-02-27 19:33:363493 'browser/ui/webui/favicon_source.cc',
3494 'browser/ui/webui/favicon_source.h',
3495 'browser/ui/webui/fileicon_source.cc',
3496 'browser/ui/webui/fileicon_source.h',
[email protected]6e3debf12011-05-26 23:54:283497 'browser/ui/webui/fileicon_source_cros.cc',
[email protected]c6b40c12011-07-22 16:19:583498 'browser/ui/webui/fileicon_source_cros.h',
[email protected]265a1492011-02-27 05:58:073499 'browser/ui/webui/flags_ui.cc',
3500 'browser/ui/webui/flags_ui.h',
[email protected]fca58f02011-05-27 19:45:393501 'browser/ui/webui/flash_ui.cc',
3502 'browser/ui/webui/flash_ui.h',
[email protected]265a1492011-02-27 05:58:073503 'browser/ui/webui/gpu_internals_ui.cc',
3504 'browser/ui/webui/gpu_internals_ui.h',
3505 'browser/ui/webui/history2_ui.cc',
3506 'browser/ui/webui/history2_ui.h',
3507 'browser/ui/webui/history_ui.cc',
3508 'browser/ui/webui/history_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363509 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3510 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
[email protected]265a1492011-02-27 05:58:073511 'browser/ui/webui/html_dialog_ui.cc',
3512 'browser/ui/webui/html_dialog_ui.h',
3513 'browser/ui/webui/keyboard_ui.cc',
3514 'browser/ui/webui/keyboard_ui.h',
[email protected]623c8322011-07-13 20:14:573515 'browser/ui/webui/media/media_internals_handler.cc',
3516 'browser/ui/webui/media/media_internals_handler.h',
3517 'browser/ui/webui/media/media_internals_proxy.cc',
3518 'browser/ui/webui/media/media_internals_proxy.h',
3519 'browser/ui/webui/media/media_internals_ui.cc',
3520 'browser/ui/webui/media/media_internals_ui.h',
[email protected]265a1492011-02-27 05:58:073521 'browser/ui/webui/net_internals_ui.cc',
3522 'browser/ui/webui/net_internals_ui.h',
[email protected]7c5c6f3a2011-04-28 19:56:493523 'browser/ui/webui/ntp/app_launcher_handler.cc',
3524 'browser/ui/webui/ntp/app_launcher_handler.h',
[email protected]99d51832011-07-23 01:35:173525 'browser/ui/webui/ntp/bookmarks_handler.cc',
3526 'browser/ui/webui/ntp/bookmarks_handler.h',
[email protected]e7de08f72011-06-09 22:24:593527 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3528 'browser/ui/webui/ntp/favicon_webui_handler.h',
[email protected]7c5c6f3a2011-04-28 19:56:493529 'browser/ui/webui/ntp/foreign_session_handler.cc',
3530 'browser/ui/webui/ntp/foreign_session_handler.h',
3531 'browser/ui/webui/ntp/most_visited_handler.cc',
3532 'browser/ui/webui/ntp/most_visited_handler.h',
[email protected]71e28dae2011-07-20 22:02:353533 'browser/ui/webui/ntp/new_tab_page_handler.cc',
3534 'browser/ui/webui/ntp/new_tab_page_handler.h',
[email protected]7c5c6f3a2011-04-28 19:56:493535 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3536 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
[email protected]a4779552011-07-22 07:03:403537 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc',
3538 'browser/ui/webui/ntp/new_tab_sync_setup_handler.h',
[email protected]7c5c6f3a2011-04-28 19:56:493539 'browser/ui/webui/ntp/new_tab_ui.cc',
3540 'browser/ui/webui/ntp/new_tab_ui.h',
3541 'browser/ui/webui/ntp/ntp_login_handler.cc',
3542 'browser/ui/webui/ntp/ntp_login_handler.h',
3543 'browser/ui/webui/ntp/ntp_resource_cache.cc',
3544 'browser/ui/webui/ntp/ntp_resource_cache.h',
[email protected]60100b22011-06-29 23:37:253545 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
3546 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
[email protected]5348b8a2011-07-19 02:04:223547 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
3548 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
[email protected]7c5c6f3a2011-04-28 19:56:493549 'browser/ui/webui/ntp/shown_sections_handler.cc',
3550 'browser/ui/webui/ntp/shown_sections_handler.h',
3551 'browser/ui/webui/ntp/thumbnail_source.cc',
3552 'browser/ui/webui/ntp/thumbnail_source.h',
[email protected]5c557f372011-02-26 15:09:203553 'browser/ui/webui/options/advanced_options_handler.cc',
3554 'browser/ui/webui/options/advanced_options_handler.h',
3555 'browser/ui/webui/options/advanced_options_utils.h',
3556 'browser/ui/webui/options/advanced_options_utils_gtk.cc',
3557 'browser/ui/webui/options/advanced_options_utils_mac.mm',
3558 'browser/ui/webui/options/advanced_options_utils_win.cc',
3559 'browser/ui/webui/options/autofill_options_handler.cc',
3560 'browser/ui/webui/options/autofill_options_handler.h',
3561 'browser/ui/webui/options/browser_options_handler.cc',
3562 'browser/ui/webui/options/browser_options_handler.h',
3563 'browser/ui/webui/options/certificate_manager_handler.cc',
3564 'browser/ui/webui/options/certificate_manager_handler.h',
[email protected]5a183be2011-07-22 12:20:273565 'browser/ui/webui/options/chromeos/about_page_handler.cc',
3566 'browser/ui/webui/options/chromeos/about_page_handler.h',
[email protected]a5345be62011-03-28 19:59:193567 'browser/ui/webui/options/chromeos/accounts_options_handler.cc',
3568 'browser/ui/webui/options/chromeos/accounts_options_handler.h',
[email protected]eaa1d572011-04-13 09:31:103569 'browser/ui/webui/options/chromeos/change_picture_options_handler.cc',
3570 'browser/ui/webui/options/chromeos/change_picture_options_handler.h',
[email protected]a5345be62011-03-28 19:59:193571 'browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc',
3572 'browser/ui/webui/options/chromeos/core_chromeos_options_handler.h',
3573 'browser/ui/webui/options/chromeos/cros_language_options_handler.cc',
3574 'browser/ui/webui/options/chromeos/cros_language_options_handler.h',
3575 'browser/ui/webui/options/chromeos/cros_options_page_ui_handler.cc',
3576 'browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h',
3577 'browser/ui/webui/options/chromeos/internet_options_handler.cc',
3578 'browser/ui/webui/options/chromeos/internet_options_handler.h',
[email protected]c12d21f2011-04-19 14:55:453579 'browser/ui/webui/options/chromeos/language_chewing_handler.cc',
3580 'browser/ui/webui/options/chromeos/language_chewing_handler.h',
[email protected]a5345be62011-03-28 19:59:193581 'browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.cc',
3582 'browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.h',
[email protected]c12d21f2011-04-19 14:55:453583 'browser/ui/webui/options/chromeos/language_hangul_handler.cc',
3584 'browser/ui/webui/options/chromeos/language_hangul_handler.h',
3585 'browser/ui/webui/options/chromeos/language_mozc_handler.cc',
3586 'browser/ui/webui/options/chromeos/language_mozc_handler.h',
[email protected]a5345be62011-03-28 19:59:193587 'browser/ui/webui/options/chromeos/language_options_util.cc',
3588 'browser/ui/webui/options/chromeos/language_options_util.h',
[email protected]c12d21f2011-04-19 14:55:453589 'browser/ui/webui/options/chromeos/language_pinyin_handler.cc',
3590 'browser/ui/webui/options/chromeos/language_pinyin_handler.h',
[email protected]a5345be62011-03-28 19:59:193591 'browser/ui/webui/options/chromeos/proxy_handler.cc',
3592 'browser/ui/webui/options/chromeos/proxy_handler.h',
3593 'browser/ui/webui/options/chromeos/stats_options_handler.cc',
3594 'browser/ui/webui/options/chromeos/stats_options_handler.h',
3595 'browser/ui/webui/options/chromeos/system_options_handler.cc',
3596 'browser/ui/webui/options/chromeos/system_options_handler.h',
3597 'browser/ui/webui/options/chromeos/system_settings_provider.cc',
3598 'browser/ui/webui/options/chromeos/system_settings_provider.h',
3599 'browser/ui/webui/options/chromeos/user_image_source.cc',
3600 'browser/ui/webui/options/chromeos/user_image_source.h',
[email protected]5c557f372011-02-26 15:09:203601 'browser/ui/webui/options/clear_browser_data_handler.cc',
3602 'browser/ui/webui/options/clear_browser_data_handler.h',
3603 'browser/ui/webui/options/content_settings_handler.cc',
3604 'browser/ui/webui/options/content_settings_handler.h',
3605 'browser/ui/webui/options/cookies_view_handler.cc',
3606 'browser/ui/webui/options/cookies_view_handler.h',
3607 'browser/ui/webui/options/core_options_handler.cc',
3608 'browser/ui/webui/options/core_options_handler.h',
[email protected]5c557f372011-02-26 15:09:203609 'browser/ui/webui/options/font_settings_handler.cc',
3610 'browser/ui/webui/options/font_settings_handler.h',
3611 'browser/ui/webui/options/font_settings_utils.h',
3612 'browser/ui/webui/options/font_settings_utils_gtk.cc',
3613 'browser/ui/webui/options/font_settings_utils_mac.mm',
3614 'browser/ui/webui/options/font_settings_utils_win.cc',
[email protected]c6b40c12011-07-22 16:19:583615 'browser/ui/webui/options/handler_options_handler.cc',
3616 'browser/ui/webui/options/handler_options_handler.h',
[email protected]5c557f372011-02-26 15:09:203617 'browser/ui/webui/options/import_data_handler.cc',
3618 'browser/ui/webui/options/import_data_handler.h',
3619 'browser/ui/webui/options/language_options_handler.cc',
3620 'browser/ui/webui/options/language_options_handler.h',
3621 'browser/ui/webui/options/language_options_handler_common.cc',
3622 'browser/ui/webui/options/language_options_handler_common.h',
[email protected]6cd410a2011-07-21 20:17:173623 'browser/ui/webui/options/manage_profile_handler.cc',
3624 'browser/ui/webui/options/manage_profile_handler.h',
[email protected]a4779552011-07-22 07:03:403625 'browser/ui/webui/options/options_sync_setup_handler.cc',
3626 'browser/ui/webui/options/options_sync_setup_handler.h',
[email protected]5c557f372011-02-26 15:09:203627 'browser/ui/webui/options/options_ui.cc',
3628 'browser/ui/webui/options/options_ui.h',
3629 'browser/ui/webui/options/password_manager_handler.cc',
3630 'browser/ui/webui/options/password_manager_handler.h',
3631 'browser/ui/webui/options/personal_options_handler.cc',
3632 'browser/ui/webui/options/personal_options_handler.h',
3633 'browser/ui/webui/options/search_engine_manager_handler.cc',
3634 'browser/ui/webui/options/search_engine_manager_handler.h',
3635 'browser/ui/webui/options/stop_syncing_handler.cc',
3636 'browser/ui/webui/options/stop_syncing_handler.h',
[email protected]265a1492011-02-27 05:58:073637 'browser/ui/webui/plugins_ui.cc',
3638 'browser/ui/webui/plugins_ui.h',
[email protected]d0732d02011-05-30 05:24:203639 'browser/ui/webui/print_preview_data_source.cc',
3640 'browser/ui/webui/print_preview_data_source.h',
[email protected]fd42ac30f2011-02-27 19:33:363641 'browser/ui/webui/print_preview_handler.cc',
3642 'browser/ui/webui/print_preview_handler.h',
[email protected]265a1492011-02-27 05:58:073643 'browser/ui/webui/print_preview_ui.cc',
3644 'browser/ui/webui/print_preview_ui.h',
[email protected]f8988502011-07-13 13:21:093645 'browser/ui/webui/quota_internals_handler.cc',
3646 'browser/ui/webui/quota_internals_handler.h',
[email protected]c6b40c12011-07-22 16:19:583647 'browser/ui/webui/quota_internals_proxy.cc',
3648 'browser/ui/webui/quota_internals_proxy.h',
[email protected]f8988502011-07-13 13:21:093649 'browser/ui/webui/quota_internals_types.cc',
3650 'browser/ui/webui/quota_internals_types.h',
[email protected]bc3f2a782011-06-27 19:49:313651 'browser/ui/webui/quota_internals_ui.cc',
3652 'browser/ui/webui/quota_internals_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363653 'browser/ui/webui/screenshot_source.cc',
3654 'browser/ui/webui/screenshot_source.h',
[email protected]e16f0c02011-06-08 18:13:343655 'browser/ui/webui/sessions_ui.cc',
3656 'browser/ui/webui/sessions_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363657 'browser/ui/webui/shared_resources_data_source.cc',
3658 'browser/ui/webui/shared_resources_data_source.h',
[email protected]265a1492011-02-27 05:58:073659 'browser/ui/webui/sync_internals_ui.cc',
3660 'browser/ui/webui/sync_internals_ui.h',
[email protected]a4779552011-07-22 07:03:403661 'browser/ui/webui/sync_setup_handler.cc',
3662 'browser/ui/webui/sync_setup_handler.h',
[email protected]47c4cf72011-06-17 13:19:243663 'browser/ui/webui/task_manager_dialog.cc',
3664 'browser/ui/webui/task_manager_dialog.h',
3665 'browser/ui/webui/task_manager_handler.cc',
3666 'browser/ui/webui/task_manager_handler.h',
3667 'browser/ui/webui/task_manager_ui.cc',
3668 'browser/ui/webui/task_manager_ui.h',
[email protected]c6b40c12011-07-22 16:19:583669 'browser/ui/webui/test_chrome_web_ui_factory.cc',
3670 'browser/ui/webui/test_chrome_web_ui_factory.h',
3671 'browser/ui/webui/textfields_ui.cc',
3672 'browser/ui/webui/textfields_ui.h',
[email protected]fd42ac30f2011-02-27 19:33:363673 'browser/ui/webui/theme_source.cc',
3674 'browser/ui/webui/theme_source.h',
[email protected]53dcc5c2011-08-09 15:40:313675 'browser/ui/webui/tracing_ui.cc',
3676 'browser/ui/webui/tracing_ui.h',
[email protected]3655b9bf2011-03-30 16:13:143677 'browser/ui/webui/web_ui_util.cc',
3678 'browser/ui/webui/web_ui_util.h',
[email protected]fd1ef0a02011-07-04 10:23:423679 'browser/ui/webui/workers_ui.cc',
3680 'browser/ui/webui/workers_ui.h',
[email protected]9a800652010-12-02 17:08:443681 'browser/ui/window_sizer.cc',
3682 'browser/ui/window_sizer.h',
[email protected]9a800652010-12-02 17:08:443683 'browser/ui/window_sizer_linux.cc',
[email protected]83bfa0b2011-02-01 05:37:463684 'browser/ui/window_sizer_mac.mm',
[email protected]9a800652010-12-02 17:08:443685 'browser/ui/window_sizer_win.cc',
[email protected]75b68052011-02-03 06:01:163686 'browser/ui/window_snapshot/window_snapshot.h',
3687 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3688 'browser/ui/window_snapshot/window_snapshot_win.cc',
3689 'browser/ui/window_snapshot/window_snapshot_x.cc',
[email protected]b1b73942010-05-26 20:11:543690 'browser/upgrade_detector.cc',
3691 'browser/upgrade_detector.h',
[email protected]ceff8402011-06-12 23:27:123692 'browser/upgrade_detector_impl.cc',
3693 'browser/upgrade_detector_impl.h',
[email protected]6c32ce72010-03-08 05:18:063694 'browser/user_style_sheet_watcher.cc',
3695 'browser/user_style_sheet_watcher.h',
[email protected]8ecad5e2010-12-02 21:18:333696 'browser/visitedlink/visitedlink_event_listener.cc',
3697 'browser/visitedlink/visitedlink_event_listener.h',
[email protected]83bfa0b2011-02-01 05:37:463698 'browser/visitedlink/visitedlink_master.cc',
3699 'browser/visitedlink/visitedlink_master.h',
3700 'browser/web_applications/web_app.cc',
3701 'browser/web_applications/web_app.h',
[email protected]bb4bf9d72011-02-26 02:37:383702 'browser/web_resource/gpu_blacklist_updater.cc',
3703 'browser/web_resource/gpu_blacklist_updater.h',
[email protected]92c699d2011-02-18 17:54:483704 'browser/web_resource/promo_resource_service.cc',
3705 'browser/web_resource/promo_resource_service.h',
[email protected]83bfa0b2011-02-01 05:37:463706 'browser/web_resource/web_resource_service.cc',
3707 'browser/web_resource/web_resource_service.h',
[email protected]38e08982010-10-22 17:28:433708 'browser/webdata/autofill_change.cc',
[email protected]e52bc1e02009-12-17 22:45:273709 'browser/webdata/autofill_change.h',
3710 'browser/webdata/autofill_entry.cc',
3711 'browser/webdata/autofill_entry.h',
[email protected]23e152e92011-03-30 15:52:343712 'browser/webdata/autofill_table.cc',
3713 'browser/webdata/autofill_table.h',
[email protected]23e152e92011-03-30 15:52:343714 'browser/webdata/keyword_table.cc',
3715 'browser/webdata/keyword_table.h',
[email protected]926817362011-04-01 13:34:533716 'browser/webdata/logins_table.cc',
3717 'browser/webdata/logins_table.h',
3718 'browser/webdata/logins_table_win.cc',
3719 'browser/webdata/token_service_table.cc',
3720 'browser/webdata/token_service_table.h',
3721 'browser/webdata/web_apps_table.cc',
3722 'browser/webdata/web_apps_table.h',
[email protected]83019902009-12-02 05:32:593723 'browser/webdata/web_data_service.cc',
3724 'browser/webdata/web_data_service.h',
3725 'browser/webdata/web_data_service_win.cc',
3726 'browser/webdata/web_database.cc',
3727 'browser/webdata/web_database.h',
[email protected]3690ebe02011-05-25 09:08:193728 'browser/webdata/web_database_table.cc',
[email protected]23e152e92011-03-30 15:52:343729 'browser/webdata/web_database_table.h',
[email protected]0f0cfa72011-07-27 20:51:363730 'browser/webdata/web_intents_table.cc',
3731 'browser/webdata/web_intents_table.h',
[email protected]83019902009-12-02 05:32:593732
[email protected]4f97280e2010-06-22 06:45:223733 # These files are generated by GRIT.
[email protected]aee1dbd2011-01-04 21:27:113734 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
[email protected]a8e64522011-05-06 09:08:173735 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc',
[email protected]bd1ae7f22011-03-22 21:32:293736 '<(grit_out_dir)/grit/devtools_resources_map.cc',
[email protected]755e1b732010-06-24 23:28:533737 '<(grit_out_dir)/grit/shared_resources_map.cc',
3738 '<(grit_out_dir)/grit/theme_resources_map.cc',
[email protected]5ca37da2011-04-21 19:40:153739 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3740 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
[email protected]83019902009-12-02 05:32:593741 ],
3742 'conditions': [
3743 ['javascript_engine=="v8"', {
3744 'defines': [
3745 'CHROME_V8',
3746 ],
3747 }],
[email protected]bd3bd442011-03-28 07:58:513748 ['debug_devtools==1', {
3749 'defines': [
3750 'DEBUG_DEVTOOLS=1',
3751 ],
3752 }],
[email protected]f31e2e52011-07-14 16:01:193753 ['configuration_policy==0', {
3754 'sources!': [
3755 'browser/ui/webui/options/options_managed_banner_handler.cc',
3756 ],
3757 'sources/': [
3758 ['exclude', '^browser/policy/'],
3759 ['include', '^browser/policy/policy_path_parser'],
3760 ],
[email protected]1ec68c42011-06-01 13:56:253761 }],
[email protected]4b58e7d2011-07-11 10:22:563762 ['safe_browsing==1', {
3763 'defines': [
3764 'ENABLE_SAFE_BROWSING',
3765 ],
3766 }, { # safe_browsing==0
3767 'dependencies!': [
3768 'safe_browsing_report_proto',
3769 ],
3770 'sources!': [
3771 'browser/download/download_safe_browsing_client.cc',
3772 'browser/download/download_safe_browsing_client.h',
3773 'browser/renderer_host/safe_browsing_resource_handler.cc',
3774 'browser/renderer_host/safe_browsing_resource_handler.h',
3775 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
3776 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
3777 ],
3778 'sources/': [
3779 ['exclude', '^browser/safe_browsing/'],
3780 ],
3781 }],
[email protected]fdc5bed2010-01-09 01:16:573782 ['chromeos==0', {
[email protected]83019902009-12-02 05:32:593783 'sources/': [
[email protected]4d2ef9d2010-03-19 00:08:333784 ['exclude', '^browser/chromeos'],
[email protected]27072cad2011-05-09 19:46:403785 ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
3786 ['exclude', '^browser/extensions/extension_input_ui_api.h'],
[email protected]620bd95c2011-03-25 19:04:313787 ['exclude', '^browser/ui/webui/chromeos'],
[email protected]a5345be62011-03-28 19:59:193788 ['exclude', '^browser/ui/webui/options/chromeos'],
[email protected]ea3cd242011-05-08 17:35:563789 ['exclude', 'browser/extensions/extension_file_browser_private_api.cc'],
3790 ['exclude', 'browser/extensions/extension_file_browser_private_api.h'],
[email protected]be5bd5742011-07-14 07:21:013791 ['exclude', 'browser/extensions/extension_input_method_api.cc'],
3792 ['exclude', 'browser/extensions/extension_input_method_api.h'],
[email protected]ce9802042011-05-27 10:11:403793 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.cc'],
3794 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.h'],
[email protected]0e6168792010-10-13 16:29:263795 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
[email protected]3d38d8e2011-04-16 20:48:513796 ['exclude', 'browser/extensions/file_manager_util.h'],
3797 ['exclude', 'browser/extensions/file_manager_util.cc'],
[email protected]5ac20162010-11-24 23:33:113798 ['exclude', 'browser/oom_priority_manager.cc'],
3799 ['exclude', 'browser/oom_priority_manager.h'],
[email protected]6c900e52011-04-18 11:09:073800 ['exclude', 'browser/policy/device_policy_cache.cc'],
3801 ['exclude', 'browser/policy/device_policy_cache.h'],
3802 ['exclude', 'browser/policy/enterprise_install_attributes.cc'],
3803 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
[email protected]6c900e52011-04-18 11:09:073804 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
3805 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
[email protected]6692b0d72010-07-15 03:40:233806 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3807 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
[email protected]bc38c252011-04-12 21:46:573808 ['exclude', 'browser/ui/login/login_prompt_ui.cc'],
[email protected]ecba514d2011-04-17 03:47:463809 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
[email protected]3b6ea292011-03-11 20:23:003810 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
3811 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
3812 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3813 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
[email protected]6e3debf12011-05-26 23:54:283814 ['exclude', 'browser/ui/webui/fileicon_source_cros.cc'],
3815 ['exclude', 'browser/ui/webui/fileicon_source_cros.h'],
[email protected]83019902009-12-02 05:32:593816 ],
3817 }],
[email protected]14a000d2010-04-29 21:44:243818 ['chromeos==1', {
[email protected]3f4383a22011-06-30 21:47:353819 'dependencies': [
3820 '../third_party/libevent/libevent.gyp:libevent',
3821 'browser/chromeos/input_method/input_method.gyp:gencode',
3822 ],
[email protected]14a000d2010-04-29 21:44:243823 'sources!': [
[email protected]f9bd5832010-12-09 18:35:163824 'browser/background_mode_manager_linux.cc',
[email protected]815856722011-04-13 17:19:193825 'browser/first_run/upgrade_util.cc',
3826 'browser/first_run/upgrade_util.h',
[email protected]4b6b2a592011-04-14 19:08:573827 'browser/first_run/upgrade_util_linux.cc',
[email protected]e4e45292010-06-16 21:54:293828 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463829 'browser/password_manager/native_backend_gnome_x.h',
[email protected]e4e45292010-06-16 21:54:293830 'browser/password_manager/native_backend_kwallet_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463831 'browser/password_manager/native_backend_kwallet_x.h',
[email protected]14a000d2010-04-29 21:44:243832 'browser/platform_util_linux.cc',
[email protected]4f1c83f2011-07-13 21:55:593833 'browser/printing/print_dialog_gtk.cc',
3834 'browser/printing/print_dialog_gtk.h',
[email protected]f7034c92011-07-19 17:28:343835 'browser/renderer_host/gtk_key_bindings_handler.cc',
3836 'browser/renderer_host/gtk_key_bindings_handler.h',
[email protected]ceff8402011-06-12 23:27:123837 'browser/upgrade_detector_impl.cc',
3838 'browser/upgrade_detector_impl.h',
[email protected]d032b3792010-06-07 22:02:393839 ],
[email protected]14a000d2010-04-29 21:44:243840 }],
[email protected]dc7b0942011-06-15 06:45:533841 ['use_ibus==1', {
3842 'dependencies': [
3843 '../build/linux/system.gyp:ibus',
3844 ],
3845 }],
[email protected]732fa942011-04-29 06:49:303846 ['use_cups==1', {
3847 'dependencies': [
3848 '../printing/printing.gyp:cups',
3849 ],
3850 }],
[email protected]602627cc2010-11-24 19:14:573851 ['use_gconf==0', {
3852 'sources!': [
[email protected]736d1892011-01-14 00:19:043853 'browser/ui/gtk/gconf_titlebar_listener.cc',
3854 'browser/ui/gtk/gconf_titlebar_listener.h',
[email protected]602627cc2010-11-24 19:14:573855 ],
3856 }],
[email protected]63692212010-09-16 00:22:213857 ['use_gnome_keyring==0', {
3858 'sources!': [
[email protected]63692212010-09-16 00:22:213859 'browser/password_manager/native_backend_gnome_x.cc',
[email protected]83bfa0b2011-02-01 05:37:463860 'browser/password_manager/native_backend_gnome_x.h',
[email protected]63692212010-09-16 00:22:213861 ],
3862 }],
[email protected]0094fbe2010-07-15 21:51:433863 ['touchui==0', {
[email protected]4fe042f2010-12-14 16:41:403864 'sources/': [
[email protected]301f9732011-06-03 18:36:373865 ['exclude', '^browser/chromeos/login/touch_*'],
[email protected]27072cad2011-05-09 19:46:403866 ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
3867 ['exclude', '^browser/extensions/extension_input_ui_api.h'],
[email protected]ae802342011-06-25 17:01:553868 ['exclude', '^browser/renderer_host/accelerated_surface_container_touch.cc'],
3869 ['exclude', '^browser/renderer_host/accelerated_surface_container_touch.h'],
3870 ['exclude', '^browser/renderer_host/render_widget_host_view_views_touch.cc'],
[email protected]4fe042f2010-12-14 16:41:403871 ['exclude', '^browser/ui/touch/*'],
[email protected]03086192011-01-19 21:25:353872 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
3873 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]c1aaf03e2011-04-11 18:27:363874 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.*'],
[email protected]3381f172011-05-25 00:20:423875 ['exclude', '^browser/ui/webui/keyboard_ui.*'],
[email protected]0094fbe2010-07-15 21:51:433876 ],
3877 }],
[email protected]ee520882010-09-30 21:40:083878 ['touchui==1', {
[email protected]ae802342011-06-25 17:01:553879 'dependencies': [
[email protected]43390252011-07-28 12:54:203880 '../ui/gfx/compositor/compositor.gyp:compositor',
[email protected]ae802342011-06-25 17:01:553881 '../ui/gfx/gl/gl.gyp:gl',
3882 ],
[email protected]4ccc05e2010-10-06 19:32:153883 'sources/': [
[email protected]4fe042f2010-12-14 16:41:403884 ['include', '^browser/ui/touch/*'],
3885 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
[email protected]82854a92010-11-05 06:12:243886 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3887 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
[email protected]72dd8ca2011-01-18 00:19:153888 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
3889 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
[email protected]4fe042f2010-12-14 16:41:403890 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]7fbbe922011-04-26 15:38:543891 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
[email protected]0e10cb52011-05-14 00:24:013892 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'],
3893 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.*'],
[email protected]b969efa2011-05-11 21:56:143894 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'],
3895 ['exclude', '^browser/chromeos/input_method/candidate_window.h'],
[email protected]4ccc05e2010-10-06 19:32:153896 ],
[email protected]ae802342011-06-25 17:01:553897 'include_dirs': [
3898 '../third_party/angle/include',
3899 ],
[email protected]2e7bbf22011-07-22 18:41:293900 'link_settings': {
3901 'libraries': [
3902 '-lXcomposite',
3903 ],
3904 },
[email protected]ee520882010-09-30 21:40:083905 }],
[email protected]8ebc9b42011-07-14 15:22:183906 ['webui_certificate_viewer==0', {
3907 'sources/': [
3908 ['exclude', '^browser/ui/webui/certificate_viewer.cc'],
3909 ['exclude', '^browser/ui/webui/certificate_viewer.h'],
3910 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'],
3911 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'],
3912 ],
3913 }],
3914 ['webui_certificate_viewer==1', {
3915 'sources/': [
3916 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'],
3917 ['exclude', '^browser/ui/gtk/certificate_viewer.h'],
3918 ],
3919 'defines': [
3920 'WEBUI_CERTIFICATE_VIEWER',
3921 ],
3922 }],
[email protected]cb5e5072011-05-19 21:49:413923 ['toolkit_uses_gtk == 1', {
[email protected]83019902009-12-02 05:32:593924 'dependencies': [
[email protected]4de38a32010-03-12 14:00:003925 '../build/linux/system.gyp:dbus-glib',
[email protected]cd1454e932010-05-13 21:36:593926 '../build/linux/system.gyp:gconf',
[email protected]83019902009-12-02 05:32:593927 '../build/linux/system.gyp:gtk',
3928 '../build/linux/system.gyp:gtkprint',
[email protected]638e9df42011-05-31 17:19:303929 '../build/linux/system.gyp:ssl',
[email protected]194bf382010-11-23 19:35:183930 '../build/linux/system.gyp:x11',
[email protected]6803ce12010-09-28 02:32:123931 '../third_party/undoview/undoview.gyp:undoview',
[email protected]83019902009-12-02 05:32:593932 ],
[email protected]524f1cf2010-02-23 19:21:533933 'link_settings': {
3934 'libraries': [
3935 # For dlsym() in 'browser/zygote_main_linux.cc'
3936 '-ldl',
3937 ],
3938 },
[email protected]83019902009-12-02 05:32:593939 'sources!': [
[email protected]213dac22010-11-09 07:35:323940 'browser/ui/views/extensions/extension_view.cc',
3941 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:593942 ],
3943 'sources': [
3944 'browser/crash_handler_host_linux.h',
[email protected]815856722011-04-13 17:19:193945 'browser/first_run/upgrade_util.cc',
3946 'browser/first_run/upgrade_util.h',
[email protected]83019902009-12-02 05:32:593947 ],
[email protected]83019902009-12-02 05:32:593948 'conditions': [
[email protected]63692212010-09-16 00:22:213949 ['use_gnome_keyring==1', {
[email protected]556c5d72010-06-10 05:45:013950 'dependencies': [
[email protected]215a61222011-07-19 20:37:413951 '../build/linux/system.gyp:gnome_keyring',
[email protected]556c5d72010-06-10 05:45:013952 ],
3953 }],
[email protected]83019902009-12-02 05:32:593954 ['linux_breakpad==1', {
3955 'sources': [
3956 'app/breakpad_linux.cc',
3957 'app/breakpad_linux.h',
3958 'browser/crash_handler_host_linux.cc',
3959 ],
3960 'dependencies': [
3961 '../breakpad/breakpad.gyp:breakpad_client',
[email protected]d9573ac2010-08-27 18:26:083962 # make sure file_version_info_linux.h is generated first.
3963 'common',
[email protected]83019902009-12-02 05:32:593964 ],
3965 'include_dirs': [
[email protected]d9573ac2010-08-27 18:26:083966 # breakpad_linux.cc uses generated file_version_info_linux.h.
[email protected]83019902009-12-02 05:32:593967 '<(SHARED_INTERMEDIATE_DIR)',
3968 '../breakpad/src',
3969 ],
3970 }, { # linux_breakpad==0
3971 'sources': [
3972 'browser/crash_handler_host_linux_stub.cc',
3973 ],
3974 }],
[email protected]0090c092010-10-29 14:22:013975 ['use_openssl==0', {
3976 'sources': [
[email protected]100bb6022011-04-29 23:47:453977 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3978 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3979 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3980 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3981 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3982 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
[email protected]0090c092010-10-29 14:22:013983 ],
3984 }],
[email protected]85d22832010-11-16 01:37:413985 ['linux_sandbox_path != ""', {
3986 'defines': [
3987 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
3988 ],
3989 }],
[email protected]83019902009-12-02 05:32:593990 ],
[email protected]cb5e5072011-05-19 21:49:413991 }, { # toolkit_uses_gtk != 1
[email protected]d6f9c9e2010-03-15 01:57:073992 'sources!': [
[email protected]4f242962011-05-13 22:25:223993 # TODO(mattm): Cert manager stuff is really !USE_NSS.
3994 'browser/certificate_manager_model.cc',
3995 'browser/certificate_manager_model.h',
[email protected]5c557f372011-02-26 15:09:203996 'browser/ui/webui/options/certificate_manager_handler.cc',
3997 'browser/ui/webui/options/certificate_manager_handler.h',
[email protected]d6f9c9e2010-03-15 01:57:073998 ],
[email protected]83019902009-12-02 05:32:593999 }],
[email protected]83019902009-12-02 05:32:594000 ['OS=="mac"', {
4001 'sources!': [
4002 'browser/automation/automation_provider_list_generic.cc',
4003 'browser/bookmarks/bookmark_context_menu.cc',
4004 'browser/bookmarks/bookmark_drop_info.cc',
[email protected]815856722011-04-13 17:19:194005 'browser/first_run/upgrade_util.cc',
[email protected]ca9b7dd2010-02-24 23:40:304006 'browser/importer/nss_decryptor_system_nss.cc',
4007 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83019902009-12-02 05:32:594008 'browser/jankometer.cc',
[email protected]e9c0ba72011-06-15 15:46:264009 'browser/metrics/display_utils_posix.cc',
[email protected]eaf16c42010-06-21 22:30:384010 'browser/password_manager/login_database_posix.cc',
[email protected]83bfa0b2011-02-01 05:37:464011 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:234012 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]fe42b8c2011-04-28 21:51:364013 'browser/ui/panels/panel_browser_frame_view.cc',
4014 'browser/ui/panels/panel_browser_frame_view.h',
4015 'browser/ui/panels/panel_browser_view.cc',
4016 'browser/ui/panels/panel_browser_view.h',
[email protected]768c7c22011-04-29 01:12:344017 'browser/ui/tabs/dock_info.cc',
4018 'browser/ui/views/extensions/extension_view.cc',
4019 'browser/ui/views/extensions/extension_view.h',
[email protected]83019902009-12-02 05:32:594020 ],
4021 'sources': [
[email protected]e51c1c512010-01-05 04:42:004022 # Build Apple sample code
4023 '../third_party/apple/ImageAndTextCell.h',
4024 '../third_party/apple/ImageAndTextCell.m',
[email protected]83019902009-12-02 05:32:594025 # Build the necessary GTM sources
4026 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
4027 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
4028 '../third_party/GTM/AppKit/GTMIBArray.h',
4029 '../third_party/GTM/AppKit/GTMIBArray.m',
[email protected]97e2cc82011-07-15 03:27:054030 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h',
4031 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m',
[email protected]83bfa0b2011-02-01 05:37:464032 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
4033 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
[email protected]31567792010-07-01 15:35:464034 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
4035 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
[email protected]83019902009-12-02 05:32:594036 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
4037 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
[email protected]83019902009-12-02 05:32:594038 '../third_party/GTM/AppKit/GTMUILocalizer.h',
4039 '../third_party/GTM/AppKit/GTMUILocalizer.m',
4040 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
4041 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
4042 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
[email protected]83019902009-12-02 05:32:594043 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
4044 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
[email protected]2b0693f2010-04-09 23:23:074045 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
4046 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
[email protected]56f0f262011-02-24 17:14:364047 '../third_party/GTM/Foundation/GTMServiceManagement.h',
4048 '../third_party/GTM/Foundation/GTMServiceManagement.c',
[email protected]bcc18d32010-07-01 20:25:384049 # MolokoCacao additions
4050 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
4051 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
[email protected]83019902009-12-02 05:32:594052 # Build necessary Mozilla sources
[email protected]83bfa0b2011-02-01 05:37:464053 '../third_party/mozilla/ComplexTextInputPanel.h',
4054 '../third_party/mozilla/ComplexTextInputPanel.mm',
[email protected]d1b229dc2010-04-15 15:18:154055 '../third_party/mozilla/NSPasteboard+Utils.h',
4056 '../third_party/mozilla/NSPasteboard+Utils.mm',
4057 '../third_party/mozilla/NSScreen+Utils.h',
4058 '../third_party/mozilla/NSScreen+Utils.m',
4059 '../third_party/mozilla/NSString+Utils.h',
[email protected]4035a152010-05-04 01:56:184060 '../third_party/mozilla/NSString+Utils.mm',
[email protected]d1b229dc2010-04-15 15:18:154061 '../third_party/mozilla/NSURL+Utils.h',
4062 '../third_party/mozilla/NSURL+Utils.m',
4063 '../third_party/mozilla/NSWorkspace+Utils.h',
4064 '../third_party/mozilla/NSWorkspace+Utils.m',
[email protected]83019902009-12-02 05:32:594065 # Headers so that IB can find classes it needs to resolve classes
4066 # in XIB files.
[email protected]a3668802010-12-18 01:18:294067 'common/chrome_application_mac.h',
[email protected]83019902009-12-02 05:32:594068 ],
4069 'include_dirs': [
[email protected]e51c1c512010-01-05 04:42:004070 '../third_party/apple',
[email protected]83019902009-12-02 05:32:594071 '../third_party/GTM',
4072 '../third_party/GTM/AppKit',
[email protected]fde445e2010-01-21 18:50:234073 '../third_party/GTM/DebugUtils',
[email protected]83bfa0b2011-02-01 05:37:464074 '../third_party/GTM/Foundation',
[email protected]83019902009-12-02 05:32:594075 ],
4076 'link_settings': {
4077 'libraries': [
[email protected]83bfa0b2011-02-01 05:37:464078 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
[email protected]6842a3f2010-03-09 17:39:444079 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
[email protected]83bfa0b2011-02-01 05:37:464080 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
[email protected]e01d2812011-06-28 17:33:234081 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
[email protected]ac7e4e12010-08-26 14:34:414082 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
[email protected]43f28f832010-02-03 02:28:484083 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
[email protected]ac7e4e12010-08-26 14:34:414084 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
[email protected]83bfa0b2011-02-01 05:37:464085 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
[email protected]83019902009-12-02 05:32:594086 ],
4087 'mac_bundle_resources': [
[email protected]1e652d022010-04-16 19:09:114088 'browser/nacl_loader.sb',
[email protected]83019902009-12-02 05:32:594089 ],
4090 },
4091 'actions': [
4092 {
4093 # This action is used to extract the localization data from xib
4094 # files and generate table for the ui localizer from it.
4095 'variables': {
4096 'xib_localizer_tool_path':
4097 'tools/build/mac/generate_localizer',
4098 'xib_files_to_scan': [
4099 # The xibs that need localization
4100 'app/nibs/About.xib',
4101 'app/nibs/BookmarkAllTabs.xib',
4102 'app/nibs/BookmarkBar.xib',
4103 'app/nibs/BookmarkBubble.xib',
4104 'app/nibs/BookmarkEditor.xib',
4105 'app/nibs/BookmarkNameFolder.xib',
[email protected]a503c97c2010-07-16 13:05:484106 'app/nibs/CollectedCookies.xib',
[email protected]6f2c41a3bc2010-02-21 16:59:194107 'app/nibs/ContentBlockedCookies.xib',
4108 'app/nibs/ContentBlockedImages.xib',
4109 'app/nibs/ContentBlockedJavaScript.xib',
4110 'app/nibs/ContentBlockedPlugins.xib',
4111 'app/nibs/ContentBlockedPopups.xib',
[email protected]30c886432011-05-26 19:51:154112 'app/nibs/ContentBlockedGeolocation.xib',
[email protected]83bfa0b2011-02-01 05:37:464113 'app/nibs/CookieDetailsView.xib',
[email protected]83019902009-12-02 05:32:594114 'app/nibs/DownloadItem.xib',
4115 'app/nibs/DownloadShelf.xib',
[email protected]464f0012011-07-07 02:12:514116 'app/nibs/EditSearchEngine.xib',
[email protected]c5c3c5b2010-04-03 07:03:344117 'app/nibs/ExtensionInstallPrompt.xib',
4118 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
[email protected]83bfa0b2011-02-01 05:37:464119 'app/nibs/ExtensionInstalledBubble.xib',
[email protected]96788b02010-06-26 21:45:344120 'app/nibs/FirstRunBubble.xib',
[email protected]83019902009-12-02 05:32:594121 'app/nibs/FirstRunDialog.xib',
4122 'app/nibs/HttpAuthLoginSheet.xib',
4123 'app/nibs/HungRendererDialog.xib',
[email protected]83019902009-12-02 05:32:594124 'app/nibs/ImportProgressDialog.xib',
[email protected]6958fea2010-11-23 21:05:204125 'app/nibs/InstantOptIn.xib',
[email protected]83019902009-12-02 05:32:594126 'app/nibs/MainMenu.xib',
[email protected]83019902009-12-02 05:32:594127 'app/nibs/ReportBug.xib',
[email protected]27286e72009-12-15 19:52:374128 'app/nibs/SadTab.xib',
[email protected]83019902009-12-02 05:32:594129 'app/nibs/SaveAccessoryView.xib',
[email protected]3ef4755e2010-09-27 20:25:044130 'app/nibs/SearchEngineDialog.xib',
[email protected]c0b59092010-08-28 07:17:384131 'app/nibs/SpeechInputBubble.xib',
[email protected]83019902009-12-02 05:32:594132 'app/nibs/TaskManager.xib',
4133 'app/nibs/Toolbar.xib',
4134 ],
4135 },
4136 'action_name': 'Process xibs for localization',
4137 'inputs': [
4138 '<(xib_localizer_tool_path)',
4139 '<@(xib_files_to_scan)',
4140 ],
4141 'outputs': [
4142 '<(INTERMEDIATE_DIR)/ui_localizer_table.h',
4143 ],
4144 'action': ['<(xib_localizer_tool_path)',
4145 '<@(_outputs)',
4146 '<@(xib_files_to_scan)'],
4147 },
4148 ],
4149 }],
4150 ['OS=="win"', {
[email protected]83019902009-12-02 05:32:594151 'include_dirs': [
[email protected]cd134c8c2010-03-09 05:23:124152 '<(DEPTH)/third_party/wtl/include',
[email protected]83019902009-12-02 05:32:594153 ],
4154 'dependencies': [
[email protected]83019902009-12-02 05:32:594155 '../google_update/google_update.gyp:google_update',
[email protected]b3df5a42010-05-11 14:31:094156 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
[email protected]3ad594a2010-08-31 02:47:594157 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
[email protected]0cde55892011-02-09 02:32:424158 '../views/views.gyp:*',
[email protected]1c262172010-06-10 15:25:464159 '../rlz/rlz.gyp:rlz_lib',
[email protected]83019902009-12-02 05:32:594160 ],
4161 'export_dependent_settings': [
[email protected]0cde55892011-02-09 02:32:424162 '../views/views.gyp:*',
[email protected]83019902009-12-02 05:32:594163 ],
[email protected]04d75b6f2010-08-17 11:38:404164 'direct_dependent_settings': {
4165 'link_settings': {
4166 'libraries': [
4167 '-llocationapi.lib',
4168 '-lsensorsapi.lib',
4169 ],
4170 }
4171 },
[email protected]83019902009-12-02 05:32:594172 'sources': [
[email protected]815856722011-04-13 17:19:194173 'browser/first_run/upgrade_util.cc',
4174 'browser/first_run/upgrade_util.h',
[email protected]83019902009-12-02 05:32:594175 # Using built-in rule in vstudio for midl.
4176 'browser/history/history_indexer.idl',
[email protected]265a1492011-02-27 05:58:074177 'browser/ui/webui/conflicts_ui.cc',
4178 'browser/ui/webui/conflicts_ui.h',
[email protected]83019902009-12-02 05:32:594179 ],
4180 'sources!': [
4181 'browser/history/history_publisher_none.cc',
[email protected]ca9b7dd2010-02-24 23:40:304182 'browser/importer/nss_decryptor_system_nss.cc',
4183 'browser/importer/nss_decryptor_system_nss.h',
[email protected]83bfa0b2011-02-01 05:37:464184 'browser/ui/browser_list_stub.cc',
[email protected]3f1f8412011-01-19 03:01:234185 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]d14af522010-12-02 03:54:504186 'browser/ui/views/keyboard_overlay_delegate.cc',
[email protected]1192a832011-04-15 12:47:354187 'browser/ui/views/keyboard_overlay_dialog_view.cc',
[email protected]213dac22010-11-09 07:35:324188 'browser/ui/views/select_file_dialog.cc',
[email protected]83019902009-12-02 05:32:594189 ],
[email protected]da26d732010-06-25 20:43:124190 'conditions': [
4191 ['win_use_allocator_shim==1', {
4192 'dependencies': [
4193 '<(allocator_target)',
4194 ],
4195 }],
[email protected]c8451f22010-06-30 18:41:414196 ],
[email protected]83019902009-12-02 05:32:594197 }, { # 'OS!="win"
4198 'sources/': [
4199 # Exclude all of hang_monitor.
4200 ['exclude', '^browser/hang_monitor/'],
4201
4202 # Exclude parts of password_manager.
4203 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
4204
4205 # Exclude all of rlz.
4206 ['exclude', '^browser/rlz/'],
[email protected]17d40f02010-07-01 01:18:064207 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]83019902009-12-02 05:32:594208
4209 # Exclude all of views.
[email protected]213dac22010-11-09 07:35:324210 ['exclude', '^browser/ui/views/'],
[email protected]bc38c252011-04-12 21:46:574211
4212 # Exclude try chrome dialog.
4213 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4214 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
[email protected]83019902009-12-02 05:32:594215 ],
4216 'conditions': [
[email protected]06c756182010-04-27 18:31:314217 ['OS=="linux" and toolkit_views==1',{
[email protected]05af3562010-02-26 00:41:124218 'dependencies': [
[email protected]711726472011-02-22 23:36:394219 '../views/views.gyp:views',
[email protected]8a1cc0712011-06-23 18:52:354220 '../views/views.gyp:views_desktop_lib',
[email protected]05af3562010-02-26 00:41:124221 ],
4222 'include_dirs': [
4223 '<(INTERMEDIATE_DIR)',
4224 '<(INTERMEDIATE_DIR)/chrome',
4225 ],
[email protected]83019902009-12-02 05:32:594226 'sources/': [
[email protected]83019902009-12-02 05:32:594227 ['include', '^browser/extensions/'],
[email protected]17d40f02010-07-01 01:18:064228 # This exclude duplicates the one just above because of the
4229 # order of evaluation of the 'sources/' rule above, the
4230 # conditions, and this 'sources/' rule.
4231 ['exclude', '^browser/extensions/extension_rlz_module'],
[email protected]73852b8f2010-05-14 00:38:124232 ['include', 'browser/printing/print_dialog_cloud.cc'],
4233 ['include', 'browser/printing/print_dialog_cloud.h'],
[email protected]3870bbe92010-09-01 19:44:474234 ['include', '^browser/speech/speech_input_bubble_views.cc'],
[email protected]83bfa0b2011-02-01 05:37:464235
4236 # Exclude all of browser/ui/gtk, then include the things we want.
4237 ['exclude', '^browser/ui/gtk'],
[email protected]d008efc2011-03-01 00:37:324238 ['include', '^browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc'],
4239 ['include', '^browser/ui/gtk/bookmarks/bookmark_editor_gtk.h'],
4240 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.cc'],
4241 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.h'],
4242 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc'],
4243 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464244 ['include', '^browser/ui/gtk/cairo_cached_surface.cc'],
4245 ['include', '^browser/ui/gtk/cairo_cached_surface.h'],
4246 ['include', '^browser/ui/gtk/certificate_dialogs.cc'],
4247 ['include', '^browser/ui/gtk/certificate_dialogs.h'],
4248 ['include', '^browser/ui/gtk/certificate_viewer.cc'],
4249 ['include', '^browser/ui/gtk/certificate_viewer.h'],
4250 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'],
4251 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'],
[email protected]83bfa0b2011-02-01 05:37:464252 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'],
4253 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'],
4254 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'],
4255 ['include', '^browser/ui/gtk/constrained_window_gtk.h'],
4256 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'],
[email protected]5b5c27202011-04-08 21:23:594257 ['include', '^browser/ui/gtk/download/download_started_animation_gtk.cc'],
[email protected]83bfa0b2011-02-01 05:37:464258 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'],
4259 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'],
4260 ['include', '^browser/ui/gtk/first_run_dialog.cc'],
4261 ['include', '^browser/ui/gtk/first_run_dialog.h'],
4262 ['include', '^browser/ui/gtk/gtk_chrome_button.cc'],
4263 ['include', '^browser/ui/gtk/gtk_chrome_button.h'],
4264 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.cc'],
4265 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.h'],
4266 ['include', '^browser/ui/gtk/gtk_chrome_link_button.cc'],
4267 ['include', '^browser/ui/gtk/gtk_chrome_link_button.h'],
4268 ['include', '^browser/ui/gtk/gtk_custom_menu_item.cc'],
4269 ['include', '^browser/ui/gtk/gtk_floating_container.cc'],
4270 ['include', '^browser/ui/gtk/gtk_floating_container.h'],
[email protected]a0ea76c2011-03-23 17:36:424271 ['include', '^browser/ui/gtk/gtk_theme_service.cc'],
4272 ['include', '^browser/ui/gtk/gtk_theme_service.h'],
[email protected]83bfa0b2011-02-01 05:37:464273 ['include', '^browser/ui/gtk/gtk_tree.cc'],
4274 ['include', '^browser/ui/gtk/gtk_tree.h'],
4275 ['include', '^browser/ui/gtk/gtk_util.cc'],
4276 ['include', '^browser/ui/gtk/gtk_util.h'],
4277 ['include', '^browser/ui/gtk/hover_controller_gtk.cc'],
4278 ['include', '^browser/ui/gtk/hover_controller_gtk.h'],
4279 ['include', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'],
[email protected]4c189b072011-02-24 00:16:344280 ['include', '^browser/ui/gtk/importer/import_lock_dialog_gtk.cc'],
4281 ['include', '^browser/ui/gtk/importer/import_lock_dialog_gtk.h'],
4282 ['include', '^browser/ui/gtk/importer/import_progress_dialog_gtk.cc'],
4283 ['include', '^browser/ui/gtk/importer/import_progress_dialog_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464284 ['include', '^browser/ui/gtk/nine_box.cc'],
4285 ['include', '^browser/ui/gtk/nine_box.h'],
[email protected]7dcc2722011-04-26 22:16:144286 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'],
4287 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464288 ['include', '^browser/ui/gtk/owned_widget_gtk.cc'],
4289 ['include', '^browser/ui/gtk/owned_widget_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464290 ['include', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
4291 ['include', '^browser/ui/gtk/repost_form_warning_gtk.h'],
[email protected]80772ed2011-08-09 21:11:384292 ['include', '^browser/ui/gtk/simple_message_box_gtk.cc'],
[email protected]83bfa0b2011-02-01 05:37:464293 ['include', '^browser/ui/gtk/ssl_client_certificate_selector.cc'],
4294 ['include', '^browser/ui/gtk/tab_contents_drag_source.cc'],
4295 ['include', '^browser/ui/gtk/tab_contents_drag_source.h'],
4296 ['include', '^browser/ui/gtk/task_manager_gtk.cc'],
4297 ['include', '^browser/ui/gtk/task_manager_gtk.h'],
4298 ['include', '^browser/ui/gtk/view_id_util.cc'],
4299 ['include', '^browser/ui/gtk/view_id_util.h'],
[email protected]3381f172011-05-25 00:20:424300 ['include', '^browser/ui/profile_menu_model.cc'],
4301 ['include', '^browser/ui/profile_menu_model.h'],
[email protected]9a800652010-12-02 17:08:444302 ['include', '^browser/ui/tabs/dock_info.cc'],
4303 ['include', '^browser/ui/tabs/dock_info.h'],
[email protected]213dac22010-11-09 07:35:324304 ['include', '^browser/ui/views/about_chrome_view.cc'],
4305 ['include', '^browser/ui/views/about_chrome_view.h'],
4306 ['include', '^browser/ui/views/accelerator_table_gtk.cc'],
4307 ['include', '^browser/ui/views/accelerator_table_gtk.h'],
4308 ['include', '^browser/ui/views/accessibility_event_router_views.cc'],
4309 ['include', '^browser/ui/views/accessibility_event_router_views.h'],
4310 ['include', '^browser/ui/views/accessible_pane_view.cc'],
4311 ['include', '^browser/ui/views/accessible_pane_view.h'],
[email protected]213dac22010-11-09 07:35:324312 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc'],
4313 ['include', '^browser/ui/views/autocomplete/autocomplete_popup_contents_view.h'],
[email protected]40e1be32011-02-16 19:22:094314 ['include', '^browser/ui/views/autocomplete/autocomplete_result_view.cc'],
4315 ['include', '^browser/ui/views/autocomplete/autocomplete_result_view.h'],
4316 ['include', '^browser/ui/views/autocomplete/autocomplete_result_view_model.h'],
[email protected]aa2d0582011-02-18 20:10:404317 ['include', '^browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc'],
4318 ['include', '^browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h'],
[email protected]99e4d4c2011-07-09 22:22:084319 ['include', '^browser/ui/views/avatar_menu.cc'],
4320 ['include', '^browser/ui/views/avatar_menu.h'],
[email protected]ecbc5312011-06-13 18:15:004321 ['include', '^browser/ui/views/avatar_menu_button.cc'],
4322 ['include', '^browser/ui/views/avatar_menu_button.h'],
[email protected]5365aad2011-03-01 22:42:264323 ['include', '^browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc'],
4324 ['include', '^browser/ui/views/bookmarks/bookmark_bar_instructions_view.h'],
4325 ['include', '^browser/ui/views/bookmarks/bookmark_bar_view.cc'],
4326 ['include', '^browser/ui/views/bookmarks/bookmark_bar_view.h'],
4327 ['include', '^browser/ui/views/bookmarks/bookmark_bubble_view.cc'],
4328 ['include', '^browser/ui/views/bookmarks/bookmark_bubble_view.h'],
4329 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu.cc'],
4330 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu.h'],
4331 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc'],
4332 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu_controller_views.h'],
4333 ['include', '^browser/ui/views/bookmarks/bookmark_menu_controller_views.cc'],
[email protected]c5174282011-05-20 23:42:064334 ['include', '^browser/ui/views/bookmarks/bookmark_menu_delegate.cc'],
4335 ['include', '^browser/ui/views/bookmarks/bookmark_menu_delegate.h'],
[email protected]213dac22010-11-09 07:35:324336 ['include', '^browser/ui/views/browser_actions_container.cc'],
4337 ['include', '^browser/ui/views/browser_actions_container.h'],
[email protected]213dac22010-11-09 07:35:324338 ['include', '^browser/ui/views/browser_bubble.cc'],
4339 ['include', '^browser/ui/views/browser_bubble.h'],
[email protected]83bfa0b2011-02-01 05:37:464340 ['include', '^browser/ui/views/browser_bubble_gtk.cc'],
[email protected]96f363ba2011-04-19 17:57:324341 ['include', '^browser/ui/views/bubble/border_contents.cc'],
4342 ['include', '^browser/ui/views/bubble/border_contents.h'],
[email protected]cb7f12f2011-04-14 15:10:234343 ['include', '^browser/ui/views/bubble/bubble.cc'],
4344 ['include', '^browser/ui/views/bubble/bubble.h'],
4345 ['include', '^browser/ui/views/bubble/bubble_border.cc'],
4346 ['include', '^browser/ui/views/bubble/bubble_border.h'],
[email protected]213dac22010-11-09 07:35:324347 ['include', '^browser/ui/views/chrome_views_delegate.cc'],
[email protected]ac86c982011-05-11 13:26:054348 ['include', '^browser/ui/views/compact_nav/compact_location_bar_view.cc'],
4349 ['include', '^browser/ui/views/compact_nav/compact_location_bar_view.h'],
4350 ['include', '^browser/ui/views/compact_nav/compact_location_bar_view_host.cc'],
4351 ['include', '^browser/ui/views/compact_nav/compact_location_bar_view_host.h'],
4352 ['include', '^browser/ui/views/compact_nav/compact_navigation_bar.cc'],
4353 ['include', '^browser/ui/views/compact_nav/compact_navigation_bar.h'],
4354 ['include', '^browser/ui/views/compact_nav/compact_options_bar.cc'],
4355 ['include', '^browser/ui/views/compact_nav/compact_options_bar.h'],
[email protected]5dd28922010-11-10 17:09:174356 ['include', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324357 ['include', '^browser/ui/views/content_setting_bubble_contents.cc'],
4358 ['include', '^browser/ui/views/content_setting_bubble_contents.h'],
4359 ['include', '^browser/ui/views/create_application_shortcut_view.cc'],
4360 ['include', '^browser/ui/views/create_application_shortcut_view.h'],
[email protected]213dac22010-11-09 07:35:324361 ['include', '^browser/ui/views/detachable_toolbar_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464362 ['include', '^browser/ui/views/detachable_toolbar_view.h'],
[email protected]213dac22010-11-09 07:35:324363 ['include', '^browser/ui/views/dialog_stubs_gtk.cc'],
4364 ['include', '^browser/ui/views/dom_view.cc'],
4365 ['include', '^browser/ui/views/dom_view.h'],
[email protected]455cbb72011-04-18 19:03:204366 ['include', '^browser/ui/views/download/download_in_progress_dialog_view.cc'],
4367 ['include', '^browser/ui/views/download/download_in_progress_dialog_view.h'],
4368 ['include', '^browser/ui/views/download/download_item_view.cc'],
4369 ['include', '^browser/ui/views/download/download_item_view.h'],
[email protected]653f4ec2011-05-22 15:12:264370 ['include', '^browser/ui/views/download/download_shelf_context_menu_view.cc'],
4371 ['include', '^browser/ui/views/download/download_shelf_context_menu_view.h'],
[email protected]455cbb72011-04-18 19:03:204372 ['include', '^browser/ui/views/download/download_shelf_view.cc'],
4373 ['include', '^browser/ui/views/download/download_shelf_view.h'],
[email protected]213dac22010-11-09 07:35:324374 ['include', '^browser/ui/views/dropdown_bar_host.cc'],
4375 ['include', '^browser/ui/views/dropdown_bar_host.h'],
4376 ['include', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
[email protected]ac86c982011-05-11 13:26:054377 ['include', '^browser/ui/views/dropdown_bar_view.cc'],
[email protected]213dac22010-11-09 07:35:324378 ['include', '^browser/ui/views/dropdown_bar_view.h'],
4379 ['include', '^browser/ui/views/event_utils.cc'],
4380 ['include', '^browser/ui/views/event_utils.h'],
4381 ['include', '^browser/ui/views/extensions/browser_action_drag_data.cc'],
4382 ['include', '^browser/ui/views/extensions/browser_action_drag_data.h'],
4383 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.cc'],
4384 ['include', '^browser/ui/views/extensions/browser_action_overflow_menu_controller.h'],
[email protected]afbf65f02011-06-21 23:08:174385 ['include', '^browser/ui/views/extensions/extension_dialog_observer.cc'],
4386 ['include', '^browser/ui/views/extensions/extension_dialog_observer.h'],
[email protected]029ad372011-05-20 17:12:564387 ['include', '^browser/ui/views/extensions/extension_dialog.cc'],
4388 ['include', '^browser/ui/views/extensions/extension_dialog.h'],
[email protected]bb56a372011-04-06 00:13:524389 ['include', '^browser/ui/views/extensions/extension_install_dialog_view.cc'],
[email protected]213dac22010-11-09 07:35:324390 ['include', '^browser/ui/views/extensions/extension_installed_bubble.cc'],
4391 ['include', '^browser/ui/views/extensions/extension_installed_bubble.h'],
4392 ['include', '^browser/ui/views/extensions/extension_popup.cc'],
4393 ['include', '^browser/ui/views/extensions/extension_popup.h'],
[email protected]502e39612011-03-26 01:36:284394 ['include', '^browser/ui/views/extensions/extension_uninstall_dialog_view.cc'],
[email protected]213dac22010-11-09 07:35:324395 ['include', '^browser/ui/views/extensions/extension_view.cc'],
4396 ['include', '^browser/ui/views/extensions/extension_view.h'],
[email protected]213dac22010-11-09 07:35:324397 ['include', '^browser/ui/views/find_bar_host.cc'],
4398 ['include', '^browser/ui/views/find_bar_host.h'],
[email protected]83bfa0b2011-02-01 05:37:464399 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
4400 ['include', '^browser/ui/views/find_bar_view.cc'],
4401 ['include', '^browser/ui/views/find_bar_view.h'],
[email protected]213dac22010-11-09 07:35:324402 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
4403 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
[email protected]7947f2162011-03-11 05:28:374404 ['include', '^browser/ui/views/frame/browser_frame.cc'],
4405 ['include', '^browser/ui/views/frame/browser_frame.h'],
[email protected]213dac22010-11-09 07:35:324406 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4407 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
[email protected]8a1cc0712011-06-23 18:52:354408 ['include', '^browser/ui/views/frame/browser_frame_views.cc'],
4409 ['include', '^browser/ui/views/frame/browser_frame_views.h'],
[email protected]213dac22010-11-09 07:35:324410 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
4411 ['include', '^browser/ui/views/frame/browser_root_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464412 ['include', '^browser/ui/views/frame/browser_view.cc'],
4413 ['include', '^browser/ui/views/frame/browser_view.h'],
4414 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
4415 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
[email protected]213dac22010-11-09 07:35:324416 ['include', '^browser/ui/views/frame/contents_container.cc'],
4417 ['include', '^browser/ui/views/frame/contents_container.h'],
[email protected]7947f2162011-03-11 05:28:374418 ['include', '^browser/ui/views/frame/native_browser_frame.h'],
4419 ['include', '^browser/ui/views/frame/native_browser_frame_delegate.h'],
[email protected]213dac22010-11-09 07:35:324420 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.cc'],
4421 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
4422 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
4423 ['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464424 ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
4425 ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
[email protected]7fbbe922011-04-26 15:38:544426 ['include', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
4427 ['include', '^browser/ui/views/handle_web_keyboard_event_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464428 ['include', '^browser/ui/views/html_dialog_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464429 ['include', '^browser/ui/views/html_dialog_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464430 ['include', '^browser/ui/views/infobars/*'],
[email protected]213dac22010-11-09 07:35:324431 ['include', '^browser/ui/views/instant_confirm_view.cc'],
4432 ['include', '^browser/ui/views/instant_confirm_view.h'],
4433 ['include', '^browser/ui/views/js_modal_dialog_views.cc'],
4434 ['include', '^browser/ui/views/js_modal_dialog_views.h'],
[email protected]d14af522010-12-02 03:54:504435 ['include', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4436 ['include', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]1192a832011-04-15 12:47:354437 ['include', '^browser/ui/views/keyboard_overlay_dialog_view.cc'],
4438 ['include', '^browser/ui/views/keyboard_overlay_dialog_view.h'],
[email protected]213dac22010-11-09 07:35:324439 ['include', '^browser/ui/views/location_bar/click_handler.cc'],
4440 ['include', '^browser/ui/views/location_bar/click_handler.h'],
4441 ['include', '^browser/ui/views/location_bar/content_setting_image_view.cc'],
4442 ['include', '^browser/ui/views/location_bar/content_setting_image_view.h'],
4443 ['include', '^browser/ui/views/location_bar/ev_bubble_view.cc'],
4444 ['include', '^browser/ui/views/location_bar/ev_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324445 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464446 ['include', '^browser/ui/views/location_bar/icon_label_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324447 ['include', '^browser/ui/views/location_bar/keyword_hint_view.cc'],
4448 ['include', '^browser/ui/views/location_bar/keyword_hint_view.h'],
[email protected]213dac22010-11-09 07:35:324449 ['include', '^browser/ui/views/location_bar/location_bar_view.cc'],
4450 ['include', '^browser/ui/views/location_bar/location_bar_view.h'],
[email protected]83bfa0b2011-02-01 05:37:464451 ['include', '^browser/ui/views/location_bar/location_icon_view.cc'],
4452 ['include', '^browser/ui/views/location_bar/location_icon_view.h'],
[email protected]213dac22010-11-09 07:35:324453 ['include', '^browser/ui/views/location_bar/page_action_image_view.cc'],
4454 ['include', '^browser/ui/views/location_bar/page_action_image_view.h'],
[email protected]213dac22010-11-09 07:35:324455 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464456 ['include', '^browser/ui/views/location_bar/page_action_with_badge_view.h'],
[email protected]213dac22010-11-09 07:35:324457 ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
[email protected]83bfa0b2011-02-01 05:37:464458 ['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
[email protected]213dac22010-11-09 07:35:324459 ['include', '^browser/ui/views/location_bar/star_view.cc'],
4460 ['include', '^browser/ui/views/location_bar/star_view.h'],
[email protected]213dac22010-11-09 07:35:324461 ['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
4462 ['include', '^browser/ui/views/notifications/balloon_view_host.h'],
[email protected]d6c98712011-05-02 21:55:394463 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'],
4464 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'],
[email protected]213dac22010-11-09 07:35:324465 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
[email protected]213dac22010-11-09 07:35:324466 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
4467 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
[email protected]80aebf32011-05-04 13:33:264468 ['include', '^browser/ui/views/profile_tag_view.cc'],
4469 ['include', '^browser/ui/views/profile_tag_view.h'],
[email protected]213dac22010-11-09 07:35:324470 ['include', '^browser/ui/views/reload_button.cc'],
4471 ['include', '^browser/ui/views/reload_button.h'],
4472 ['include', '^browser/ui/views/restart_message_box.cc'],
4473 ['include', '^browser/ui/views/restart_message_box.h'],
4474 ['include', '^browser/ui/views/sad_tab_view.cc'],
4475 ['include', '^browser/ui/views/sad_tab_view.h'],
4476 ['include', '^browser/ui/views/select_file_dialog.cc'],
4477 ['include', '^browser/ui/views/status_bubble_views.cc'],
4478 ['include', '^browser/ui/views/status_bubble_views.h'],
4479 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
4480 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
4481 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
[email protected]c138f2962011-06-24 22:17:364482 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_views.cc'],
4483 ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_views.h'],
[email protected]9a56a0d2011-05-13 19:03:314484 ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc'],
4485 ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.h'],
[email protected]8a1cc0712011-06-23 18:52:354486 ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_views.cc'],
4487 ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_views.h'],
[email protected]9a56a0d2011-05-13 19:03:314488 ['include', '^browser/ui/views/tab_contents/native_tab_contents_view.h'],
4489 ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_delegate.h'],
[email protected]213dac22010-11-09 07:35:324490 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
4491 ['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'],
4492 ['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'],
4493 ['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
[email protected]72dd8ca2011-01-18 00:19:154494 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4495 ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]9a56a0d2011-05-13 19:03:314496 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.cc'],
4497 ['include', '^browser/ui/views/tab_contents/tab_contents_view_views.h'],
[email protected]213dac22010-11-09 07:35:324498 ['include', '^browser/ui/views/tab_icon_view.cc'],
4499 ['include', '^browser/ui/views/tab_icon_view.h'],
[email protected]a37d7ec2011-03-08 17:55:554500 ['include', '^browser/ui/views/tabs/abstract_tab_strip_view.h'],
[email protected]213dac22010-11-09 07:35:324501 ['include', '^browser/ui/views/tabs/base_tab.cc'],
4502 ['include', '^browser/ui/views/tabs/base_tab.h'],
4503 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'],
4504 ['include', '^browser/ui/views/tabs/base_tab_strip.h'],
[email protected]83bfa0b2011-02-01 05:37:464505 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.cc'],
4506 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller.h'],
[email protected]213dac22010-11-09 07:35:324507 ['include', '^browser/ui/views/tabs/dragged_tab_controller.cc'],
4508 ['include', '^browser/ui/views/tabs/dragged_tab_controller.h'],
4509 ['include', '^browser/ui/views/tabs/dragged_tab_view.cc'],
4510 ['include', '^browser/ui/views/tabs/dragged_tab_view.h'],
4511 ['include', '^browser/ui/views/tabs/native_view_photobooth.h'],
4512 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.cc'],
4513 ['include', '^browser/ui/views/tabs/native_view_photobooth_gtk.h'],
4514 ['include', '^browser/ui/views/tabs/side_tab.cc'],
4515 ['include', '^browser/ui/views/tabs/side_tab.h'],
4516 ['include', '^browser/ui/views/tabs/side_tab_strip.cc'],
4517 ['include', '^browser/ui/views/tabs/side_tab_strip.h'],
4518 ['include', '^browser/ui/views/tabs/tab.cc'],
4519 ['include', '^browser/ui/views/tabs/tab.h'],
4520 ['include', '^browser/ui/views/tabs/tab_controller.h'],
[email protected]16460642011-03-04 23:15:534521 ['include', '^browser/ui/views/tabs/tab_renderer_data.cc'],
[email protected]213dac22010-11-09 07:35:324522 ['include', '^browser/ui/views/tabs/tab_renderer_data.h'],
4523 ['include', '^browser/ui/views/tabs/tab_strip.cc'],
4524 ['include', '^browser/ui/views/tabs/tab_strip.h'],
[email protected]15972e02011-01-24 23:25:194525 ['include', '^browser/ui/views/tabs/tab_strip_factory.cc'],
4526 ['include', '^browser/ui/views/tabs/tab_strip_factory.h'],
[email protected]213dac22010-11-09 07:35:324527 ['include', '^browser/ui/views/textfield_views.cc'],
4528 ['include', '^browser/ui/views/textfield_views.h'],
4529 ['include', '^browser/ui/views/theme_background.cc'],
4530 ['include', '^browser/ui/views/theme_background.h'],
[email protected]83bfa0b2011-02-01 05:37:464531 ['include', '^browser/ui/views/theme_install_bubble_view.cc'],
4532 ['include', '^browser/ui/views/theme_install_bubble_view.h'],
[email protected]213dac22010-11-09 07:35:324533 ['include', '^browser/ui/views/toolbar_view.cc'],
4534 ['include', '^browser/ui/views/toolbar_view.h'],
4535 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.cc'],
4536 ['include', '^browser/ui/views/unhandled_keyboard_event_handler.h'],
[email protected]213dac22010-11-09 07:35:324537 ['include', '^browser/ui/views/update_recommended_message_box.cc'],
[email protected]83bfa0b2011-02-01 05:37:464538 ['include', '^browser/ui/views/update_recommended_message_box.h'],
[email protected]213dac22010-11-09 07:35:324539 ['include', '^browser/ui/views/window.cc'],
4540 ['include', '^browser/ui/views/window.h'],
4541 ['include', '^browser/ui/views/wrench_menu.cc'],
4542 ['include', '^browser/ui/views/wrench_menu.h'],
[email protected]9a800652010-12-02 17:08:444543 ['include', '^browser/ui/window_sizer.cc'],
4544 ['include', '^browser/ui/window_sizer.h'],
[email protected]83019902009-12-02 05:32:594545
4546 # Other excluded stuff.
[email protected]cf390ea42009-12-09 04:14:024547 ['exclude', '^browser/extensions/extension_host_mac.h'],
4548 ['exclude', '^browser/extensions/extension_host_mac.mm'],
[email protected]3381f172011-05-25 00:20:424549 ['exclude', '^browser/extensions/external_registry_extension_loader_win.cc'],
4550 ['exclude', '^browser/extensions/external_registry_extension_loader_win.h'],
[email protected]3870bbe92010-09-01 19:44:474551 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
[email protected]83019902009-12-02 05:32:594552 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
4553 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464554 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4555 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
[email protected]c2d9f2d2010-11-09 04:14:384556 ['exclude', '^browser/ui/browser_list_gtk.cc'],
[email protected]b30fc462011-06-28 00:40:534557 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc'],
4558 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h'],
[email protected]a4b133462011-04-16 00:55:264559 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.cc'],
[email protected]62fbcf82011-05-04 18:00:344560 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'],
[email protected]83019902009-12-02 05:32:594561 ],
4562 }],
[email protected]8ebc9b42011-07-14 15:22:184563 # Exclude the GTK cert viewer again if webui_certificate_viewer is
4564 # enabled.
4565 ['webui_certificate_viewer==1', {
4566 'sources/': [
4567 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'],
4568 ['exclude', '^browser/ui/gtk/certificate_viewer.h'],
4569 ],
4570 }],
[email protected]d6833852010-08-20 18:00:454571 # Exclude these toolkit_views specific files again.
4572 # (Required because of the '^browser/extensions/' include above)
4573 ['toolkit_views==0', {
4574 'sources/': [
4575 ['exclude', '^browser/extensions/extension_input_api.cc'],
4576 ['exclude', '^browser/extensions/extension_input_api.h'],
[email protected]d5c40972011-02-09 02:12:094577 ['exclude', '^browser/extensions/key_identifier_conversion_views.cc'],
4578 ['exclude', '^browser/extensions/key_identifier_conversion_views.h'],
[email protected]d6833852010-08-20 18:00:454579 ],
4580 }],
[email protected]b3f23ba2010-04-26 22:58:174581 # These GTK files haven't been ported to views, while ChromeOS has
4582 # its own separate implementation below. So re-include them only on
4583 # non-ChromeOS views Linux builds.
[email protected]06c756182010-04-27 18:31:314584 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
[email protected]fdc5bed2010-01-09 01:16:574585 'sources/': [
[email protected]ea3cd242011-05-08 17:35:564586 ['exclude', '^browser/extensions/extension_file_browser_private_api'],
[email protected]736d1892011-01-14 00:19:044587 ['include', '^browser/ui/gtk/dialogs_gtk.cc'],
4588 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.cc'],
4589 ['include', '^browser/ui/gtk/external_protocol_dialog_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464590 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
[email protected]213dac22010-11-09 07:35:324591 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4592 ['include', '^browser/ui/views/notifications/balloon_view.h'],
[email protected]d14af522010-12-02 03:54:504593 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4594 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
[email protected]1192a832011-04-15 12:47:354595 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.cc'],
4596 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.h'],
[email protected]213dac22010-11-09 07:35:324597 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]fdc5bed2010-01-09 01:16:574598 ],
4599 }],
[email protected]27072cad2011-05-09 19:46:404600 # Exclude extension_input_ui_api again
4601 # (Required because of the '^browser/extensions/' include abrove)
[email protected]cb5e5072011-05-19 21:49:414602 ['toolkit_uses_gtk == 1 and ( touchui == 0 or chromeos == 0 )', {
[email protected]27072cad2011-05-09 19:46:404603 'sources/': [
4604 ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
4605 ['exclude', '^browser/extensions/extension_input_ui_api.h'],
4606 ],
4607 }],
[email protected]05af3562010-02-26 00:41:124608 # GTK build only
[email protected]cb5e5072011-05-19 21:49:414609 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
[email protected]83019902009-12-02 05:32:594610 'sources/': [
4611 ['include', '^browser/printing/print_dialog_gtk.cc'],
4612 ['include', '^browser/printing/print_dialog_gtk.h'],
[email protected]d3a2cef2009-12-22 23:30:184613 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
[email protected]83bfa0b2011-02-01 05:37:464614 ['exclude', '^browser/ui/browser_list_stub.cc'],
[email protected]fe42b8c2011-04-28 21:51:364615 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'],
4616 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'],
[email protected]a4b133462011-04-16 00:55:264617 ['exclude', '^browser/ui/panels/panel_browser_view.cc'],
[email protected]fe42b8c2011-04-28 21:51:364618 ['exclude', '^browser/ui/panels/panel_browser_view.h'],
[email protected]83019902009-12-02 05:32:594619 ],
4620 }],
[email protected]602627cc2010-11-24 19:14:574621 # Touch build only
4622 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4623 'sources/': [
[email protected]c1aaf03e2011-04-11 18:27:364624 ['include', '^browser/ui/views/tab_contents/tab_contents_view_touch.cc'],
4625 ['include', '^browser/ui/views/tab_contents/tab_contents_view_touch.h'],
[email protected]83bfa0b2011-02-01 05:37:464626 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
4627 ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
[email protected]d0980792011-02-13 19:41:404628 # TODO(anicolao): exclude these once we have WebUI dialogs
[email protected]736d1892011-01-14 00:19:044629 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
4630 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
[email protected]83bfa0b2011-02-01 05:37:464631 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'],
4632 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
[email protected]72dd8ca2011-01-18 00:19:154633 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
4634 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
[email protected]0e10cb52011-05-14 00:24:014635 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'],
4636 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.*'],
[email protected]602627cc2010-11-24 19:14:574637 ],
4638 }],
[email protected]fdc5bed2010-01-09 01:16:574639 ['OS=="linux" and chromeos==1',{
[email protected]83f22072010-03-02 23:47:094640 'sources/': [
[email protected]7dcc2722011-04-26 22:16:144641 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'],
4642 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.h'],
[email protected]80772ed2011-08-09 21:11:384643 ['include', '^browser/ui/gtk/simple_message_box_gtk.cc'],
[email protected]bbc7b7d2011-04-04 16:50:114644 ['include', '^browser/ui/login/login_prompt_ui.cc'],
[email protected]d6c98712011-05-02 21:55:394645 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'],
4646 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'],
[email protected]efda32f92011-07-06 22:47:044647 ['exclude', '^browser/download/download_shelf.h'],
4648 ['exclude', '^browser/download/download_shelf_context_menu.cc'],
4649 ['exclude', '^browser/download/download_shelf_context_menu.h'],
[email protected]0e6168792010-10-13 16:29:264650 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
[email protected]7caf730c2011-02-01 18:35:084651 ['exclude', '^browser/notifications/balloon_collection_impl.cc'],
[email protected]83f22072010-03-02 23:47:094652 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
[email protected]70a4ec5f2010-03-08 18:55:114653 ['exclude', '^browser/notifications/balloon_collection_linux.cc'],
[email protected]bbc7b7d2011-04-04 16:50:114654 ['exclude', '^browser/ui/login/login_prompt_gtk.cc'],
[email protected]efda32f92011-07-06 22:47:044655 ['exclude', '^browser/ui/views/download/download_item_view.cc'],
4656 ['exclude', '^browser/ui/views/download/download_item_view.h'],
4657 ['exclude', '^browser/ui/views/download/download_shelf_context_menu_view.cc'],
4658 ['exclude', '^browser/ui/views/download/download_shelf_context_menu_view.h'],
4659 ['exclude', '^browser/ui/views/download/download_shelf_view.cc'],
4660 ['exclude', '^browser/ui/views/download/download_shelf_view.h'],
[email protected]83f22072010-03-02 23:47:094661 ],
[email protected]d3a2cef2009-12-22 23:30:184662 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124663 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124664 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]1e40513c2010-07-22 01:00:214665 ],
4666 'conditions': [
4667 ['system_libcros==0', {
4668 'dependencies': [
4669 '../third_party/cros/cros_api.gyp:cros_api',
4670 ],
4671 'include_dirs': [
4672 '../third_party/'
4673 ],
4674 }],
4675 ['system_libcros==1', {
4676 'link_settings': {
4677 'libraries': [
4678 '-lcrosapi',
4679 ],
4680 },
4681 }],
[email protected]d3a2cef2009-12-22 23:30:184682 ],
4683 'actions': [
4684 {
4685 'action_name': 'my_proto',
4686 'inputs': [
4687 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4688 'browser/metrics/system_metrics.proto',
4689 ],
4690 'outputs': [
4691 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc',
4692 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h',
4693 ],
4694 'dependencies': [
[email protected]9cac94e2010-10-01 16:35:124695 '../third_party/protobuf/protobuf.gyp:protoc',
[email protected]d3a2cef2009-12-22 23:30:184696 ],
4697 'action': [
4698 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4699 'browser/metrics/system_metrics.proto',
4700 '--cpp_out=<(INTERMEDIATE_DIR)/chrome',
4701 ],
4702 },
4703 ],
4704 }],
[email protected]cb5e5072011-05-19 21:49:414705 ['os_posix == 1 and OS != "mac" and gcc_version == 45', {
[email protected]e215b1d2010-10-28 17:02:204706 # Avoid gcc 4.5 miscompilation of template_url.cc
4707 # as per http://crbug.com/41887
4708 'cflags': [
4709 '-fno-ipa-cp',
4710 ],
4711 }],
[email protected]83019902009-12-02 05:32:594712 ],
4713 # Exclude files that should be excluded for all non-Windows platforms.
4714 'sources!': [
[email protected]c5c2a672010-10-01 23:28:044715 'browser/accessibility/browser_accessibility_manager_win.cc',
4716 'browser/accessibility/browser_accessibility_manager_win.h',
[email protected]83bfa0b2011-02-01 05:37:464717 'browser/accessibility/browser_accessibility_win.cc',
4718 'browser/accessibility/browser_accessibility_win.h',
[email protected]da2566e12010-03-10 06:23:354719 'browser/aeropeek_manager.cc',
[email protected]83019902009-12-02 05:32:594720 'browser/autocomplete/autocomplete_accessibility.cc',
[email protected]22aa4b62010-09-02 17:19:464721 'browser/extensions/extension_tts_api_win.cc',
[email protected]f7578f52010-08-30 22:22:494722 'browser/google/google_update.cc',
[email protected]83019902009-12-02 05:32:594723 'browser/importer/ie_importer.cc',
[email protected]83019902009-12-02 05:32:594724 ],
4725 }],
[email protected]5f7e5cb22010-11-15 16:08:104726 [ 'use_openssl==1', {
4727 'sources!': [
4728 'browser/importer/nss_decryptor.cc',
4729 'browser/importer/nss_decryptor_system_nss.cc',
4730 'browser/importer/nss_decryptor_system_nss.h',
[email protected]3f1f8412011-01-19 03:01:234731 'browser/ui/crypto_module_password_dialog_nss.cc',
[email protected]39ab09832011-01-18 10:41:124732 ]}, {
4733 'sources!': [
[email protected]3f1f8412011-01-19 03:01:234734 'browser/ui/crypto_module_password_dialog_openssl.cc',
[email protected]39ab09832011-01-18 10:41:124735 ]},
4736 ],
[email protected]5983e7ae42011-06-06 19:43:244737 # File manager extension replaces the native OS file open/save dialog.
[email protected]9d1d8ad52011-03-11 22:58:174738 ['file_manager_extension==1', {
4739 'sources/': [
4740 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4741 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
[email protected]5983e7ae42011-06-06 19:43:244742 ['include', '^browser/ui/views/file_manager_dialog.cc'],
4743 ['include', '^browser/ui/views/file_manager_dialog.h'],
[email protected]9d1d8ad52011-03-11 22:58:174744 ]}, {
4745 'sources/': [
[email protected]5983e7ae42011-06-06 19:43:244746 ['exclude', '^browser/ui/views/file_manager_dialog.cc'],
4747 ['exclude', '^browser/ui/views/file_manager_dialog.h'],
[email protected]9d1d8ad52011-03-11 22:58:174748 ]}
4749 ],
[email protected]a22ebd812011-06-23 00:05:394750 ['enable_smooth_scrolling==1', {
4751 'defines': [
4752 'ENABLE_SMOOTH_SCROLLING',
4753 ],
4754 }],
[email protected]83019902009-12-02 05:32:594755 ],
4756 },
[email protected]b7b9e032010-03-17 19:48:514757 {
[email protected]86206622010-05-14 05:45:264758 # Protobuf compiler / generate rule for feedback
4759 'target_name': 'userfeedback_proto',
4760 'type': 'none',
4761 'sources': [
4762 'browser/userfeedback/proto/annotations.proto',
[email protected]ac1894a2010-08-22 10:38:544763 'browser/userfeedback/proto/chrome.proto',
[email protected]86206622010-05-14 05:45:264764 'browser/userfeedback/proto/common.proto',
[email protected]86206622010-05-14 05:45:264765 'browser/userfeedback/proto/dom.proto',
4766 'browser/userfeedback/proto/extension.proto',
4767 'browser/userfeedback/proto/math.proto',
4768 'browser/userfeedback/proto/web.proto',
4769 ],
4770 'rules': [
4771 {
4772 'rule_name': 'genproto',
4773 'extension': 'proto',
4774 'inputs': [
4775 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4776 ],
4777 'variables': {
4778 # The protoc compiler requires a proto_path argument with the
4779 # directory containing the .proto file.
4780 # There's no generator variable that corresponds to this, so fake it.
4781 'rule_input_relpath': 'browser/userfeedback/proto',
4782 },
4783 'outputs': [
4784 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4785 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4786 ],
4787 'action': [
4788 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4789 '--proto_path=./<(rule_input_relpath)',
4790 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4791 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4792 ],
4793 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4794 },
4795 ],
4796 'dependencies': [
[email protected]af3176a22010-10-13 18:21:194797 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]9cac94e2010-10-01 16:35:124798 '../third_party/protobuf/protobuf.gyp:protoc#host',
[email protected]86206622010-05-14 05:45:264799 ],
4800 'direct_dependent_settings': {
4801 'include_dirs': [
4802 '<(protoc_out_dir)',
4803 ]
4804 },
4805 'export_dependent_settings': [
[email protected]af3176a22010-10-13 18:21:194806 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]86206622010-05-14 05:45:264807 ],
[email protected]86206622010-05-14 05:45:264808 },
[email protected]bd1b1d62010-11-11 21:53:164809 {
[email protected]3882f1f2010-12-10 04:42:264810 # Protobuf compiler / generator for the safebrowsing reporting
4811 # protocol buffer.
4812 'target_name': 'safe_browsing_report_proto',
4813 'type': 'none',
4814 'sources': [ 'browser/safe_browsing/report.proto' ],
4815 'rules': [
4816 {
4817 'rule_name': 'genproto',
4818 'extension': 'proto',
4819 'inputs': [
4820 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4821 ],
4822 'variables': {
4823 # The protoc compiler requires a proto_path argument with the
4824 # directory containing the .proto file.
4825 # There's no generator variable that corresponds to this, so fake
4826 # it.
4827 'rule_input_relpath': 'browser/safe_browsing',
4828 },
4829 'outputs': [
4830 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4831 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4832 ],
4833 'action': [
4834 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4835 '--proto_path=./<(rule_input_relpath)',
4836 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4837 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4838 ],
4839 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4840 },
4841 ],
4842 'dependencies': [
4843 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4844 '../third_party/protobuf/protobuf.gyp:protoc#host',
4845 ],
4846 'direct_dependent_settings': {
4847 'include_dirs': [
4848 '<(protoc_out_dir)',
4849 ]
4850 },
4851 'export_dependent_settings': [
4852 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4853 ],
4854 },
[email protected]3828d6f2011-02-24 18:32:214855 {
4856 # Protobuf compiler / generator for the InMemoryURLIndex caching
4857 # protocol buffer.
4858 'target_name': 'in_memory_url_index_cache_proto',
4859 'type': 'none',
4860 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
4861 'rules': [
4862 {
4863 'rule_name': 'genproto',
4864 'extension': 'proto',
4865 'inputs': [
4866 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4867 ],
4868 'variables': {
4869 # The protoc compiler requires a proto_path argument with the
4870 # directory containing the .proto file.
4871 # There's no generator variable that corresponds to this, so fake
4872 # it.
4873 'rule_input_relpath': 'browser/history',
4874 },
4875 'outputs': [
4876 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h',
4877 '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc',
4878 ],
4879 'action': [
4880 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
4881 '--proto_path=./<(rule_input_relpath)',
4882 './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
4883 '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)',
4884 ],
4885 'message': 'Generating C++ code from <(RULE_INPUT_PATH)',
4886 },
4887 ],
4888 'dependencies': [
4889 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4890 '../third_party/protobuf/protobuf.gyp:protoc#host',
4891 ],
4892 'direct_dependent_settings': {
4893 'include_dirs': [
4894 '<(protoc_out_dir)',
4895 ]
4896 },
4897 'export_dependent_settings': [
4898 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4899 ],
4900 },
[email protected]dfb1f492011-03-30 19:58:584901 {
4902 'target_name': 'in_memory_url_index_cache_proto_cpp',
[email protected]5a547332011-05-19 23:18:534903 'type': 'static_library',
[email protected]dfb1f492011-03-30 19:58:584904 'sources': [
4905 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.cc',
4906 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.h',
4907 ],
4908 'dependencies': [
4909 'in_memory_url_index_cache_proto',
4910 ],
4911 'export_dependent_settings': [
4912 'in_memory_url_index_cache_proto',
4913 ],
4914 # This target exports a hard dependency because it includes generated
4915 # header files.
4916 'hard_dependency': 1,
4917 },
[email protected]83019902009-12-02 05:32:594918 ],
[email protected]e430e492011-08-08 22:15:524919 'conditions': [
4920 ['OS=="mac"', {
4921 'targets': [
4922 {
4923 'target_name': 'closure_blocks_leopard_compat',
4924 'conditions': [
4925 ['mac_sdk == "10.5"', {
4926 'type': 'shared_library',
4927 'product_name': 'closure_blocks_leopard_compat_stub',
[email protected]6c4e6c12011-08-09 18:31:014928 'variables': {
4929 # This target controls stripping directly. See below.
4930 'mac_strip': 0,
4931 },
[email protected]e430e492011-08-08 22:15:524932 'sources': [
4933 'browser/mac/closure_blocks_leopard_compat.S',
4934 ],
4935 'xcode_settings': {
4936 # These values are taken from libSystem.dylib in the 10.5 SDK.
4937 # Setting LD_DYLIB_INSTALL_NAME causes anything linked against
4938 # this stub library to look for the symbols it provides in the
[email protected]6c4e6c12011-08-09 18:31:014939 # real libSystem at runtime. When using ld from Xcode 4 or
4940 # later (ld64-123.2 and up), giving two libraries with the
4941 # same "install name" to the linker will cause it to print
4942 # "ld: warning: dylibs with same install name". This is
4943 # harmless, and ld will behave as intended here.
4944 #
4945 # The real library's compatibility version is used, and the
4946 # value of the current version from the SDK is used to make
4947 # it appear as though anything linked against this stub was
4948 # linked against the real thing.
[email protected]e430e492011-08-08 22:15:524949 'LD_DYLIB_INSTALL_NAME': '/usr/lib/libSystem.B.dylib',
4950 'DYLIB_COMPATIBILITY_VERSION': '1.0.0',
4951 'DYLIB_CURRENT_VERSION': '111.1.4',
[email protected]6c4e6c12011-08-09 18:31:014952
4953 # Turn on stripping (yes, even in debug mode), and add the -c
4954 # flag. This is what produces a stub library (MH_DYLIB_STUB)
4955 # as opposed to a dylib (MH_DYLIB). MH_DYLIB_STUB files
4956 # contain symbol tables and everything else needed for
4957 # linking, but are stripped of section contents. This is the
4958 # same way that the stub libraries in Mac OS X SDKs are
4959 # created. dyld will refuse to load a stub library, so this
4960 # provides some insurance in case anyone tries to load the
4961 # stub at runtime.
4962 'DEPLOYMENT_POSTPROCESSING': 'YES',
4963 'STRIP_STYLE': 'non-global',
4964 'STRIPFLAGS': '-c',
[email protected]e430e492011-08-08 22:15:524965 },
4966 }, { # else: mac_sdk != "10.5"
4967 # When using the 10.6 SDK or newer, the necessary definitions
4968 # are already present in libSystem.dylib. There is no need to
4969 # build a stub dylib to provide these symbols at link time. This
4970 # target is still useful to cause those symbols to be treated as
4971 # weak imports in dependents, who still must #include
4972 # closure_blocks_leopard_compat.h to get weak imports.
4973 'type': 'none',
4974 }],
4975 ],
4976 },
4977 ],
4978 }],
4979 ],
[email protected]83019902009-12-02 05:32:594980}