[email protected] | 6c17851 | 2010-01-04 20:27:25 | [diff] [blame] | 1 | # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'browser', |
| 9 | 'type': '<(library)', |
| 10 | 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| 11 | 'dependencies': [ |
| 12 | 'common', |
[email protected] | 3c3065d | 2010-05-06 21:59:55 | [diff] [blame] | 13 | 'common_net', |
[email protected] | 275538b9 | 2010-06-11 07:18:23 | [diff] [blame] | 14 | 'chrome_extra_resources', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 15 | 'chrome_resources', |
| 16 | 'chrome_strings', |
[email protected] | bcff05a | 2010-04-14 01:46:43 | [diff] [blame] | 17 | 'chrome_version_info', |
[email protected] | b7b9e03 | 2010-03-17 19:48:51 | [diff] [blame] | 18 | 'component_extensions', |
[email protected] | 2578c8ab | 2010-07-15 20:46:36 | [diff] [blame] | 19 | 'installer_util', |
[email protected] | fd62678 | 2010-01-22 05:26:06 | [diff] [blame] | 20 | 'platform_locale_settings', |
[email protected] | 89cfc19d | 2010-06-04 15:36:35 | [diff] [blame] | 21 | 'profile_import', |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 22 | 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
[email protected] | fb572650 | 2010-04-05 23:19:24 | [diff] [blame] | 23 | 'syncapi', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 24 | 'theme_resources', |
[email protected] | 8620662 | 2010-05-14 05:45:26 | [diff] [blame] | 25 | 'userfeedback_proto', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 26 | '../app/app.gyp:app_resources', |
| 27 | '../app/app.gyp:app_strings', |
| 28 | '../media/media.gyp:media', |
| 29 | '../printing/printing.gyp:printing', |
| 30 | '../skia/skia.gyp:skia', |
| 31 | '../third_party/bzip2/bzip2.gyp:bzip2', |
[email protected] | ec64212b | 2010-03-18 01:02:43 | [diff] [blame] | 32 | '../third_party/expat/expat.gyp:expat', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 33 | '../third_party/icu/icu.gyp:icui18n', |
| 34 | '../third_party/icu/icu.gyp:icuuc', |
| 35 | '../third_party/libjingle/libjingle.gyp:libjingle', |
| 36 | '../third_party/libxml/libxml.gyp:libxml', |
| 37 | '../third_party/npapi/npapi.gyp:npapi', |
| 38 | '../third_party/hunspell/hunspell.gyp:hunspell', |
[email protected] | 69d3dfe8 | 2010-05-14 03:21:55 | [diff] [blame] | 39 | '../webkit/support/webkit_support.gyp:appcache', |
| 40 | '../webkit/support/webkit_support.gyp:database', |
| 41 | '../webkit/support/webkit_support.gyp:glue', |
| 42 | '../webkit/support/webkit_support.gyp:webkit_resources', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 43 | ], |
| 44 | 'include_dirs': [ |
| 45 | '..', |
| 46 | '<(INTERMEDIATE_DIR)', |
| 47 | ], |
| 48 | 'defines': [ |
| 49 | '<@(nacl_defines)', |
| 50 | ], |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 51 | 'direct_dependent_settings': { |
| 52 | 'defines': [ |
| 53 | '<@(nacl_defines)', |
| 54 | ], |
| 55 | }, |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 56 | 'sources': [ |
| 57 | # All .cc, .h, .m, and .mm files under browser except for tests and |
| 58 | # mocks. |
[email protected] | dcddcdb0 | 2010-02-23 09:10:13 | [diff] [blame] | 59 | 'browser/accessibility_events.h', |
| 60 | 'browser/accessibility_events.cc', |
[email protected] | da2566e1 | 2010-03-10 06:23:35 | [diff] [blame] | 61 | 'browser/aeropeek_manager.cc', |
| 62 | 'browser/aeropeek_manager.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 63 | 'browser/alternate_nav_url_fetcher.cc', |
| 64 | 'browser/alternate_nav_url_fetcher.h', |
| 65 | 'browser/app_controller_cppsafe_mac.h', |
| 66 | 'browser/app_controller_mac.h', |
| 67 | 'browser/app_controller_mac.mm', |
[email protected] | f7be2197b | 2010-04-23 00:20:44 | [diff] [blame] | 68 | 'browser/app_icon_win.cc', |
| 69 | 'browser/app_icon_win.h', |
[email protected] | 214594ae | 2010-05-18 13:29:15 | [diff] [blame] | 70 | 'browser/app_launched_animation.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 71 | 'browser/app_modal_dialog.cc', |
| 72 | 'browser/app_modal_dialog.h', |
| 73 | 'browser/app_modal_dialog_gtk.cc', |
| 74 | 'browser/app_modal_dialog_mac.mm', |
| 75 | 'browser/app_modal_dialog_win.cc', |
| 76 | 'browser/app_modal_dialog_queue.cc', |
| 77 | 'browser/app_modal_dialog_queue.h', |
[email protected] | 0082d7e0d | 2010-02-27 14:34:12 | [diff] [blame] | 78 | 'browser/appcache/appcache_dispatcher_host.cc', |
| 79 | 'browser/appcache/appcache_dispatcher_host.h', |
| 80 | 'browser/appcache/appcache_frontend_proxy.cc', |
| 81 | 'browser/appcache/appcache_frontend_proxy.h', |
| 82 | 'browser/appcache/chrome_appcache_service.cc', |
| 83 | 'browser/appcache/chrome_appcache_service.h', |
[email protected] | 042ecea | 2010-03-27 01:36:43 | [diff] [blame] | 84 | 'browser/appcache/view_appcache_internals_job_factory.cc', |
[email protected] | 85d252e | 2010-04-06 22:21:02 | [diff] [blame] | 85 | 'browser/appcache/view_appcache_internals_job_factory.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 86 | 'browser/autocomplete/autocomplete.cc', |
| 87 | 'browser/autocomplete/autocomplete.h', |
| 88 | 'browser/autocomplete/autocomplete_accessibility.cc', |
| 89 | 'browser/autocomplete/autocomplete_accessibility.h', |
[email protected] | 69c579e | 2010-04-23 20:01:00 | [diff] [blame] | 90 | 'browser/autocomplete/autocomplete_classifier.cc', |
| 91 | 'browser/autocomplete/autocomplete_classifier.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 92 | 'browser/autocomplete/autocomplete_edit.cc', |
| 93 | 'browser/autocomplete/autocomplete_edit.h', |
| 94 | 'browser/autocomplete/autocomplete_edit_view.h', |
| 95 | 'browser/autocomplete/autocomplete_edit_view_gtk.cc', |
| 96 | 'browser/autocomplete/autocomplete_edit_view_gtk.h', |
| 97 | 'browser/autocomplete/autocomplete_edit_view_mac.h', |
| 98 | 'browser/autocomplete/autocomplete_edit_view_mac.mm', |
| 99 | 'browser/autocomplete/autocomplete_edit_view_win.cc', |
| 100 | 'browser/autocomplete/autocomplete_edit_view_win.h', |
| 101 | 'browser/autocomplete/autocomplete_popup_model.cc', |
| 102 | 'browser/autocomplete/autocomplete_popup_model.h', |
| 103 | 'browser/autocomplete/autocomplete_popup_view.h', |
| 104 | 'browser/autocomplete/autocomplete_popup_view_gtk.cc', |
| 105 | 'browser/autocomplete/autocomplete_popup_view_gtk.h', |
| 106 | 'browser/autocomplete/autocomplete_popup_view_mac.h', |
| 107 | 'browser/autocomplete/autocomplete_popup_view_mac.mm', |
| 108 | 'browser/autocomplete/history_contents_provider.cc', |
| 109 | 'browser/autocomplete/history_contents_provider.h', |
| 110 | 'browser/autocomplete/history_url_provider.cc', |
| 111 | 'browser/autocomplete/history_url_provider.h', |
| 112 | 'browser/autocomplete/keyword_provider.cc', |
| 113 | 'browser/autocomplete/keyword_provider.h', |
| 114 | 'browser/autocomplete/search_provider.cc', |
| 115 | 'browser/autocomplete/search_provider.h', |
[email protected] | 6db0def9 | 2010-03-02 19:55:45 | [diff] [blame] | 116 | 'browser/autocomplete_history_manager.cc', |
| 117 | 'browser/autocomplete_history_manager.h', |
[email protected] | d7240bf | 2009-12-15 22:18:37 | [diff] [blame] | 118 | 'browser/autofill/address_field.cc', |
| 119 | 'browser/autofill/address_field.h', |
[email protected] | ab2d6f99 | 2010-01-04 22:57:19 | [diff] [blame] | 120 | 'browser/autofill/address.cc', |
| 121 | 'browser/autofill/address.h', |
[email protected] | 8ebfa3b | 2010-02-12 04:24:08 | [diff] [blame] | 122 | 'browser/autofill/autofill_address_model_mac.h', |
| 123 | 'browser/autofill/autofill_address_model_mac.mm', |
[email protected] | cff83fe | 2010-06-09 17:19:57 | [diff] [blame] | 124 | 'browser/autofill/autofill_address_sheet_controller_mac.h', |
| 125 | 'browser/autofill/autofill_address_sheet_controller_mac.mm', |
[email protected] | 71f7579b | 2010-07-17 07:45:19 | [diff] [blame] | 126 | 'browser/autofill/autofill_cc_infobar.h', |
| 127 | 'browser/autofill/autofill_cc_infobar_win.cc', |
[email protected] | cf8ebbb | 2010-07-08 22:34:38 | [diff] [blame] | 128 | 'browser/autofill/autofill_cc_infobar_delegate.h', |
| 129 | 'browser/autofill/autofill_cc_infobar_delegate.cc', |
[email protected] | 8ebfa3b | 2010-02-12 04:24:08 | [diff] [blame] | 130 | 'browser/autofill/autofill_credit_card_model_mac.h', |
| 131 | 'browser/autofill/autofill_credit_card_model_mac.mm', |
[email protected] | cff83fe | 2010-06-09 17:19:57 | [diff] [blame] | 132 | 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', |
| 133 | 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', |
[email protected] | 8ebfa3b | 2010-02-12 04:24:08 | [diff] [blame] | 134 | 'browser/autofill/autofill_dialog_controller_mac.h', |
| 135 | 'browser/autofill/autofill_dialog_controller_mac.mm', |
[email protected] | c113686b | 2010-01-13 22:08:28 | [diff] [blame] | 136 | 'browser/autofill/autofill_dialog_gtk.cc', |
[email protected] | 8ebfa3b | 2010-02-12 04:24:08 | [diff] [blame] | 137 | 'browser/autofill/autofill_dialog_mac.mm', |
[email protected] | ac084442 | 2010-02-01 20:24:48 | [diff] [blame] | 138 | # Windows version of autofill dialog is defined in |
| 139 | # 'browser/views/autofill_profiles_view_win.cc' |
[email protected] | c113686b | 2010-01-13 22:08:28 | [diff] [blame] | 140 | 'browser/autofill/autofill_dialog.h', |
[email protected] | 427b7da7 | 2010-03-22 21:23:18 | [diff] [blame] | 141 | 'browser/autofill/autofill_download.cc', |
| 142 | 'browser/autofill/autofill_download.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 143 | 'browser/autofill/autofill_field.cc', |
| 144 | 'browser/autofill/autofill_field.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 145 | 'browser/autofill/autofill_manager.cc', |
| 146 | 'browser/autofill/autofill_manager.h', |
[email protected] | 0f1a680 | 2010-01-07 23:13:09 | [diff] [blame] | 147 | 'browser/autofill/autofill_profile.cc', |
| 148 | 'browser/autofill/autofill_profile.h', |
[email protected] | 548adcb | 2010-07-14 03:27:11 | [diff] [blame] | 149 | 'browser/autofill/auto_fill_editor_gtk.cc', |
[email protected] | 68ffae9 | 2010-02-16 23:53:47 | [diff] [blame] | 150 | 'browser/autofill/autofill_text_field_mac.h', |
| 151 | 'browser/autofill/autofill_text_field_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 152 | 'browser/autofill/autofill_type.cc', |
| 153 | 'browser/autofill/autofill_type.h', |
[email protected] | ec64212b | 2010-03-18 01:02:43 | [diff] [blame] | 154 | 'browser/autofill/autofill_xml_parser.cc', |
| 155 | 'browser/autofill/autofill_xml_parser.h', |
[email protected] | 849b7f8 | 2010-01-07 19:35:57 | [diff] [blame] | 156 | 'browser/autofill/billing_address.h', |
[email protected] | 6c17851 | 2010-01-04 20:27:25 | [diff] [blame] | 157 | 'browser/autofill/contact_info.cc', |
| 158 | 'browser/autofill/contact_info.h', |
[email protected] | 9bd382a7 | 2009-12-16 19:40:29 | [diff] [blame] | 159 | 'browser/autofill/credit_card_field.cc', |
| 160 | 'browser/autofill/credit_card_field.h', |
[email protected] | d02de45 | 2010-01-06 20:25:41 | [diff] [blame] | 161 | 'browser/autofill/credit_card.cc', |
| 162 | 'browser/autofill/credit_card.h', |
[email protected] | 66aaff100 | 2010-04-21 04:09:58 | [diff] [blame] | 163 | 'browser/autofill/fax_field.cc', |
| 164 | 'browser/autofill/fax_field.h', |
[email protected] | 3db3ff6 | 2010-01-07 00:35:39 | [diff] [blame] | 165 | 'browser/autofill/fax_number.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 166 | 'browser/autofill/field_types.h', |
[email protected] | e2d8667 | 2009-12-09 23:42:34 | [diff] [blame] | 167 | 'browser/autofill/form_field.cc', |
| 168 | 'browser/autofill/form_field.h', |
[email protected] | a7b29dd | 2010-07-12 22:40:06 | [diff] [blame] | 169 | 'browser/autofill/form_group.cc', |
[email protected] | 85b2c13 | 2009-12-22 02:02:58 | [diff] [blame] | 170 | 'browser/autofill/form_group.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 171 | 'browser/autofill/form_structure.cc', |
| 172 | 'browser/autofill/form_structure.h', |
[email protected] | 849b7f8 | 2010-01-07 19:35:57 | [diff] [blame] | 173 | 'browser/autofill/home_address.h', |
[email protected] | 3db3ff6 | 2010-01-07 00:35:39 | [diff] [blame] | 174 | 'browser/autofill/home_phone_number.h', |
[email protected] | 1cf1f46 | 2009-12-17 00:02:05 | [diff] [blame] | 175 | 'browser/autofill/name_field.cc', |
| 176 | 'browser/autofill/name_field.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 177 | 'browser/autofill/personal_data_manager.cc', |
| 178 | 'browser/autofill/personal_data_manager.h', |
[email protected] | 6842a3f | 2010-03-09 17:39:44 | [diff] [blame] | 179 | 'browser/autofill/personal_data_manager_mac.mm', |
[email protected] | cfb7731 | 2009-12-11 00:18:25 | [diff] [blame] | 180 | 'browser/autofill/phone_field.cc', |
| 181 | 'browser/autofill/phone_field.h', |
[email protected] | 3db3ff6 | 2010-01-07 00:35:39 | [diff] [blame] | 182 | 'browser/autofill/phone_number.cc', |
| 183 | 'browser/autofill/phone_number.h', |
[email protected] | 967d2f2e | 2010-07-24 00:15:39 | [diff] [blame] | 184 | 'browser/autofill/select_control_handler.cc', |
| 185 | 'browser/autofill/select_control_handler.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 186 | 'browser/automation/automation_autocomplete_edit_tracker.h', |
| 187 | 'browser/automation/automation_browser_tracker.h', |
| 188 | 'browser/automation/extension_automation_constants.h', |
| 189 | 'browser/automation/extension_automation_constants.cc', |
| 190 | 'browser/automation/automation_extension_function.h', |
| 191 | 'browser/automation/automation_extension_function.cc', |
[email protected] | 790788ac | 2010-04-06 17:52:19 | [diff] [blame] | 192 | 'browser/automation/automation_extension_tracker.cc', |
| 193 | 'browser/automation/automation_extension_tracker.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 194 | 'browser/automation/automation_profile_impl.cc', |
| 195 | 'browser/automation/automation_profile_impl.h', |
[email protected] | 566a0f76 | 2010-03-10 04:14:57 | [diff] [blame] | 196 | 'browser/automation/automation_provider_chromeos.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 197 | 'browser/automation/automation_provider_gtk.cc', |
| 198 | 'browser/automation/automation_provider_mac.mm', |
| 199 | 'browser/automation/automation_provider_views.cc', |
| 200 | 'browser/automation/automation_provider_win.cc', |
| 201 | 'browser/automation/automation_provider.cc', |
| 202 | 'browser/automation/automation_provider.h', |
[email protected] | 7c983cc | 2010-07-16 11:33:34 | [diff] [blame] | 203 | 'browser/automation/automation_provider_json.h', |
| 204 | 'browser/automation/automation_provider_json.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 205 | 'browser/automation/automation_provider_list.cc', |
| 206 | 'browser/automation/automation_provider_list_generic.cc', |
| 207 | 'browser/automation/automation_provider_list_mac.mm', |
| 208 | 'browser/automation/automation_provider_list.h', |
| 209 | 'browser/automation/automation_provider_observers.cc', |
| 210 | 'browser/automation/automation_provider_observers.h', |
| 211 | 'browser/automation/automation_resource_message_filter.cc', |
| 212 | 'browser/automation/automation_resource_message_filter.h', |
[email protected] | 3a3d4747 | 2010-07-15 21:03:54 | [diff] [blame] | 213 | 'browser/automation/automation_resource_routing_delegate.cc', |
| 214 | 'browser/automation/automation_resource_routing_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 215 | 'browser/automation/automation_resource_tracker.cc', |
| 216 | 'browser/automation/automation_resource_tracker.h', |
| 217 | 'browser/automation/automation_tab_tracker.h', |
[email protected] | e253b261 | 2009-12-10 21:55:08 | [diff] [blame] | 218 | 'browser/automation/chrome_frame_automation_provider.cc', |
| 219 | 'browser/automation/chrome_frame_automation_provider.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 220 | 'browser/automation/url_request_automation_job.cc', |
| 221 | 'browser/automation/url_request_automation_job.h', |
| 222 | 'browser/automation/automation_window_tracker.h', |
| 223 | 'browser/automation/extension_port_container.cc', |
| 224 | 'browser/automation/extension_port_container.h', |
[email protected] | 853300a8 | 2010-07-27 21:17:57 | [diff] [blame] | 225 | 'browser/automation/ui_controls_internal.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 226 | 'browser/automation/ui_controls_linux.cc', |
[email protected] | 1b5a48c | 2010-04-29 23:08:30 | [diff] [blame] | 227 | 'browser/automation/ui_controls_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 228 | 'browser/automation/ui_controls_win.cc', |
| 229 | 'browser/automation/ui_controls.h', |
| 230 | 'browser/back_forward_menu_model.cc', |
| 231 | 'browser/back_forward_menu_model.h', |
[email protected] | 398206c | 2010-06-21 01:46:08 | [diff] [blame] | 232 | 'browser/background_contents_service.h', |
| 233 | 'browser/background_contents_service.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 234 | 'browser/blocked_popup_container.cc', |
| 235 | 'browser/blocked_popup_container.h', |
| 236 | 'browser/bookmarks/bookmark_codec.cc', |
| 237 | 'browser/bookmarks/bookmark_codec.h', |
| 238 | 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 239 | 'browser/bookmarks/bookmark_context_menu_controller.h', |
| 240 | 'browser/bookmarks/bookmark_drag_data.cc', |
| 241 | 'browser/bookmarks/bookmark_drag_data.h', |
| 242 | 'browser/bookmarks/bookmark_drop_info.cc', |
| 243 | 'browser/bookmarks/bookmark_drop_info.h', |
| 244 | 'browser/bookmarks/bookmark_editor.h', |
[email protected] | d31c4a5 | 2010-04-12 21:41:02 | [diff] [blame] | 245 | 'browser/bookmarks/bookmark_folder_editor_controller.cc', |
| 246 | 'browser/bookmarks/bookmark_folder_editor_controller.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 247 | 'browser/bookmarks/bookmark_index.cc', |
| 248 | 'browser/bookmarks/bookmark_index.h', |
| 249 | 'browser/bookmarks/bookmark_html_writer.cc', |
| 250 | 'browser/bookmarks/bookmark_html_writer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 251 | 'browser/bookmarks/bookmark_model.cc', |
| 252 | 'browser/bookmarks/bookmark_model.h', |
| 253 | 'browser/bookmarks/bookmark_model_observer.h', |
[email protected] | 0fe52a0 | 2010-02-06 00:39:25 | [diff] [blame] | 254 | 'browser/bookmarks/bookmark_pasteboard_helper_mac.h', |
| 255 | 'browser/bookmarks/bookmark_pasteboard_helper_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 256 | 'browser/bookmarks/bookmark_service.h', |
| 257 | 'browser/bookmarks/bookmark_storage.cc', |
| 258 | 'browser/bookmarks/bookmark_storage.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 259 | 'browser/bookmarks/bookmark_utils.cc', |
| 260 | 'browser/bookmarks/bookmark_utils.h', |
[email protected] | 4bdde60 | 2010-06-16 03:17:35 | [diff] [blame] | 261 | 'browser/bookmarks/recently_used_folders_combo_model.cc', |
| 262 | 'browser/bookmarks/rencetly_used_folders_combo_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 263 | 'browser/browser.cc', |
| 264 | 'browser/browser.h', |
| 265 | 'browser/browser_about_handler.cc', |
| 266 | 'browser/browser_about_handler.h', |
[email protected] | 383cfbd6 | 2010-06-16 15:16:39 | [diff] [blame] | 267 | 'browser/browser_accessibility_win.cc', |
| 268 | 'browser/browser_accessibility_win.h', |
| 269 | 'browser/browser_accessibility_manager_win.cc', |
| 270 | 'browser/browser_accessibility_manager_win.h', |
[email protected] | d27893f6 | 2010-07-03 05:47:42 | [diff] [blame] | 271 | 'browser/browser_child_process_host.cc', |
| 272 | 'browser/browser_child_process_host.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 273 | 'browser/browser_init.cc', |
| 274 | 'browser/browser_init.h', |
| 275 | 'browser/browser_list_gtk.cc', |
[email protected] | 7dc8c6b | 2010-04-09 17:02:50 | [diff] [blame] | 276 | 'browser/browser_list_mac.mm', |
[email protected] | e06131d | 2010-02-10 18:40:33 | [diff] [blame] | 277 | 'browser/browser_list_stub.cc', |
| 278 | 'browser/browser_list_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 279 | 'browser/browser_list.cc', |
| 280 | 'browser/browser_list.h', |
| 281 | 'browser/browser_main.cc', |
| 282 | 'browser/browser_main_gtk.cc', |
| 283 | 'browser/browser_main_mac.mm', |
[email protected] | f8abf72 | 2010-07-07 19:46:24 | [diff] [blame] | 284 | 'browser/browser_main_posix.cc', |
[email protected] | 1fec6435 | 2010-07-27 13:55:21 | [diff] [blame] | 285 | 'browser/browser_main_posix.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 286 | 'browser/browser_main_win.cc', |
| 287 | 'browser/browser_main_win.h', |
| 288 | 'browser/browser_prefs.cc', |
| 289 | 'browser/browser_prefs.h', |
| 290 | 'browser/browser_process.cc', |
| 291 | 'browser/browser_process.h', |
| 292 | 'browser/browser_process_impl.cc', |
| 293 | 'browser/browser_process_impl.h', |
[email protected] | 0ac8368 | 2010-01-22 17:46:27 | [diff] [blame] | 294 | 'browser/browser_process_sub_thread.cc', |
| 295 | 'browser/browser_process_sub_thread.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 296 | 'browser/browser_shutdown.cc', |
| 297 | 'browser/browser_shutdown.h', |
[email protected] | f017cc9 | 2009-12-14 20:48:07 | [diff] [blame] | 298 | 'browser/browser_theme_pack.cc', |
| 299 | 'browser/browser_theme_pack.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 300 | 'browser/browser_theme_provider_gtk.cc', |
| 301 | 'browser/browser_theme_provider_mac.mm', |
| 302 | 'browser/browser_theme_provider.cc', |
| 303 | 'browser/browser_theme_provider.h', |
| 304 | 'browser/browser_trial.cc', |
| 305 | 'browser/browser_trial.h', |
| 306 | 'browser/browser_url_handler.cc', |
| 307 | 'browser/browser_url_handler.h', |
| 308 | 'browser/browser_window.h', |
[email protected] | f26795eb | 2010-02-26 23:45:35 | [diff] [blame] | 309 | 'browser/browsing_data_appcache_helper.cc', |
| 310 | 'browser/browsing_data_appcache_helper.h', |
[email protected] | b5c6e30 | 2010-02-10 18:13:40 | [diff] [blame] | 311 | 'browser/browsing_data_database_helper.cc', |
| 312 | 'browser/browsing_data_database_helper.h', |
[email protected] | 8f9aefd | 2010-01-25 13:50:48 | [diff] [blame] | 313 | 'browser/browsing_data_local_storage_helper.cc', |
| 314 | 'browser/browsing_data_local_storage_helper.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 315 | 'browser/browsing_data_remover.cc', |
| 316 | 'browser/browsing_data_remover.h', |
| 317 | 'browser/browsing_instance.cc', |
| 318 | 'browser/browsing_instance.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 319 | 'browser/bug_report_util.cc', |
| 320 | 'browser/bug_report_util.h', |
[email protected] | 8620662 | 2010-05-14 05:45:26 | [diff] [blame] | 321 | # TODO(rkc): Find a better way to include these files |
| 322 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/annotations.pb.cc', |
| 323 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc', |
| 324 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/config.pb.cc', |
| 325 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc', |
| 326 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc', |
| 327 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc', |
| 328 | '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 329 | 'browser/cancelable_request.cc', |
| 330 | 'browser/cancelable_request.h', |
| 331 | 'browser/cert_store.cc', |
| 332 | 'browser/cert_store.h', |
[email protected] | 8ae178b1 | 2010-07-07 22:55:27 | [diff] [blame] | 333 | 'browser/certificate_viewer.cc', |
| 334 | 'browser/certificate_viewer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 335 | 'browser/character_encoding.cc', |
| 336 | 'browser/character_encoding.h', |
[email protected] | 4bdd8e1 | 2009-12-07 18:21:03 | [diff] [blame] | 337 | 'browser/child_process_launcher.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 338 | 'browser/child_process_launcher.h', |
| 339 | 'browser/child_process_security_policy.cc', |
| 340 | 'browser/child_process_security_policy.h', |
| 341 | 'browser/chrome_browser_application_mac.h', |
| 342 | 'browser/chrome_browser_application_mac.mm', |
| 343 | 'browser/chrome_plugin_browsing_context.cc', |
| 344 | 'browser/chrome_plugin_browsing_context.h', |
| 345 | 'browser/chrome_plugin_host.cc', |
| 346 | 'browser/chrome_plugin_host.h', |
| 347 | 'browser/chrome_thread.cc', |
| 348 | 'browser/chrome_thread.h', |
[email protected] | 21ae1f9 | 2010-07-30 23:05:15 | [diff] [blame] | 349 | 'browser/chrome_thread_relay.cc', |
| 350 | 'browser/chrome_thread_relay.h', |
[email protected] | 83f2207 | 2010-03-02 23:47:09 | [diff] [blame] | 351 | 'browser/chromeos/notifications/balloon_collection_impl.h', |
| 352 | 'browser/chromeos/notifications/balloon_collection_impl.cc', |
[email protected] | 2e5cc5f | 2010-02-05 22:02:18 | [diff] [blame] | 353 | 'browser/chromeos/notifications/balloon_view.h', |
| 354 | 'browser/chromeos/notifications/balloon_view.cc', |
| 355 | 'browser/chromeos/notifications/notification_panel.h', |
| 356 | 'browser/chromeos/notifications/notification_panel.cc', |
[email protected] | 0fecda6 | 2010-03-19 21:59:01 | [diff] [blame] | 357 | 'browser/chromeos/notifications/system_notification.h', |
| 358 | 'browser/chromeos/notifications/system_notification.cc', |
[email protected] | 3b84575 | 2010-03-17 01:19:06 | [diff] [blame] | 359 | 'browser/chromeos/notifications/system_notification_factory.h', |
| 360 | 'browser/chromeos/notifications/system_notification_factory.cc', |
[email protected] | d032b379 | 2010-06-07 22:02:39 | [diff] [blame] | 361 | 'browser/chromeos/audio_handler.cc', |
| 362 | 'browser/chromeos/audio_handler.h', |
[email protected] | ac4bf50 | 2010-05-04 16:58:07 | [diff] [blame] | 363 | 'browser/chromeos/boot_times_loader.cc', |
| 364 | 'browser/chromeos/boot_times_loader.h', |
[email protected] | 73bd67b | 2010-07-16 16:00:09 | [diff] [blame] | 365 | 'browser/chromeos/cros_settings.cc', |
| 366 | 'browser/chromeos/cros_settings.h', |
| 367 | 'browser/chromeos/cros_settings_names.cc', |
| 368 | 'browser/chromeos/cros_settings_names.h', |
[email protected] | 268b02f | 2010-02-04 21:07:15 | [diff] [blame] | 369 | 'browser/chromeos/cros/cros_library.cc', |
| 370 | 'browser/chromeos/cros/cros_library.h', |
[email protected] | 62c7ef3 | 2010-03-23 23:44:24 | [diff] [blame] | 371 | 'browser/chromeos/cros/cros_library_loader.cc', |
| 372 | 'browser/chromeos/cros/cros_library_loader.h', |
[email protected] | ad8a6ea | 2010-03-11 00:05:02 | [diff] [blame] | 373 | 'browser/chromeos/cros/cryptohome_library.cc', |
| 374 | 'browser/chromeos/cros/cryptohome_library.h', |
[email protected] | 0b6da80 | 2010-06-15 01:50:03 | [diff] [blame] | 375 | 'browser/chromeos/cros/keyboard_library.cc', |
| 376 | 'browser/chromeos/cros/keyboard_library.h', |
[email protected] | 291d8b7 | 2010-06-21 09:43:14 | [diff] [blame] | 377 | 'browser/chromeos/cros/input_method_library.cc', |
| 378 | 'browser/chromeos/cros/input_method_library.h', |
[email protected] | 268b02f | 2010-02-04 21:07:15 | [diff] [blame] | 379 | 'browser/chromeos/cros/login_library.cc', |
| 380 | 'browser/chromeos/cros/login_library.h', |
| 381 | 'browser/chromeos/cros/mount_library.cc', |
| 382 | 'browser/chromeos/cros/mount_library.h', |
| 383 | 'browser/chromeos/cros/network_library.cc', |
| 384 | 'browser/chromeos/cros/network_library.h', |
| 385 | 'browser/chromeos/cros/power_library.cc', |
| 386 | 'browser/chromeos/cros/power_library.h', |
[email protected] | a39c2d1 | 2010-05-14 23:48:27 | [diff] [blame] | 387 | 'browser/chromeos/cros/screen_lock_library.cc', |
| 388 | 'browser/chromeos/cros/screen_lock_library.h', |
[email protected] | b122062 | 2010-04-28 22:46:16 | [diff] [blame] | 389 | 'browser/chromeos/cros/speech_synthesis_library.cc', |
| 390 | 'browser/chromeos/cros/speech_synthesis_library.h', |
[email protected] | 268b02f | 2010-02-04 21:07:15 | [diff] [blame] | 391 | 'browser/chromeos/cros/synaptics_library.cc', |
| 392 | 'browser/chromeos/cros/synaptics_library.h', |
[email protected] | e251662c | 2010-05-20 05:55:06 | [diff] [blame] | 393 | 'browser/chromeos/cros/syslogs_library.cc', |
| 394 | 'browser/chromeos/cros/syslogs_library.h', |
[email protected] | 94a922b | 2010-06-30 23:18:15 | [diff] [blame] | 395 | 'browser/chromeos/cros/system_library.cc', |
| 396 | 'browser/chromeos/cros/system_library.h', |
[email protected] | 3cdf376 | 2010-07-13 22:55:55 | [diff] [blame] | 397 | 'browser/chromeos/cros/update_library.cc', |
[email protected] | 399a8da | 2010-07-19 14:42:24 | [diff] [blame] | 398 | 'browser/chromeos/cros/update_library.h', |
[email protected] | c3f4ad2 | 2010-05-28 09:20:09 | [diff] [blame] | 399 | 'browser/chromeos/customization_document.cc', |
[email protected] | 478739e3 | 2010-06-17 17:09:05 | [diff] [blame] | 400 | 'browser/chromeos/customization_document.h', |
[email protected] | 73bd67b | 2010-07-16 16:00:09 | [diff] [blame] | 401 | 'browser/chromeos/dom_ui/accounts_options_handler.cc', |
| 402 | 'browser/chromeos/dom_ui/accounts_options_handler.h', |
| 403 | 'browser/chromeos/dom_ui/core_chromeos_options_handler.cc', |
| 404 | 'browser/chromeos/dom_ui/core_chromeos_options_handler.h', |
[email protected] | b2e23e3 | 2010-07-28 07:03:55 | [diff] [blame] | 405 | 'browser/chromeos/dom_ui/internet_options_handler.cc', |
| 406 | 'browser/chromeos/dom_ui/internet_options_handler.h', |
[email protected] | 5f7145d | 2010-07-07 17:34:51 | [diff] [blame] | 407 | 'browser/chromeos/dom_ui/labs_handler.cc', |
| 408 | 'browser/chromeos/dom_ui/labs_handler.h', |
[email protected] | 783bf59 | 2010-07-22 10:49:55 | [diff] [blame] | 409 | 'browser/chromeos/dom_ui/language_chewing_options_handler.cc', |
| 410 | 'browser/chromeos/dom_ui/language_chewing_options_handler.h', |
[email protected] | 1c741b8 | 2010-07-14 03:57:47 | [diff] [blame] | 411 | 'browser/chromeos/dom_ui/language_hangul_options_handler.cc', |
| 412 | 'browser/chromeos/dom_ui/language_hangul_options_handler.h', |
[email protected] | ffa7c16 | 2010-07-28 00:41:27 | [diff] [blame] | 413 | 'browser/chromeos/dom_ui/language_mozc_options_handler.cc', |
| 414 | 'browser/chromeos/dom_ui/language_mozc_options_handler.h', |
[email protected] | fec8626 | 2010-07-14 08:09:46 | [diff] [blame] | 415 | 'browser/chromeos/dom_ui/language_options_handler.cc', |
| 416 | 'browser/chromeos/dom_ui/language_options_handler.h', |
[email protected] | 871c7150 | 2010-07-28 07:02:49 | [diff] [blame] | 417 | 'browser/chromeos/dom_ui/language_options_util.cc', |
| 418 | 'browser/chromeos/dom_ui/language_options_util.h', |
[email protected] | ffa7c16 | 2010-07-28 00:41:27 | [diff] [blame] | 419 | 'browser/chromeos/dom_ui/language_pinyin_options_handler.cc', |
| 420 | 'browser/chromeos/dom_ui/language_pinyin_options_handler.h', |
[email protected] | 478739e3 | 2010-06-17 17:09:05 | [diff] [blame] | 421 | 'browser/chromeos/dom_ui/system_options_handler.cc', |
| 422 | 'browser/chromeos/dom_ui/system_options_handler.h', |
[email protected] | c766a16 | 2010-06-30 22:45:45 | [diff] [blame] | 423 | 'browser/chromeos/drop_shadow_label.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 424 | 'browser/chromeos/external_cookie_handler.cc', |
| 425 | 'browser/chromeos/external_cookie_handler.h', |
| 426 | 'browser/chromeos/external_metrics.cc', |
| 427 | 'browser/chromeos/external_metrics.h', |
| 428 | 'browser/chromeos/external_protocol_dialog.cc', |
| 429 | 'browser/chromeos/external_protocol_dialog.h', |
[email protected] | 17e6422 | 2010-02-12 23:32:42 | [diff] [blame] | 430 | 'browser/chromeos/frame/browser_frame_chromeos.cc', |
| 431 | 'browser/chromeos/frame/browser_frame_chromeos.h', |
| 432 | 'browser/chromeos/frame/browser_view.cc', |
| 433 | 'browser/chromeos/frame/browser_view.h', |
[email protected] | c2de68a | 2010-02-22 22:21:57 | [diff] [blame] | 434 | 'browser/chromeos/frame/normal_browser_frame_view.cc', |
| 435 | 'browser/chromeos/frame/normal_browser_frame_view.h', |
[email protected] | 17e6422 | 2010-02-12 23:32:42 | [diff] [blame] | 436 | 'browser/chromeos/frame/panel_browser_view.cc', |
| 437 | 'browser/chromeos/frame/panel_browser_view.h', |
| 438 | 'browser/chromeos/frame/panel_controller.cc', |
| 439 | 'browser/chromeos/frame/panel_controller.h', |
[email protected] | 592468b | 2010-02-10 23:08:47 | [diff] [blame] | 440 | 'browser/chromeos/google_update_chromeos.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 441 | 'browser/chromeos/gview_request_interceptor.cc', |
[email protected] | e22fbfc | 2010-06-26 02:35:30 | [diff] [blame] | 442 | 'browser/chromeos/gview_request_interceptor.h', |
[email protected] | 1e8e765 | 2010-06-18 10:12:21 | [diff] [blame] | 443 | 'browser/chromeos/input_method/input_method_util.cc', |
| 444 | 'browser/chromeos/input_method/input_method_util.h', |
[email protected] | c6f8821 | 2010-02-10 07:22:54 | [diff] [blame] | 445 | 'browser/chromeos/login/account_creation_view.cc', |
| 446 | 'browser/chromeos/login/account_creation_view.h', |
[email protected] | 0e6e8068 | 2010-03-04 16:13:27 | [diff] [blame] | 447 | 'browser/chromeos/login/account_screen.cc', |
| 448 | 'browser/chromeos/login/account_screen.h', |
[email protected] | 83a4301f | 2010-02-22 22:01:26 | [diff] [blame] | 449 | 'browser/chromeos/login/authenticator.h', |
[email protected] | d7883d0 | 2010-04-02 15:45:28 | [diff] [blame] | 450 | 'browser/chromeos/login/auth_response_handler.cc', |
| 451 | 'browser/chromeos/login/auth_response_handler.h', |
[email protected] | ad30e06 | 2010-04-05 18:11:18 | [diff] [blame] | 452 | 'browser/chromeos/login/background_view.cc', |
| 453 | 'browser/chromeos/login/background_view.h', |
[email protected] | 64ec034 | 2010-06-03 13:00:40 | [diff] [blame] | 454 | 'browser/chromeos/login/camera.cc', |
| 455 | 'browser/chromeos/login/camera.h', |
[email protected] | 551707a | 2010-06-16 16:59:47 | [diff] [blame] | 456 | 'browser/chromeos/login/captcha_view.cc', |
| 457 | 'browser/chromeos/login/captcha_view.h', |
[email protected] | 2e47c7c2 | 2010-03-19 17:14:25 | [diff] [blame] | 458 | 'browser/chromeos/login/client_login_response_handler.cc', |
| 459 | 'browser/chromeos/login/client_login_response_handler.h', |
[email protected] | ad30e06 | 2010-04-05 18:11:18 | [diff] [blame] | 460 | 'browser/chromeos/login/cookie_fetcher.cc', |
| 461 | 'browser/chromeos/login/cookie_fetcher.h', |
[email protected] | 6e64894 | 2010-07-14 12:52:23 | [diff] [blame] | 462 | 'browser/chromeos/login/eula_view.cc', |
| 463 | 'browser/chromeos/login/eula_view.h', |
[email protected] | 507c7107 | 2010-03-12 21:56:17 | [diff] [blame] | 464 | 'browser/chromeos/login/existing_user_controller.cc', |
| 465 | 'browser/chromeos/login/existing_user_controller.h', |
[email protected] | b15ffb18 | 2010-08-03 10:09:39 | [diff] [blame] | 466 | 'browser/chromeos/login/existing_user_view.cc', |
| 467 | 'browser/chromeos/login/existing_user_view.h', |
[email protected] | 551707a | 2010-06-16 16:59:47 | [diff] [blame] | 468 | 'browser/chromeos/login/image_decoder.cc', |
| 469 | 'browser/chromeos/login/image_decoder.h', |
| 470 | 'browser/chromeos/login/image_downloader.cc', |
[email protected] | e22fbfc | 2010-06-26 02:35:30 | [diff] [blame] | 471 | 'browser/chromeos/login/image_downloader.h', |
[email protected] | 2e47c7c2 | 2010-03-19 17:14:25 | [diff] [blame] | 472 | 'browser/chromeos/login/issue_response_handler.cc', |
| 473 | 'browser/chromeos/login/issue_response_handler.h', |
[email protected] | 83a4301f | 2010-02-22 22:01:26 | [diff] [blame] | 474 | 'browser/chromeos/login/google_authenticator.cc', |
| 475 | 'browser/chromeos/login/google_authenticator.h', |
[email protected] | 8a6d008 | 2010-06-02 12:34:22 | [diff] [blame] | 476 | 'browser/chromeos/login/helper.cc', |
[email protected] | 4caf626 | 2010-06-17 14:05:43 | [diff] [blame] | 477 | 'browser/chromeos/login/language_switch_menu.cc', |
| 478 | 'browser/chromeos/login/language_switch_menu.h', |
[email protected] | dfdcdab | 2010-06-09 16:20:05 | [diff] [blame] | 479 | 'browser/chromeos/login/login_html_dialog.cc', |
| 480 | 'browser/chromeos/login/login_html_dialog.h', |
[email protected] | afe05a28 | 2010-05-27 17:44:03 | [diff] [blame] | 481 | 'browser/chromeos/login/login_screen.cc', |
| 482 | 'browser/chromeos/login/login_screen.h', |
[email protected] | 83a4301f | 2010-02-22 22:01:26 | [diff] [blame] | 483 | 'browser/chromeos/login/login_status_consumer.h', |
[email protected] | a10d16e | 2010-03-26 12:41:22 | [diff] [blame] | 484 | 'browser/chromeos/login/login_utils.cc', |
| 485 | 'browser/chromeos/login/login_utils.h', |
[email protected] | 045124c8 | 2010-05-13 10:07:43 | [diff] [blame] | 486 | 'browser/chromeos/login/message_bubble.h', |
| 487 | 'browser/chromeos/login/message_bubble.cc', |
[email protected] | 042c368 | 2010-02-10 18:05:13 | [diff] [blame] | 488 | 'browser/chromeos/login/network_selection_view.cc', |
| 489 | 'browser/chromeos/login/network_selection_view.h', |
[email protected] | 935e9e1 | 2010-03-25 15:29:13 | [diff] [blame] | 490 | 'browser/chromeos/login/network_screen.cc', |
| 491 | 'browser/chromeos/login/network_screen.h', |
| 492 | 'browser/chromeos/login/network_screen_delegate.h', |
[email protected] | afe05a28 | 2010-05-27 17:44:03 | [diff] [blame] | 493 | 'browser/chromeos/login/new_user_view.cc', |
| 494 | 'browser/chromeos/login/new_user_view.h', |
[email protected] | 5b7a0cf | 2010-07-23 10:04:07 | [diff] [blame] | 495 | 'browser/chromeos/login/oobe_progress_bar.cc', |
| 496 | 'browser/chromeos/login/oobe_progress_bar.h', |
[email protected] | 02ed0b3 | 2010-07-22 01:27:13 | [diff] [blame] | 497 | 'browser/chromeos/login/owner_key_utils.cc', |
| 498 | 'browser/chromeos/login/owner_key_utils.h', |
[email protected] | 4ada238 | 2010-07-29 21:28:11 | [diff] [blame] | 499 | 'browser/chromeos/login/owner_manager.cc', |
| 500 | 'browser/chromeos/login/owner_manager.h', |
[email protected] | 5651540 | 2010-07-05 17:37:00 | [diff] [blame] | 501 | 'browser/chromeos/login/password_changed_view.cc', |
| 502 | 'browser/chromeos/login/password_changed_view.h', |
[email protected] | 6971921 | 2010-07-12 11:37:25 | [diff] [blame] | 503 | 'browser/chromeos/login/registration_screen.cc', |
[email protected] | 4129132 | 2010-07-15 17:09:01 | [diff] [blame] | 504 | 'browser/chromeos/login/registration_screen.h', |
[email protected] | f583670 | 2010-02-09 19:11:18 | [diff] [blame] | 505 | 'browser/chromeos/login/rounded_rect_painter.cc', |
| 506 | 'browser/chromeos/login/rounded_rect_painter.h', |
[email protected] | ab2bd2c | 2010-05-05 07:18:27 | [diff] [blame] | 507 | 'browser/chromeos/login/screen_locker.cc', |
| 508 | 'browser/chromeos/login/screen_locker.h', |
| 509 | 'browser/chromeos/login/screen_lock_view.cc', |
| 510 | 'browser/chromeos/login/screen_lock_view.h', |
[email protected] | 649e12c3 | 2010-02-06 04:41:21 | [diff] [blame] | 511 | 'browser/chromeos/login/screen_observer.h', |
[email protected] | 5b6848f | 2010-07-27 11:15:18 | [diff] [blame] | 512 | 'browser/chromeos/login/string_fetcher.h', |
| 513 | 'browser/chromeos/login/string_fetcher.cc', |
[email protected] | b96f34a | 2010-04-21 17:47:01 | [diff] [blame] | 514 | 'browser/chromeos/login/update_screen.cc', |
| 515 | 'browser/chromeos/login/update_screen.h', |
[email protected] | 842cd6c6 | 2010-03-06 17:56:32 | [diff] [blame] | 516 | 'browser/chromeos/login/update_view.cc', |
| 517 | 'browser/chromeos/login/update_view.h', |
[email protected] | 507c7107 | 2010-03-12 21:56:17 | [diff] [blame] | 518 | 'browser/chromeos/login/user_controller.cc', |
| 519 | 'browser/chromeos/login/user_controller.h', |
[email protected] | 8f0d8ecd1 | 2010-04-20 11:51:30 | [diff] [blame] | 520 | 'browser/chromeos/login/user_image_downloader.cc', |
| 521 | 'browser/chromeos/login/user_image_downloader.h', |
| 522 | 'browser/chromeos/login/user_image_loader.cc', |
| 523 | 'browser/chromeos/login/user_image_loader.h', |
[email protected] | 64ec034 | 2010-06-03 13:00:40 | [diff] [blame] | 524 | 'browser/chromeos/login/user_image_screen.cc', |
| 525 | 'browser/chromeos/login/user_image_screen.h', |
| 526 | 'browser/chromeos/login/user_image_view.cc', |
| 527 | 'browser/chromeos/login/user_image_view.h', |
[email protected] | 56f0ffc8 | 2010-02-04 21:30:37 | [diff] [blame] | 528 | 'browser/chromeos/login/user_manager.cc', |
| 529 | 'browser/chromeos/login/user_manager.h', |
[email protected] | 41e13b36 | 2010-06-16 21:27:05 | [diff] [blame] | 530 | 'browser/chromeos/login/user_view.cc', |
| 531 | 'browser/chromeos/login/user_view.h', |
[email protected] | 28e139d | 2010-03-01 14:55:22 | [diff] [blame] | 532 | 'browser/chromeos/login/view_screen.h', |
[email protected] | 88e71dc | 2010-05-07 11:31:38 | [diff] [blame] | 533 | 'browser/chromeos/login/web_page_screen.cc', |
| 534 | 'browser/chromeos/login/web_page_screen.h', |
| 535 | 'browser/chromeos/login/web_page_view.cc', |
| 536 | 'browser/chromeos/login/web_page_view.h', |
[email protected] | 28e139d | 2010-03-01 14:55:22 | [diff] [blame] | 537 | 'browser/chromeos/login/wizard_controller.cc', |
| 538 | 'browser/chromeos/login/wizard_controller.h', |
[email protected] | 042c368 | 2010-02-10 18:05:13 | [diff] [blame] | 539 | 'browser/chromeos/login/wizard_screen.h', |
[email protected] | 0fecda6 | 2010-03-19 21:59:01 | [diff] [blame] | 540 | 'browser/chromeos/low_battery_observer.cc', |
| 541 | 'browser/chromeos/low_battery_observer.h', |
[email protected] | 73bd67b | 2010-07-16 16:00:09 | [diff] [blame] | 542 | # TODO(xiyuan): Remove mock_cros_settings once we have real stuff. |
| 543 | 'browser/chromeos/mock_cros_settings.cc', |
| 544 | 'browser/chromeos/mock_cros_settings.h', |
[email protected] | f7f7265 | 2010-05-04 20:53:13 | [diff] [blame] | 545 | 'browser/chromeos/native_dialog_window.cc', |
| 546 | 'browser/chromeos/native_dialog_window.h', |
[email protected] | e8da0a0 | 2010-02-15 14:07:08 | [diff] [blame] | 547 | 'browser/chromeos/network_list.cc', |
| 548 | 'browser/chromeos/network_list.h', |
[email protected] | 24e8fd5 | 2010-07-10 00:36:56 | [diff] [blame] | 549 | 'browser/chromeos/network_state_notifier.cc', |
| 550 | 'browser/chromeos/network_state_notifier.h', |
[email protected] | 39216be | 2010-06-01 17:54:36 | [diff] [blame] | 551 | 'browser/chromeos/network_message_observer.cc', |
| 552 | 'browser/chromeos/network_message_observer.h', |
[email protected] | f49a0c88 | 2010-07-15 23:35:00 | [diff] [blame] | 553 | 'browser/chromeos/options/cellular_config_view.cc', |
| 554 | 'browser/chromeos/options/cellular_config_view.h', |
[email protected] | 6692b0d7 | 2010-07-15 03:40:23 | [diff] [blame] | 555 | 'browser/chromeos/offline/offline_load_page.cc', |
| 556 | 'browser/chromeos/offline/offline_load_page.h', |
| 557 | 'browser/chromeos/offline/offline_load_service.cc', |
| 558 | 'browser/chromeos/offline/offline_load_service.h', |
[email protected] | c14b402 | 2010-02-04 19:36:02 | [diff] [blame] | 559 | 'browser/chromeos/options/internet_page_view.cc', |
| 560 | 'browser/chromeos/options/internet_page_view.h', |
[email protected] | 3fb19f5c | 2010-02-17 00:49:50 | [diff] [blame] | 561 | 'browser/chromeos/options/ip_config_view.cc', |
| 562 | 'browser/chromeos/options/ip_config_view.h', |
[email protected] | ffd6ed4 | 2010-06-17 02:07:49 | [diff] [blame] | 563 | 'browser/chromeos/options/language_config_model.cc', |
| 564 | 'browser/chromeos/options/language_config_model.h', |
[email protected] | 2a5cd8d6 | 2010-06-03 09:03:18 | [diff] [blame] | 565 | 'browser/chromeos/options/language_config_util.h', |
[email protected] | c179d85 | 2010-03-09 06:39:10 | [diff] [blame] | 566 | 'browser/chromeos/options/language_config_view.cc', |
| 567 | 'browser/chromeos/options/language_config_view.h', |
[email protected] | 525dbe2 | 2010-06-01 07:05:43 | [diff] [blame] | 568 | 'browser/chromeos/options/language_chewing_config_view.cc', |
| 569 | 'browser/chromeos/options/language_chewing_config_view.h', |
[email protected] | 1919eb8 | 2010-03-15 07:55:14 | [diff] [blame] | 570 | 'browser/chromeos/options/language_hangul_config_view.cc', |
| 571 | 'browser/chromeos/options/language_hangul_config_view.h', |
[email protected] | 594b8f5 | 2010-04-27 18:10:30 | [diff] [blame] | 572 | 'browser/chromeos/options/language_pinyin_config_view.cc', |
| 573 | 'browser/chromeos/options/language_pinyin_config_view.h', |
[email protected] | 6e5c4b8 | 2010-05-24 08:18:44 | [diff] [blame] | 574 | 'browser/chromeos/options/language_mozc_config_view.cc', |
| 575 | 'browser/chromeos/options/language_mozc_config_view.h', |
[email protected] | 9cc621682 | 2010-03-03 23:17:27 | [diff] [blame] | 576 | 'browser/chromeos/options/network_config_view.cc', |
| 577 | 'browser/chromeos/options/network_config_view.h', |
[email protected] | b96f34a | 2010-04-21 17:47:01 | [diff] [blame] | 578 | 'browser/chromeos/options/options_window_view.cc', |
| 579 | 'browser/chromeos/options/options_window_view.h', |
[email protected] | c14b402 | 2010-02-04 19:36:02 | [diff] [blame] | 580 | 'browser/chromeos/options/settings_page_view.cc', |
| 581 | 'browser/chromeos/options/settings_page_view.h', |
| 582 | 'browser/chromeos/options/system_page_view.cc', |
| 583 | 'browser/chromeos/options/system_page_view.h', |
[email protected] | 9cc621682 | 2010-03-03 23:17:27 | [diff] [blame] | 584 | 'browser/chromeos/options/wifi_config_view.cc', |
| 585 | 'browser/chromeos/options/wifi_config_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 586 | 'browser/chromeos/panels/panel_scroller.cc', |
| 587 | 'browser/chromeos/panels/panel_scroller.h', |
| 588 | 'browser/chromeos/panels/panel_scroller_container.cc', |
| 589 | 'browser/chromeos/panels/panel_scroller_container.h', |
| 590 | 'browser/chromeos/panels/panel_scroller_header.cc', |
| 591 | 'browser/chromeos/panels/panel_scroller_header.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 592 | 'browser/chromeos/pipe_reader.cc', |
| 593 | 'browser/chromeos/pipe_reader.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 594 | 'browser/chromeos/preferences.cc', |
| 595 | 'browser/chromeos/preferences.h', |
[email protected] | d032b379 | 2010-06-07 22:02:39 | [diff] [blame] | 596 | 'browser/chromeos/pulse_audio_mixer.cc', |
| 597 | 'browser/chromeos/pulse_audio_mixer.h', |
[email protected] | 83a90f7 | 2010-02-04 20:36:41 | [diff] [blame] | 598 | 'browser/chromeos/status/clock_menu_button.cc', |
| 599 | 'browser/chromeos/status/clock_menu_button.h', |
[email protected] | d21e0b4 | 2010-05-20 02:07:08 | [diff] [blame] | 600 | 'browser/chromeos/status/feedback_menu_button.cc', |
| 601 | 'browser/chromeos/status/feedback_menu_button.h', |
[email protected] | 83a90f7 | 2010-02-04 20:36:41 | [diff] [blame] | 602 | 'browser/chromeos/status/language_menu_button.cc', |
| 603 | 'browser/chromeos/status/language_menu_button.h', |
| 604 | 'browser/chromeos/status/network_menu_button.cc', |
| 605 | 'browser/chromeos/status/network_menu_button.h', |
[email protected] | 83a90f7 | 2010-02-04 20:36:41 | [diff] [blame] | 606 | 'browser/chromeos/status/power_menu_button.cc', |
| 607 | 'browser/chromeos/status/power_menu_button.h', |
| 608 | 'browser/chromeos/status/status_area_button.cc', |
| 609 | 'browser/chromeos/status/status_area_button.h', |
| 610 | 'browser/chromeos/status/status_area_host.h', |
| 611 | 'browser/chromeos/status/status_area_view.cc', |
| 612 | 'browser/chromeos/status/status_area_view.h', |
[email protected] | cc4c974 | 2010-05-17 21:04:02 | [diff] [blame] | 613 | 'browser/chromeos/system_key_event_listener.cc', |
| 614 | 'browser/chromeos/system_key_event_listener.h', |
[email protected] | 0b4d338 | 2010-07-14 16:13:04 | [diff] [blame] | 615 | 'browser/chromeos/tab_closeable_state_watcher.cc', |
| 616 | 'browser/chromeos/tab_closeable_state_watcher.h', |
[email protected] | 3cdf376 | 2010-07-13 22:55:55 | [diff] [blame] | 617 | 'browser/chromeos/update_observer.cc', |
| 618 | 'browser/chromeos/update_observer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 619 | 'browser/chromeos/usb_mount_observer.cc', |
| 620 | 'browser/chromeos/usb_mount_observer.h', |
| 621 | 'browser/chromeos/version_loader.cc', |
| 622 | 'browser/chromeos/version_loader.h', |
[email protected] | d59b315 | 2010-03-24 04:41:54 | [diff] [blame] | 623 | 'browser/chromeos/view_ids.h', |
[email protected] | 3de00882 | 2010-06-16 17:26:54 | [diff] [blame] | 624 | 'browser/chromeos/volume_bubble.cc', |
| 625 | 'browser/chromeos/volume_bubble.h', |
| 626 | 'browser/chromeos/volume_bubble_view.cc', |
| 627 | 'browser/chromeos/volume_bubble_view.h', |
[email protected] | ea87eee | 2010-02-22 16:59:24 | [diff] [blame] | 628 | 'browser/chromeos/wm_ipc.cc', |
| 629 | 'browser/chromeos/wm_ipc.h', |
| 630 | 'browser/chromeos/wm_message_listener.cc', |
| 631 | 'browser/chromeos/wm_message_listener.h', |
[email protected] | d65adb1 | 2010-04-28 17:26:49 | [diff] [blame] | 632 | 'browser/chromeos/wm_overview_controller.cc', |
| 633 | 'browser/chromeos/wm_overview_controller.h', |
[email protected] | c766a16 | 2010-06-30 22:45:45 | [diff] [blame] | 634 | 'browser/chromeos/wm_overview_fav_icon.cc', |
| 635 | 'browser/chromeos/wm_overview_fav_icon.h', |
[email protected] | d65adb1 | 2010-04-28 17:26:49 | [diff] [blame] | 636 | 'browser/chromeos/wm_overview_snapshot.cc', |
| 637 | 'browser/chromeos/wm_overview_snapshot.h', |
[email protected] | c766a16 | 2010-06-30 22:45:45 | [diff] [blame] | 638 | 'browser/chromeos/wm_overview_title.cc', |
| 639 | 'browser/chromeos/wm_overview_title.h', |
[email protected] | 97c2c03 | 2010-07-07 22:43:41 | [diff] [blame] | 640 | 'browser/clipboard_dispatcher_gtk.cc', |
| 641 | 'browser/clipboard_dispatcher_mac.mm', |
| 642 | 'browser/clipboard_dispatcher_win.cc', |
| 643 | 'browser/clipboard_dispatcher.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 644 | 'browser/cocoa/about_ipc_bridge.h', |
| 645 | 'browser/cocoa/about_ipc_bridge.mm', |
| 646 | 'browser/cocoa/about_ipc_controller.h', |
| 647 | 'browser/cocoa/about_ipc_controller.mm', |
| 648 | 'browser/cocoa/about_ipc_dialog.h', |
| 649 | 'browser/cocoa/about_ipc_dialog.mm', |
| 650 | 'browser/cocoa/about_window_controller.h', |
| 651 | 'browser/cocoa/about_window_controller.mm', |
[email protected] | d6cfa34c | 2010-06-22 13:41:09 | [diff] [blame] | 652 | 'browser/cocoa/accelerators_cocoa.h', |
| 653 | 'browser/cocoa/accelerators_cocoa.mm', |
[email protected] | 8e0bbf1 | 2010-07-20 00:03:43 | [diff] [blame] | 654 | 'browser/cocoa/animatable_image.h', |
| 655 | 'browser/cocoa/animatable_image.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 656 | 'browser/cocoa/animatable_view.h', |
| 657 | 'browser/cocoa/animatable_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 658 | 'browser/cocoa/authorization_util.h', |
[email protected] | 526657d | 2010-04-30 18:16:18 | [diff] [blame] | 659 | 'browser/cocoa/authorization_util.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 660 | 'browser/cocoa/back_forward_menu_controller.h', |
| 661 | 'browser/cocoa/back_forward_menu_controller.mm', |
| 662 | 'browser/cocoa/background_gradient_view.h', |
| 663 | 'browser/cocoa/background_gradient_view.mm', |
| 664 | 'browser/cocoa/background_tile_view.h', |
| 665 | 'browser/cocoa/background_tile_view.mm', |
[email protected] | 96788b0 | 2010-06-26 21:45:34 | [diff] [blame] | 666 | 'browser/cocoa/base_bubble_controller.h', |
| 667 | 'browser/cocoa/base_bubble_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 668 | 'browser/cocoa/base_view.h', |
| 669 | 'browser/cocoa/base_view.mm', |
[email protected] | 020a50c | 2010-07-07 21:59:06 | [diff] [blame] | 670 | 'browser/cocoa/browser_accessibility.h', |
| 671 | 'browser/cocoa/browser_accessibility.mm', |
| 672 | 'browser/cocoa/browser_accessibility_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 673 | 'browser/cocoa/browser_window_factory.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 674 | 'browser/cocoa/bookmark_all_tabs_controller.h', |
| 675 | 'browser/cocoa/bookmark_all_tabs_controller.mm', |
| 676 | 'browser/cocoa/bookmark_bar_bridge.h', |
| 677 | 'browser/cocoa/bookmark_bar_bridge.mm', |
| 678 | 'browser/cocoa/bookmark_bar_constants.h', |
| 679 | 'browser/cocoa/bookmark_bar_controller.h', |
| 680 | 'browser/cocoa/bookmark_bar_controller.mm', |
[email protected] | 0645da53 | 2010-04-02 19:36:20 | [diff] [blame] | 681 | 'browser/cocoa/bookmark_bar_folder_button_cell.h', |
| 682 | 'browser/cocoa/bookmark_bar_folder_button_cell.mm', |
[email protected] | d27fd0e | 2010-02-24 23:26:27 | [diff] [blame] | 683 | 'browser/cocoa/bookmark_bar_folder_controller.h', |
| 684 | 'browser/cocoa/bookmark_bar_folder_controller.mm', |
[email protected] | 4c16642 | 2010-04-20 17:48:59 | [diff] [blame] | 685 | 'browser/cocoa/bookmark_bar_folder_hover_state.h', |
| 686 | 'browser/cocoa/bookmark_bar_folder_hover_state.mm', |
[email protected] | d27fd0e | 2010-02-24 23:26:27 | [diff] [blame] | 687 | 'browser/cocoa/bookmark_bar_folder_view.h', |
| 688 | 'browser/cocoa/bookmark_bar_folder_view.mm', |
| 689 | 'browser/cocoa/bookmark_bar_folder_window.h', |
| 690 | 'browser/cocoa/bookmark_bar_folder_window.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 691 | 'browser/cocoa/bookmark_bar_state.h', |
| 692 | 'browser/cocoa/bookmark_bar_toolbar_view.h', |
| 693 | 'browser/cocoa/bookmark_bar_toolbar_view.mm', |
| 694 | 'browser/cocoa/bookmark_bar_view.h', |
| 695 | 'browser/cocoa/bookmark_bar_view.mm', |
| 696 | 'browser/cocoa/bookmark_bubble_controller.h', |
| 697 | 'browser/cocoa/bookmark_bubble_controller.mm', |
| 698 | 'browser/cocoa/bookmark_button.h', |
| 699 | 'browser/cocoa/bookmark_button.mm', |
| 700 | 'browser/cocoa/bookmark_button_cell.h', |
| 701 | 'browser/cocoa/bookmark_button_cell.mm', |
[email protected] | eda74d6 | 2010-03-07 03:43:51 | [diff] [blame] | 702 | 'browser/cocoa/bookmark_drag_source.h', |
| 703 | 'browser/cocoa/bookmark_drag_source.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 704 | 'browser/cocoa/bookmark_editor_base_controller.h', |
| 705 | 'browser/cocoa/bookmark_editor_base_controller.mm', |
| 706 | 'browser/cocoa/bookmark_editor_controller.h', |
| 707 | 'browser/cocoa/bookmark_editor_controller.mm', |
[email protected] | c422c91 | 2010-03-24 22:06:06 | [diff] [blame] | 708 | 'browser/cocoa/bookmark_folder_target.h', |
| 709 | 'browser/cocoa/bookmark_folder_target.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 710 | 'browser/cocoa/bookmark_menu.h', |
| 711 | 'browser/cocoa/bookmark_menu.mm', |
| 712 | 'browser/cocoa/bookmark_menu_bridge.h', |
| 713 | 'browser/cocoa/bookmark_menu_bridge.mm', |
| 714 | 'browser/cocoa/bookmark_menu_cocoa_controller.h', |
| 715 | 'browser/cocoa/bookmark_menu_cocoa_controller.mm', |
[email protected] | a493faf | 2010-03-03 17:59:49 | [diff] [blame] | 716 | 'browser/cocoa/bookmark_model_observer_for_cocoa.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 717 | 'browser/cocoa/bookmark_name_folder_controller.h', |
| 718 | 'browser/cocoa/bookmark_name_folder_controller.mm', |
| 719 | 'browser/cocoa/bookmark_tree_browser_cell.h', |
| 720 | 'browser/cocoa/bookmark_tree_browser_cell.mm', |
| 721 | 'browser/cocoa/browser_command_executor.h', |
| 722 | 'browser/cocoa/browser_frame_view.h', |
| 723 | 'browser/cocoa/browser_frame_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 724 | 'browser/cocoa/browser_window_cocoa.h', |
| 725 | 'browser/cocoa/browser_window_cocoa.mm', |
| 726 | 'browser/cocoa/browser_window_controller.h', |
| 727 | 'browser/cocoa/browser_window_controller.mm', |
[email protected] | 390886f | 2010-02-12 16:50:25 | [diff] [blame] | 728 | 'browser/cocoa/browser_window_controller_private.h', |
| 729 | 'browser/cocoa/browser_window_controller_private.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 730 | 'browser/cocoa/bubble_view.h', |
| 731 | 'browser/cocoa/bubble_view.mm', |
| 732 | 'browser/cocoa/bug_report_window_controller.h', |
| 733 | 'browser/cocoa/bug_report_window_controller.mm', |
[email protected] | 8ae178b1 | 2010-07-07 22:55:27 | [diff] [blame] | 734 | 'browser/cocoa/certificate_viewer.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 735 | 'browser/cocoa/chrome_browser_window.h', |
| 736 | 'browser/cocoa/chrome_browser_window.mm', |
| 737 | 'browser/cocoa/chrome_event_processing_window.h', |
| 738 | 'browser/cocoa/chrome_event_processing_window.mm', |
| 739 | 'browser/cocoa/clear_browsing_data_controller.h', |
| 740 | 'browser/cocoa/clear_browsing_data_controller.mm', |
| 741 | 'browser/cocoa/clickhold_button_cell.h', |
| 742 | 'browser/cocoa/clickhold_button_cell.mm', |
[email protected] | a503c97c | 2010-07-16 13:05:48 | [diff] [blame] | 743 | 'browser/cocoa/collected_cookies_mac.h', |
| 744 | 'browser/cocoa/collected_cookies_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 745 | 'browser/cocoa/command_observer_bridge.h', |
| 746 | 'browser/cocoa/command_observer_bridge.mm', |
| 747 | 'browser/cocoa/constrained_window_mac.h', |
| 748 | 'browser/cocoa/constrained_window_mac.mm', |
[email protected] | 6f2c41a3bc | 2010-02-21 16:59:19 | [diff] [blame] | 749 | 'browser/cocoa/content_blocked_bubble_controller.h', |
| 750 | 'browser/cocoa/content_blocked_bubble_controller.mm', |
[email protected] | 71bc0d0 | 2010-02-26 20:43:14 | [diff] [blame] | 751 | 'browser/cocoa/content_exceptions_window_controller.h', |
| 752 | 'browser/cocoa/content_exceptions_window_controller.mm', |
[email protected] | ed1a456 | 2010-02-22 01:53:41 | [diff] [blame] | 753 | 'browser/cocoa/content_settings_dialog_controller.h', |
| 754 | 'browser/cocoa/content_settings_dialog_controller.mm', |
[email protected] | 68e2c8b | 2010-03-18 13:11:41 | [diff] [blame] | 755 | 'browser/cocoa/cookie_details.h', |
| 756 | 'browser/cocoa/cookie_details.mm', |
[email protected] | d0edf4e | 2010-03-12 06:54:09 | [diff] [blame] | 757 | 'browser/cocoa/cookie_details_view_controller.h', |
| 758 | 'browser/cocoa/cookie_details_view_controller.mm', |
[email protected] | c7ae702 | 2010-03-25 09:38:02 | [diff] [blame] | 759 | 'browser/cocoa/cookie_prompt_window_controller.h', |
| 760 | 'browser/cocoa/cookie_prompt_window_controller.mm', |
[email protected] | 68e2c8b | 2010-03-18 13:11:41 | [diff] [blame] | 761 | 'browser/cocoa/cookie_tree_node.h', |
| 762 | 'browser/cocoa/cookie_tree_node.mm', |
[email protected] | e51c1c51 | 2010-01-05 04:42:00 | [diff] [blame] | 763 | 'browser/cocoa/cookies_window_controller.h', |
| 764 | 'browser/cocoa/cookies_window_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 765 | 'browser/cocoa/custom_home_pages_model.h', |
| 766 | 'browser/cocoa/custom_home_pages_model.mm', |
| 767 | 'browser/cocoa/delayedmenu_button.h', |
| 768 | 'browser/cocoa/delayedmenu_button.mm', |
[email protected] | 6a7fb04 | 2010-02-01 16:30:47 | [diff] [blame] | 769 | 'browser/cocoa/dock_icon.h', |
| 770 | 'browser/cocoa/dock_icon.mm', |
[email protected] | aedec4f | 2010-01-30 06:37:36 | [diff] [blame] | 771 | 'browser/cocoa/download_item_button.h', |
| 772 | 'browser/cocoa/download_item_button.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 773 | 'browser/cocoa/download_item_cell.h', |
| 774 | 'browser/cocoa/download_item_cell.mm', |
| 775 | 'browser/cocoa/download_item_controller.h', |
| 776 | 'browser/cocoa/download_item_controller.mm', |
| 777 | 'browser/cocoa/download_item_mac.h', |
| 778 | 'browser/cocoa/download_item_mac.mm', |
| 779 | 'browser/cocoa/download_shelf_controller.h', |
| 780 | 'browser/cocoa/download_shelf_controller.mm', |
| 781 | 'browser/cocoa/download_shelf_mac.h', |
| 782 | 'browser/cocoa/download_shelf_mac.mm', |
| 783 | 'browser/cocoa/download_shelf_view.h', |
| 784 | 'browser/cocoa/download_shelf_view.mm', |
| 785 | 'browser/cocoa/download_started_animation_mac.mm', |
| 786 | 'browser/cocoa/download_util_mac.h', |
| 787 | 'browser/cocoa/download_util_mac.mm', |
[email protected] | aedec4f | 2010-01-30 06:37:36 | [diff] [blame] | 788 | 'browser/cocoa/draggable_button.h', |
| 789 | 'browser/cocoa/draggable_button.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 790 | 'browser/cocoa/edit_search_engine_cocoa_controller.h', |
| 791 | 'browser/cocoa/edit_search_engine_cocoa_controller.mm', |
| 792 | 'browser/cocoa/encoding_menu_controller_delegate_mac.h', |
| 793 | 'browser/cocoa/encoding_menu_controller_delegate_mac.mm', |
| 794 | 'browser/cocoa/event_utils.h', |
| 795 | 'browser/cocoa/event_utils.mm', |
| 796 | 'browser/cocoa/extension_install_prompt.mm', |
[email protected] | 54bc0925 | 2010-01-31 21:45:17 | [diff] [blame] | 797 | 'browser/cocoa/extension_installed_bubble_bridge.h', |
| 798 | 'browser/cocoa/extension_installed_bubble_bridge.mm', |
| 799 | 'browser/cocoa/extension_installed_bubble_controller.h', |
| 800 | 'browser/cocoa/extension_installed_bubble_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 801 | 'browser/cocoa/extension_view_mac.h', |
| 802 | 'browser/cocoa/extension_view_mac.mm', |
[email protected] | 01bfd02 | 2010-01-19 21:14:13 | [diff] [blame] | 803 | 'browser/cocoa/extensions/browser_action_button.h', |
| 804 | 'browser/cocoa/extensions/browser_action_button.mm', |
[email protected] | cc7af20c | 2010-02-05 23:30:58 | [diff] [blame] | 805 | 'browser/cocoa/extensions/browser_actions_container_view.h', |
| 806 | 'browser/cocoa/extensions/browser_actions_container_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 807 | 'browser/cocoa/extensions/browser_actions_controller.h', |
| 808 | 'browser/cocoa/extensions/browser_actions_controller.mm', |
[email protected] | 35d2637 | 2010-01-12 18:12:51 | [diff] [blame] | 809 | 'browser/cocoa/extensions/extension_action_context_menu.h', |
| 810 | 'browser/cocoa/extensions/extension_action_context_menu.mm', |
[email protected] | beeb1349 | 2010-06-28 19:58:54 | [diff] [blame] | 811 | 'browser/cocoa/extensions/extension_infobar_controller.h', |
| 812 | 'browser/cocoa/extensions/extension_infobar_controller.mm', |
[email protected] | c5c3c5b | 2010-04-03 07:03:34 | [diff] [blame] | 813 | 'browser/cocoa/extensions/extension_install_prompt_controller.h', |
| 814 | 'browser/cocoa/extensions/extension_install_prompt_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 815 | 'browser/cocoa/extensions/extension_popup_controller.h', |
| 816 | 'browser/cocoa/extensions/extension_popup_controller.mm', |
| 817 | 'browser/cocoa/external_protocol_dialog.h', |
| 818 | 'browser/cocoa/external_protocol_dialog.mm', |
| 819 | 'browser/cocoa/fast_resize_view.h', |
| 820 | 'browser/cocoa/fast_resize_view.mm', |
| 821 | 'browser/cocoa/file_metadata.h', |
| 822 | 'browser/cocoa/file_metadata.mm', |
| 823 | 'browser/cocoa/find_bar_bridge.h', |
| 824 | 'browser/cocoa/find_bar_bridge.mm', |
| 825 | 'browser/cocoa/find_bar_cocoa_controller.h', |
| 826 | 'browser/cocoa/find_bar_cocoa_controller.mm', |
| 827 | 'browser/cocoa/find_bar_text_field.h', |
| 828 | 'browser/cocoa/find_bar_text_field.mm', |
| 829 | 'browser/cocoa/find_bar_text_field_cell.h', |
| 830 | 'browser/cocoa/find_bar_text_field_cell.mm', |
| 831 | 'browser/cocoa/find_bar_view.h', |
| 832 | 'browser/cocoa/find_bar_view.mm', |
| 833 | 'browser/cocoa/find_pasteboard.h', |
| 834 | 'browser/cocoa/find_pasteboard.mm', |
[email protected] | 96788b0 | 2010-06-26 21:45:34 | [diff] [blame] | 835 | 'browser/cocoa/first_run_bubble_controller.h', |
| 836 | 'browser/cocoa/first_run_bubble_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 837 | 'browser/cocoa/first_run_dialog.h', |
| 838 | 'browser/cocoa/first_run_dialog.mm', |
[email protected] | e5df6ed | 2010-02-03 02:11:32 | [diff] [blame] | 839 | 'browser/cocoa/floating_bar_backing_view.h', |
| 840 | 'browser/cocoa/floating_bar_backing_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 841 | 'browser/cocoa/focus_tracker.h', |
| 842 | 'browser/cocoa/focus_tracker.mm', |
[email protected] | 756989c | 2009-12-07 16:30:57 | [diff] [blame] | 843 | 'browser/cocoa/font_language_settings_controller.h', |
| 844 | 'browser/cocoa/font_language_settings_controller.mm', |
[email protected] | e5df6ed | 2010-02-03 02:11:32 | [diff] [blame] | 845 | 'browser/cocoa/fullscreen_controller.h', |
| 846 | 'browser/cocoa/fullscreen_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 847 | 'browser/cocoa/fullscreen_window.h', |
| 848 | 'browser/cocoa/fullscreen_window.mm', |
| 849 | 'browser/cocoa/gradient_button_cell.h', |
| 850 | 'browser/cocoa/gradient_button_cell.mm', |
| 851 | 'browser/cocoa/history_menu_bridge.h', |
| 852 | 'browser/cocoa/history_menu_bridge.mm', |
| 853 | 'browser/cocoa/history_menu_cocoa_controller.h', |
| 854 | 'browser/cocoa/history_menu_cocoa_controller.mm', |
[email protected] | 80bebf48 | 2010-07-30 16:13:33 | [diff] [blame] | 855 | 'browser/cocoa/hover_button.h', |
| 856 | 'browser/cocoa/hover_button.mm', |
[email protected] | e9a1a8d | 2009-12-15 16:26:26 | [diff] [blame] | 857 | 'browser/cocoa/hover_close_button.h', |
| 858 | 'browser/cocoa/hover_close_button.mm', |
[email protected] | 80bebf48 | 2010-07-30 16:13:33 | [diff] [blame] | 859 | 'browser/cocoa/hover_image_button.h', |
| 860 | 'browser/cocoa/hover_image_button.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 861 | 'browser/cocoa/html_dialog_window_controller.h', |
| 862 | 'browser/cocoa/html_dialog_window_controller_cppsafe.h', |
| 863 | 'browser/cocoa/html_dialog_window_controller.mm', |
| 864 | 'browser/cocoa/hyperlink_button_cell.h', |
| 865 | 'browser/cocoa/hyperlink_button_cell.mm', |
| 866 | 'browser/cocoa/hung_renderer_controller.h', |
| 867 | 'browser/cocoa/hung_renderer_controller.mm', |
[email protected] | d60655b8 | 2010-06-04 18:21:12 | [diff] [blame] | 868 | 'browser/cocoa/image_utils.h', |
| 869 | 'browser/cocoa/image_utils.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 870 | 'browser/cocoa/import_progress_dialog.h', |
| 871 | 'browser/cocoa/import_progress_dialog.mm', |
| 872 | 'browser/cocoa/import_settings_dialog.h', |
| 873 | 'browser/cocoa/import_settings_dialog.mm', |
| 874 | 'browser/cocoa/importer_lock_dialog.h', |
| 875 | 'browser/cocoa/importer_lock_dialog.mm', |
| 876 | 'browser/cocoa/info_bubble_view.h', |
| 877 | 'browser/cocoa/info_bubble_view.mm', |
| 878 | 'browser/cocoa/info_bubble_window.h', |
| 879 | 'browser/cocoa/info_bubble_window.mm', |
| 880 | 'browser/cocoa/infobar.h', |
| 881 | 'browser/cocoa/infobar_container_controller.h', |
| 882 | 'browser/cocoa/infobar_container_controller.mm', |
| 883 | 'browser/cocoa/infobar_controller.h', |
| 884 | 'browser/cocoa/infobar_controller.mm', |
| 885 | 'browser/cocoa/infobar_gradient_view.h', |
| 886 | 'browser/cocoa/infobar_gradient_view.mm', |
| 887 | 'browser/cocoa/infobar_test_helper.h', |
[email protected] | 0a357e63 | 2010-04-02 21:26:58 | [diff] [blame] | 888 | 'browser/cocoa/install_from_dmg.h', |
| 889 | 'browser/cocoa/install_from_dmg.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 890 | 'browser/cocoa/keystone_glue.h', |
| 891 | 'browser/cocoa/keystone_glue.mm', |
| 892 | 'browser/cocoa/keystone_infobar.h', |
| 893 | 'browser/cocoa/keystone_infobar.mm', |
| 894 | 'browser/cocoa/keyword_editor_cocoa_controller.h', |
| 895 | 'browser/cocoa/keyword_editor_cocoa_controller.mm', |
[email protected] | b5366c1 | 2010-04-06 20:37:59 | [diff] [blame] | 896 | 'browser/cocoa/l10n_util.h', |
| 897 | 'browser/cocoa/l10n_util.mm', |
[email protected] | 7a6cbcf | 2010-06-25 19:04:40 | [diff] [blame] | 898 | 'browser/cocoa/location_bar/autocomplete_text_field.h', |
| 899 | 'browser/cocoa/location_bar/autocomplete_text_field.mm', |
| 900 | 'browser/cocoa/location_bar/autocomplete_text_field_cell.h', |
| 901 | 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm', |
| 902 | 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', |
| 903 | 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', |
[email protected] | fb6d030 | 2010-07-13 21:42:42 | [diff] [blame] | 904 | 'browser/cocoa/location_bar/bubble_decoration.h', |
| 905 | 'browser/cocoa/location_bar/bubble_decoration.mm', |
[email protected] | da5ec531 | 2010-07-17 02:52:39 | [diff] [blame] | 906 | 'browser/cocoa/location_bar/content_setting_decoration.h', |
| 907 | 'browser/cocoa/location_bar/content_setting_decoration.mm', |
[email protected] | fb6d030 | 2010-07-13 21:42:42 | [diff] [blame] | 908 | 'browser/cocoa/location_bar/ev_bubble_decoration.h', |
| 909 | 'browser/cocoa/location_bar/ev_bubble_decoration.mm', |
[email protected] | a37d5c5 | 2010-07-15 02:11:12 | [diff] [blame] | 910 | 'browser/cocoa/location_bar/image_decoration.h', |
| 911 | 'browser/cocoa/location_bar/image_decoration.mm', |
[email protected] | 792037b | 2010-07-19 18:57:29 | [diff] [blame] | 912 | 'browser/cocoa/location_bar/keyword_hint_decoration.h', |
| 913 | 'browser/cocoa/location_bar/keyword_hint_decoration.mm', |
[email protected] | fb6d030 | 2010-07-13 21:42:42 | [diff] [blame] | 914 | 'browser/cocoa/location_bar/location_bar_decoration.h', |
| 915 | 'browser/cocoa/location_bar/location_bar_decoration.mm', |
[email protected] | 7a6cbcf | 2010-06-25 19:04:40 | [diff] [blame] | 916 | 'browser/cocoa/location_bar/location_bar_view_mac.h', |
| 917 | 'browser/cocoa/location_bar/location_bar_view_mac.mm', |
[email protected] | fb6d030 | 2010-07-13 21:42:42 | [diff] [blame] | 918 | 'browser/cocoa/location_bar/location_icon_decoration.h', |
| 919 | 'browser/cocoa/location_bar/location_icon_decoration.mm', |
[email protected] | 31f841e | 2010-07-16 16:51:48 | [diff] [blame] | 920 | 'browser/cocoa/location_bar/page_action_decoration.h', |
| 921 | 'browser/cocoa/location_bar/page_action_decoration.mm', |
[email protected] | fb6d030 | 2010-07-13 21:42:42 | [diff] [blame] | 922 | 'browser/cocoa/location_bar/selected_keyword_decoration.h', |
| 923 | 'browser/cocoa/location_bar/selected_keyword_decoration.mm', |
[email protected] | a37d5c5 | 2010-07-15 02:11:12 | [diff] [blame] | 924 | 'browser/cocoa/location_bar/star_decoration.h', |
| 925 | 'browser/cocoa/location_bar/star_decoration.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 926 | 'browser/cocoa/menu_button.h', |
| 927 | 'browser/cocoa/menu_button.mm', |
[email protected] | 273865aa | 2009-12-09 19:56:30 | [diff] [blame] | 928 | 'browser/cocoa/menu_controller.h', |
| 929 | 'browser/cocoa/menu_controller.mm', |
[email protected] | 9c3ad87 | 2010-08-03 20:10:41 | [diff] [blame] | 930 | 'browser/cocoa/menu_tracked_button.h', |
| 931 | 'browser/cocoa/menu_tracked_button.mm', |
| 932 | 'browser/cocoa/menu_tracked_root_view.h', |
| 933 | 'browser/cocoa/menu_tracked_root_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 934 | 'browser/cocoa/multi_key_equivalent_button.h', |
| 935 | 'browser/cocoa/multi_key_equivalent_button.mm', |
[email protected] | f9c1f09a | 2010-07-23 17:56:40 | [diff] [blame] | 936 | 'browser/cocoa/new_tab_button.h', |
| 937 | 'browser/cocoa/new_tab_button.mm', |
[email protected] | 6a760c99 | 2010-02-09 23:16:56 | [diff] [blame] | 938 | 'browser/cocoa/notifications/balloon_controller.mm', |
| 939 | 'browser/cocoa/notifications/balloon_controller.h', |
| 940 | 'browser/cocoa/notifications/balloon_view_bridge.h', |
| 941 | 'browser/cocoa/notifications/balloon_view_bridge.mm', |
| 942 | 'browser/cocoa/notifications/balloon_view_host_mac.h', |
| 943 | 'browser/cocoa/notifications/balloon_view_host_mac.mm', |
| 944 | 'browser/cocoa/notifications/balloon_view.h', |
| 945 | 'browser/cocoa/notifications/balloon_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 946 | 'browser/cocoa/nsmenuitem_additions.h', |
| 947 | 'browser/cocoa/nsmenuitem_additions.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 948 | 'browser/cocoa/objc_method_swizzle.h', |
| 949 | 'browser/cocoa/objc_method_swizzle.mm', |
[email protected] | d9c320a | 2010-05-19 16:25:13 | [diff] [blame] | 950 | 'browser/cocoa/objc_zombie.h', |
| 951 | 'browser/cocoa/objc_zombie.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 952 | 'browser/cocoa/page_info_window_controller.h', |
| 953 | 'browser/cocoa/page_info_window_controller.mm', |
| 954 | 'browser/cocoa/page_info_window_mac.h', |
| 955 | 'browser/cocoa/page_info_window_mac.mm', |
[email protected] | 8e0bbf1 | 2010-07-20 00:03:43 | [diff] [blame] | 956 | 'browser/cocoa/popup_blocked_animation_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 957 | 'browser/cocoa/preferences_window_controller.h', |
| 958 | 'browser/cocoa/preferences_window_controller.mm', |
[email protected] | 35b1eb2 | 2010-07-07 22:20:14 | [diff] [blame] | 959 | 'browser/cocoa/reload_button.h', |
| 960 | 'browser/cocoa/reload_button.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 961 | 'browser/cocoa/repost_form_warning_mac.h', |
| 962 | 'browser/cocoa/repost_form_warning_mac.mm', |
| 963 | 'browser/cocoa/restart_browser.h', |
| 964 | 'browser/cocoa/restart_browser.mm', |
[email protected] | 35b1eb2 | 2010-07-07 22:20:14 | [diff] [blame] | 965 | 'browser/cocoa/rwhvm_editcommand_helper.h', |
| 966 | 'browser/cocoa/rwhvm_editcommand_helper.mm', |
[email protected] | 27286e7 | 2009-12-15 19:52:37 | [diff] [blame] | 967 | 'browser/cocoa/sad_tab_controller.h', |
| 968 | 'browser/cocoa/sad_tab_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 969 | 'browser/cocoa/sad_tab_view.h', |
| 970 | 'browser/cocoa/sad_tab_view.mm', |
| 971 | 'browser/cocoa/scoped_authorizationref.h', |
| 972 | 'browser/cocoa/search_engine_list_model.h', |
| 973 | 'browser/cocoa/search_engine_list_model.mm', |
| 974 | 'browser/cocoa/shell_dialogs_mac.mm', |
[email protected] | 52a63f4 | 2010-06-23 16:37:13 | [diff] [blame] | 975 | 'browser/cocoa/side_tab_strip_controller.h', |
| 976 | 'browser/cocoa/side_tab_strip_controller.mm', |
| 977 | 'browser/cocoa/side_tab_strip_view.h', |
| 978 | 'browser/cocoa/side_tab_strip_view.mm', |
[email protected] | 834a6a1 | 2010-07-01 18:26:57 | [diff] [blame] | 979 | 'browser/cocoa/simple_content_exceptions_window_controller.h', |
| 980 | 'browser/cocoa/simple_content_exceptions_window_controller.mm', |
[email protected] | 1f18184a | 2010-07-21 19:34:49 | [diff] [blame] | 981 | 'browser/cocoa/ssl_client_certificate_selector.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 982 | 'browser/cocoa/status_bubble_mac.h', |
| 983 | 'browser/cocoa/status_bubble_mac.mm', |
[email protected] | ccb55cf5 | 2010-03-06 22:02:04 | [diff] [blame] | 984 | 'browser/cocoa/status_icons/status_icon_mac.h', |
| 985 | 'browser/cocoa/status_icons/status_icon_mac.mm', |
[email protected] | a24642a | 2010-03-24 21:29:05 | [diff] [blame] | 986 | 'browser/cocoa/status_icons/status_tray_mac.h', |
| 987 | 'browser/cocoa/status_icons/status_tray_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 988 | 'browser/cocoa/styled_text_field.h', |
| 989 | 'browser/cocoa/styled_text_field.mm', |
| 990 | 'browser/cocoa/styled_text_field_cell.h', |
| 991 | 'browser/cocoa/styled_text_field_cell.mm', |
| 992 | 'browser/cocoa/tab_contents_controller.h', |
| 993 | 'browser/cocoa/tab_contents_controller.mm', |
| 994 | 'browser/cocoa/tab_controller.h', |
| 995 | 'browser/cocoa/tab_controller.mm', |
| 996 | 'browser/cocoa/tab_strip_controller.h', |
| 997 | 'browser/cocoa/tab_strip_controller.mm', |
| 998 | 'browser/cocoa/tab_strip_model_observer_bridge.h', |
| 999 | 'browser/cocoa/tab_strip_model_observer_bridge.mm', |
| 1000 | 'browser/cocoa/tab_strip_view.h', |
| 1001 | 'browser/cocoa/tab_strip_view.mm', |
| 1002 | 'browser/cocoa/tab_view.h', |
| 1003 | 'browser/cocoa/tab_view.mm', |
[email protected] | 88e8e75 | 2010-06-04 18:35:35 | [diff] [blame] | 1004 | 'browser/cocoa/tab_view_picker_table.h', |
| 1005 | 'browser/cocoa/tab_view_picker_table.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1006 | 'browser/cocoa/tab_window_controller.h', |
| 1007 | 'browser/cocoa/tab_window_controller.mm', |
[email protected] | 15be813 | 2010-01-13 03:26:13 | [diff] [blame] | 1008 | 'browser/cocoa/table_row_nsimage_cache.h', |
| 1009 | 'browser/cocoa/table_row_nsimage_cache.mm', |
[email protected] | 91ac920 | 2010-07-30 18:32:35 | [diff] [blame] | 1010 | 'browser/cocoa/tabpose_window.h', |
| 1011 | 'browser/cocoa/tabpose_window.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1012 | 'browser/cocoa/task_manager_mac.h', |
| 1013 | 'browser/cocoa/task_manager_mac.mm', |
[email protected] | 53ee4e1 | 2010-02-23 18:36:12 | [diff] [blame] | 1014 | 'browser/cocoa/themed_window.h', |
| 1015 | 'browser/cocoa/themed_window.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1016 | 'browser/cocoa/theme_install_bubble_view.h', |
| 1017 | 'browser/cocoa/theme_install_bubble_view.mm', |
| 1018 | 'browser/cocoa/throbber_view.h', |
| 1019 | 'browser/cocoa/throbber_view.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1020 | 'browser/cocoa/toolbar_controller.h', |
| 1021 | 'browser/cocoa/toolbar_controller.mm', |
| 1022 | 'browser/cocoa/toolbar_view.h', |
| 1023 | 'browser/cocoa/toolbar_view.mm', |
[email protected] | 52efff2f | 2010-06-23 21:12:27 | [diff] [blame] | 1024 | 'browser/cocoa/translate/after_translate_infobar_controller.h', |
| 1025 | 'browser/cocoa/translate/after_translate_infobar_controller.mm', |
| 1026 | 'browser/cocoa/translate/before_translate_infobar_controller.h', |
| 1027 | 'browser/cocoa/translate/before_translate_infobar_controller.mm', |
| 1028 | 'browser/cocoa/translate/translate_infobar_base.h', |
| 1029 | 'browser/cocoa/translate/translate_infobar_base.mm', |
| 1030 | 'browser/cocoa/translate/translate_message_infobar_controller.h', |
| 1031 | 'browser/cocoa/translate/translate_message_infobar_controller.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1032 | 'browser/cocoa/ui_localizer.h', |
| 1033 | 'browser/cocoa/ui_localizer.mm', |
[email protected] | 920562c | 2009-12-04 23:55:52 | [diff] [blame] | 1034 | 'browser/cocoa/url_drop_target.h', |
| 1035 | 'browser/cocoa/url_drop_target.mm', |
[email protected] | b5a7c90f | 2010-06-22 10:42:27 | [diff] [blame] | 1036 | 'browser/cocoa/vertical_gradient_view.h', |
| 1037 | 'browser/cocoa/vertical_gradient_view.mm', |
[email protected] | 6023b52 | 2010-07-20 18:15:48 | [diff] [blame] | 1038 | 'browser/cocoa/view_id_util.h', |
| 1039 | 'browser/cocoa/view_id_util.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1040 | 'browser/cocoa/view_resizer.h', |
[email protected] | eda74d6 | 2010-03-07 03:43:51 | [diff] [blame] | 1041 | 'browser/cocoa/web_contents_drag_source.h', |
| 1042 | 'browser/cocoa/web_contents_drag_source.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1043 | 'browser/cocoa/web_drag_source.h', |
| 1044 | 'browser/cocoa/web_drag_source.mm', |
| 1045 | 'browser/cocoa/web_drop_target.h', |
| 1046 | 'browser/cocoa/web_drop_target.mm', |
[email protected] | fcdc18a | 2010-01-19 22:10:53 | [diff] [blame] | 1047 | 'browser/cocoa/window_size_autosaver.h', |
| 1048 | 'browser/cocoa/window_size_autosaver.mm', |
[email protected] | 0dad8074 | 2010-07-15 15:44:20 | [diff] [blame] | 1049 | 'browser/cocoa/wrench_menu_controller.h', |
| 1050 | 'browser/cocoa/wrench_menu_controller.mm', |
[email protected] | 8664dfb | 2010-07-16 11:48:21 | [diff] [blame] | 1051 | 'browser/command_line_pref_store.cc', |
| 1052 | 'browser/command_line_pref_store.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1053 | 'browser/command_updater.cc', |
| 1054 | 'browser/command_updater.h', |
[email protected] | c378cca | 2010-05-14 13:17:40 | [diff] [blame] | 1055 | 'browser/config_dir_policy_provider.cc', |
| 1056 | 'browser/config_dir_policy_provider.h', |
[email protected] | 8664dfb | 2010-07-16 11:48:21 | [diff] [blame] | 1057 | 'browser/configuration_policy_store.h', |
| 1058 | 'browser/configuration_policy_pref_store.cc', |
| 1059 | 'browser/configuration_policy_pref_store.h', |
| 1060 | 'browser/configuration_policy_provider.cc', |
| 1061 | 'browser/configuration_policy_provider.h', |
| 1062 | 'browser/configuration_policy_provider_mac.cc', |
| 1063 | 'browser/configuration_policy_provider_mac.h', |
| 1064 | 'browser/configuration_policy_provider_win.cc', |
| 1065 | 'browser/configuration_policy_provider_win.h', |
[email protected] | 4711510 | 2010-02-19 19:01:47 | [diff] [blame] | 1066 | 'browser/content_exceptions_table_model.cc', |
| 1067 | 'browser/content_exceptions_table_model.h', |
[email protected] | 5ec40cf | 2010-03-09 11:34:51 | [diff] [blame] | 1068 | 'browser/content_setting_bubble_model.cc', |
| 1069 | 'browser/content_setting_bubble_model.h', |
[email protected] | 7776774 | 2010-03-02 22:06:27 | [diff] [blame] | 1070 | 'browser/content_setting_combo_model.cc', |
| 1071 | 'browser/content_setting_combo_model.h', |
[email protected] | 352104e | 2010-03-05 11:40:08 | [diff] [blame] | 1072 | 'browser/content_setting_image_model.cc', |
| 1073 | 'browser/content_setting_image_model.h', |
[email protected] | 12f74a9 | 2010-02-05 22:32:14 | [diff] [blame] | 1074 | 'browser/cookie_modal_dialog.cc', |
| 1075 | 'browser/cookie_modal_dialog.h', |
[email protected] | d615a7a | 2010-02-24 05:10:34 | [diff] [blame] | 1076 | 'browser/cookie_modal_dialog_mac.mm', |
[email protected] | ba6da1fa | 2010-02-24 20:05:13 | [diff] [blame] | 1077 | 'browser/cookie_modal_dialog_gtk.cc', |
[email protected] | 12f74a9 | 2010-02-05 22:32:14 | [diff] [blame] | 1078 | 'browser/cookie_modal_dialog_views.cc', |
| 1079 | 'browser/cookie_prompt_modal_dialog_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1080 | 'browser/cookies_tree_model.cc', |
| 1081 | 'browser/cookies_tree_model.h', |
| 1082 | 'browser/cross_site_request_manager.cc', |
| 1083 | 'browser/cross_site_request_manager.h', |
[email protected] | 7fff7901 | 2010-05-12 00:19:05 | [diff] [blame] | 1084 | 'browser/custom_home_pages_table_model.cc', |
| 1085 | 'browser/custom_home_pages_table_model.h', |
[email protected] | 9b82ad7a | 2010-05-19 01:04:54 | [diff] [blame] | 1086 | 'browser/default_encoding_combo_model.cc', |
| 1087 | 'browser/default_encoding_combo_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1088 | 'browser/defaults.cc', |
| 1089 | 'browser/defaults.h', |
| 1090 | 'browser/diagnostics/diagnostics_main.cc', |
| 1091 | 'browser/diagnostics/diagnostics_main.h', |
| 1092 | 'browser/diagnostics/diagnostics_model.h', |
| 1093 | 'browser/diagnostics/diagnostics_model.cc', |
| 1094 | 'browser/diagnostics/diagnostics_test.h', |
| 1095 | 'browser/diagnostics/sqlite_diagnostics.cc', |
| 1096 | 'browser/diagnostics/sqlite_diagnostics.h', |
[email protected] | 26f4647 | 2009-12-20 03:57:10 | [diff] [blame] | 1097 | 'browser/diagnostics/recon_diagnostics.cc', |
| 1098 | 'browser/diagnostics/recon_diagnostics.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1099 | 'browser/dock_info_gtk.cc', |
[email protected] | e06131d | 2010-02-10 18:40:33 | [diff] [blame] | 1100 | 'browser/dock_info_mac.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1101 | 'browser/dock_info_win.cc', |
| 1102 | 'browser/dock_info.cc', |
| 1103 | 'browser/dock_info.h', |
| 1104 | 'browser/dom_operation_notification_details.h', |
[email protected] | 45a613e | 2010-04-16 23:39:26 | [diff] [blame] | 1105 | 'browser/dom_ui/app_launcher_handler.cc', |
| 1106 | 'browser/dom_ui/app_launcher_handler.h', |
[email protected] | 6404197b | 2010-03-03 00:40:40 | [diff] [blame] | 1107 | 'browser/dom_ui/bookmarks_ui.cc', |
| 1108 | 'browser/dom_ui/bookmarks_ui.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1109 | 'browser/dom_ui/chrome_url_data_manager.cc', |
| 1110 | 'browser/dom_ui/chrome_url_data_manager.h', |
[email protected] | 91460049 | 2010-07-23 16:42:24 | [diff] [blame] | 1111 | 'browser/dom_ui/add_startup_page_handler.cc', |
| 1112 | 'browser/dom_ui/add_startup_page_handler.h', |
[email protected] | 8288675 | 2010-07-07 20:15:12 | [diff] [blame] | 1113 | 'browser/dom_ui/advanced_options_handler.cc', |
| 1114 | 'browser/dom_ui/advanced_options_handler.h', |
[email protected] | 92af935 | 2010-07-29 16:17:43 | [diff] [blame] | 1115 | 'browser/dom_ui/advanced_options_utils.h', |
| 1116 | 'browser/dom_ui/advanced_options_utils_gtk.cc', |
[email protected] | 8288675 | 2010-07-07 20:15:12 | [diff] [blame] | 1117 | 'browser/dom_ui/advanced_options_utils_mac.mm', |
[email protected] | 92af935 | 2010-07-29 16:17:43 | [diff] [blame] | 1118 | 'browser/dom_ui/advanced_options_utils_win.cc', |
[email protected] | 8288675 | 2010-07-07 20:15:12 | [diff] [blame] | 1119 | 'browser/dom_ui/browser_options_handler.cc', |
| 1120 | 'browser/dom_ui/browser_options_handler.h', |
[email protected] | b498f6a | 2010-07-19 19:04:12 | [diff] [blame] | 1121 | 'browser/dom_ui/clear_browser_data_handler.cc', |
| 1122 | 'browser/dom_ui/clear_browser_data_handler.h', |
[email protected] | b781f63 | 2010-07-12 22:31:19 | [diff] [blame] | 1123 | 'browser/dom_ui/content_settings_handler.cc', |
| 1124 | 'browser/dom_ui/content_settings_handler.h', |
[email protected] | 478739e3 | 2010-06-17 17:09:05 | [diff] [blame] | 1125 | 'browser/dom_ui/core_options_handler.cc', |
| 1126 | 'browser/dom_ui/core_options_handler.h', |
[email protected] | b498f6a | 2010-07-19 19:04:12 | [diff] [blame] | 1127 | 'browser/dom_ui/font_settings_handler.cc', |
| 1128 | 'browser/dom_ui/font_settings_handler.h', |
[email protected] | 8288675 | 2010-07-07 20:15:12 | [diff] [blame] | 1129 | 'browser/dom_ui/personal_options_handler.cc', |
| 1130 | 'browser/dom_ui/personal_options_handler.h', |
[email protected] | ed0cd323 | 2010-07-22 21:31:06 | [diff] [blame] | 1131 | 'browser/dom_ui/sync_options_handler.cc', |
| 1132 | 'browser/dom_ui/sync_options_handler.h', |
[email protected] | bfb19b64 | 2010-07-27 18:14:29 | [diff] [blame] | 1133 | 'browser/dom_ui/search_engine_manager_handler.cc', |
| 1134 | 'browser/dom_ui/search_engine_manager_handler.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1135 | 'browser/dom_ui/devtools_ui.cc', |
| 1136 | 'browser/dom_ui/devtools_ui.h', |
| 1137 | 'browser/dom_ui/dom_ui.cc', |
| 1138 | 'browser/dom_ui/dom_ui.h', |
| 1139 | 'browser/dom_ui/dom_ui_factory.cc', |
| 1140 | 'browser/dom_ui/dom_ui_factory.h', |
| 1141 | 'browser/dom_ui/dom_ui_favicon_source.cc', |
| 1142 | 'browser/dom_ui/dom_ui_favicon_source.h', |
| 1143 | 'browser/dom_ui/dom_ui_theme_source.cc', |
| 1144 | 'browser/dom_ui/dom_ui_theme_source.h', |
| 1145 | 'browser/dom_ui/dom_ui_thumbnail_source.cc', |
| 1146 | 'browser/dom_ui/dom_ui_thumbnail_source.h', |
[email protected] | 73852b8f | 2010-05-14 00:38:12 | [diff] [blame] | 1147 | 'browser/dom_ui/dom_ui_util.cc', |
| 1148 | 'browser/dom_ui/dom_ui_util.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1149 | 'browser/dom_ui/downloads_dom_handler.cc', |
| 1150 | 'browser/dom_ui/downloads_dom_handler.h', |
| 1151 | 'browser/dom_ui/downloads_ui.cc', |
| 1152 | 'browser/dom_ui/downloads_ui.h', |
| 1153 | 'browser/dom_ui/fileicon_source.cc', |
| 1154 | 'browser/dom_ui/fileicon_source.h', |
| 1155 | 'browser/dom_ui/filebrowse_ui.cc', |
| 1156 | 'browser/dom_ui/filebrowse_ui.h', |
| 1157 | 'browser/dom_ui/history_ui.cc', |
| 1158 | 'browser/dom_ui/history_ui.h', |
[email protected] | 95ae24f | 2010-06-21 19:13:14 | [diff] [blame] | 1159 | 'browser/dom_ui/history2_ui.cc', |
| 1160 | 'browser/dom_ui/history2_ui.h', |
[email protected] | feacf68 | 2009-12-03 23:54:45 | [diff] [blame] | 1161 | 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', |
| 1162 | 'browser/dom_ui/html_dialog_tab_contents_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1163 | 'browser/dom_ui/html_dialog_ui.cc', |
| 1164 | 'browser/dom_ui/html_dialog_ui.h', |
[email protected] | b1c504c | 2010-07-28 23:00:31 | [diff] [blame] | 1165 | 'browser/dom_ui/import_data_handler.cc', |
| 1166 | 'browser/dom_ui/import_data_handler.h', |
[email protected] | 17496bbe | 2010-03-10 19:48:23 | [diff] [blame] | 1167 | 'browser/dom_ui/mediaplayer_ui.cc', |
| 1168 | 'browser/dom_ui/mediaplayer_ui.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1169 | 'browser/dom_ui/most_visited_handler.cc', |
| 1170 | 'browser/dom_ui/most_visited_handler.h', |
[email protected] | c92c7505 | 2010-03-17 00:26:51 | [diff] [blame] | 1171 | 'browser/dom_ui/net_internals_ui.cc', |
| 1172 | 'browser/dom_ui/net_internals_ui.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1173 | 'browser/dom_ui/new_tab_page_sync_handler.cc', |
| 1174 | 'browser/dom_ui/new_tab_page_sync_handler.h', |
| 1175 | 'browser/dom_ui/new_tab_ui.cc', |
| 1176 | 'browser/dom_ui/new_tab_ui.h', |
| 1177 | 'browser/dom_ui/ntp_resource_cache.cc', |
| 1178 | 'browser/dom_ui/ntp_resource_cache.h', |
[email protected] | 478739e3 | 2010-06-17 17:09:05 | [diff] [blame] | 1179 | 'browser/dom_ui/options_ui.cc', |
| 1180 | 'browser/dom_ui/options_ui.h', |
[email protected] | cec1b8d | 2010-03-24 00:21:34 | [diff] [blame] | 1181 | 'browser/dom_ui/plugins_ui.cc', |
| 1182 | 'browser/dom_ui/plugins_ui.h', |
[email protected] | a4219b2 | 2010-07-16 09:35:32 | [diff] [blame] | 1183 | 'browser/dom_ui/register_page_ui.cc', |
[email protected] | b1c504c | 2010-07-28 23:00:31 | [diff] [blame] | 1184 | 'browser/dom_ui/register_page_ui.h', |
[email protected] | 1cd5f75f | 2010-06-23 22:36:43 | [diff] [blame] | 1185 | 'browser/dom_ui/remoting_ui.cc', |
| 1186 | 'browser/dom_ui/remoting_ui.h', |
[email protected] | 755e1b73 | 2010-06-24 23:28:53 | [diff] [blame] | 1187 | 'browser/dom_ui/shared_resources_data_source.cc', |
| 1188 | 'browser/dom_ui/shared_resources_data_source.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1189 | 'browser/dom_ui/shown_sections_handler.cc', |
| 1190 | 'browser/dom_ui/shown_sections_handler.h', |
[email protected] | a5353ba | 2010-06-21 22:55:48 | [diff] [blame] | 1191 | 'browser/dom_ui/slideshow_ui.cc', |
| 1192 | 'browser/dom_ui/slideshow_ui.h', |
[email protected] | b1c504c | 2010-07-28 23:00:31 | [diff] [blame] | 1193 | 'browser/dom_ui/stop_syncing_handler.cc', |
| 1194 | 'browser/dom_ui/stop_syncing_handler.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1195 | 'browser/dom_ui/tips_handler.cc', |
| 1196 | 'browser/dom_ui/tips_handler.h', |
| 1197 | 'browser/download/download_exe.cc', |
| 1198 | 'browser/download/download_file.cc', |
| 1199 | 'browser/download/download_file.h', |
[email protected] | 6c69796d | 2010-07-16 21:41:16 | [diff] [blame] | 1200 | 'browser/download/download_file_manager.cc', |
| 1201 | 'browser/download/download_file_manager.h', |
[email protected] | 82f37b0 | 2010-07-29 22:04:57 | [diff] [blame] | 1202 | 'browser/download/download_history.cc', |
| 1203 | 'browser/download/download_history.h', |
[email protected] | 6c69796d | 2010-07-16 21:41:16 | [diff] [blame] | 1204 | 'browser/download/download_item.cc', |
| 1205 | 'browser/download/download_item.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1206 | 'browser/download/download_item_model.cc', |
| 1207 | 'browser/download/download_item_model.h', |
| 1208 | 'browser/download/download_manager.cc', |
| 1209 | 'browser/download/download_manager.h', |
| 1210 | 'browser/download/download_request_infobar_delegate.h', |
| 1211 | 'browser/download/download_request_infobar_delegate.cc', |
[email protected] | 4129132 | 2010-07-15 17:09:01 | [diff] [blame] | 1212 | 'browser/download/download_request_limiter.cc', |
| 1213 | 'browser/download/download_request_limiter.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1214 | 'browser/download/download_shelf.cc', |
| 1215 | 'browser/download/download_shelf.h', |
| 1216 | 'browser/download/download_started_animation.h', |
[email protected] | 6c69796d | 2010-07-16 21:41:16 | [diff] [blame] | 1217 | 'browser/download/download_types.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1218 | 'browser/download/download_util.cc', |
| 1219 | 'browser/download/download_util.h', |
[email protected] | 8af9d03 | 2010-02-10 00:00:32 | [diff] [blame] | 1220 | 'browser/download/drag_download_file.cc', |
| 1221 | 'browser/download/drag_download_file.h', |
| 1222 | 'browser/download/drag_download_util.cc', |
| 1223 | 'browser/download/drag_download_util.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1224 | 'browser/download/save_file.cc', |
| 1225 | 'browser/download/save_file.h', |
| 1226 | 'browser/download/save_file_manager.cc', |
| 1227 | 'browser/download/save_file_manager.h', |
| 1228 | 'browser/download/save_item.cc', |
| 1229 | 'browser/download/save_item.h', |
| 1230 | 'browser/download/save_package.cc', |
| 1231 | 'browser/download/save_package.h', |
| 1232 | 'browser/download/save_types.h', |
[email protected] | b0069e7 | 2010-06-14 13:58:47 | [diff] [blame] | 1233 | 'browser/dummy_configuration_policy_provider.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1234 | 'browser/encoding_menu_controller.cc', |
| 1235 | 'browser/encoding_menu_controller.h', |
| 1236 | 'browser/extensions/convert_user_script.cc', |
| 1237 | 'browser/extensions/convert_user_script.h', |
| 1238 | 'browser/extensions/crashed_extension_infobar.cc', |
| 1239 | 'browser/extensions/crashed_extension_infobar.h', |
| 1240 | 'browser/extensions/crx_installer.cc', |
| 1241 | 'browser/extensions/crx_installer.h', |
[email protected] | 5cbe1e2 | 2010-01-30 01:18:56 | [diff] [blame] | 1242 | 'browser/extensions/extension_accessibility_api.cc', |
| 1243 | 'browser/extensions/extension_accessibility_api.h', |
| 1244 | 'browser/extensions/extension_accessibility_api_constants.cc', |
| 1245 | 'browser/extensions/extension_accessibility_api_constants.h', |
[email protected] | 9b07185 | 2010-04-02 06:45:31 | [diff] [blame] | 1246 | 'browser/extensions/extension_bookmark_helpers.cc', |
| 1247 | 'browser/extensions/extension_bookmark_helpers.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1248 | 'browser/extensions/extension_bookmarks_module.cc', |
| 1249 | 'browser/extensions/extension_bookmarks_module.h', |
| 1250 | 'browser/extensions/extension_bookmarks_module_constants.cc', |
| 1251 | 'browser/extensions/extension_bookmarks_module_constants.h', |
[email protected] | 9dd97bc | 2010-01-14 01:40:04 | [diff] [blame] | 1252 | 'browser/extensions/extension_bookmark_manager_api.cc', |
| 1253 | 'browser/extensions/extension_bookmark_manager_api.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1254 | 'browser/extensions/extension_browser_actions_api.cc', |
| 1255 | 'browser/extensions/extension_browser_actions_api.h', |
[email protected] | 44625595 | 2010-03-17 20:41:58 | [diff] [blame] | 1256 | 'browser/extensions/extension_clipboard_api.cc', |
| 1257 | 'browser/extensions/extension_clipboard_api.h', |
[email protected] | 2e3b520 | 2010-03-23 06:52:41 | [diff] [blame] | 1258 | 'browser/extensions/extension_context_menu_api.cc', |
| 1259 | 'browser/extensions/extension_context_menu_api.h', |
[email protected] | 7e9f4a8 | 2010-03-22 22:36:20 | [diff] [blame] | 1260 | 'browser/extensions/extension_context_menu_model.cc', |
| 1261 | 'browser/extensions/extension_context_menu_model.h', |
[email protected] | 898bbd3 | 2010-05-18 18:52:29 | [diff] [blame] | 1262 | 'browser/extensions/extension_cookies_api.cc', |
| 1263 | 'browser/extensions/extension_cookies_api.h', |
| 1264 | 'browser/extensions/extension_cookies_api_constants.cc', |
| 1265 | 'browser/extensions/extension_cookies_api_constants.h', |
| 1266 | 'browser/extensions/extension_cookies_helpers.cc', |
| 1267 | 'browser/extensions/extension_cookies_helpers.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1268 | 'browser/extensions/extension_creator.cc', |
| 1269 | 'browser/extensions/extension_creator.h', |
[email protected] | c10da4b0 | 2010-03-25 14:38:32 | [diff] [blame] | 1270 | 'browser/extensions/extension_data_deleter.cc', |
| 1271 | 'browser/extensions/extension_data_deleter.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1272 | 'browser/extensions/extension_disabled_infobar_delegate.cc', |
| 1273 | 'browser/extensions/extension_disabled_infobar_delegate.h', |
| 1274 | 'browser/extensions/extension_devtools_bridge.cc', |
| 1275 | 'browser/extensions/extension_devtools_bridge.h', |
| 1276 | 'browser/extensions/extension_devtools_events.cc', |
| 1277 | 'browser/extensions/extension_devtools_events.h', |
| 1278 | 'browser/extensions/extension_devtools_manager.cc', |
| 1279 | 'browser/extensions/extension_devtools_manager.h', |
| 1280 | 'browser/extensions/extension_dom_ui.cc', |
| 1281 | 'browser/extensions/extension_dom_ui.h', |
[email protected] | 14a000d | 2010-04-29 21:44:24 | [diff] [blame] | 1282 | 'browser/extensions/extension_error_reporter.cc', |
| 1283 | 'browser/extensions/extension_error_reporter.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1284 | 'browser/extensions/extension_event_names.cc', |
| 1285 | 'browser/extensions/extension_event_names.h', |
| 1286 | 'browser/extensions/execute_code_in_tab_function.cc', |
| 1287 | 'browser/extensions/execute_code_in_tab_function.h', |
| 1288 | 'browser/extensions/extension_browser_event_router.cc', |
| 1289 | 'browser/extensions/extension_browser_event_router.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1290 | 'browser/extensions/extension_function.cc', |
| 1291 | 'browser/extensions/extension_function.h', |
| 1292 | 'browser/extensions/extension_function_dispatcher.cc', |
| 1293 | 'browser/extensions/extension_function_dispatcher.h', |
| 1294 | 'browser/extensions/extension_history_api.cc', |
| 1295 | 'browser/extensions/extension_history_api.h', |
| 1296 | 'browser/extensions/extension_history_api_constants.cc', |
| 1297 | 'browser/extensions/extension_history_api_constants.h', |
| 1298 | 'browser/extensions/extension_host.cc', |
| 1299 | 'browser/extensions/extension_host.h', |
[email protected] | cf390ea4 | 2009-12-09 04:14:02 | [diff] [blame] | 1300 | 'browser/extensions/extension_host_mac.h', |
| 1301 | 'browser/extensions/extension_host_mac.mm', |
[email protected] | b671760b | 2010-07-15 21:13:47 | [diff] [blame] | 1302 | 'browser/extensions/extension_icon_manager.cc', |
| 1303 | 'browser/extensions/extension_icon_manager.h', |
[email protected] | f520541 | 2010-03-16 00:19:34 | [diff] [blame] | 1304 | 'browser/extensions/extension_idle_api.cc', |
| 1305 | 'browser/extensions/extension_idle_api.h', |
| 1306 | 'browser/extensions/extension_idle_api_constants.cc', |
| 1307 | 'browser/extensions/extension_idle_api_constants.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1308 | 'browser/extensions/extension_i18n_api.cc', |
| 1309 | 'browser/extensions/extension_i18n_api.h', |
[email protected] | f34e7963 | 2010-03-17 02:34:08 | [diff] [blame] | 1310 | 'browser/extensions/extension_infobar_module.cc', |
| 1311 | 'browser/extensions/extension_infobar_module.h', |
| 1312 | 'browser/extensions/extension_infobar_module_constants.cc', |
| 1313 | 'browser/extensions/extension_infobar_module_constants.h', |
| 1314 | 'browser/extensions/extension_infobar_delegate.cc', |
| 1315 | 'browser/extensions/extension_infobar_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1316 | 'browser/extensions/extension_install_ui.cc', |
| 1317 | 'browser/extensions/extension_install_ui.h', |
[email protected] | 2e3b520 | 2010-03-23 06:52:41 | [diff] [blame] | 1318 | 'browser/extensions/extension_menu_manager.cc', |
| 1319 | 'browser/extensions/extension_menu_manager.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1320 | 'browser/extensions/extension_message_service.cc', |
| 1321 | 'browser/extensions/extension_message_service.h', |
[email protected] | 438772df | 2010-02-26 18:08:43 | [diff] [blame] | 1322 | 'browser/extensions/extension_metrics_module.cc', |
| 1323 | 'browser/extensions/extension_metrics_module.h', |
[email protected] | 56ad379 | 2010-05-28 17:45:33 | [diff] [blame] | 1324 | 'browser/extensions/extension_omnibox_api.cc', |
| 1325 | 'browser/extensions/extension_omnibox_api.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1326 | 'browser/extensions/extension_page_actions_module.cc', |
| 1327 | 'browser/extensions/extension_page_actions_module.h', |
| 1328 | 'browser/extensions/extension_page_actions_module_constants.cc', |
| 1329 | 'browser/extensions/extension_page_actions_module_constants.h', |
| 1330 | 'browser/extensions/extension_popup_api.cc', |
| 1331 | 'browser/extensions/extension_popup_api.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1332 | 'browser/extensions/extension_prefs.cc', |
| 1333 | 'browser/extensions/extension_prefs.h', |
[email protected] | db198b2 | 2010-07-12 16:48:49 | [diff] [blame] | 1334 | 'browser/extensions/extension_pref_store.cc', |
| 1335 | 'browser/extensions/extension_pref_store.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1336 | 'browser/extensions/extension_process_manager.cc', |
| 1337 | 'browser/extensions/extension_process_manager.h', |
[email protected] | 381162b | 2010-01-28 17:29:35 | [diff] [blame] | 1338 | 'browser/extensions/extension_processes_api.cc', |
| 1339 | 'browser/extensions/extension_processes_api.h', |
| 1340 | 'browser/extensions/extension_processes_api_constants.cc', |
| 1341 | 'browser/extensions/extension_processes_api_constants.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1342 | 'browser/extensions/extension_protocols.cc', |
| 1343 | 'browser/extensions/extension_protocols.h', |
[email protected] | 17d40f0 | 2010-07-01 01:18:06 | [diff] [blame] | 1344 | 'browser/extensions/extension_rlz_module.cc', |
| 1345 | 'browser/extensions/extension_rlz_module.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1346 | 'browser/extensions/extension_shelf_model.cc', |
| 1347 | 'browser/extensions/extension_shelf_model.h', |
| 1348 | 'browser/extensions/extension_tabs_module.cc', |
| 1349 | 'browser/extensions/extension_tabs_module.h', |
| 1350 | 'browser/extensions/extension_tabs_module_constants.cc', |
| 1351 | 'browser/extensions/extension_tabs_module_constants.h', |
| 1352 | 'browser/extensions/extension_test_api.cc', |
| 1353 | 'browser/extensions/extension_test_api.h', |
[email protected] | e0360f2c | 2009-12-07 22:34:31 | [diff] [blame] | 1354 | 'browser/extensions/extension_toolbar_model.cc', |
| 1355 | 'browser/extensions/extension_toolbar_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1356 | 'browser/extensions/extension_toolstrip_api.cc', |
| 1357 | 'browser/extensions/extension_toolstrip_api.h', |
| 1358 | 'browser/extensions/extension_updater.cc', |
| 1359 | 'browser/extensions/extension_updater.h', |
[email protected] | d13950e | 2009-12-04 01:43:02 | [diff] [blame] | 1360 | 'browser/extensions/extensions_quota_service.cc', |
| 1361 | 'browser/extensions/extensions_quota_service.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1362 | 'browser/extensions/extensions_service.cc', |
| 1363 | 'browser/extensions/extensions_service.h', |
| 1364 | 'browser/extensions/extensions_ui.cc', |
| 1365 | 'browser/extensions/extensions_ui.h', |
| 1366 | 'browser/extensions/external_extension_provider.h', |
| 1367 | 'browser/extensions/external_registry_extension_provider_win.cc', |
| 1368 | 'browser/extensions/external_registry_extension_provider_win.h', |
| 1369 | 'browser/extensions/external_pref_extension_provider.cc', |
| 1370 | 'browser/extensions/external_pref_extension_provider.h', |
| 1371 | 'browser/extensions/file_reader.cc', |
| 1372 | 'browser/extensions/file_reader.h', |
| 1373 | 'browser/extensions/gtk_theme_installed_infobar_delegate.cc', |
| 1374 | 'browser/extensions/gtk_theme_installed_infobar_delegate.h', |
| 1375 | 'browser/extensions/image_loading_tracker.cc', |
| 1376 | 'browser/extensions/image_loading_tracker.h', |
| 1377 | 'browser/extensions/pack_extension_job.cc', |
| 1378 | 'browser/extensions/pack_extension_job.h', |
| 1379 | 'browser/extensions/sandboxed_extension_unpacker.cc', |
| 1380 | 'browser/extensions/sandboxed_extension_unpacker.h', |
| 1381 | 'browser/extensions/theme_installed_infobar_delegate.cc', |
| 1382 | 'browser/extensions/theme_installed_infobar_delegate.h', |
| 1383 | 'browser/extensions/user_script_listener.cc', |
| 1384 | 'browser/extensions/user_script_listener.h', |
| 1385 | 'browser/extensions/user_script_master.cc', |
| 1386 | 'browser/extensions/user_script_master.h', |
| 1387 | 'browser/external_protocol_handler.cc', |
| 1388 | 'browser/external_protocol_handler.h', |
[email protected] | 4bdde60 | 2010-06-16 03:17:35 | [diff] [blame] | 1389 | 'browser/external_tab_container_win.cc', |
| 1390 | 'browser/external_tab_container_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1391 | 'browser/global_keyboard_shortcuts_mac.h', |
| 1392 | 'browser/global_keyboard_shortcuts_mac.mm', |
| 1393 | 'browser/fav_icon_helper.cc', |
| 1394 | 'browser/fav_icon_helper.h', |
| 1395 | 'browser/favicon_service.cc', |
| 1396 | 'browser/favicon_service.h', |
[email protected] | d6f9c9e | 2010-03-15 01:57:07 | [diff] [blame] | 1397 | 'browser/file_watcher.h', |
| 1398 | 'browser/file_watcher_inotify.cc', |
| 1399 | 'browser/file_watcher_mac.cc', |
| 1400 | 'browser/file_watcher_win.cc', |
[email protected] | 21ae1f9 | 2010-07-30 23:05:15 | [diff] [blame] | 1401 | 'browser/file_system_proxy.cc', |
| 1402 | 'browser/file_system_proxy.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1403 | 'browser/find_bar.h', |
| 1404 | 'browser/find_bar_controller.cc', |
| 1405 | 'browser/find_bar_controller.h', |
[email protected] | e5d2f713 | 2010-04-09 18:13:53 | [diff] [blame] | 1406 | 'browser/find_bar_state.h', |
| 1407 | 'browser/find_bar_state.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1408 | 'browser/find_notification_details.h', |
[email protected] | 82073579 | 2010-07-29 23:40:01 | [diff] [blame] | 1409 | 'browser/first_run/first_run.cc', |
| 1410 | 'browser/first_run/first_run.h', |
| 1411 | 'browser/first_run/first_run_mac.mm', |
| 1412 | 'browser/first_run/first_run_win.cc', |
| 1413 | 'browser/first_run/first_run_gtk.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1414 | 'browser/fonts_languages_window.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1415 | 'browser/gears_integration.cc', |
| 1416 | 'browser/gears_integration.h', |
[email protected] | 8b96de12 | 2010-02-15 15:15:22 | [diff] [blame] | 1417 | 'browser/geolocation/access_token_store.cc', |
| 1418 | 'browser/geolocation/access_token_store.h', |
[email protected] | 4048ddb9 | 2010-01-28 12:24:24 | [diff] [blame] | 1419 | 'browser/geolocation/device_data_provider.h', |
| 1420 | 'browser/geolocation/empty_device_data_provider.cc', |
| 1421 | 'browser/geolocation/empty_device_data_provider.h', |
[email protected] | 58c321d | 2010-02-19 12:11:28 | [diff] [blame] | 1422 | 'browser/geolocation/geolocation_dispatcher_host.cc', |
| 1423 | 'browser/geolocation/geolocation_dispatcher_host.h', |
| 1424 | 'browser/geolocation/geolocation_permission_context.cc', |
| 1425 | 'browser/geolocation/geolocation_permission_context.h', |
[email protected] | e1d4edb | 2010-02-17 17:33:56 | [diff] [blame] | 1426 | 'browser/geolocation/geolocation_prefs.cc', |
[email protected] | 7c927b6 | 2010-02-24 09:54:13 | [diff] [blame] | 1427 | 'browser/geolocation/geolocation_prefs.h', |
[email protected] | aee541e | 2010-03-19 01:52:45 | [diff] [blame] | 1428 | 'browser/geolocation/geolocation_content_settings_map.cc', |
| 1429 | 'browser/geolocation/geolocation_content_settings_map.h', |
[email protected] | 476c6d0 | 2010-05-27 12:36:39 | [diff] [blame] | 1430 | 'browser/geolocation/geolocation_exceptions_table_model.cc', |
| 1431 | 'browser/geolocation/geolocation_exceptions_table_model.h', |
[email protected] | 777a7b6 | 2010-05-11 13:28:16 | [diff] [blame] | 1432 | 'browser/geolocation/geolocation_settings_state.cc', |
| 1433 | 'browser/geolocation/geolocation_settings_state.h', |
[email protected] | a2fd492a | 2010-05-27 15:26:18 | [diff] [blame] | 1434 | 'browser/geolocation/gps_location_provider_linux.cc', |
| 1435 | 'browser/geolocation/gps_location_provider_linux.h', |
| 1436 | 'browser/geolocation/libgps_2_38_wrapper_linux.cc', |
| 1437 | 'browser/geolocation/libgps_2_94_wrapper_linux.cc', |
| 1438 | 'browser/geolocation/libgps_wrapper_linux.cc', |
| 1439 | 'browser/geolocation/libgps_wrapper_linux.h', |
[email protected] | 8b96de12 | 2010-02-15 15:15:22 | [diff] [blame] | 1440 | 'browser/geolocation/location_arbitrator.cc', |
| 1441 | 'browser/geolocation/location_arbitrator.h', |
[email protected] | 9732c03 | 2010-02-02 18:28:08 | [diff] [blame] | 1442 | 'browser/geolocation/location_provider.cc', |
| 1443 | 'browser/geolocation/location_provider.h', |
[email protected] | 9732c03 | 2010-02-02 18:28:08 | [diff] [blame] | 1444 | 'browser/geolocation/network_location_provider.cc', |
| 1445 | 'browser/geolocation/network_location_provider.h', |
| 1446 | 'browser/geolocation/network_location_request.cc', |
| 1447 | 'browser/geolocation/network_location_request.h', |
[email protected] | 41b5abb | 2010-02-25 10:15:23 | [diff] [blame] | 1448 | 'browser/geolocation/osx_wifi.h', |
[email protected] | 3cc2e59 | 2010-06-21 13:45:43 | [diff] [blame] | 1449 | 'browser/geolocation/wifi_data_provider_chromeos.cc', |
| 1450 | 'browser/geolocation/wifi_data_provider_chromeos.h', |
[email protected] | 4048ddb9 | 2010-01-28 12:24:24 | [diff] [blame] | 1451 | 'browser/geolocation/wifi_data_provider_common.cc', |
| 1452 | 'browser/geolocation/wifi_data_provider_common.h', |
[email protected] | 5eaf627 | 2010-03-08 11:11:24 | [diff] [blame] | 1453 | 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', |
[email protected] | 4048ddb9 | 2010-01-28 12:24:24 | [diff] [blame] | 1454 | 'browser/geolocation/wifi_data_provider_common_win.cc', |
| 1455 | 'browser/geolocation/wifi_data_provider_common_win.h', |
| 1456 | 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1457 | 'browser/geolocation/wifi_data_provider_linux.h', |
| 1458 | 'browser/geolocation/wifi_data_provider_mac.cc', |
| 1459 | 'browser/geolocation/wifi_data_provider_mac.h', |
| 1460 | 'browser/geolocation/wifi_data_provider_win.cc', |
| 1461 | 'browser/geolocation/wifi_data_provider_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1462 | 'browser/google_service_auth_error.h', |
| 1463 | 'browser/google_update.cc', |
| 1464 | 'browser/google_update.h', |
| 1465 | 'browser/google_update_settings_posix.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1466 | 'browser/google_url_tracker.cc', |
| 1467 | 'browser/google_url_tracker.h', |
| 1468 | 'browser/google_util.cc', |
| 1469 | 'browser/google_util.h', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 1470 | 'browser/gpu_process_host.cc', |
| 1471 | 'browser/gpu_process_host.h', |
[email protected] | 1082b1d | 2010-03-30 00:31:22 | [diff] [blame] | 1472 | 'browser/gpu_process_host_ui_shim.cc', |
| 1473 | 'browser/gpu_process_host_ui_shim.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1474 | 'browser/gtk/about_chrome_dialog.cc', |
| 1475 | 'browser/gtk/about_chrome_dialog.h', |
[email protected] | 4762a9e | 2010-01-19 17:52:42 | [diff] [blame] | 1476 | 'browser/gtk/accelerators_gtk.cc', |
| 1477 | 'browser/gtk/accelerators_gtk.h', |
[email protected] | 5cbe1e2 | 2010-01-30 01:18:56 | [diff] [blame] | 1478 | 'browser/gtk/accessibility_event_router_gtk.cc', |
| 1479 | 'browser/gtk/accessibility_event_router_gtk.h', |
| 1480 | 'browser/gtk/accessible_widget_helper_gtk.cc', |
| 1481 | 'browser/gtk/accessible_widget_helper_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1482 | 'browser/gtk/back_forward_button_gtk.cc', |
| 1483 | 'browser/gtk/back_forward_button_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1484 | 'browser/gtk/bookmark_bar_gtk.cc', |
| 1485 | 'browser/gtk/bookmark_bar_gtk.h', |
[email protected] | 57b8ac2 | 2010-01-27 18:39:49 | [diff] [blame] | 1486 | 'browser/gtk/bookmark_bar_instructions_gtk.cc', |
| 1487 | 'browser/gtk/bookmark_bar_instructions_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1488 | 'browser/gtk/bookmark_bubble_gtk.cc', |
| 1489 | 'browser/gtk/bookmark_bubble_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1490 | 'browser/gtk/bookmark_editor_gtk.cc', |
| 1491 | 'browser/gtk/bookmark_editor_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1492 | 'browser/gtk/bookmark_menu_controller_gtk.cc', |
| 1493 | 'browser/gtk/bookmark_menu_controller_gtk.h', |
| 1494 | 'browser/gtk/bookmark_tree_model.cc', |
| 1495 | 'browser/gtk/bookmark_tree_model.h', |
| 1496 | 'browser/gtk/bookmark_utils_gtk.cc', |
| 1497 | 'browser/gtk/bookmark_utils_gtk.h', |
| 1498 | 'browser/gtk/browser_actions_toolbar_gtk.cc', |
| 1499 | 'browser/gtk/browser_actions_toolbar_gtk.h', |
| 1500 | 'browser/gtk/browser_titlebar.cc', |
| 1501 | 'browser/gtk/browser_titlebar.h', |
| 1502 | 'browser/gtk/browser_toolbar_gtk.cc', |
| 1503 | 'browser/gtk/browser_toolbar_gtk.h', |
| 1504 | 'browser/gtk/browser_window_factory_gtk.cc', |
| 1505 | 'browser/gtk/browser_window_gtk.cc', |
| 1506 | 'browser/gtk/browser_window_gtk.h', |
| 1507 | 'browser/gtk/cairo_cached_surface.cc', |
| 1508 | 'browser/gtk/cairo_cached_surface.h', |
[email protected] | 2f1d6577 | 2010-02-13 02:39:48 | [diff] [blame] | 1509 | 'browser/gtk/certificate_manager.cc', |
| 1510 | 'browser/gtk/certificate_manager.h', |
[email protected] | c3deb9a2 | 2010-03-09 03:30:02 | [diff] [blame] | 1511 | 'browser/gtk/certificate_dialogs.cc', |
| 1512 | 'browser/gtk/certificate_dialogs.h', |
[email protected] | 1b1a264a | 2010-01-14 22:36:35 | [diff] [blame] | 1513 | 'browser/gtk/certificate_viewer.cc', |
| 1514 | 'browser/gtk/certificate_viewer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1515 | 'browser/gtk/clear_browsing_data_dialog_gtk.cc', |
| 1516 | 'browser/gtk/clear_browsing_data_dialog_gtk.h', |
[email protected] | a503c97c | 2010-07-16 13:05:48 | [diff] [blame] | 1517 | 'browser/gtk/collected_cookies_gtk.cc', |
| 1518 | 'browser/gtk/collected_cookies_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1519 | 'browser/gtk/constrained_window_gtk.cc', |
| 1520 | 'browser/gtk/constrained_window_gtk.h', |
[email protected] | c4d6f87 | 2010-04-07 21:00:33 | [diff] [blame] | 1521 | 'browser/gtk/content_setting_bubble_gtk.cc', |
| 1522 | 'browser/gtk/content_setting_bubble_gtk.h', |
[email protected] | cd1454e93 | 2010-05-13 21:36:59 | [diff] [blame] | 1523 | 'browser/gtk/gconf_titlebar_listener.cc', |
| 1524 | 'browser/gtk/gconf_titlebar_listener.h', |
[email protected] | 0c2c5e1 | 2010-03-04 17:55:25 | [diff] [blame] | 1525 | 'browser/gtk/gtk_chrome_cookie_view.cc', |
| 1526 | 'browser/gtk/gtk_chrome_cookie_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1527 | 'browser/gtk/create_application_shortcuts_dialog_gtk.cc', |
| 1528 | 'browser/gtk/create_application_shortcuts_dialog_gtk.h', |
| 1529 | 'browser/gtk/custom_button.cc', |
| 1530 | 'browser/gtk/custom_button.h', |
[email protected] | 2ca8a06 | 2010-03-18 17:10:18 | [diff] [blame] | 1531 | 'browser/gtk/custom_drag.cc', |
| 1532 | 'browser/gtk/custom_drag.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1533 | 'browser/gtk/dialogs_gtk.cc', |
| 1534 | 'browser/gtk/download_in_progress_dialog_gtk.cc', |
| 1535 | 'browser/gtk/download_in_progress_dialog_gtk.h', |
| 1536 | 'browser/gtk/download_item_gtk.cc', |
| 1537 | 'browser/gtk/download_item_gtk.h', |
| 1538 | 'browser/gtk/download_shelf_gtk.cc', |
| 1539 | 'browser/gtk/download_shelf_gtk.h', |
| 1540 | 'browser/gtk/download_started_animation_gtk.cc', |
| 1541 | 'browser/gtk/edit_search_engine_dialog.cc', |
| 1542 | 'browser/gtk/edit_search_engine_dialog.h', |
[email protected] | 5d028b7 | 2010-06-09 21:19:40 | [diff] [blame] | 1543 | 'browser/gtk/extension_infobar_gtk.cc', |
| 1544 | 'browser/gtk/extension_infobar_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1545 | 'browser/gtk/extension_install_prompt_gtk.cc', |
[email protected] | e2a284e6 | 2010-03-30 23:48:43 | [diff] [blame] | 1546 | 'browser/gtk/extension_install_prompt2_gtk.cc', |
[email protected] | 9bfc63e | 2010-01-12 02:17:02 | [diff] [blame] | 1547 | 'browser/gtk/extension_installed_bubble_gtk.cc', |
| 1548 | 'browser/gtk/extension_installed_bubble_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1549 | 'browser/gtk/extension_view_gtk.cc', |
| 1550 | 'browser/gtk/extension_view_gtk.h', |
| 1551 | 'browser/gtk/extension_popup_gtk.cc', |
| 1552 | 'browser/gtk/extension_popup_gtk.h', |
| 1553 | 'browser/gtk/external_protocol_dialog_gtk.cc', |
| 1554 | 'browser/gtk/external_protocol_dialog_gtk.h', |
| 1555 | 'browser/gtk/find_bar_gtk.cc', |
| 1556 | 'browser/gtk/find_bar_gtk.h', |
| 1557 | 'browser/gtk/first_run_bubble.cc', |
| 1558 | 'browser/gtk/first_run_bubble.h', |
| 1559 | 'browser/gtk/first_run_dialog.cc', |
| 1560 | 'browser/gtk/first_run_dialog.h', |
| 1561 | 'browser/gtk/focus_store_gtk.cc', |
| 1562 | 'browser/gtk/focus_store_gtk.h', |
| 1563 | 'browser/gtk/fullscreen_exit_bubble_gtk.cc', |
| 1564 | 'browser/gtk/fullscreen_exit_bubble_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1565 | 'browser/gtk/gtk_chrome_button.cc', |
| 1566 | 'browser/gtk/gtk_chrome_button.h', |
| 1567 | 'browser/gtk/gtk_chrome_link_button.cc', |
| 1568 | 'browser/gtk/gtk_chrome_link_button.h', |
[email protected] | c4673fd | 2010-03-06 04:00:03 | [diff] [blame] | 1569 | 'browser/gtk/gtk_chrome_shrinkable_hbox.cc', |
| 1570 | 'browser/gtk/gtk_chrome_shrinkable_hbox.h', |
[email protected] | 9c8f150 | 2010-06-25 21:34:04 | [diff] [blame] | 1571 | 'browser/gtk/gtk_custom_menu.cc', |
| 1572 | 'browser/gtk/gtk_custom_menu.h', |
| 1573 | 'browser/gtk/gtk_custom_menu_item.cc', |
| 1574 | 'browser/gtk/gtk_custom_menu_item.h', |
[email protected] | 623630c | 2009-12-21 05:59:08 | [diff] [blame] | 1575 | 'browser/gtk/gtk_expanded_container.cc', |
| 1576 | 'browser/gtk/gtk_expanded_container.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1577 | 'browser/gtk/gtk_floating_container.cc', |
| 1578 | 'browser/gtk/gtk_floating_container.h', |
| 1579 | 'browser/gtk/gtk_theme_provider.cc', |
| 1580 | 'browser/gtk/gtk_theme_provider.h', |
[email protected] | 16d51df | 2010-03-02 09:16:44 | [diff] [blame] | 1581 | 'browser/gtk/gtk_tree.cc', |
| 1582 | 'browser/gtk/gtk_tree.h', |
| 1583 | 'browser/gtk/gtk_util.cc', |
| 1584 | 'browser/gtk/gtk_util.h', |
[email protected] | 32d8383 | 2010-03-09 01:03:37 | [diff] [blame] | 1585 | 'browser/gtk/hover_controller_gtk.cc', |
| 1586 | 'browser/gtk/hover_controller_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1587 | 'browser/gtk/html_dialog_gtk.cc', |
| 1588 | 'browser/gtk/html_dialog_gtk.h', |
| 1589 | 'browser/gtk/hung_renderer_dialog_gtk.cc', |
| 1590 | 'browser/gtk/import_dialog_gtk.cc', |
| 1591 | 'browser/gtk/import_dialog_gtk.h', |
| 1592 | 'browser/gtk/import_lock_dialog_gtk.cc', |
| 1593 | 'browser/gtk/import_lock_dialog_gtk.h', |
| 1594 | 'browser/gtk/import_progress_dialog_gtk.cc', |
| 1595 | 'browser/gtk/import_progress_dialog_gtk.h', |
| 1596 | 'browser/gtk/info_bubble_gtk.cc', |
| 1597 | 'browser/gtk/info_bubble_gtk.h', |
| 1598 | 'browser/gtk/infobar_container_gtk.cc', |
| 1599 | 'browser/gtk/infobar_container_gtk.h', |
| 1600 | 'browser/gtk/infobar_gtk.cc', |
| 1601 | 'browser/gtk/infobar_gtk.h', |
| 1602 | 'browser/gtk/keyword_editor_view.cc', |
| 1603 | 'browser/gtk/keyword_editor_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1604 | 'browser/gtk/location_bar_view_gtk.cc', |
| 1605 | 'browser/gtk/location_bar_view_gtk.h', |
| 1606 | 'browser/gtk/menu_bar_helper.cc', |
| 1607 | 'browser/gtk/menu_bar_helper.h', |
| 1608 | 'browser/gtk/menu_gtk.cc', |
| 1609 | 'browser/gtk/menu_gtk.h', |
[email protected] | b2fa86d2 | 2010-02-10 22:39:45 | [diff] [blame] | 1610 | 'browser/gtk/meta_frames.cc', |
| 1611 | 'browser/gtk/meta_frames.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1612 | 'browser/gtk/nine_box.cc', |
| 1613 | 'browser/gtk/nine_box.h', |
[email protected] | bfc815f | 2010-01-15 23:58:34 | [diff] [blame] | 1614 | 'browser/gtk/notifications/balloon_view_gtk.cc', |
| 1615 | 'browser/gtk/notifications/balloon_view_gtk.h', |
| 1616 | 'browser/gtk/notifications/balloon_view_host_gtk.cc', |
| 1617 | 'browser/gtk/notifications/balloon_view_host_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1618 | 'browser/gtk/options/advanced_contents_gtk.cc', |
| 1619 | 'browser/gtk/options/advanced_contents_gtk.h', |
| 1620 | 'browser/gtk/options/advanced_page_gtk.cc', |
| 1621 | 'browser/gtk/options/advanced_page_gtk.h', |
[email protected] | 4711510 | 2010-02-19 19:01:47 | [diff] [blame] | 1622 | 'browser/gtk/options/content_exception_editor.cc', |
| 1623 | 'browser/gtk/options/content_exception_editor.h', |
| 1624 | 'browser/gtk/options/content_exceptions_window_gtk.cc', |
| 1625 | 'browser/gtk/options/content_exceptions_window_gtk.h', |
[email protected] | d8e7a54 | 2010-02-10 18:58:54 | [diff] [blame] | 1626 | 'browser/gtk/options/content_filter_page_gtk.cc', |
| 1627 | 'browser/gtk/options/content_filter_page_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1628 | 'browser/gtk/options/content_page_gtk.cc', |
| 1629 | 'browser/gtk/options/content_page_gtk.h', |
[email protected] | d8e7a54 | 2010-02-10 18:58:54 | [diff] [blame] | 1630 | 'browser/gtk/options/content_settings_window_gtk.cc', |
| 1631 | 'browser/gtk/options/content_settings_window_gtk.h', |
| 1632 | 'browser/gtk/options/cookie_filter_page_gtk.cc', |
| 1633 | 'browser/gtk/options/cookie_filter_page_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1634 | 'browser/gtk/options/cookies_view.cc', |
| 1635 | 'browser/gtk/options/cookies_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1636 | 'browser/gtk/options/fonts_languages_window_gtk.cc', |
| 1637 | 'browser/gtk/options/fonts_page_gtk.cc', |
| 1638 | 'browser/gtk/options/fonts_page_gtk.h', |
| 1639 | 'browser/gtk/options/general_page_gtk.cc', |
| 1640 | 'browser/gtk/options/general_page_gtk.h', |
| 1641 | 'browser/gtk/options/languages_page_gtk.cc', |
| 1642 | 'browser/gtk/options/languages_page_gtk.h', |
[email protected] | 1703157 | 2010-06-08 09:55:47 | [diff] [blame] | 1643 | 'browser/gtk/options/managed_prefs_banner_gtk.cc', |
| 1644 | 'browser/gtk/options/managed_prefs_banner_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1645 | 'browser/gtk/options/options_layout_gtk.cc', |
| 1646 | 'browser/gtk/options/options_layout_gtk.h', |
| 1647 | 'browser/gtk/options/options_window_gtk.cc', |
[email protected] | e4b5d63 | 2010-02-12 21:39:56 | [diff] [blame] | 1648 | 'browser/gtk/options/passwords_exceptions_page_gtk.cc', |
| 1649 | 'browser/gtk/options/passwords_exceptions_page_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1650 | 'browser/gtk/options/passwords_exceptions_window_gtk.cc', |
| 1651 | 'browser/gtk/options/passwords_exceptions_window_gtk.h', |
| 1652 | 'browser/gtk/options/passwords_page_gtk.cc', |
| 1653 | 'browser/gtk/options/passwords_page_gtk.h', |
[email protected] | 834a6a1 | 2010-07-01 18:26:57 | [diff] [blame] | 1654 | 'browser/gtk/options/simple_content_exceptions_window.cc', |
| 1655 | 'browser/gtk/options/simple_content_exceptions_window.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1656 | 'browser/gtk/options/url_picker_dialog_gtk.cc', |
| 1657 | 'browser/gtk/options/url_picker_dialog_gtk.h', |
[email protected] | d324af9 | 2010-08-03 21:31:30 | [diff] [blame] | 1658 | 'browser/gtk/overflow_button.cc', |
| 1659 | 'browser/gtk/overflow_button.h', |
| 1660 | 'browser/gtk/owned_widget_gtk.cc', |
| 1661 | 'browser/gtk/owned_widget_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1662 | 'browser/gtk/page_info_window_gtk.cc', |
[email protected] | 8e0bbf1 | 2010-07-20 00:03:43 | [diff] [blame] | 1663 | 'browser/gtk/popup_blocked_animation_gtk.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1664 | 'browser/gtk/process_singleton_dialog.cc', |
| 1665 | 'browser/gtk/process_singleton_dialog.h', |
[email protected] | 943d812 | 2010-06-11 02:13:45 | [diff] [blame] | 1666 | 'browser/gtk/reload_button_gtk.cc', |
| 1667 | 'browser/gtk/reload_button_gtk.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1668 | 'browser/gtk/repost_form_warning_gtk.cc', |
| 1669 | 'browser/gtk/repost_form_warning_gtk.h', |
| 1670 | 'browser/gtk/rounded_window.cc', |
| 1671 | 'browser/gtk/rounded_window.h', |
| 1672 | 'browser/gtk/sad_tab_gtk.cc', |
| 1673 | 'browser/gtk/sad_tab_gtk.h', |
| 1674 | 'browser/gtk/slide_animator_gtk.cc', |
| 1675 | 'browser/gtk/slide_animator_gtk.h', |
[email protected] | 1f18184a | 2010-07-21 19:34:49 | [diff] [blame] | 1676 | 'browser/gtk/ssl_client_certificate_selector.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1677 | 'browser/gtk/status_bubble_gtk.cc', |
| 1678 | 'browser/gtk/status_bubble_gtk.h', |
[email protected] | e4f565b | 2010-04-06 16:36:46 | [diff] [blame] | 1679 | 'browser/gtk/status_icons/status_icon_gtk.h', |
| 1680 | 'browser/gtk/status_icons/status_icon_gtk.cc', |
| 1681 | 'browser/gtk/status_icons/status_tray_gtk.h', |
| 1682 | 'browser/gtk/status_icons/status_tray_gtk.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1683 | 'browser/gtk/tab_contents_container_gtk.cc', |
| 1684 | 'browser/gtk/tab_contents_container_gtk.h', |
| 1685 | 'browser/gtk/tab_contents_drag_source.cc', |
| 1686 | 'browser/gtk/tab_contents_drag_source.h', |
| 1687 | 'browser/gtk/tabs/dragged_tab_controller_gtk.cc', |
| 1688 | 'browser/gtk/tabs/dragged_tab_controller_gtk.h', |
| 1689 | 'browser/gtk/tabs/dragged_tab_gtk.cc', |
| 1690 | 'browser/gtk/tabs/dragged_tab_gtk.h', |
| 1691 | 'browser/gtk/tabs/tab_gtk.cc', |
| 1692 | 'browser/gtk/tabs/tab_gtk.h', |
| 1693 | 'browser/gtk/tabs/tab_renderer_gtk.cc', |
| 1694 | 'browser/gtk/tabs/tab_renderer_gtk.h', |
| 1695 | 'browser/gtk/tabs/tab_strip_gtk.cc', |
| 1696 | 'browser/gtk/tabs/tab_strip_gtk.h', |
| 1697 | 'browser/gtk/task_manager_gtk.cc', |
| 1698 | 'browser/gtk/task_manager_gtk.h', |
| 1699 | 'browser/gtk/theme_install_bubble_view_gtk.cc', |
| 1700 | 'browser/gtk/theme_install_bubble_view_gtk.h', |
[email protected] | 790b343 | 2010-06-25 16:06:38 | [diff] [blame] | 1701 | 'browser/gtk/translate/after_translate_infobar_gtk.cc', |
| 1702 | 'browser/gtk/translate/after_translate_infobar_gtk.h', |
| 1703 | 'browser/gtk/translate/before_translate_infobar_gtk.cc', |
| 1704 | 'browser/gtk/translate/before_translate_infobar_gtk.h', |
| 1705 | 'browser/gtk/translate/translate_infobar_base_gtk.cc', |
| 1706 | 'browser/gtk/translate/translate_infobar_base_gtk.h', |
| 1707 | 'browser/gtk/translate/translate_message_infobar_gtk.cc', |
| 1708 | 'browser/gtk/translate/translate_message_infobar_gtk.h', |
[email protected] | 8fcec3c7 | 2010-06-03 00:17:22 | [diff] [blame] | 1709 | 'browser/gtk/update_recommended_dialog.cc', |
| 1710 | 'browser/gtk/update_recommended_dialog.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1711 | 'browser/gtk/view_id_util.cc', |
| 1712 | 'browser/gtk/view_id_util.h', |
| 1713 | 'browser/hang_monitor/hung_plugin_action.cc', |
| 1714 | 'browser/hang_monitor/hung_plugin_action.h', |
| 1715 | 'browser/hang_monitor/hung_window_detector.cc', |
| 1716 | 'browser/hang_monitor/hung_window_detector.h', |
| 1717 | 'browser/history/archived_database.cc', |
| 1718 | 'browser/history/archived_database.h', |
| 1719 | 'browser/history/download_database.cc', |
| 1720 | 'browser/history/download_database.h', |
| 1721 | 'browser/history/download_types.h', |
| 1722 | 'browser/history/expire_history_backend.cc', |
| 1723 | 'browser/history/expire_history_backend.h', |
| 1724 | 'browser/history/history.cc', |
| 1725 | 'browser/history/history.h', |
| 1726 | 'browser/history/history_backend.cc', |
| 1727 | 'browser/history/history_backend.h', |
| 1728 | 'browser/history/history_database.cc', |
| 1729 | 'browser/history/history_database.h', |
| 1730 | 'browser/history/history_marshaling.h', |
| 1731 | 'browser/history/history_notifications.h', |
| 1732 | 'browser/history/history_publisher.cc', |
| 1733 | 'browser/history/history_publisher.h', |
| 1734 | 'browser/history/history_publisher_none.cc', |
| 1735 | 'browser/history/history_publisher_win.cc', |
| 1736 | 'browser/history/history_types.cc', |
| 1737 | 'browser/history/history_types.h', |
| 1738 | 'browser/history/in_memory_database.cc', |
| 1739 | 'browser/history/in_memory_database.h', |
| 1740 | 'browser/history/in_memory_history_backend.cc', |
| 1741 | 'browser/history/in_memory_history_backend.h', |
[email protected] | 279a25f | 2010-07-01 18:13:22 | [diff] [blame] | 1742 | 'browser/history/in_memory_url_index.cc', |
| 1743 | 'browser/history/in_memory_url_index.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1744 | 'browser/history/page_usage_data.cc', |
| 1745 | 'browser/history/page_usage_data.h', |
| 1746 | 'browser/history/query_parser.cc', |
| 1747 | 'browser/history/query_parser.h', |
| 1748 | 'browser/history/snippet.cc', |
| 1749 | 'browser/history/snippet.h', |
| 1750 | 'browser/history/starred_url_database.cc', |
| 1751 | 'browser/history/starred_url_database.h', |
| 1752 | 'browser/history/text_database.cc', |
| 1753 | 'browser/history/text_database.h', |
| 1754 | 'browser/history/text_database_manager.cc', |
| 1755 | 'browser/history/text_database_manager.h', |
| 1756 | 'browser/history/thumbnail_database.cc', |
| 1757 | 'browser/history/thumbnail_database.h', |
| 1758 | 'browser/history/top_sites.cc', |
[email protected] | 6948947 | 2010-06-01 17:23:56 | [diff] [blame] | 1759 | 'browser/history/top_sites_database.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1760 | 'browser/history/url_database.cc', |
| 1761 | 'browser/history/url_database.h', |
| 1762 | 'browser/history/visit_database.cc', |
| 1763 | 'browser/history/visit_database.h', |
| 1764 | 'browser/history/visit_tracker.cc', |
| 1765 | 'browser/history/visit_tracker.h', |
| 1766 | 'browser/history/visitsegment_database.cc', |
| 1767 | 'browser/history/visitsegment_database.h', |
[email protected] | e284e6d8 | 2010-01-29 19:49:45 | [diff] [blame] | 1768 | 'browser/host_content_settings_map.cc', |
| 1769 | 'browser/host_content_settings_map.h', |
[email protected] | 40bd658 | 2009-12-04 23:49:51 | [diff] [blame] | 1770 | 'browser/host_zoom_map.cc', |
| 1771 | 'browser/host_zoom_map.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1772 | 'browser/hung_renderer_dialog.h', |
| 1773 | 'browser/icon_loader.h', |
| 1774 | 'browser/icon_loader.cc', |
| 1775 | 'browser/icon_loader_linux.cc', |
| 1776 | 'browser/icon_loader_mac.mm', |
| 1777 | 'browser/icon_loader_win.cc', |
| 1778 | 'browser/icon_manager.cc', |
| 1779 | 'browser/icon_manager.h', |
| 1780 | 'browser/icon_manager_linux.cc', |
| 1781 | 'browser/icon_manager_mac.mm', |
| 1782 | 'browser/icon_manager_win.cc', |
[email protected] | f520541 | 2010-03-16 00:19:34 | [diff] [blame] | 1783 | 'browser/idle_linux.cc', |
| 1784 | 'browser/idle_mac.cc', |
| 1785 | 'browser/idle_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1786 | 'browser/ime_input.cc', |
| 1787 | 'browser/ime_input.h', |
| 1788 | 'browser/importer/firefox2_importer.cc', |
| 1789 | 'browser/importer/firefox2_importer.h', |
| 1790 | 'browser/importer/firefox3_importer.cc', |
| 1791 | 'browser/importer/firefox3_importer.h', |
| 1792 | 'browser/importer/firefox_importer_utils.cc', |
| 1793 | 'browser/importer/firefox_importer_utils_linux.cc', |
| 1794 | 'browser/importer/firefox_importer_utils_mac.mm', |
| 1795 | 'browser/importer/firefox_importer_utils_win.cc', |
| 1796 | 'browser/importer/firefox_importer_utils.h', |
| 1797 | 'browser/importer/firefox_profile_lock.cc', |
| 1798 | 'browser/importer/firefox_profile_lock.h', |
| 1799 | 'browser/importer/firefox_profile_lock_posix.cc', |
| 1800 | 'browser/importer/firefox_profile_lock_win.cc', |
[email protected] | 4200a208 | 2010-04-27 23:19:47 | [diff] [blame] | 1801 | 'browser/importer/firefox_proxy_settings.cc', |
| 1802 | 'browser/importer/firefox_proxy_settings.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1803 | 'browser/importer/ie_importer.cc', |
| 1804 | 'browser/importer/ie_importer.h', |
| 1805 | 'browser/importer/importer.cc', |
| 1806 | 'browser/importer/importer.h', |
| 1807 | 'browser/importer/importer_bridge.cc', |
| 1808 | 'browser/importer/importer_bridge.h', |
[email protected] | 95940f10 | 2010-05-20 19:25:35 | [diff] [blame] | 1809 | 'browser/importer/importer_data_types.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1810 | 'browser/importer/importer_list.cc', |
| 1811 | 'browser/importer/importer_list.h', |
[email protected] | 89cfc19d | 2010-06-04 15:36:35 | [diff] [blame] | 1812 | 'browser/importer/importer_messages.h', |
| 1813 | 'browser/importer/importer_messages_internal.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1814 | 'browser/importer/mork_reader.cc', |
| 1815 | 'browser/importer/mork_reader.h', |
| 1816 | 'browser/importer/nss_decryptor.cc', |
| 1817 | 'browser/importer/nss_decryptor.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1818 | 'browser/importer/nss_decryptor_mac.h', |
| 1819 | 'browser/importer/nss_decryptor_mac.mm', |
[email protected] | ca9b7dd | 2010-02-24 23:40:30 | [diff] [blame] | 1820 | 'browser/importer/nss_decryptor_system_nss.cc', |
| 1821 | 'browser/importer/nss_decryptor_system_nss.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1822 | 'browser/importer/nss_decryptor_win.cc', |
| 1823 | 'browser/importer/nss_decryptor_win.h', |
[email protected] | 7fe8c5d | 2010-05-14 18:06:59 | [diff] [blame] | 1824 | 'browser/importer/profile_writer.cc', |
| 1825 | 'browser/importer/profile_writer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1826 | 'browser/importer/safari_importer.h', |
| 1827 | 'browser/importer/safari_importer.mm', |
| 1828 | 'browser/importer/toolbar_importer.cc', |
| 1829 | 'browser/importer/toolbar_importer.h', |
| 1830 | 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
| 1831 | 'browser/in_process_webkit/browser_webkitclient_impl.h', |
[email protected] | 61e7dec | 2010-01-05 21:44:37 | [diff] [blame] | 1832 | 'browser/in_process_webkit/dom_storage_area.cc', |
| 1833 | 'browser/in_process_webkit/dom_storage_area.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1834 | 'browser/in_process_webkit/dom_storage_context.cc', |
| 1835 | 'browser/in_process_webkit/dom_storage_context.h', |
| 1836 | 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', |
| 1837 | 'browser/in_process_webkit/dom_storage_dispatcher_host.h', |
[email protected] | 61e7dec | 2010-01-05 21:44:37 | [diff] [blame] | 1838 | 'browser/in_process_webkit/dom_storage_namespace.cc', |
| 1839 | 'browser/in_process_webkit/dom_storage_namespace.h', |
[email protected] | 9622ca5 | 2010-02-02 19:01:42 | [diff] [blame] | 1840 | 'browser/in_process_webkit/dom_storage_permission_request.cc', |
| 1841 | 'browser/in_process_webkit/dom_storage_permission_request.h', |
[email protected] | 70c19a93 | 2010-05-14 12:59:11 | [diff] [blame] | 1842 | 'browser/in_process_webkit/indexed_db_callbacks.h', |
| 1843 | 'browser/in_process_webkit/indexed_db_context.cc', |
| 1844 | 'browser/in_process_webkit/indexed_db_context.h', |
| 1845 | 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
| 1846 | 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1847 | 'browser/in_process_webkit/webkit_context.cc', |
| 1848 | 'browser/in_process_webkit/webkit_context.h', |
| 1849 | 'browser/in_process_webkit/webkit_thread.cc', |
| 1850 | 'browser/in_process_webkit/webkit_thread.h', |
| 1851 | 'browser/input_window_dialog.h', |
[email protected] | 39b6184b | 2010-07-16 19:48:37 | [diff] [blame] | 1852 | 'browser/input_window_dialog_gtk.cc', |
| 1853 | 'browser/input_window_dialog_win.cc', |
[email protected] | c4ff495 | 2010-01-08 19:12:47 | [diff] [blame] | 1854 | 'browser/intranet_redirect_detector.cc', |
| 1855 | 'browser/intranet_redirect_detector.h', |
[email protected] | 0ac8368 | 2010-01-22 17:46:27 | [diff] [blame] | 1856 | 'browser/io_thread.cc', |
| 1857 | 'browser/io_thread.h', |
[email protected] | e06131d | 2010-02-10 18:40:33 | [diff] [blame] | 1858 | 'browser/jankometer_mac.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1859 | 'browser/jankometer.cc', |
| 1860 | 'browser/jankometer.h', |
[email protected] | 11fb5e5 | 2010-06-23 00:58:48 | [diff] [blame] | 1861 | 'browser/jumplist_win.cc', |
| 1862 | 'browser/jumplist_win.h', |
[email protected] | 12f74a9 | 2010-02-05 22:32:14 | [diff] [blame] | 1863 | 'browser/js_modal_dialog.cc', |
| 1864 | 'browser/js_modal_dialog.h', |
| 1865 | 'browser/js_modal_dialog_gtk.cc', |
| 1866 | 'browser/js_modal_dialog_mac.mm', |
| 1867 | 'browser/js_modal_dialog_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1868 | 'browser/jsmessage_box_client.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1869 | 'browser/keychain_mac.cc', |
| 1870 | 'browser/keychain_mac.h', |
| 1871 | 'browser/language_combobox_model.cc', |
| 1872 | 'browser/language_combobox_model.h', |
| 1873 | 'browser/language_order_table_model.cc', |
| 1874 | 'browser/language_order_table_model.h', |
| 1875 | 'browser/load_from_memory_cache_details.h', |
| 1876 | 'browser/load_notification_details.h', |
| 1877 | 'browser/location_bar.h', |
[email protected] | 4cd7adb | 2010-06-14 20:05:21 | [diff] [blame] | 1878 | 'browser/location_bar_util.cc', |
| 1879 | 'browser/location_bar_util.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1880 | 'browser/login_model.h', |
| 1881 | 'browser/login_prompt.cc', |
| 1882 | 'browser/login_prompt.h', |
| 1883 | 'browser/login_prompt_gtk.cc', |
| 1884 | 'browser/login_prompt_mac.h', |
| 1885 | 'browser/login_prompt_mac.mm', |
| 1886 | 'browser/login_prompt_win.cc', |
[email protected] | b2e8e08 | 2009-12-21 17:44:20 | [diff] [blame] | 1887 | 'browser/mach_broker_mac.cc', |
| 1888 | 'browser/mach_broker_mac.h', |
[email protected] | 1703157 | 2010-06-08 09:55:47 | [diff] [blame] | 1889 | 'browser/managed_prefs_banner_base.cc', |
| 1890 | 'browser/managed_prefs_banner_base.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1891 | 'browser/memory_details.cc', |
| 1892 | 'browser/memory_details_linux.cc', |
| 1893 | 'browser/memory_details_mac.cc', |
| 1894 | 'browser/memory_details_win.cc', |
| 1895 | 'browser/memory_details.h', |
| 1896 | 'browser/memory_purger.cc', |
| 1897 | 'browser/memory_purger.h', |
[email protected] | 12f74a9 | 2010-02-05 22:32:14 | [diff] [blame] | 1898 | 'browser/message_box_handler.cc', |
| 1899 | 'browser/message_box_handler.h', |
[email protected] | 7c927b6 | 2010-02-24 09:54:13 | [diff] [blame] | 1900 | 'browser/metrics/histogram_synchronizer.cc', |
| 1901 | 'browser/metrics/histogram_synchronizer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1902 | 'browser/metrics/metric_event_duration_details.h', |
| 1903 | 'browser/metrics/metrics_log.cc', |
| 1904 | 'browser/metrics/metrics_log.h', |
| 1905 | 'browser/metrics/metrics_response.cc', |
| 1906 | 'browser/metrics/metrics_response.h', |
| 1907 | 'browser/metrics/metrics_service.cc', |
| 1908 | 'browser/metrics/metrics_service.h', |
| 1909 | 'browser/metrics/user_metrics.cc', |
| 1910 | 'browser/metrics/user_metrics.h', |
| 1911 | 'browser/modal_html_dialog_delegate.cc', |
| 1912 | 'browser/modal_html_dialog_delegate.h', |
[email protected] | 4bdde60 | 2010-06-16 03:17:35 | [diff] [blame] | 1913 | 'browser/nacl_host/nacl_broker_host_win.cc', |
| 1914 | 'browser/nacl_host/nacl_broker_host_win.h', |
| 1915 | 'browser/nacl_host/nacl_broker_service_win.cc', |
| 1916 | 'browser/nacl_host/nacl_broker_service_win.h', |
[email protected] | e15a4fa | 2010-02-11 23:09:29 | [diff] [blame] | 1917 | 'browser/nacl_host/nacl_process_host.cc', |
| 1918 | 'browser/nacl_host/nacl_process_host.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1919 | 'browser/net/browser_url_util.cc', |
| 1920 | 'browser/net/browser_url_util.h', |
[email protected] | 0f7066e | 2010-03-25 08:31:47 | [diff] [blame] | 1921 | 'browser/net/chrome_cookie_notification_details.h', |
[email protected] | 3460228 | 2010-02-03 22:14:15 | [diff] [blame] | 1922 | 'browser/net/chrome_cookie_policy.cc', |
| 1923 | 'browser/net/chrome_cookie_policy.h', |
[email protected] | 9e743cd | 2010-03-16 07:03:53 | [diff] [blame] | 1924 | 'browser/net/chrome_net_log.cc', |
| 1925 | 'browser/net/chrome_net_log.h', |
[email protected] | ac03952 | 2010-06-15 16:39:44 | [diff] [blame] | 1926 | 'browser/net/chrome_network_delegate.cc', |
| 1927 | 'browser/net/chrome_network_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1928 | 'browser/net/chrome_url_request_context.cc', |
| 1929 | 'browser/net/chrome_url_request_context.h', |
[email protected] | c5629c3 | 2010-06-23 01:22:43 | [diff] [blame] | 1930 | 'browser/net/connect_interceptor.cc', |
| 1931 | 'browser/net/connect_interceptor.h', |
[email protected] | 483bf12 | 2010-05-04 20:41:24 | [diff] [blame] | 1932 | 'browser/net/connection_tester.cc', |
| 1933 | 'browser/net/connection_tester.h', |
[email protected] | 8e4c2961 | 2010-07-14 01:24:45 | [diff] [blame] | 1934 | 'browser/net/gaia/token_service.cc', |
| 1935 | 'browser/net/gaia/token_service.h', |
[email protected] | e25e955 | 2010-07-16 08:25:41 | [diff] [blame] | 1936 | 'browser/net/load_timing_observer.cc', |
| 1937 | 'browser/net/load_timing_observer.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1938 | 'browser/net/metadata_url_request.cc', |
| 1939 | 'browser/net/metadata_url_request.h', |
[email protected] | 9e743cd | 2010-03-16 07:03:53 | [diff] [blame] | 1940 | 'browser/net/passive_log_collector.cc', |
| 1941 | 'browser/net/passive_log_collector.h', |
[email protected] | 760d970a | 2010-05-18 00:39:18 | [diff] [blame] | 1942 | 'browser/net/preconnect.cc', |
| 1943 | 'browser/net/preconnect.h', |
[email protected] | 3530cd9 | 2010-06-27 06:22:01 | [diff] [blame] | 1944 | 'browser/net/predictor.cc', |
| 1945 | 'browser/net/predictor.h', |
| 1946 | 'browser/net/predictor_api.cc', |
| 1947 | 'browser/net/predictor_api.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1948 | 'browser/net/referrer.cc', |
| 1949 | 'browser/net/referrer.h', |
| 1950 | 'browser/net/resolve_proxy_msg_helper.cc', |
| 1951 | 'browser/net/resolve_proxy_msg_helper.h', |
| 1952 | 'browser/net/sdch_dictionary_fetcher.cc', |
| 1953 | 'browser/net/sdch_dictionary_fetcher.h', |
| 1954 | 'browser/net/sqlite_persistent_cookie_store.cc', |
| 1955 | 'browser/net/sqlite_persistent_cookie_store.h', |
| 1956 | 'browser/net/ssl_config_service_manager.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1957 | 'browser/net/url_fixer_upper.cc', |
| 1958 | 'browser/net/url_fixer_upper.h', |
[email protected] | 3530cd9 | 2010-06-27 06:22:01 | [diff] [blame] | 1959 | 'browser/net/url_info.cc', |
| 1960 | 'browser/net/url_info.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1961 | 'browser/net/url_request_failed_dns_job.cc', |
| 1962 | 'browser/net/url_request_failed_dns_job.h', |
| 1963 | # TODO: These should be moved to test_support (see below), but |
| 1964 | # are currently used by production code in automation_provider.cc. |
| 1965 | 'browser/net/url_request_mock_http_job.cc', |
| 1966 | 'browser/net/url_request_mock_http_job.h', |
| 1967 | 'browser/net/url_request_mock_link_doctor_job.cc', |
| 1968 | 'browser/net/url_request_mock_link_doctor_job.h', |
| 1969 | 'browser/net/url_request_mock_util.cc', |
| 1970 | 'browser/net/url_request_mock_util.h', |
| 1971 | 'browser/net/url_request_slow_download_job.cc', |
| 1972 | 'browser/net/url_request_slow_download_job.h', |
| 1973 | 'browser/net/url_request_slow_http_job.cc', |
| 1974 | 'browser/net/url_request_slow_http_job.h', |
| 1975 | 'browser/net/url_request_tracking.cc', |
| 1976 | 'browser/net/url_request_tracking.h', |
[email protected] | 6e76d8d | 2010-05-10 23:13:56 | [diff] [blame] | 1977 | 'browser/net/view_http_cache_job_factory.cc', |
| 1978 | 'browser/net/view_http_cache_job_factory.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1979 | 'browser/net/websocket_experiment/websocket_experiment_runner.cc', |
| 1980 | 'browser/net/websocket_experiment/websocket_experiment_runner.h', |
| 1981 | 'browser/net/websocket_experiment/websocket_experiment_task.cc', |
| 1982 | 'browser/net/websocket_experiment/websocket_experiment_task.h', |
| 1983 | 'browser/notifications/balloon.cc', |
| 1984 | 'browser/notifications/balloon.h', |
[email protected] | 9e9e55c3 | 2010-03-23 23:39:09 | [diff] [blame] | 1985 | 'browser/notifications/balloon_host.h', |
| 1986 | 'browser/notifications/balloon_host.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1987 | 'browser/notifications/balloon_collection.cc', |
| 1988 | 'browser/notifications/balloon_collection.h', |
[email protected] | 83f2207 | 2010-03-02 23:47:09 | [diff] [blame] | 1989 | 'browser/notifications/balloon_collection_impl.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1990 | 'browser/notifications/balloon_collection_win.cc', |
| 1991 | 'browser/notifications/balloon_collection_mac.mm', |
| 1992 | 'browser/notifications/balloon_collection_linux.cc', |
| 1993 | 'browser/notifications/desktop_notification_service.cc', |
| 1994 | 'browser/notifications/desktop_notification_service.h', |
| 1995 | 'browser/notifications/notification.h', |
[email protected] | 3b84575 | 2010-03-17 01:19:06 | [diff] [blame] | 1996 | 'browser/notifications/notification_delegate.h', |
[email protected] | 70cb9fa | 2010-07-01 20:10:45 | [diff] [blame] | 1997 | 'browser/notifications/notification_exceptions_table_model.cc', |
| 1998 | 'browser/notifications/notification_exceptions_table_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 1999 | 'browser/notifications/notification_object_proxy.cc', |
| 2000 | 'browser/notifications/notification_object_proxy.h', |
[email protected] | f895131a | 2010-07-23 05:36:02 | [diff] [blame] | 2001 | 'browser/notifications/notification_options_menu_model.cc', |
| 2002 | 'browser/notifications/notification_options_menu_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2003 | 'browser/notifications/notification_ui_manager.cc', |
| 2004 | 'browser/notifications/notification_ui_manager.h', |
| 2005 | 'browser/notifications/notifications_prefs_cache.cc', |
| 2006 | 'browser/notifications/notifications_prefs_cache.h', |
| 2007 | 'browser/ntp_background_util.cc', |
| 2008 | 'browser/ntp_background_util.h', |
| 2009 | 'browser/omnibox_search_hint.cc', |
| 2010 | 'browser/omnibox_search_hint.h', |
| 2011 | 'browser/options_page_base.cc', |
| 2012 | 'browser/options_page_base.h', |
| 2013 | 'browser/options_util.cc', |
| 2014 | 'browser/options_util.h', |
| 2015 | 'browser/options_window.h', |
| 2016 | 'browser/page_info_model.cc', |
| 2017 | 'browser/page_info_model.h', |
| 2018 | 'browser/page_state.cc', |
| 2019 | 'browser/page_state.h', |
| 2020 | 'browser/parsers/metadata_parser.h', |
| 2021 | 'browser/parsers/metadata_parser_factory.h', |
| 2022 | 'browser/parsers/metadata_parser_filebase.cc', |
| 2023 | 'browser/parsers/metadata_parser_filebase.h', |
| 2024 | 'browser/parsers/metadata_parser_jpeg.cc', |
| 2025 | 'browser/parsers/metadata_parser_jpeg.h', |
| 2026 | 'browser/parsers/metadata_parser_jpeg_factory.cc', |
| 2027 | 'browser/parsers/metadata_parser_jpeg_factory.h', |
| 2028 | 'browser/parsers/metadata_parser_manager.cc', |
| 2029 | 'browser/parsers/metadata_parser_manager.h', |
| 2030 | 'browser/parsers/metadata_parser.cc', |
[email protected] | 7f58b02 | 2010-06-16 21:33:16 | [diff] [blame] | 2031 | 'browser/password_manager/encryptor.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2032 | 'browser/password_manager/encryptor_linux.cc', |
| 2033 | 'browser/password_manager/encryptor_mac.mm', |
| 2034 | 'browser/password_manager/encryptor_win.cc', |
[email protected] | ecbf289 | 2010-07-16 01:51:45 | [diff] [blame] | 2035 | 'browser/password_manager/encryptor_password_mac.h', |
| 2036 | 'browser/password_manager/encryptor_password_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2037 | 'browser/password_manager/ie7_password.cc', |
| 2038 | 'browser/password_manager/ie7_password.h', |
[email protected] | 7f58b02 | 2010-06-16 21:33:16 | [diff] [blame] | 2039 | 'browser/password_manager/login_database.cc', |
| 2040 | 'browser/password_manager/login_database.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2041 | 'browser/password_manager/login_database_mac.cc', |
[email protected] | ec44cd5 | 2010-04-05 22:30:47 | [diff] [blame] | 2042 | 'browser/password_manager/login_database_posix.cc', |
| 2043 | 'browser/password_manager/login_database_win.cc', |
[email protected] | 7f58b02 | 2010-06-16 21:33:16 | [diff] [blame] | 2044 | 'browser/password_manager/native_backend_gnome_x.cc', |
| 2045 | 'browser/password_manager/native_backend_gnome_x.h', |
| 2046 | 'browser/password_manager/native_backend_kwallet_x.cc', |
| 2047 | 'browser/password_manager/native_backend_kwallet_x.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2048 | 'browser/password_manager/password_form_manager.cc', |
| 2049 | 'browser/password_manager/password_form_manager.h', |
| 2050 | 'browser/password_manager/password_manager.cc', |
| 2051 | 'browser/password_manager/password_manager.h', |
| 2052 | 'browser/password_manager/password_store.cc', |
| 2053 | 'browser/password_manager/password_store.h', |
| 2054 | 'browser/password_manager/password_store_default.cc', |
| 2055 | 'browser/password_manager/password_store_default.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2056 | 'browser/password_manager/password_store_mac.cc', |
[email protected] | 7f58b02 | 2010-06-16 21:33:16 | [diff] [blame] | 2057 | 'browser/password_manager/password_store_mac.h', |
| 2058 | 'browser/password_manager/password_store_mac_internal.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2059 | 'browser/password_manager/password_store_win.cc', |
[email protected] | 7f58b02 | 2010-06-16 21:33:16 | [diff] [blame] | 2060 | 'browser/password_manager/password_store_win.h', |
| 2061 | 'browser/password_manager/password_store_x.cc', |
| 2062 | 'browser/password_manager/password_store_x.h', |
[email protected] | 14a000d | 2010-04-29 21:44:24 | [diff] [blame] | 2063 | 'browser/platform_util.h', |
| 2064 | 'browser/platform_util_linux.cc', |
| 2065 | 'browser/platform_util_chromeos.cc', |
| 2066 | 'browser/platform_util_common_linux.cc', |
| 2067 | 'browser/platform_util_mac.mm', |
| 2068 | 'browser/platform_util_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2069 | 'browser/plugin_installer.cc', |
| 2070 | 'browser/plugin_installer.h', |
| 2071 | 'browser/plugin_process_host.cc', |
| 2072 | 'browser/plugin_process_host.h', |
| 2073 | 'browser/plugin_process_host_mac.cc', |
| 2074 | 'browser/plugin_service.cc', |
| 2075 | 'browser/plugin_service.h', |
[email protected] | 0a8b1e2 | 2010-07-02 09:31:11 | [diff] [blame] | 2076 | 'browser/plugin_updater.cc', |
| 2077 | 'browser/plugin_updater.h', |
[email protected] | 8e0bbf1 | 2010-07-20 00:03:43 | [diff] [blame] | 2078 | 'browser/popup_blocked_animation.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2079 | 'browser/possible_url_model.cc', |
| 2080 | 'browser/possible_url_model.h', |
| 2081 | 'browser/power_save_blocker.h', |
| 2082 | 'browser/power_save_blocker_common.cc', |
| 2083 | 'browser/power_save_blocker_stub.cc', |
| 2084 | 'browser/power_save_blocker_win.cc', |
[email protected] | 052313b | 2010-02-19 09:43:08 | [diff] [blame] | 2085 | 'browser/pref_member.cc', |
| 2086 | 'browser/pref_member.h', |
| 2087 | 'browser/pref_service.cc', |
| 2088 | 'browser/pref_service.h', |
[email protected] | 9a4a34ac | 2010-07-23 10:57:36 | [diff] [blame] | 2089 | 'browser/pref_set_observer.cc', |
| 2090 | 'browser/pref_set_observer.h', |
[email protected] | d8b08c9 | 2010-06-07 13:13:28 | [diff] [blame] | 2091 | 'browser/pref_value_store.cc', |
[email protected] | 556c5d7 | 2010-06-10 05:45:01 | [diff] [blame] | 2092 | 'browser/pref_value_store.h', |
[email protected] | 4cd7adb | 2010-06-14 20:05:21 | [diff] [blame] | 2093 | 'browser/preferences_mac.cc', |
| 2094 | 'browser/preferences_mac.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2095 | 'browser/printing/print_dialog_gtk.cc', |
| 2096 | 'browser/printing/print_dialog_gtk.h', |
[email protected] | 73852b8f | 2010-05-14 00:38:12 | [diff] [blame] | 2097 | 'browser/printing/print_dialog_cloud.cc', |
| 2098 | 'browser/printing/print_dialog_cloud.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2099 | 'browser/printing/print_job.cc', |
| 2100 | 'browser/printing/print_job.h', |
| 2101 | 'browser/printing/print_job_manager.cc', |
| 2102 | 'browser/printing/print_job_manager.h', |
| 2103 | 'browser/printing/print_job_worker.cc', |
| 2104 | 'browser/printing/print_job_worker.h', |
| 2105 | 'browser/printing/print_job_worker_owner.h', |
| 2106 | 'browser/printing/print_view_manager.cc', |
| 2107 | 'browser/printing/print_view_manager.h', |
| 2108 | 'browser/printing/printer_query.cc', |
| 2109 | 'browser/printing/printer_query.h', |
[email protected] | 1bd056e | 2010-04-20 02:03:48 | [diff] [blame] | 2110 | 'browser/printing/cloud_print/cloud_print_proxy_service.cc', |
| 2111 | 'browser/printing/cloud_print/cloud_print_proxy_service.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2112 | 'browser/process_info_snapshot_mac.cc', |
| 2113 | 'browser/process_info_snapshot.h', |
| 2114 | 'browser/process_singleton.h', |
| 2115 | 'browser/process_singleton_linux.cc', |
| 2116 | 'browser/process_singleton_mac.cc', |
| 2117 | 'browser/process_singleton_win.cc', |
| 2118 | 'browser/profile.cc', |
| 2119 | 'browser/profile.h', |
[email protected] | 5a0b42e | 2010-07-30 23:42:59 | [diff] [blame] | 2120 | 'browser/profile_impl.cc', |
| 2121 | 'browser/profile_impl.h', |
[email protected] | 89cfc19d | 2010-06-04 15:36:35 | [diff] [blame] | 2122 | 'browser/profile_import_process_host.cc', |
| 2123 | 'browser/profile_import_process_host.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2124 | 'browser/profile_manager.cc', |
| 2125 | 'browser/profile_manager.h', |
[email protected] | 508d27e1 | 2010-07-01 16:17:37 | [diff] [blame] | 2126 | 'browser/remove_rows_table_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2127 | 'browser/renderer_host/async_resource_handler.cc', |
| 2128 | 'browser/renderer_host/async_resource_handler.h', |
| 2129 | 'browser/renderer_host/audio_renderer_host.cc', |
| 2130 | 'browser/renderer_host/audio_renderer_host.h', |
[email protected] | 94155a6b | 2010-07-07 18:36:51 | [diff] [blame] | 2131 | 'browser/renderer_host/audio_sync_reader.cc', |
| 2132 | 'browser/renderer_host/audio_sync_reader.h', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 2133 | 'browser/renderer_host/backing_store.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2134 | 'browser/renderer_host/backing_store.h', |
| 2135 | 'browser/renderer_host/backing_store_manager.cc', |
| 2136 | 'browser/renderer_host/backing_store_manager.h', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 2137 | 'browser/renderer_host/backing_store_mac.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2138 | 'browser/renderer_host/backing_store_mac.mm', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 2139 | 'browser/renderer_host/backing_store_proxy.cc', |
| 2140 | 'browser/renderer_host/backing_store_proxy.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2141 | 'browser/renderer_host/backing_store_win.cc', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 2142 | 'browser/renderer_host/backing_store_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2143 | 'browser/renderer_host/backing_store_x.cc', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 2144 | 'browser/renderer_host/backing_store_x.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2145 | 'browser/renderer_host/browser_render_process_host.cc', |
| 2146 | 'browser/renderer_host/browser_render_process_host.h', |
| 2147 | 'browser/renderer_host/buffered_resource_handler.cc', |
| 2148 | 'browser/renderer_host/buffered_resource_handler.h', |
| 2149 | 'browser/renderer_host/cross_site_resource_handler.cc', |
| 2150 | 'browser/renderer_host/cross_site_resource_handler.h', |
| 2151 | 'browser/renderer_host/database_dispatcher_host.cc', |
| 2152 | 'browser/renderer_host/database_dispatcher_host.h', |
[email protected] | a3703dd | 2010-02-11 17:46:13 | [diff] [blame] | 2153 | 'browser/renderer_host/database_permission_request.cc', |
| 2154 | 'browser/renderer_host/database_permission_request.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2155 | 'browser/renderer_host/download_resource_handler.cc', |
| 2156 | 'browser/renderer_host/download_resource_handler.h', |
| 2157 | 'browser/renderer_host/download_throttling_resource_handler.cc', |
| 2158 | 'browser/renderer_host/download_throttling_resource_handler.h', |
[email protected] | 92b24c1 | 2009-12-10 20:04:35 | [diff] [blame] | 2159 | 'browser/renderer_host/global_request_id.h', |
[email protected] | 38b44f1 | 2010-01-15 18:31:17 | [diff] [blame] | 2160 | 'browser/renderer_host/gpu_view_host.cc', |
| 2161 | 'browser/renderer_host/gpu_view_host.h', |
[email protected] | 44ce0b1 | 2010-03-12 16:45:33 | [diff] [blame] | 2162 | 'browser/renderer_host/accelerated_surface_container_mac.cc', |
| 2163 | 'browser/renderer_host/accelerated_surface_container_mac.h', |
| 2164 | 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', |
| 2165 | 'browser/renderer_host/accelerated_surface_container_manager_mac.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2166 | 'browser/renderer_host/gtk_im_context_wrapper.cc', |
| 2167 | 'browser/renderer_host/gtk_im_context_wrapper.h', |
| 2168 | 'browser/renderer_host/gtk_key_bindings_handler.cc', |
| 2169 | 'browser/renderer_host/gtk_key_bindings_handler.h', |
[email protected] | 6692b0d7 | 2010-07-15 03:40:23 | [diff] [blame] | 2170 | 'browser/renderer_host/offline_resource_handler.cc', |
| 2171 | 'browser/renderer_host/offline_resource_handler.h', |
[email protected] | c0dac327 | 2010-07-28 08:04:45 | [diff] [blame] | 2172 | 'browser/renderer_host/redirect_to_file_resource_handler.cc', |
| 2173 | 'browser/renderer_host/redirect_to_file_resource_handler.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2174 | 'browser/renderer_host/render_process_host.cc', |
| 2175 | 'browser/renderer_host/render_process_host.h', |
| 2176 | 'browser/renderer_host/render_sandbox_host_linux.h', |
| 2177 | 'browser/renderer_host/render_sandbox_host_linux.cc', |
| 2178 | 'browser/renderer_host/render_view_host.cc', |
| 2179 | 'browser/renderer_host/render_view_host.h', |
| 2180 | 'browser/renderer_host/render_view_host_delegate.cc', |
| 2181 | 'browser/renderer_host/render_view_host_delegate.h', |
| 2182 | 'browser/renderer_host/render_view_host_factory.cc', |
| 2183 | 'browser/renderer_host/render_view_host_factory.h', |
[email protected] | 2ecd88e | 2010-02-11 08:36:30 | [diff] [blame] | 2184 | 'browser/renderer_host/render_view_host_notification_task.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2185 | 'browser/renderer_host/render_widget_helper.cc', |
| 2186 | 'browser/renderer_host/render_widget_helper.h', |
| 2187 | 'browser/renderer_host/render_widget_host.cc', |
| 2188 | 'browser/renderer_host/render_widget_host.h', |
| 2189 | 'browser/renderer_host/render_widget_host_view.h', |
| 2190 | 'browser/renderer_host/render_widget_host_view_gtk.cc', |
| 2191 | 'browser/renderer_host/render_widget_host_view_gtk.h', |
| 2192 | 'browser/renderer_host/render_widget_host_view_mac.h', |
| 2193 | 'browser/renderer_host/render_widget_host_view_mac.mm', |
| 2194 | 'browser/renderer_host/render_widget_host_view_win.cc', |
| 2195 | 'browser/renderer_host/render_widget_host_view_win.h', |
| 2196 | 'browser/renderer_host/resource_dispatcher_host.cc', |
| 2197 | 'browser/renderer_host/resource_dispatcher_host.h', |
| 2198 | 'browser/renderer_host/resource_dispatcher_host_request_info.cc', |
| 2199 | 'browser/renderer_host/resource_dispatcher_host_request_info.h', |
| 2200 | 'browser/renderer_host/resource_handler.h', |
| 2201 | 'browser/renderer_host/resource_message_filter.cc', |
| 2202 | 'browser/renderer_host/resource_message_filter.h', |
| 2203 | 'browser/renderer_host/resource_message_filter_gtk.cc', |
| 2204 | 'browser/renderer_host/resource_message_filter_mac.mm', |
| 2205 | 'browser/renderer_host/resource_message_filter_win.cc', |
[email protected] | 92b24c1 | 2009-12-10 20:04:35 | [diff] [blame] | 2206 | 'browser/renderer_host/resource_queue.cc', |
| 2207 | 'browser/renderer_host/resource_queue.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2208 | 'browser/renderer_host/resource_request_details.h', |
| 2209 | 'browser/renderer_host/safe_browsing_resource_handler.cc', |
| 2210 | 'browser/renderer_host/safe_browsing_resource_handler.h', |
| 2211 | 'browser/renderer_host/save_file_resource_handler.cc', |
| 2212 | 'browser/renderer_host/save_file_resource_handler.h', |
| 2213 | 'browser/renderer_host/site_instance.cc', |
| 2214 | 'browser/renderer_host/site_instance.h', |
| 2215 | 'browser/renderer_host/socket_stream_dispatcher_host.cc', |
| 2216 | 'browser/renderer_host/socket_stream_dispatcher_host.h', |
| 2217 | 'browser/renderer_host/socket_stream_host.cc', |
| 2218 | 'browser/renderer_host/socket_stream_host.h', |
| 2219 | 'browser/renderer_host/sync_resource_handler.cc', |
| 2220 | 'browser/renderer_host/sync_resource_handler.h', |
[email protected] | 8400e03 | 2010-02-26 18:50:11 | [diff] [blame] | 2221 | 'browser/renderer_host/video_layer.cc', |
| 2222 | 'browser/renderer_host/video_layer.h', |
[email protected] | ba65b1f64 | 2010-03-02 21:23:11 | [diff] [blame] | 2223 | 'browser/renderer_host/video_layer_proxy.cc', |
| 2224 | 'browser/renderer_host/video_layer_proxy.h', |
[email protected] | 8400e03 | 2010-02-26 18:50:11 | [diff] [blame] | 2225 | 'browser/renderer_host/video_layer_x.cc', |
| 2226 | 'browser/renderer_host/video_layer_x.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2227 | 'browser/renderer_host/web_cache_manager.cc', |
| 2228 | 'browser/renderer_host/web_cache_manager.h', |
| 2229 | 'browser/renderer_host/x509_user_cert_resource_handler.cc', |
| 2230 | 'browser/renderer_host/x509_user_cert_resource_handler.h', |
[email protected] | 93623c5d | 2009-12-10 21:40:32 | [diff] [blame] | 2231 | 'browser/renderer_preferences_util.cc', |
| 2232 | 'browser/renderer_preferences_util.h', |
[email protected] | 965bb09 | 2010-04-09 11:59:02 | [diff] [blame] | 2233 | 'browser/repost_form_warning_controller.cc', |
| 2234 | 'browser/repost_form_warning_controller.h', |
[email protected] | 1faee3f0 | 2010-06-21 07:01:34 | [diff] [blame] | 2235 | 'browser/resources_util.cc', |
| 2236 | 'browser/resources_util.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2237 | 'browser/rlz/rlz.cc', |
| 2238 | 'browser/rlz/rlz.h', |
| 2239 | 'browser/safe_browsing/bloom_filter.cc', |
| 2240 | 'browser/safe_browsing/bloom_filter.h', |
| 2241 | 'browser/safe_browsing/chunk_range.cc', |
| 2242 | 'browser/safe_browsing/chunk_range.h', |
| 2243 | 'browser/safe_browsing/protocol_manager.cc', |
| 2244 | 'browser/safe_browsing/protocol_manager.h', |
| 2245 | 'browser/safe_browsing/protocol_parser.cc', |
| 2246 | 'browser/safe_browsing/protocol_parser.h', |
| 2247 | 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
| 2248 | 'browser/safe_browsing/safe_browsing_blocking_page.h', |
| 2249 | 'browser/safe_browsing/safe_browsing_database.cc', |
| 2250 | 'browser/safe_browsing/safe_browsing_database.h', |
| 2251 | 'browser/safe_browsing/safe_browsing_database_bloom.cc', |
| 2252 | 'browser/safe_browsing/safe_browsing_database_bloom.h', |
| 2253 | 'browser/safe_browsing/safe_browsing_service.cc', |
| 2254 | 'browser/safe_browsing/safe_browsing_service.h', |
[email protected] | 6afe28a | 2010-01-28 20:56:03 | [diff] [blame] | 2255 | 'browser/safe_browsing/safe_browsing_store.cc', |
| 2256 | 'browser/safe_browsing/safe_browsing_store.h', |
| 2257 | 'browser/safe_browsing/safe_browsing_store_file.cc', |
| 2258 | 'browser/safe_browsing/safe_browsing_store_file.h', |
| 2259 | 'browser/safe_browsing/safe_browsing_store_sqlite.cc', |
| 2260 | 'browser/safe_browsing/safe_browsing_store_sqlite.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2261 | 'browser/safe_browsing/safe_browsing_util.cc', |
| 2262 | 'browser/safe_browsing/safe_browsing_util.h', |
[email protected] | dd8fa1a99 | 2010-04-05 23:56:16 | [diff] [blame] | 2263 | 'browser/scoped_pref_update.cc', |
| 2264 | 'browser/scoped_pref_update.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2265 | 'browser/search_engines/edit_search_engine_controller.cc', |
| 2266 | 'browser/search_engines/edit_search_engine_controller.h', |
| 2267 | 'browser/search_engines/keyword_editor_controller.cc', |
| 2268 | 'browser/search_engines/keyword_editor_controller.h', |
| 2269 | 'browser/search_engines/template_url.cc', |
| 2270 | 'browser/search_engines/template_url.h', |
| 2271 | 'browser/search_engines/template_url_fetcher.cc', |
| 2272 | 'browser/search_engines/template_url_fetcher.h', |
| 2273 | 'browser/search_engines/template_url_model.cc', |
| 2274 | 'browser/search_engines/template_url_model.h', |
| 2275 | 'browser/search_engines/template_url_parser.cc', |
| 2276 | 'browser/search_engines/template_url_parser.h', |
| 2277 | 'browser/search_engines/template_url_prepopulate_data.cc', |
| 2278 | 'browser/search_engines/template_url_prepopulate_data.h', |
| 2279 | 'browser/search_engines/template_url_table_model.cc', |
| 2280 | 'browser/search_engines/template_url_table_model.h', |
[email protected] | 96788b0 | 2010-06-26 21:45:34 | [diff] [blame] | 2281 | 'browser/search_engines/util.cc', |
| 2282 | 'browser/search_engines/util.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2283 | 'browser/session_startup_pref.cc', |
| 2284 | 'browser/session_startup_pref.h', |
| 2285 | 'browser/sessions/base_session_service.cc', |
| 2286 | 'browser/sessions/base_session_service.h', |
| 2287 | 'browser/sessions/session_backend.cc', |
| 2288 | 'browser/sessions/session_backend.h', |
| 2289 | 'browser/sessions/session_command.cc', |
| 2290 | 'browser/sessions/session_command.h', |
| 2291 | 'browser/sessions/session_id.cc', |
| 2292 | 'browser/sessions/session_id.h', |
| 2293 | 'browser/sessions/session_restore.cc', |
| 2294 | 'browser/sessions/session_restore.h', |
| 2295 | 'browser/sessions/session_service.cc', |
| 2296 | 'browser/sessions/session_service.h', |
| 2297 | 'browser/sessions/session_types.cc', |
| 2298 | 'browser/sessions/session_types.h', |
| 2299 | 'browser/sessions/tab_restore_service.cc', |
| 2300 | 'browser/sessions/tab_restore_service.h', |
[email protected] | aa4dc5e2 | 2010-06-16 11:32:54 | [diff] [blame] | 2301 | 'browser/configuration_policy_provider.cc', |
| 2302 | 'browser/configuration_policy_provider.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2303 | 'browser/shell_dialogs.h', |
| 2304 | 'browser/shell_integration.cc', |
| 2305 | 'browser/shell_integration.h', |
| 2306 | 'browser/shell_integration_mac.mm', |
| 2307 | 'browser/shell_integration_linux.cc', |
| 2308 | 'browser/shell_integration_win.cc', |
| 2309 | 'browser/spellcheck_host.cc', |
| 2310 | 'browser/spellcheck_host.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2311 | 'browser/spellchecker_linux.cc', |
| 2312 | 'browser/spellchecker_mac.mm', |
| 2313 | 'browser/spellchecker_platform_engine.h', |
| 2314 | 'browser/spellchecker_win.cc', |
[email protected] | cdafbff | 2010-03-02 17:47:02 | [diff] [blame] | 2315 | 'browser/ssl/ssl_add_cert_handler.cc', |
| 2316 | 'browser/ssl/ssl_add_cert_handler.h', |
| 2317 | 'browser/ssl/ssl_add_cert_handler_mac.mm', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2318 | 'browser/ssl/ssl_blocking_page.cc', |
| 2319 | 'browser/ssl/ssl_blocking_page.h', |
| 2320 | 'browser/ssl/ssl_cert_error_handler.cc', |
| 2321 | 'browser/ssl/ssl_cert_error_handler.h', |
| 2322 | 'browser/ssl/ssl_client_auth_handler.cc', |
| 2323 | 'browser/ssl/ssl_client_auth_handler.h', |
| 2324 | 'browser/ssl/ssl_error_handler.cc', |
| 2325 | 'browser/ssl/ssl_error_handler.h', |
| 2326 | 'browser/ssl/ssl_error_info.cc', |
| 2327 | 'browser/ssl/ssl_error_info.h', |
| 2328 | 'browser/ssl/ssl_host_state.cc', |
| 2329 | 'browser/ssl/ssl_host_state.h', |
| 2330 | 'browser/ssl/ssl_manager.cc', |
| 2331 | 'browser/ssl/ssl_manager.h', |
| 2332 | 'browser/ssl/ssl_policy.cc', |
| 2333 | 'browser/ssl/ssl_policy.h', |
| 2334 | 'browser/ssl/ssl_policy_backend.cc', |
| 2335 | 'browser/ssl/ssl_policy_backend.h', |
| 2336 | 'browser/ssl/ssl_request_info.h', |
[email protected] | 1f18184a | 2010-07-21 19:34:49 | [diff] [blame] | 2337 | 'browser/ssl_client_certificate_selector.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2338 | 'browser/status_bubble.h', |
[email protected] | ccb55cf5 | 2010-03-06 22:02:04 | [diff] [blame] | 2339 | 'browser/status_icons/status_tray.cc', |
| 2340 | 'browser/status_icons/status_tray.h', |
| 2341 | 'browser/status_icons/status_tray_manager.cc', |
| 2342 | 'browser/status_icons/status_tray_manager.h', |
[email protected] | a24642a | 2010-03-24 21:29:05 | [diff] [blame] | 2343 | 'browser/status_icons/status_icon.cc', |
[email protected] | ccb55cf5 | 2010-03-06 22:02:04 | [diff] [blame] | 2344 | 'browser/status_icons/status_icon.h', |
[email protected] | 326e679 | 2009-12-11 21:04:42 | [diff] [blame] | 2345 | 'browser/transport_security_persister.cc', |
| 2346 | 'browser/transport_security_persister.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2347 | 'browser/sync/engine/syncapi.h', |
[email protected] | 8b3b23a | 2010-03-01 22:06:21 | [diff] [blame] | 2348 | 'browser/sync/glue/autofill_change_processor.h', |
| 2349 | 'browser/sync/glue/autofill_change_processor.cc', |
| 2350 | 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2351 | 'browser/sync/glue/autofill_data_type_controller.h', |
| 2352 | 'browser/sync/glue/autofill_model_associator.h', |
| 2353 | 'browser/sync/glue/autofill_model_associator.cc', |
[email protected] | 62fe438 | 2009-12-14 23:14:03 | [diff] [blame] | 2354 | 'browser/sync/glue/bookmark_change_processor.cc', |
[email protected] | 4aea04a | 2010-02-10 20:13:43 | [diff] [blame] | 2355 | 'browser/sync/glue/bookmark_change_processor.h', |
| 2356 | 'browser/sync/glue/bookmark_data_type_controller.cc', |
| 2357 | 'browser/sync/glue/bookmark_data_type_controller.h', |
[email protected] | 62fe438 | 2009-12-14 23:14:03 | [diff] [blame] | 2358 | 'browser/sync/glue/bookmark_model_associator.h', |
| 2359 | 'browser/sync/glue/bookmark_model_associator.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2360 | 'browser/sync/glue/change_processor.cc', |
| 2361 | 'browser/sync/glue/change_processor.h', |
[email protected] | 4aea04a | 2010-02-10 20:13:43 | [diff] [blame] | 2362 | 'browser/sync/glue/data_type_controller.h', |
[email protected] | e3e43d9 | 2010-02-26 22:02:38 | [diff] [blame] | 2363 | 'browser/sync/glue/data_type_manager.h', |
| 2364 | 'browser/sync/glue/data_type_manager_impl.cc', |
| 2365 | 'browser/sync/glue/data_type_manager_impl.h', |
[email protected] | 58a468e | 2010-02-01 17:51:03 | [diff] [blame] | 2366 | 'browser/sync/glue/database_model_worker.cc', |
| 2367 | 'browser/sync/glue/database_model_worker.h', |
[email protected] | c05d2cb7 | 2010-06-14 19:59:15 | [diff] [blame] | 2368 | 'browser/sync/glue/extension_change_processor.cc', |
| 2369 | 'browser/sync/glue/extension_change_processor.h', |
| 2370 | 'browser/sync/glue/extension_data.cc', |
| 2371 | 'browser/sync/glue/extension_data.h', |
| 2372 | 'browser/sync/glue/extension_data_type_controller.cc', |
| 2373 | 'browser/sync/glue/extension_data_type_controller.h', |
| 2374 | 'browser/sync/glue/extension_model_associator.cc', |
| 2375 | 'browser/sync/glue/extension_model_associator.h', |
| 2376 | 'browser/sync/glue/extension_util.cc', |
| 2377 | 'browser/sync/glue/extension_util.h', |
[email protected] | 5315025 | 2010-03-18 00:27:29 | [diff] [blame] | 2378 | 'browser/sync/glue/history_model_worker.cc', |
| 2379 | 'browser/sync/glue/history_model_worker.h', |
[email protected] | 7b8c011 | 2010-05-19 18:06:14 | [diff] [blame] | 2380 | 'browser/sync/glue/password_model_worker.cc', |
| 2381 | 'browser/sync/glue/password_model_worker.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2382 | 'browser/sync/glue/http_bridge.cc', |
| 2383 | 'browser/sync/glue/http_bridge.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2384 | 'browser/sync/glue/model_associator.h', |
[email protected] | 7b8c011 | 2010-05-19 18:06:14 | [diff] [blame] | 2385 | 'browser/sync/glue/password_change_processor.cc', |
| 2386 | 'browser/sync/glue/password_change_processor.h', |
| 2387 | 'browser/sync/glue/password_data_type_controller.cc', |
| 2388 | 'browser/sync/glue/password_data_type_controller.h', |
| 2389 | 'browser/sync/glue/password_model_associator.cc', |
| 2390 | 'browser/sync/glue/password_model_associator.h', |
[email protected] | 51133f9 | 2010-01-12 22:27:57 | [diff] [blame] | 2391 | 'browser/sync/glue/preference_change_processor.cc', |
| 2392 | 'browser/sync/glue/preference_change_processor.h', |
[email protected] | 371d049 | 2010-02-11 21:29:26 | [diff] [blame] | 2393 | 'browser/sync/glue/preference_data_type_controller.cc', |
| 2394 | 'browser/sync/glue/preference_data_type_controller.h', |
[email protected] | 51133f9 | 2010-01-12 22:27:57 | [diff] [blame] | 2395 | 'browser/sync/glue/preference_model_associator.cc', |
| 2396 | 'browser/sync/glue/preference_model_associator.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2397 | 'browser/sync/glue/sync_backend_host.cc', |
[email protected] | cc7af20c | 2010-02-05 23:30:58 | [diff] [blame] | 2398 | 'browser/sync/glue/sync_backend_host.h', |
[email protected] | ecde274 | 2010-04-02 17:36:18 | [diff] [blame] | 2399 | 'browser/sync/glue/synchronized_preferences.h', |
[email protected] | 60cab46 | 2010-03-29 20:04:05 | [diff] [blame] | 2400 | 'browser/sync/glue/theme_change_processor.cc', |
| 2401 | 'browser/sync/glue/theme_change_processor.h', |
| 2402 | 'browser/sync/glue/theme_data_type_controller.cc', |
| 2403 | 'browser/sync/glue/theme_data_type_controller.h', |
| 2404 | 'browser/sync/glue/theme_model_associator.cc', |
| 2405 | 'browser/sync/glue/theme_model_associator.h', |
| 2406 | 'browser/sync/glue/theme_util.cc', |
| 2407 | 'browser/sync/glue/theme_util.h', |
[email protected] | 5315025 | 2010-03-18 00:27:29 | [diff] [blame] | 2408 | 'browser/sync/glue/typed_url_change_processor.cc', |
| 2409 | 'browser/sync/glue/typed_url_change_processor.h', |
| 2410 | 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2411 | 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2412 | 'browser/sync/glue/typed_url_model_associator.cc', |
| 2413 | 'browser/sync/glue/typed_url_model_associator.h', |
[email protected] | d636be38 | 2010-01-22 02:15:42 | [diff] [blame] | 2414 | 'browser/sync/glue/ui_model_worker.cc', |
| 2415 | 'browser/sync/glue/ui_model_worker.h', |
[email protected] | 93d960ce | 2010-02-11 04:27:00 | [diff] [blame] | 2416 | 'browser/sync/notification_method.h', |
| 2417 | 'browser/sync/notification_method.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2418 | 'browser/sync/profile_sync_service.cc', |
| 2419 | 'browser/sync/profile_sync_service.h', |
[email protected] | 4aea04a | 2010-02-10 20:13:43 | [diff] [blame] | 2420 | 'browser/sync/profile_sync_factory.h', |
| 2421 | 'browser/sync/profile_sync_factory_impl.cc', |
| 2422 | 'browser/sync/profile_sync_factory_impl.h', |
[email protected] | 50c5bed | 2010-04-30 19:52:35 | [diff] [blame] | 2423 | 'browser/sync/sync_constants.cc', |
| 2424 | 'browser/sync/sync_constants.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2425 | 'browser/sync/sync_setup_flow.cc', |
| 2426 | 'browser/sync/sync_setup_flow.h', |
| 2427 | 'browser/sync/sync_setup_wizard.cc', |
| 2428 | 'browser/sync/sync_setup_wizard.h', |
| 2429 | 'browser/sync/sync_ui_util.cc', |
| 2430 | 'browser/sync/sync_ui_util.h', |
| 2431 | 'browser/sync/sync_ui_util_mac.mm', |
| 2432 | 'browser/sync/sync_ui_util_mac.h', |
[email protected] | 0b4d338 | 2010-07-14 16:13:04 | [diff] [blame] | 2433 | 'browser/tab_closeable_state_watcher.cc', |
| 2434 | 'browser/tab_closeable_state_watcher.h', |
[email protected] | e834524 | 2010-05-06 03:00:40 | [diff] [blame] | 2435 | 'browser/tab_contents/background_contents.cc', |
| 2436 | 'browser/tab_contents/background_contents.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2437 | 'browser/tab_contents/constrained_window.h', |
| 2438 | 'browser/tab_contents/infobar_delegate.cc', |
| 2439 | 'browser/tab_contents/infobar_delegate.h', |
| 2440 | 'browser/tab_contents/interstitial_page.cc', |
| 2441 | 'browser/tab_contents/interstitial_page.h', |
[email protected] | 3b1c181 | 2010-02-12 21:53:55 | [diff] [blame] | 2442 | 'browser/tab_contents/language_state.h', |
| 2443 | 'browser/tab_contents/language_state.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2444 | 'browser/tab_contents/navigation_controller.cc', |
| 2445 | 'browser/tab_contents/navigation_controller.h', |
| 2446 | 'browser/tab_contents/navigation_entry.cc', |
| 2447 | 'browser/tab_contents/navigation_entry.h', |
| 2448 | 'browser/tab_contents/page_navigator.h', |
| 2449 | 'browser/tab_contents/provisional_load_details.cc', |
| 2450 | 'browser/tab_contents/provisional_load_details.h', |
| 2451 | 'browser/tab_contents/render_view_context_menu.cc', |
| 2452 | 'browser/tab_contents/render_view_context_menu.h', |
| 2453 | 'browser/tab_contents/render_view_context_menu_gtk.cc', |
| 2454 | 'browser/tab_contents/render_view_context_menu_gtk.h', |
| 2455 | 'browser/tab_contents/render_view_context_menu_mac.mm', |
| 2456 | 'browser/tab_contents/render_view_context_menu_mac.h', |
| 2457 | 'browser/tab_contents/render_view_host_delegate_helper.cc', |
| 2458 | 'browser/tab_contents/render_view_host_delegate_helper.h', |
| 2459 | 'browser/tab_contents/render_view_host_manager.cc', |
| 2460 | 'browser/tab_contents/render_view_host_manager.h', |
| 2461 | 'browser/tab_contents/security_style.h', |
| 2462 | 'browser/tab_contents/tab_contents.cc', |
| 2463 | 'browser/tab_contents/tab_contents.h', |
[email protected] | 3a3d4747 | 2010-07-15 21:03:54 | [diff] [blame] | 2464 | 'browser/tab_contents/tab_contents_delegate.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2465 | 'browser/tab_contents/tab_contents_delegate.h', |
[email protected] | 1f18184a | 2010-07-21 19:34:49 | [diff] [blame] | 2466 | 'browser/tab_contents/tab_contents_ssl_helper.cc', |
| 2467 | 'browser/tab_contents/tab_contents_ssl_helper.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2468 | 'browser/tab_contents/tab_contents_view.cc', |
| 2469 | 'browser/tab_contents/tab_contents_view.h', |
| 2470 | 'browser/tab_contents/tab_contents_view_gtk.cc', |
| 2471 | 'browser/tab_contents/tab_contents_view_gtk.h', |
| 2472 | 'browser/tab_contents/tab_contents_view_mac.h', |
| 2473 | 'browser/tab_contents/tab_contents_view_mac.mm', |
[email protected] | 9fb83e8 | 2010-07-02 18:24:55 | [diff] [blame] | 2474 | 'browser/tab_contents/tab_specific_content_settings.h', |
| 2475 | 'browser/tab_contents/tab_specific_content_settings.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2476 | 'browser/tab_contents/tab_util.cc', |
| 2477 | 'browser/tab_contents/tab_util.h', |
| 2478 | 'browser/tab_contents/thumbnail_generator.cc', |
| 2479 | 'browser/tab_contents/thumbnail_generator.h', |
| 2480 | 'browser/tab_contents/web_drag_source_win.cc', |
| 2481 | 'browser/tab_contents/web_drag_source_win.h', |
| 2482 | 'browser/tab_contents/web_drag_dest_gtk.cc', |
| 2483 | 'browser/tab_contents/web_drag_dest_gtk.h', |
[email protected] | 13a1166e | 2010-04-06 16:58:34 | [diff] [blame] | 2484 | 'browser/tab_contents/web_drag_utils_win.cc', |
| 2485 | 'browser/tab_contents/web_drag_utils_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2486 | 'browser/tab_contents/web_drop_target_win.cc', |
| 2487 | 'browser/tab_contents/web_drop_target_win.h', |
[email protected] | f8a0cb58 | 2009-12-16 16:21:36 | [diff] [blame] | 2488 | 'browser/tab_menu_model.cc', |
| 2489 | 'browser/tab_menu_model.h', |
[email protected] | 911f815 | 2010-03-18 16:46:40 | [diff] [blame] | 2490 | 'browser/tabs/pinned_tab_codec.cc', |
| 2491 | 'browser/tabs/pinned_tab_codec.h', |
| 2492 | 'browser/tabs/pinned_tab_service.cc', |
| 2493 | 'browser/tabs/pinned_tab_service.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2494 | 'browser/tabs/tab_strip_model.cc', |
| 2495 | 'browser/tabs/tab_strip_model.h', |
| 2496 | 'browser/tabs/tab_strip_model_order_controller.cc', |
| 2497 | 'browser/tabs/tab_strip_model_order_controller.h', |
| 2498 | 'browser/task_manager.cc', |
| 2499 | 'browser/task_manager.h', |
| 2500 | 'browser/task_manager_resource_providers.cc', |
| 2501 | 'browser/task_manager_resource_providers.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2502 | 'browser/toolbar_model.cc', |
| 2503 | 'browser/toolbar_model.h', |
[email protected] | 509acb8e | 2010-07-01 20:35:31 | [diff] [blame] | 2504 | 'browser/translate/languages_menu_model.cc', |
| 2505 | 'browser/translate/languages_menu_model.h', |
[email protected] | fb53e5d | 2010-01-27 19:04:55 | [diff] [blame] | 2506 | 'browser/translate/options_menu_model.cc', |
| 2507 | 'browser/translate/options_menu_model.h', |
[email protected] | e88079e | 2010-06-09 20:23:15 | [diff] [blame] | 2508 | 'browser/translate/translate_infobar_view.h', |
[email protected] | 509acb8e | 2010-07-01 20:35:31 | [diff] [blame] | 2509 | 'browser/translate/translate_infobar_delegate.cc', |
| 2510 | 'browser/translate/translate_infobar_delegate.h', |
| 2511 | 'browser/translate/translate_manager.cc', |
| 2512 | 'browser/translate/translate_manager.h', |
[email protected] | fb53e5d | 2010-01-27 19:04:55 | [diff] [blame] | 2513 | 'browser/translate/translate_prefs.cc', |
| 2514 | 'browser/translate/translate_prefs.h', |
[email protected] | b1b7394 | 2010-05-26 20:11:54 | [diff] [blame] | 2515 | 'browser/upgrade_detector.cc', |
| 2516 | 'browser/upgrade_detector.h', |
[email protected] | 6c32ce7 | 2010-03-08 05:18:06 | [diff] [blame] | 2517 | 'browser/user_style_sheet_watcher.cc', |
| 2518 | 'browser/user_style_sheet_watcher.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2519 | 'browser/utility_process_host.cc', |
| 2520 | 'browser/utility_process_host.h', |
| 2521 | 'browser/view_ids.h', |
| 2522 | 'browser/views/about_chrome_view.cc', |
| 2523 | 'browser/views/about_chrome_view.h', |
| 2524 | 'browser/views/about_ipc_dialog.cc', |
| 2525 | 'browser/views/about_ipc_dialog.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2526 | 'browser/views/accelerator_table_gtk.cc', |
| 2527 | 'browser/views/accelerator_table_gtk.h', |
[email protected] | 579d994 | 2010-04-19 16:12:25 | [diff] [blame] | 2528 | 'browser/views/accessibility_event_router_views.cc', |
| 2529 | 'browser/views/accessibility_event_router_views.h', |
[email protected] | b9376951 | 2009-12-04 05:32:25 | [diff] [blame] | 2530 | 'browser/views/accessible_toolbar_view.cc', |
| 2531 | 'browser/views/accessible_toolbar_view.h', |
[email protected] | 579d994 | 2010-04-19 16:12:25 | [diff] [blame] | 2532 | 'browser/views/accessible_view_helper.cc', |
| 2533 | 'browser/views/accessible_view_helper.h', |
[email protected] | 214594ae | 2010-05-18 13:29:15 | [diff] [blame] | 2534 | 'browser/views/app_launched_animation_win.cc', |
[email protected] | cfe5c13 | 2010-03-22 23:12:33 | [diff] [blame] | 2535 | 'browser/views/app_launcher.cc', |
| 2536 | 'browser/views/app_launcher.h', |
[email protected] | f26795eb | 2010-02-26 23:45:35 | [diff] [blame] | 2537 | 'browser/views/appcache_info_view.cc', |
| 2538 | 'browser/views/appcache_info_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2539 | 'browser/views/autocomplete/autocomplete_popup_contents_view.cc', |
| 2540 | 'browser/views/autocomplete/autocomplete_popup_contents_view.h', |
| 2541 | 'browser/views/autocomplete/autocomplete_popup_win.cc', |
| 2542 | 'browser/views/autocomplete/autocomplete_popup_win.h', |
| 2543 | 'browser/views/autocomplete/autocomplete_popup_gtk.cc', |
| 2544 | 'browser/views/autocomplete/autocomplete_popup_gtk.h', |
[email protected] | ac084442 | 2010-02-01 20:24:48 | [diff] [blame] | 2545 | 'browser/views/autofill_profiles_view_win.cc', |
| 2546 | 'browser/views/autofill_profiles_view_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2547 | 'browser/views/bookmark_bar_instructions_view.cc', |
| 2548 | 'browser/views/bookmark_bar_instructions_view.h', |
| 2549 | 'browser/views/bookmark_bar_view.cc', |
| 2550 | 'browser/views/bookmark_bar_view.h', |
| 2551 | 'browser/views/bookmark_bubble_view.cc', |
| 2552 | 'browser/views/bookmark_bubble_view.h', |
| 2553 | 'browser/views/bookmark_context_menu.cc', |
| 2554 | 'browser/views/bookmark_context_menu.h', |
[email protected] | 202bd18 | 2010-02-08 18:56:29 | [diff] [blame] | 2555 | 'browser/views/bookmark_context_menu_controller_views.cc', |
| 2556 | 'browser/views/bookmark_context_menu_controller_views.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2557 | 'browser/views/bookmark_editor_view.cc', |
| 2558 | 'browser/views/bookmark_editor_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2559 | 'browser/views/bookmark_menu_controller_views.cc', |
| 2560 | 'browser/views/bookmark_menu_controller_views.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2561 | 'browser/views/browser_actions_container.cc', |
| 2562 | 'browser/views/browser_actions_container.h', |
| 2563 | 'browser/views/browser_bubble.cc', |
| 2564 | 'browser/views/browser_bubble.h', |
| 2565 | 'browser/views/browser_bubble_gtk.cc', |
| 2566 | 'browser/views/browser_bubble_win.cc', |
| 2567 | 'browser/views/browser_dialogs.h', |
| 2568 | 'browser/views/bubble_border.cc', |
| 2569 | 'browser/views/bubble_border.h', |
| 2570 | 'browser/views/bug_report_view.cc', |
| 2571 | 'browser/views/bug_report_view.h', |
[email protected] | 8ae178b1 | 2010-07-07 22:55:27 | [diff] [blame] | 2572 | 'browser/views/certificate_viewer_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2573 | 'browser/views/chrome_views_delegate.cc', |
| 2574 | 'browser/views/chrome_views_delegate.h', |
| 2575 | 'browser/views/clear_browsing_data.cc', |
| 2576 | 'browser/views/clear_browsing_data.h', |
[email protected] | a503c97c | 2010-07-16 13:05:48 | [diff] [blame] | 2577 | 'browser/views/collected_cookies_win.cc', |
| 2578 | 'browser/views/collected_cookies_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2579 | 'browser/views/confirm_message_box_dialog.cc', |
| 2580 | 'browser/views/confirm_message_box_dialog.h', |
[email protected] | 7570597 | 2010-01-28 01:44:30 | [diff] [blame] | 2581 | 'browser/views/constrained_window_win.cc', |
| 2582 | 'browser/views/constrained_window_win.h', |
[email protected] | 2d5a359 | 2010-01-30 04:29:52 | [diff] [blame] | 2583 | 'browser/views/content_blocked_bubble_contents.cc', |
| 2584 | 'browser/views/content_blocked_bubble_contents.h', |
[email protected] | a592615 | 2010-01-26 21:00:54 | [diff] [blame] | 2585 | 'browser/views/cookie_info_view.cc', |
| 2586 | 'browser/views/cookie_info_view.h', |
| 2587 | 'browser/views/cookie_prompt_view.cc', |
| 2588 | 'browser/views/cookie_prompt_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2589 | 'browser/views/create_application_shortcut_view.cc', |
| 2590 | 'browser/views/create_application_shortcut_view.h', |
[email protected] | b5c6e30 | 2010-02-10 18:13:40 | [diff] [blame] | 2591 | 'browser/views/database_info_view.cc', |
| 2592 | 'browser/views/database_info_view.h', |
[email protected] | e25229a | 2010-05-26 18:52:04 | [diff] [blame] | 2593 | 'browser/views/database_open_info_view.cc', |
| 2594 | 'browser/views/database_open_info_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2595 | 'browser/views/detachable_toolbar_view.cc', |
| 2596 | 'browser/views/detachable_toolbar_view.h', |
| 2597 | 'browser/views/dialog_stubs_gtk.cc', |
| 2598 | 'browser/views/dom_view.cc', |
| 2599 | 'browser/views/dom_view.h', |
| 2600 | 'browser/views/download_item_view.cc', |
| 2601 | 'browser/views/download_item_view.h', |
| 2602 | 'browser/views/download_shelf_view.cc', |
| 2603 | 'browser/views/download_shelf_view.h', |
| 2604 | 'browser/views/download_started_animation_win.cc', |
| 2605 | 'browser/views/dropdown_bar_host.cc', |
| 2606 | 'browser/views/dropdown_bar_host.h', |
| 2607 | 'browser/views/dropdown_bar_host_gtk.cc', |
| 2608 | 'browser/views/dropdown_bar_host_win.cc', |
| 2609 | 'browser/views/dropdown_bar_view.h', |
| 2610 | 'browser/views/edit_search_engine_dialog.cc', |
| 2611 | 'browser/views/edit_search_engine_dialog.h', |
| 2612 | 'browser/views/event_utils.cc', |
| 2613 | 'browser/views/event_utils.h', |
[email protected] | 44ec9b3b | 2010-02-03 01:17:26 | [diff] [blame] | 2614 | 'browser/views/extensions/browser_action_drag_data.cc', |
| 2615 | 'browser/views/extensions/browser_action_drag_data.h', |
[email protected] | e578e76 | 2010-01-27 04:55:57 | [diff] [blame] | 2616 | 'browser/views/extensions/browser_action_overflow_menu_controller.cc', |
| 2617 | 'browser/views/extensions/browser_action_overflow_menu_controller.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2618 | 'browser/views/extensions/extension_install_prompt.cc', |
[email protected] | aada7d5 | 2010-03-25 17:50:59 | [diff] [blame] | 2619 | 'browser/views/extensions/extension_install_prompt2.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2620 | 'browser/views/extensions/extension_installed_bubble.cc', |
| 2621 | 'browser/views/extensions/extension_installed_bubble.h', |
| 2622 | 'browser/views/extensions/extension_popup.cc', |
| 2623 | 'browser/views/extensions/extension_popup.h', |
| 2624 | 'browser/views/extensions/extension_shelf.cc', |
| 2625 | 'browser/views/extensions/extension_shelf.h', |
| 2626 | 'browser/views/extensions/extension_view.cc', |
| 2627 | 'browser/views/extensions/extension_view.h', |
| 2628 | 'browser/views/external_protocol_dialog.cc', |
| 2629 | 'browser/views/external_protocol_dialog.h', |
| 2630 | 'browser/views/find_bar_host.cc', |
| 2631 | 'browser/views/find_bar_host.h', |
| 2632 | 'browser/views/find_bar_host_gtk.cc', |
| 2633 | 'browser/views/find_bar_host_win.cc', |
| 2634 | 'browser/views/find_bar_view.cc', |
| 2635 | 'browser/views/find_bar_view.h', |
| 2636 | 'browser/views/first_run_bubble.cc', |
| 2637 | 'browser/views/first_run_bubble.h', |
[email protected] | adfe188 | 2010-04-13 23:01:07 | [diff] [blame] | 2638 | 'browser/views/first_run_search_engine_view.cc', |
| 2639 | 'browser/views/first_run_search_engine_view.h', |
[email protected] | f298901 | 2010-02-04 16:08:29 | [diff] [blame] | 2640 | 'browser/views/frame/app_panel_browser_frame_view.cc', |
| 2641 | 'browser/views/frame/app_panel_browser_frame_view.h', |
[email protected] | 2b19e2fe | 2010-02-16 02:24:18 | [diff] [blame] | 2642 | 'browser/views/frame/browser_bubble_host.cc', |
| 2643 | 'browser/views/frame/browser_bubble_host.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2644 | 'browser/views/frame/browser_frame.h', |
| 2645 | 'browser/views/frame/browser_frame_gtk.cc', |
| 2646 | 'browser/views/frame/browser_frame_gtk.h', |
| 2647 | 'browser/views/frame/browser_frame_win.cc', |
| 2648 | 'browser/views/frame/browser_frame_win.h', |
| 2649 | 'browser/views/frame/browser_non_client_frame_view.h', |
| 2650 | 'browser/views/frame/browser_root_view.cc', |
| 2651 | 'browser/views/frame/browser_root_view.h', |
| 2652 | 'browser/views/frame/browser_view.cc', |
| 2653 | 'browser/views/frame/browser_view.h', |
[email protected] | f298901 | 2010-02-04 16:08:29 | [diff] [blame] | 2654 | 'browser/views/frame/browser_view_layout.cc', |
| 2655 | 'browser/views/frame/browser_view_layout.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2656 | 'browser/views/frame/glass_browser_frame_view.cc', |
| 2657 | 'browser/views/frame/glass_browser_frame_view.h', |
| 2658 | 'browser/views/frame/opaque_browser_frame_view.cc', |
| 2659 | 'browser/views/frame/opaque_browser_frame_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2660 | 'browser/views/fullscreen_exit_bubble.cc', |
| 2661 | 'browser/views/fullscreen_exit_bubble.h', |
[email protected] | 3868bae | 2010-03-24 20:38:29 | [diff] [blame] | 2662 | 'browser/views/generic_info_view.cc', |
| 2663 | 'browser/views/generic_info_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2664 | 'browser/views/html_dialog_view.cc', |
| 2665 | 'browser/views/html_dialog_view.h', |
| 2666 | 'browser/views/hung_renderer_view.cc', |
| 2667 | 'browser/views/importer_lock_view.cc', |
| 2668 | 'browser/views/importer_lock_view.h', |
| 2669 | 'browser/views/importer_view.cc', |
| 2670 | 'browser/views/importer_view.h', |
| 2671 | 'browser/views/importing_progress_view.cc', |
| 2672 | 'browser/views/importing_progress_view.h', |
| 2673 | 'browser/views/info_bubble.cc', |
| 2674 | 'browser/views/info_bubble.h', |
[email protected] | e88079e | 2010-06-09 20:23:15 | [diff] [blame] | 2675 | 'browser/views/infobars/after_translate_infobar.cc', |
| 2676 | 'browser/views/infobars/after_translate_infobar.h', |
| 2677 | 'browser/views/infobars/before_translate_infobar.cc', |
| 2678 | 'browser/views/infobars/before_translate_infobar.h', |
[email protected] | f34e7963 | 2010-03-17 02:34:08 | [diff] [blame] | 2679 | 'browser/views/infobars/extension_infobar.cc', |
| 2680 | 'browser/views/infobars/extension_infobar.h', |
[email protected] | e88079e | 2010-06-09 20:23:15 | [diff] [blame] | 2681 | 'browser/views/infobars/infobar_button_border.cc', |
| 2682 | 'browser/views/infobars/infobar_button_border.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2683 | 'browser/views/infobars/infobar_container.cc', |
| 2684 | 'browser/views/infobars/infobar_container.h', |
[email protected] | e88079e | 2010-06-09 20:23:15 | [diff] [blame] | 2685 | 'browser/views/infobars/infobar_text_button.cc', |
| 2686 | 'browser/views/infobars/infobar_text_button.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2687 | 'browser/views/infobars/infobars.cc', |
| 2688 | 'browser/views/infobars/infobars.h', |
[email protected] | e88079e | 2010-06-09 20:23:15 | [diff] [blame] | 2689 | 'browser/views/infobars/translate_infobar_base.cc', |
| 2690 | 'browser/views/infobars/translate_infobar_base.h', |
| 2691 | 'browser/views/infobars/translate_message_infobar.cc', |
| 2692 | 'browser/views/infobars/translate_message_infobar.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2693 | 'browser/views/jsmessage_box_dialog.cc', |
| 2694 | 'browser/views/jsmessage_box_dialog.h', |
| 2695 | 'browser/views/keyword_editor_view.cc', |
| 2696 | 'browser/views/keyword_editor_view.h', |
[email protected] | e25229a | 2010-05-26 18:52:04 | [diff] [blame] | 2697 | 'browser/views/list_background.h', |
[email protected] | 45878837 | 2010-02-02 10:19:33 | [diff] [blame] | 2698 | 'browser/views/local_storage_info_view.cc', |
| 2699 | 'browser/views/local_storage_info_view.h', |
[email protected] | 8f53962 | 2010-02-12 21:38:56 | [diff] [blame] | 2700 | 'browser/views/local_storage_set_item_info_view.cc', |
| 2701 | 'browser/views/local_storage_set_item_info_view.h', |
[email protected] | 265ccd9 | 2010-04-29 17:57:17 | [diff] [blame] | 2702 | 'browser/views/location_bar/click_handler.cc', |
| 2703 | 'browser/views/location_bar/click_handler.h', |
| 2704 | 'browser/views/location_bar/content_setting_image_view.cc', |
| 2705 | 'browser/views/location_bar/content_setting_image_view.h', |
| 2706 | 'browser/views/location_bar/ev_bubble_view.cc', |
| 2707 | 'browser/views/location_bar/ev_bubble_view.h', |
| 2708 | 'browser/views/location_bar/icon_label_bubble_view.h', |
| 2709 | 'browser/views/location_bar/icon_label_bubble_view.cc', |
| 2710 | 'browser/views/location_bar/keyword_hint_view.cc', |
| 2711 | 'browser/views/location_bar/keyword_hint_view.h', |
| 2712 | 'browser/views/location_bar/location_icon_view.cc', |
| 2713 | 'browser/views/location_bar/location_icon_view.h', |
| 2714 | 'browser/views/location_bar/location_bar_view.cc', |
| 2715 | 'browser/views/location_bar/location_bar_view.h', |
| 2716 | 'browser/views/location_bar/page_action_image_view.cc', |
| 2717 | 'browser/views/location_bar/page_action_image_view.h', |
| 2718 | 'browser/views/location_bar/page_action_with_badge_view.cc', |
| 2719 | 'browser/views/location_bar/page_action_with_badge_view.h', |
| 2720 | 'browser/views/location_bar/selected_keyword_view.h', |
| 2721 | 'browser/views/location_bar/selected_keyword_view.cc', |
| 2722 | 'browser/views/location_bar/star_view.cc', |
| 2723 | 'browser/views/location_bar/star_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2724 | 'browser/views/login_view.cc', |
| 2725 | 'browser/views/login_view.h', |
[email protected] | 12f74a9 | 2010-02-05 22:32:14 | [diff] [blame] | 2726 | 'browser/views/modal_dialog_delegate.cc', |
| 2727 | 'browser/views/modal_dialog_delegate.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2728 | 'browser/views/notifications/balloon_view_host.cc', |
| 2729 | 'browser/views/notifications/balloon_view_host.h', |
| 2730 | 'browser/views/notifications/balloon_view.cc', |
| 2731 | 'browser/views/notifications/balloon_view.h', |
| 2732 | 'browser/views/options/advanced_contents_view.cc', |
| 2733 | 'browser/views/options/advanced_contents_view.h', |
| 2734 | 'browser/views/options/advanced_page_view.cc', |
| 2735 | 'browser/views/options/advanced_page_view.h', |
[email protected] | 6c8909c | 2010-07-02 07:31:11 | [diff] [blame] | 2736 | 'browser/views/options/content_exceptions_table_view.cc', |
| 2737 | 'browser/views/options/content_exceptions_table_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2738 | 'browser/views/options/content_page_view.cc', |
| 2739 | 'browser/views/options/content_page_view.h', |
[email protected] | a592615 | 2010-01-26 21:00:54 | [diff] [blame] | 2740 | 'browser/views/options/content_filter_page_view.cc', |
| 2741 | 'browser/views/options/content_filter_page_view.h', |
| 2742 | 'browser/views/options/content_settings_window_view.cc', |
| 2743 | 'browser/views/options/content_settings_window_view.h', |
| 2744 | 'browser/views/options/cookie_filter_page_view.cc', |
| 2745 | 'browser/views/options/cookie_filter_page_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2746 | 'browser/views/options/cookies_view.cc', |
| 2747 | 'browser/views/options/cookies_view.h', |
[email protected] | 5386441 | 2010-02-02 05:13:31 | [diff] [blame] | 2748 | 'browser/views/options/exception_editor_view.cc', |
| 2749 | 'browser/views/options/exception_editor_view.h', |
| 2750 | 'browser/views/options/exceptions_view.cc', |
| 2751 | 'browser/views/options/exceptions_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2752 | 'browser/views/options/exceptions_page_view.cc', |
| 2753 | 'browser/views/options/exceptions_page_view.h', |
| 2754 | 'browser/views/options/fonts_languages_window_view.cc', |
| 2755 | 'browser/views/options/fonts_languages_window_view.h', |
| 2756 | 'browser/views/options/fonts_page_view.cc', |
| 2757 | 'browser/views/options/fonts_page_view.h', |
| 2758 | 'browser/views/options/general_page_view.cc', |
| 2759 | 'browser/views/options/general_page_view.h', |
| 2760 | 'browser/views/options/languages_page_view.cc', |
| 2761 | 'browser/views/options/languages_page_view.h', |
[email protected] | 0af29d8c | 2010-07-06 07:48:58 | [diff] [blame] | 2762 | 'browser/views/options/managed_prefs_banner_view.cc', |
| 2763 | 'browser/views/options/managed_prefs_banner_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2764 | 'browser/views/options/options_group_view.cc', |
| 2765 | 'browser/views/options/options_group_view.h', |
| 2766 | 'browser/views/options/options_page_view.cc', |
| 2767 | 'browser/views/options/options_page_view.h', |
| 2768 | 'browser/views/options/options_window_view.cc', |
| 2769 | 'browser/views/options/passwords_exceptions_window_view.cc', |
| 2770 | 'browser/views/options/passwords_exceptions_window_view.h', |
| 2771 | 'browser/views/options/passwords_page_view.cc', |
| 2772 | 'browser/views/options/passwords_page_view.h', |
[email protected] | 4d5e7a6b | 2010-03-30 20:42:33 | [diff] [blame] | 2773 | 'browser/views/options/plugin_filter_page_view.cc', |
| 2774 | 'browser/views/options/plugin_filter_page_view.h', |
[email protected] | 834a6a1 | 2010-07-01 18:26:57 | [diff] [blame] | 2775 | 'browser/views/options/simple_content_exceptions_view.cc', |
| 2776 | 'browser/views/options/simple_content_exceptions_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2777 | 'browser/views/page_info_window_view.cc', |
[email protected] | 69c579e | 2010-04-23 20:01:00 | [diff] [blame] | 2778 | 'browser/views/pinned_contents_info_bubble.cc', |
| 2779 | 'browser/views/pinned_contents_info_bubble.h', |
[email protected] | 8e0bbf1 | 2010-07-20 00:03:43 | [diff] [blame] | 2780 | 'browser/views/popup_blocked_animation_win.cc', |
[email protected] | 943d812 | 2010-06-11 02:13:45 | [diff] [blame] | 2781 | 'browser/views/reload_button.cc', |
| 2782 | 'browser/views/reload_button.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2783 | 'browser/views/repost_form_warning_view.cc', |
| 2784 | 'browser/views/repost_form_warning_view.h', |
| 2785 | 'browser/views/restart_message_box.cc', |
| 2786 | 'browser/views/restart_message_box.h', |
| 2787 | 'browser/views/sad_tab_view.cc', |
| 2788 | 'browser/views/sad_tab_view.h', |
[email protected] | 274e42b | 2010-01-29 22:03:57 | [diff] [blame] | 2789 | 'browser/views/select_file_dialog.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2790 | 'browser/views/shell_dialogs_win.cc', |
[email protected] | 1f18184a | 2010-07-21 19:34:49 | [diff] [blame] | 2791 | 'browser/views/ssl_client_certificate_selector_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2792 | 'browser/views/status_bubble_views.cc', |
| 2793 | 'browser/views/status_bubble_views.h', |
[email protected] | a24642a | 2010-03-24 21:29:05 | [diff] [blame] | 2794 | 'browser/views/status_icons/status_icon_win.cc', |
| 2795 | 'browser/views/status_icons/status_icon_win.h', |
| 2796 | 'browser/views/status_icons/status_tray_win.cc', |
| 2797 | 'browser/views/status_icons/status_tray_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2798 | 'browser/views/tab_icon_view.cc', |
| 2799 | 'browser/views/tab_icon_view.h', |
| 2800 | 'browser/views/tab_contents/tab_contents_container.cc', |
| 2801 | 'browser/views/tab_contents/tab_contents_container.h', |
| 2802 | 'browser/views/tab_contents/native_tab_contents_container.h', |
| 2803 | 'browser/views/tab_contents/native_tab_contents_container_gtk.cc', |
| 2804 | 'browser/views/tab_contents/native_tab_contents_container_gtk.h', |
| 2805 | 'browser/views/tab_contents/native_tab_contents_container_win.cc', |
| 2806 | 'browser/views/tab_contents/native_tab_contents_container_win.h', |
[email protected] | 14831ef | 2010-05-11 23:51:20 | [diff] [blame] | 2807 | 'browser/views/tab_contents/render_view_context_menu_views.cc', |
| 2808 | 'browser/views/tab_contents/render_view_context_menu_views.h', |
[email protected] | 6aa4a1c0 | 2010-01-15 18:49:58 | [diff] [blame] | 2809 | 'browser/views/tab_contents/tab_contents_drag_win.cc', |
| 2810 | 'browser/views/tab_contents/tab_contents_drag_win.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2811 | 'browser/views/tab_contents/tab_contents_view_gtk.cc', |
| 2812 | 'browser/views/tab_contents/tab_contents_view_gtk.h', |
| 2813 | 'browser/views/tab_contents/tab_contents_view_win.cc', |
| 2814 | 'browser/views/tab_contents/tab_contents_view_win.h', |
[email protected] | 633698d | 2010-05-17 23:44:34 | [diff] [blame] | 2815 | 'browser/views/tabs/base_tab.cc', |
| 2816 | 'browser/views/tabs/base_tab.h', |
[email protected] | 5e26d9d4 | 2010-05-13 22:11:03 | [diff] [blame] | 2817 | 'browser/views/tabs/base_tab_strip.cc', |
| 2818 | 'browser/views/tabs/base_tab_strip.h', |
| 2819 | 'browser/views/tabs/browser_tab_strip_controller.cc', |
| 2820 | 'browser/views/tabs/browser_tab_strip_controller.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2821 | 'browser/views/tabs/dragged_tab_controller.cc', |
| 2822 | 'browser/views/tabs/dragged_tab_controller.h', |
| 2823 | 'browser/views/tabs/dragged_tab_view.cc', |
| 2824 | 'browser/views/tabs/dragged_tab_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2825 | 'browser/views/tabs/native_view_photobooth.h', |
| 2826 | 'browser/views/tabs/native_view_photobooth_gtk.cc', |
| 2827 | 'browser/views/tabs/native_view_photobooth_gtk.h', |
| 2828 | 'browser/views/tabs/native_view_photobooth_win.cc', |
| 2829 | 'browser/views/tabs/native_view_photobooth_win.h', |
[email protected] | 481c9e2 | 2010-02-04 03:28:45 | [diff] [blame] | 2830 | 'browser/views/tabs/side_tab.cc', |
| 2831 | 'browser/views/tabs/side_tab.h', |
| 2832 | 'browser/views/tabs/side_tab_strip.cc', |
| 2833 | 'browser/views/tabs/side_tab_strip.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2834 | 'browser/views/tabs/tab.cc', |
| 2835 | 'browser/views/tabs/tab.h', |
[email protected] | 633698d | 2010-05-17 23:44:34 | [diff] [blame] | 2836 | 'browser/views/tabs/tab_controller.h', |
[email protected] | 5e26d9d4 | 2010-05-13 22:11:03 | [diff] [blame] | 2837 | 'browser/views/tabs/tab_renderer_data.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2838 | 'browser/views/tabs/tab_strip.cc', |
| 2839 | 'browser/views/tabs/tab_strip.h', |
[email protected] | 5e26d9d4 | 2010-05-13 22:11:03 | [diff] [blame] | 2840 | 'browser/views/tabs/tab_strip_controller.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2841 | 'browser/views/task_manager_view.cc', |
[email protected] | 349e8d2 | 2010-01-08 21:39:15 | [diff] [blame] | 2842 | 'browser/views/theme_background.cc', |
| 2843 | 'browser/views/theme_background.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2844 | 'browser/views/theme_helpers.cc', |
| 2845 | 'browser/views/theme_helpers.h', |
| 2846 | 'browser/views/theme_install_bubble_view.cc', |
| 2847 | 'browser/views/theme_install_bubble_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2848 | 'browser/views/toolbar_view.cc', |
| 2849 | 'browser/views/toolbar_view.h', |
| 2850 | 'browser/views/uninstall_view.cc', |
| 2851 | 'browser/views/uninstall_view.h', |
| 2852 | 'browser/views/url_picker.cc', |
| 2853 | 'browser/views/url_picker.h', |
[email protected] | 3f70c1e1 | 2010-01-12 20:38:49 | [diff] [blame] | 2854 | 'browser/views/unhandled_keyboard_event_handler.cc', |
| 2855 | 'browser/views/unhandled_keyboard_event_handler.h', |
[email protected] | b1b7394 | 2010-05-26 20:11:54 | [diff] [blame] | 2856 | 'browser/views/update_recommended_message_box.cc', |
| 2857 | 'browser/views/update_recommended_message_box.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2858 | 'browser/views/user_data_dir_dialog.cc', |
| 2859 | 'browser/views/user_data_dir_dialog.h', |
[email protected] | eccda9db | 2010-06-23 17:27:08 | [diff] [blame] | 2860 | 'browser/views/wrench_menu.cc', |
| 2861 | 'browser/views/wrench_menu.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2862 | 'browser/visitedlink_master.cc', |
| 2863 | 'browser/visitedlink_master.h', |
| 2864 | 'browser/visitedlink_event_listener.cc', |
| 2865 | 'browser/visitedlink_event_listener.h', |
[email protected] | e52bc1e0 | 2009-12-17 22:45:27 | [diff] [blame] | 2866 | 'browser/webdata/autofill_change.h', |
| 2867 | 'browser/webdata/autofill_entry.cc', |
| 2868 | 'browser/webdata/autofill_entry.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2869 | 'browser/webdata/web_data_service.cc', |
| 2870 | 'browser/webdata/web_data_service.h', |
| 2871 | 'browser/webdata/web_data_service_win.cc', |
| 2872 | 'browser/webdata/web_database.cc', |
| 2873 | 'browser/webdata/web_database.h', |
| 2874 | 'browser/webdata/web_database_win.cc', |
| 2875 | 'browser/web_applications/web_app.cc', |
| 2876 | 'browser/web_applications/web_app.h', |
| 2877 | 'browser/web_resource/web_resource_service.h', |
| 2878 | 'browser/web_resource/web_resource_service.cc', |
| 2879 | 'browser/window_sizer.cc', |
| 2880 | 'browser/window_sizer.h', |
| 2881 | 'browser/window_sizer_mac.mm', |
| 2882 | 'browser/window_sizer_linux.cc', |
| 2883 | 'browser/window_sizer_win.cc', |
| 2884 | 'browser/worker_host/message_port_dispatcher.cc', |
| 2885 | 'browser/worker_host/message_port_dispatcher.h', |
[email protected] | 0791d3a | 2010-01-28 01:28:49 | [diff] [blame] | 2886 | 'browser/worker_host/worker_document_set.cc', |
| 2887 | 'browser/worker_host/worker_document_set.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2888 | 'browser/worker_host/worker_process_host.cc', |
| 2889 | 'browser/worker_host/worker_process_host.h', |
| 2890 | 'browser/worker_host/worker_service.cc', |
| 2891 | 'browser/worker_host/worker_service.h', |
[email protected] | 0f6c033 | 2010-06-08 00:19:59 | [diff] [blame] | 2892 | 'browser/wrench_menu_model.cc', |
| 2893 | 'browser/wrench_menu_model.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2894 | 'browser/zygote_host_linux.cc', |
| 2895 | 'browser/zygote_main_linux.cc', |
| 2896 | |
[email protected] | 4f97280e | 2010-06-22 06:45:22 | [diff] [blame] | 2897 | # These files are generated by GRIT. |
[email protected] | 3573b43 | 2010-06-24 01:26:40 | [diff] [blame] | 2898 | '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', |
[email protected] | 755e1b73 | 2010-06-24 23:28:53 | [diff] [blame] | 2899 | '<(grit_out_dir)/grit/shared_resources_map.cc', |
| 2900 | '<(grit_out_dir)/grit/theme_resources_map.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2901 | ], |
| 2902 | 'conditions': [ |
| 2903 | ['javascript_engine=="v8"', { |
| 2904 | 'defines': [ |
| 2905 | 'CHROME_V8', |
| 2906 | ], |
| 2907 | }], |
[email protected] | fdc5bed | 2010-01-09 01:16:57 | [diff] [blame] | 2908 | ['chromeos==0', { |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2909 | 'sources/': [ |
[email protected] | 4d2ef9d | 2010-03-19 00:08:33 | [diff] [blame] | 2910 | ['exclude', '^browser/chromeos'], |
[email protected] | c8451f2 | 2010-06-30 18:41:41 | [diff] [blame] | 2911 | ['exclude', 'browser/dom_ui/filebrowse_ui.cc'], |
| 2912 | ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'], |
| 2913 | ['exclude', 'browser/dom_ui/slideshow_ui.cc'], |
[email protected] | 6692b0d7 | 2010-07-15 03:40:23 | [diff] [blame] | 2914 | ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], |
| 2915 | ['exclude', 'browser/renderer_host/offline_resource_handler.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2916 | ], |
| 2917 | }], |
[email protected] | 14a000d | 2010-04-29 21:44:24 | [diff] [blame] | 2918 | ['chromeos==1', { |
| 2919 | 'sources!': [ |
[email protected] | e4e4529 | 2010-06-16 21:54:29 | [diff] [blame] | 2920 | 'browser/password_manager/native_backend_gnome_x.h', |
| 2921 | 'browser/password_manager/native_backend_gnome_x.cc', |
| 2922 | 'browser/password_manager/native_backend_kwallet_x.h', |
| 2923 | 'browser/password_manager/native_backend_kwallet_x.cc', |
[email protected] | 14a000d | 2010-04-29 21:44:24 | [diff] [blame] | 2924 | 'browser/platform_util_linux.cc', |
[email protected] | d032b379 | 2010-06-07 22:02:39 | [diff] [blame] | 2925 | ], |
| 2926 | 'link_settings': { |
| 2927 | 'libraries': [ |
| 2928 | '-lpulse', |
| 2929 | ], |
| 2930 | }, |
[email protected] | 14a000d | 2010-04-29 21:44:24 | [diff] [blame] | 2931 | }], |
[email protected] | 0094fbe | 2010-07-15 21:51:43 | [diff] [blame] | 2932 | ['touchui==0', { |
| 2933 | 'sources!': [ |
| 2934 | # Nothing yet. |
| 2935 | ], |
| 2936 | }], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2937 | ['OS=="linux"', { |
| 2938 | 'dependencies': [ |
[email protected] | 4de38a3 | 2010-03-12 14:00:00 | [diff] [blame] | 2939 | '../build/linux/system.gyp:dbus-glib', |
[email protected] | cd1454e93 | 2010-05-13 21:36:59 | [diff] [blame] | 2940 | '../build/linux/system.gyp:gconf', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2941 | '../build/linux/system.gyp:gtk', |
| 2942 | '../build/linux/system.gyp:gtkprint', |
| 2943 | '../build/linux/system.gyp:nss', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2944 | ], |
[email protected] | 524f1cf | 2010-02-23 19:21:53 | [diff] [blame] | 2945 | 'link_settings': { |
| 2946 | 'libraries': [ |
| 2947 | # For dlsym() in 'browser/zygote_main_linux.cc' |
| 2948 | '-ldl', |
| 2949 | ], |
| 2950 | }, |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2951 | 'sources!': [ |
[email protected] | d3a2cef | 2009-12-22 23:30:18 | [diff] [blame] | 2952 | # Exclude extension shelf for toolstrips. |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2953 | 'browser/views/extensions/extension_shelf.cc', |
| 2954 | 'browser/views/extensions/extension_shelf.h', |
| 2955 | 'browser/views/extensions/extension_view.cc', |
| 2956 | 'browser/views/extensions/extension_view.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2957 | ], |
| 2958 | 'sources': [ |
| 2959 | 'browser/crash_handler_host_linux.h', |
| 2960 | 'browser/net/ssl_config_service_manager_pref.cc', |
[email protected] | e505a900 | 2010-02-26 22:38:20 | [diff] [blame] | 2961 | 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
| 2962 | 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
| 2963 | 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
| 2964 | 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
[email protected] | 1e50700 | 2010-04-20 22:14:07 | [diff] [blame] | 2965 | 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
| 2966 | 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
[email protected] | b1f18494 | 2010-03-04 01:46:57 | [diff] [blame] | 2967 | 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
| 2968 | 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2969 | ], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2970 | 'conditions': [ |
[email protected] | 556c5d7 | 2010-06-10 05:45:01 | [diff] [blame] | 2971 | ['chromeos==0', { |
| 2972 | 'dependencies': [ |
| 2973 | '../build/linux/system.gyp:gnome-keyring', |
| 2974 | ], |
| 2975 | }], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 2976 | ['linux_breakpad==1', { |
| 2977 | 'sources': [ |
| 2978 | 'app/breakpad_linux.cc', |
| 2979 | 'app/breakpad_linux.h', |
| 2980 | 'browser/crash_handler_host_linux.cc', |
| 2981 | ], |
| 2982 | 'dependencies': [ |
| 2983 | '../breakpad/breakpad.gyp:breakpad_client', |
| 2984 | ], |
| 2985 | 'include_dirs': [ |
| 2986 | # breakpad_linux.cc wants file_version_info_linux.h |
| 2987 | '<(SHARED_INTERMEDIATE_DIR)', |
| 2988 | '../breakpad/src', |
| 2989 | ], |
| 2990 | }, { # linux_breakpad==0 |
| 2991 | 'sources': [ |
| 2992 | 'browser/crash_handler_host_linux_stub.cc', |
| 2993 | ], |
| 2994 | }], |
| 2995 | ], |
[email protected] | d6f9c9e | 2010-03-15 01:57:07 | [diff] [blame] | 2996 | }, { # OS != "linux" |
| 2997 | 'sources!': [ |
| 2998 | 'browser/file_watcher_inotify.cc', |
| 2999 | ], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3000 | }], |
[email protected] | 6f5b3b29 | 2010-02-22 20:56:15 | [diff] [blame] | 3001 | ['OS=="freebsd" or OS=="openbsd"', { |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3002 | 'dependencies': [ |
| 3003 | '../build/linux/system.gyp:gtk', |
[email protected] | ca9b7dd | 2010-02-24 23:40:30 | [diff] [blame] | 3004 | '../build/linux/system.gyp:gtkprint', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3005 | '../build/linux/system.gyp:nss', |
| 3006 | ], |
[email protected] | d6f9c9e | 2010-03-15 01:57:07 | [diff] [blame] | 3007 | 'sources': [ |
| 3008 | 'browser/file_watcher_stub.cc', |
| 3009 | ], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3010 | }], |
| 3011 | ['OS=="mac"', { |
| 3012 | 'sources!': [ |
| 3013 | 'browser/automation/automation_provider_list_generic.cc', |
| 3014 | 'browser/bookmarks/bookmark_context_menu.cc', |
| 3015 | 'browser/bookmarks/bookmark_drop_info.cc', |
[email protected] | 7dc8c6b | 2010-04-09 17:02:50 | [diff] [blame] | 3016 | 'browser/browser_list_stub.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3017 | 'browser/dock_info.cc', |
[email protected] | ca9b7dd | 2010-02-24 23:40:30 | [diff] [blame] | 3018 | 'browser/importer/nss_decryptor_system_nss.cc', |
| 3019 | 'browser/importer/nss_decryptor_system_nss.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3020 | 'browser/jankometer.cc', |
[email protected] | eaf16c4 | 2010-06-21 22:30:38 | [diff] [blame] | 3021 | 'browser/password_manager/login_database_posix.cc', |
[email protected] | c0fc094 | 2010-01-13 00:55:37 | [diff] [blame] | 3022 | 'browser/renderer_host/backing_store_proxy.cc', |
| 3023 | 'browser/renderer_host/backing_store_proxy.h', |
[email protected] | 8386a52 | 2010-01-28 16:18:57 | [diff] [blame] | 3024 | 'browser/renderer_host/gpu_view_host.cc', |
| 3025 | 'browser/renderer_host/gpu_view_host.h', |
[email protected] | ba65b1f64 | 2010-03-02 21:23:11 | [diff] [blame] | 3026 | 'browser/renderer_host/video_layer_proxy.cc', |
| 3027 | 'browser/renderer_host/video_layer_proxy.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3028 | 'browser/views/extensions/extension_shelf.cc', |
| 3029 | 'browser/views/extensions/extension_shelf.h', |
| 3030 | 'browser/views/extensions/extension_view.cc', |
| 3031 | 'browser/views/extensions/extension_view.h', |
| 3032 | ], |
| 3033 | 'sources': [ |
| 3034 | 'browser/net/ssl_config_service_manager_system.cc', |
[email protected] | e51c1c51 | 2010-01-05 04:42:00 | [diff] [blame] | 3035 | # Build Apple sample code |
| 3036 | '../third_party/apple/ImageAndTextCell.h', |
| 3037 | '../third_party/apple/ImageAndTextCell.m', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3038 | # Build the necessary GTM sources |
| 3039 | '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', |
| 3040 | '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', |
| 3041 | '../third_party/GTM/AppKit/GTMIBArray.h', |
| 3042 | '../third_party/GTM/AppKit/GTMIBArray.m', |
[email protected] | 3156779 | 2010-07-01 15:35:46 | [diff] [blame] | 3043 | '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', |
| 3044 | '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3045 | '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
| 3046 | '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3047 | '../third_party/GTM/AppKit/GTMUILocalizer.h', |
| 3048 | '../third_party/GTM/AppKit/GTMUILocalizer.m', |
| 3049 | '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', |
| 3050 | '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', |
| 3051 | '../third_party/GTM/AppKit/GTMWindowSheetController.m', |
| 3052 | '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', |
| 3053 | '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', |
| 3054 | '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', |
| 3055 | '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', |
[email protected] | 2b0693f | 2010-04-09 23:23:07 | [diff] [blame] | 3056 | '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', |
| 3057 | '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', |
[email protected] | bcc18d3 | 2010-07-01 20:25:38 | [diff] [blame] | 3058 | # MolokoCacao additions |
| 3059 | '../third_party/molokocacao/NSBezierPath+MCAdditions.h', |
| 3060 | '../third_party/molokocacao/NSBezierPath+MCAdditions.m', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3061 | # Build necessary Mozilla sources |
[email protected] | d1b229dc | 2010-04-15 15:18:15 | [diff] [blame] | 3062 | '../third_party/mozilla/NSPasteboard+Utils.h', |
| 3063 | '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 3064 | '../third_party/mozilla/NSScreen+Utils.h', |
| 3065 | '../third_party/mozilla/NSScreen+Utils.m', |
| 3066 | '../third_party/mozilla/NSString+Utils.h', |
[email protected] | 4035a15 | 2010-05-04 01:56:18 | [diff] [blame] | 3067 | '../third_party/mozilla/NSString+Utils.mm', |
[email protected] | d1b229dc | 2010-04-15 15:18:15 | [diff] [blame] | 3068 | '../third_party/mozilla/NSURL+Utils.h', |
| 3069 | '../third_party/mozilla/NSURL+Utils.m', |
| 3070 | '../third_party/mozilla/NSWorkspace+Utils.h', |
| 3071 | '../third_party/mozilla/NSWorkspace+Utils.m', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3072 | # Headers so that IB can find classes it needs to resolve classes |
| 3073 | # in XIB files. |
| 3074 | '../base/chrome_application_mac.h', |
| 3075 | ], |
| 3076 | 'include_dirs': [ |
[email protected] | e51c1c51 | 2010-01-05 04:42:00 | [diff] [blame] | 3077 | '../third_party/apple', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3078 | '../third_party/GTM', |
| 3079 | '../third_party/GTM/AppKit', |
| 3080 | '../third_party/GTM/Foundation', |
[email protected] | fde445e | 2010-01-21 18:50:23 | [diff] [blame] | 3081 | '../third_party/GTM/DebugUtils', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3082 | ], |
| 3083 | 'link_settings': { |
| 3084 | 'libraries': [ |
[email protected] | 6842a3f | 2010-03-09 17:39:44 | [diff] [blame] | 3085 | '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3086 | '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework', |
| 3087 | '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
[email protected] | 43f28f83 | 2010-02-03 02:28:48 | [diff] [blame] | 3088 | '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3089 | ], |
| 3090 | 'mac_bundle_resources': [ |
[email protected] | 1e652d02 | 2010-04-16 19:09:11 | [diff] [blame] | 3091 | 'browser/nacl_loader.sb', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3092 | 'browser/utility.sb', |
[email protected] | bd9337c | 2010-03-30 17:12:13 | [diff] [blame] | 3093 | 'browser/worker.sb', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3094 | ], |
| 3095 | }, |
| 3096 | 'actions': [ |
| 3097 | { |
| 3098 | # This action is used to extract the localization data from xib |
| 3099 | # files and generate table for the ui localizer from it. |
| 3100 | 'variables': { |
| 3101 | 'xib_localizer_tool_path': |
| 3102 | 'tools/build/mac/generate_localizer', |
| 3103 | 'xib_files_to_scan': [ |
| 3104 | # The xibs that need localization |
| 3105 | 'app/nibs/About.xib', |
[email protected] | cff83fe | 2010-06-09 17:19:57 | [diff] [blame] | 3106 | 'app/nibs/AutoFillAddressSheet.xib', |
| 3107 | 'app/nibs/AutoFillCreditCardSheet.xib', |
[email protected] | 8ebfa3b | 2010-02-12 04:24:08 | [diff] [blame] | 3108 | 'app/nibs/AutoFillDialog.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3109 | 'app/nibs/BookmarkAllTabs.xib', |
| 3110 | 'app/nibs/BookmarkBar.xib', |
| 3111 | 'app/nibs/BookmarkBubble.xib', |
| 3112 | 'app/nibs/BookmarkEditor.xib', |
| 3113 | 'app/nibs/BookmarkNameFolder.xib', |
| 3114 | 'app/nibs/ClearBrowsingData.xib', |
[email protected] | a503c97c | 2010-07-16 13:05:48 | [diff] [blame] | 3115 | 'app/nibs/CollectedCookies.xib', |
[email protected] | fde445e | 2010-01-21 18:50:23 | [diff] [blame] | 3116 | 'app/nibs/Cookies.xib', |
[email protected] | d0edf4e | 2010-03-12 06:54:09 | [diff] [blame] | 3117 | 'app/nibs/CookieDetailsView.xib', |
| 3118 | 'app/nibs/CookiePrompt.xib', |
[email protected] | 6f2c41a3bc | 2010-02-21 16:59:19 | [diff] [blame] | 3119 | 'app/nibs/ContentBlockedCookies.xib', |
| 3120 | 'app/nibs/ContentBlockedImages.xib', |
| 3121 | 'app/nibs/ContentBlockedJavaScript.xib', |
| 3122 | 'app/nibs/ContentBlockedPlugins.xib', |
| 3123 | 'app/nibs/ContentBlockedPopups.xib', |
[email protected] | ce21660 | 2010-03-26 14:14:25 | [diff] [blame] | 3124 | 'app/nibs/ContentBubbleGeolocation.xib', |
[email protected] | 71bc0d0 | 2010-02-26 20:43:14 | [diff] [blame] | 3125 | 'app/nibs/ContentExceptionsWindow.xib', |
[email protected] | ed1a456 | 2010-02-22 01:53:41 | [diff] [blame] | 3126 | 'app/nibs/ContentSettings.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3127 | 'app/nibs/DownloadItem.xib', |
| 3128 | 'app/nibs/DownloadShelf.xib', |
| 3129 | 'app/nibs/EditSearchEngine.xib', |
[email protected] | 54bc0925 | 2010-01-31 21:45:17 | [diff] [blame] | 3130 | 'app/nibs/ExtensionInstalledBubble.xib', |
[email protected] | c5c3c5b | 2010-04-03 07:03:34 | [diff] [blame] | 3131 | 'app/nibs/ExtensionInstallPrompt.xib', |
| 3132 | 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
[email protected] | 96788b0 | 2010-06-26 21:45:34 | [diff] [blame] | 3133 | 'app/nibs/FirstRunBubble.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3134 | 'app/nibs/FirstRunDialog.xib', |
[email protected] | 50ada2e | 2010-01-08 14:51:21 | [diff] [blame] | 3135 | 'app/nibs/FontLanguageSettings.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3136 | 'app/nibs/HttpAuthLoginSheet.xib', |
| 3137 | 'app/nibs/HungRendererDialog.xib', |
| 3138 | 'app/nibs/ImportSettingsDialog.xib', |
| 3139 | 'app/nibs/ImportProgressDialog.xib', |
| 3140 | 'app/nibs/KeywordEditor.xib', |
| 3141 | 'app/nibs/MainMenu.xib', |
[email protected] | 80bebf48 | 2010-07-30 16:13:33 | [diff] [blame] | 3142 | 'app/nibs/Notification.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3143 | 'app/nibs/Preferences.xib', |
| 3144 | 'app/nibs/ReportBug.xib', |
[email protected] | 27286e7 | 2009-12-15 19:52:37 | [diff] [blame] | 3145 | 'app/nibs/SadTab.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3146 | 'app/nibs/SaveAccessoryView.xib', |
[email protected] | 834a6a1 | 2010-07-01 18:26:57 | [diff] [blame] | 3147 | 'app/nibs/SimpleContentExceptionsWindow.xib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3148 | 'app/nibs/TaskManager.xib', |
| 3149 | 'app/nibs/Toolbar.xib', |
| 3150 | ], |
| 3151 | }, |
| 3152 | 'action_name': 'Process xibs for localization', |
| 3153 | 'inputs': [ |
| 3154 | '<(xib_localizer_tool_path)', |
| 3155 | '<@(xib_files_to_scan)', |
| 3156 | ], |
| 3157 | 'outputs': [ |
| 3158 | '<(INTERMEDIATE_DIR)/ui_localizer_table.h', |
| 3159 | ], |
| 3160 | 'action': ['<(xib_localizer_tool_path)', |
| 3161 | '<@(_outputs)', |
| 3162 | '<@(xib_files_to_scan)'], |
| 3163 | }, |
| 3164 | ], |
| 3165 | }], |
| 3166 | ['OS=="win"', { |
| 3167 | 'defines': [ |
| 3168 | '__STD_C', |
| 3169 | '_CRT_SECURE_NO_DEPRECATE', |
| 3170 | '_SCL_SECURE_NO_DEPRECATE', |
| 3171 | ], |
| 3172 | 'include_dirs': [ |
[email protected] | cd134c8c | 2010-03-09 05:23:12 | [diff] [blame] | 3173 | '<(DEPTH)/third_party/wtl/include', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3174 | ], |
| 3175 | 'dependencies': [ |
| 3176 | '../gears/gears.gyp:gears', |
| 3177 | '../google_update/google_update.gyp:google_update', |
[email protected] | b3df5a4 | 2010-05-11 14:31:09 | [diff] [blame] | 3178 | '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3179 | '../views/views.gyp:views', |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 3180 | '../rlz/rlz.gyp:rlz_lib', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3181 | ], |
| 3182 | 'export_dependent_settings': [ |
| 3183 | '../views/views.gyp:views', |
| 3184 | ], |
| 3185 | 'sources': [ |
| 3186 | 'browser/net/ssl_config_service_manager_system.cc', |
| 3187 | # Using built-in rule in vstudio for midl. |
| 3188 | 'browser/history/history_indexer.idl', |
| 3189 | ], |
| 3190 | 'sources!': [ |
[email protected] | e06131d | 2010-02-10 18:40:33 | [diff] [blame] | 3191 | 'browser/browser_list_stub.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3192 | 'browser/history/history_publisher_none.cc', |
[email protected] | ca9b7dd | 2010-02-24 23:40:30 | [diff] [blame] | 3193 | 'browser/importer/nss_decryptor_system_nss.cc', |
| 3194 | 'browser/importer/nss_decryptor_system_nss.h', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3195 | 'browser/power_save_blocker_stub.cc', |
[email protected] | 274e42b | 2010-01-29 22:03:57 | [diff] [blame] | 3196 | 'browser/views/select_file_dialog.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3197 | ], |
[email protected] | da26d73 | 2010-06-25 20:43:12 | [diff] [blame] | 3198 | 'conditions': [ |
| 3199 | ['win_use_allocator_shim==1', { |
| 3200 | 'dependencies': [ |
| 3201 | '<(allocator_target)', |
| 3202 | ], |
| 3203 | }], |
[email protected] | c8451f2 | 2010-06-30 18:41:41 | [diff] [blame] | 3204 | ], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3205 | }, { # 'OS!="win" |
| 3206 | 'sources/': [ |
| 3207 | # Exclude all of hang_monitor. |
| 3208 | ['exclude', '^browser/hang_monitor/'], |
| 3209 | |
| 3210 | # Exclude parts of password_manager. |
| 3211 | ['exclude', '^browser/password_manager/ie7_password\\.cc$'], |
| 3212 | |
| 3213 | # Exclude all of rlz. |
| 3214 | ['exclude', '^browser/rlz/'], |
[email protected] | 17d40f0 | 2010-07-01 01:18:06 | [diff] [blame] | 3215 | ['exclude', '^browser/extensions/extension_rlz_module'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3216 | |
| 3217 | # Exclude all of views. |
| 3218 | ['exclude', '^browser/views/'], |
| 3219 | ], |
| 3220 | 'conditions': [ |
[email protected] | 06c75618 | 2010-04-27 18:31:31 | [diff] [blame] | 3221 | ['OS=="linux" and toolkit_views==1',{ |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3222 | 'dependencies': [ |
| 3223 | '../views/views.gyp:views', |
| 3224 | ], |
| 3225 | 'include_dirs': [ |
| 3226 | '<(INTERMEDIATE_DIR)', |
| 3227 | '<(INTERMEDIATE_DIR)/chrome', |
| 3228 | ], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3229 | 'sources/': [ |
[email protected] | d9f4d2b5 | 2010-03-04 20:11:46 | [diff] [blame] | 3230 | ['exclude', '^browser/cookie_modal_dialog_views.cc'], |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3231 | ['include', '^browser/back_forward_menu_model_views.cc'], |
| 3232 | ['include', '^browser/back_forward_menu_model_views.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3233 | ['include', '^browser/dock_info_gtk.cc'], |
| 3234 | ['include', '^browser/dock_info.cc'], |
| 3235 | ['include', '^browser/dock_info.h'], |
| 3236 | ['include', '^browser/extensions/'], |
[email protected] | 17d40f0 | 2010-07-01 01:18:06 | [diff] [blame] | 3237 | # This exclude duplicates the one just above because of the |
| 3238 | # order of evaluation of the 'sources/' rule above, the |
| 3239 | # conditions, and this 'sources/' rule. |
| 3240 | ['exclude', '^browser/extensions/extension_rlz_module'], |
[email protected] | 73852b8f | 2010-05-14 00:38:12 | [diff] [blame] | 3241 | ['include', 'browser/printing/print_dialog_cloud.cc'], |
| 3242 | ['include', 'browser/printing/print_dialog_cloud.h'], |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3243 | ['include', '^browser/views/about_chrome_view.cc'], |
| 3244 | ['include', '^browser/views/about_chrome_view.h'], |
[email protected] | ad2dba3 | 2010-04-19 15:13:38 | [diff] [blame] | 3245 | ['include', '^browser/views/accelerator_table_gtk.cc'], |
| 3246 | ['include', '^browser/views/accelerator_table_gtk.h'], |
[email protected] | 579d994 | 2010-04-19 16:12:25 | [diff] [blame] | 3247 | ['include', '^browser/views/accessibility_event_router_views.cc'], |
| 3248 | ['include', '^browser/views/accessibility_event_router_views.h'], |
[email protected] | ad2dba3 | 2010-04-19 15:13:38 | [diff] [blame] | 3249 | ['include', '^browser/views/accessible_toolbar_view.cc'], |
| 3250 | ['include', '^browser/views/accessible_toolbar_view.h'], |
[email protected] | 579d994 | 2010-04-19 16:12:25 | [diff] [blame] | 3251 | ['include', '^browser/views/accessible_view_helper.cc'], |
| 3252 | ['include', '^browser/views/accessible_view_helper.h'], |
[email protected] | ad2dba3 | 2010-04-19 15:13:38 | [diff] [blame] | 3253 | ['include', '^browser/views/app_launcher.cc'], |
[email protected] | 579d994 | 2010-04-19 16:12:25 | [diff] [blame] | 3254 | ['include', '^browser/views/app_launcher.cc'], |
| 3255 | ['include', '^browser/views/app_launcher.h'], |
[email protected] | cfe5c13 | 2010-03-22 23:12:33 | [diff] [blame] | 3256 | ['include', '^browser/views/app_launcher.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3257 | ['include', '^browser/views/autocomplete/autocomplete_popup_contents_view.cc'], |
| 3258 | ['include', '^browser/views/autocomplete/autocomplete_popup_contents_view.h'], |
| 3259 | ['include', '^browser/views/autocomplete/autocomplete_popup_gtk.cc'], |
| 3260 | ['include', '^browser/views/autocomplete/autocomplete_popup_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3261 | ['include', '^browser/views/bookmark_bar_instructions_view.cc'], |
| 3262 | ['include', '^browser/views/bookmark_bar_instructions_view.h'], |
| 3263 | ['include', '^browser/views/bookmark_bar_view.cc'], |
| 3264 | ['include', '^browser/views/bookmark_bar_view.h'], |
| 3265 | ['include', '^browser/views/bookmark_bubble_view.cc'], |
| 3266 | ['include', '^browser/views/bookmark_bubble_view.h'], |
| 3267 | ['include', '^browser/views/bookmark_context_menu.cc'], |
| 3268 | ['include', '^browser/views/bookmark_context_menu.h'], |
[email protected] | 202bd18 | 2010-02-08 18:56:29 | [diff] [blame] | 3269 | ['include', '^browser/views/bookmark_context_menu_controller_views.cc'], |
| 3270 | ['include', '^browser/views/bookmark_context_menu_controller_views.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3271 | ['include', '^browser/views/bookmark_menu_controller_views.cc'], |
| 3272 | ['include', '^browser/views/browser_actions_container.cc'], |
| 3273 | ['include', '^browser/views/browser_actions_container.h'], |
| 3274 | ['include', '^browser/views/browser_bubble_gtk.cc'], |
| 3275 | ['include', '^browser/views/browser_bubble.cc'], |
| 3276 | ['include', '^browser/views/browser_bubble.h'], |
| 3277 | ['include', '^browser/views/bubble_border.cc'], |
| 3278 | ['include', '^browser/views/bubble_border.h'], |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3279 | ['include', '^browser/views/bug_report_view.cc'], |
| 3280 | ['include', '^browser/views/bug_report_view.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3281 | ['include', '^browser/views/chrome_views_delegate.cc'], |
| 3282 | ['include', '^browser/views/clear_browsing_data.cc'], |
| 3283 | ['include', '^browser/views/clear_browsing_data.h'], |
[email protected] | 659ee33 | 2010-01-30 05:06:51 | [diff] [blame] | 3284 | ['include', '^browser/views/content_blocked_bubble_contents.cc'], |
| 3285 | ['include', '^browser/views/content_blocked_bubble_contents.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3286 | ['include', '^browser/views/create_application_shortcut_view.cc'], |
| 3287 | ['include', '^browser/views/create_application_shortcut_view.h'], |
| 3288 | ['include', '^browser/views/detachable_toolbar_view.h'], |
| 3289 | ['include', '^browser/views/detachable_toolbar_view.cc'], |
| 3290 | ['include', '^browser/views/dialog_stubs_gtk.cc'], |
[email protected] | 274e42b | 2010-01-29 22:03:57 | [diff] [blame] | 3291 | ['include', '^browser/views/dom_view.cc'], |
| 3292 | ['include', '^browser/views/dom_view.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3293 | ['include', '^browser/views/download_item_view.cc'], |
| 3294 | ['include', '^browser/views/download_item_view.h'], |
| 3295 | ['include', '^browser/views/download_shelf_view.cc'], |
| 3296 | ['include', '^browser/views/download_shelf_view.h'], |
| 3297 | ['include', '^browser/views/dragged_tab_controller.cc'], |
| 3298 | ['include', '^browser/views/dragged_tab_controller.h'], |
| 3299 | ['include', '^browser/views/dropdown_bar_host.cc'], |
| 3300 | ['include', '^browser/views/dropdown_bar_host.h'], |
| 3301 | ['include', '^browser/views/dropdown_bar_host_gtk.cc'], |
| 3302 | ['include', '^browser/views/dropdown_bar_view.h'], |
| 3303 | ['include', '^browser/views/event_utils.cc'], |
| 3304 | ['include', '^browser/views/event_utils.h'], |
[email protected] | 44ec9b3b | 2010-02-03 01:17:26 | [diff] [blame] | 3305 | ['include', '^browser/views/extensions/browser_action_drag_data.cc'], |
| 3306 | ['include', '^browser/views/extensions/browser_action_drag_data.h'], |
[email protected] | e578e76 | 2010-01-27 04:55:57 | [diff] [blame] | 3307 | ['include', '^browser/views/extensions/browser_action_overflow_menu_controller.cc'], |
| 3308 | ['include', '^browser/views/extensions/browser_action_overflow_menu_controller.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3309 | ['include', '^browser/views/extensions/extension_install_prompt.cc'], |
[email protected] | d6687a9 | 2010-04-03 08:33:10 | [diff] [blame] | 3310 | ['include', '^browser/views/extensions/extension_install_prompt2.cc'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3311 | ['include', '^browser/views/extensions/extension_installed_bubble.cc'], |
| 3312 | ['include', '^browser/views/extensions/extension_installed_bubble.h'], |
| 3313 | ['include', '^browser/views/extensions/extension_popup.cc'], |
| 3314 | ['include', '^browser/views/extensions/extension_popup.h'], |
| 3315 | ['include', '^browser/views/extensions/extension_shelf.cc'], |
| 3316 | ['include', '^browser/views/extensions/extension_shelf.h'], |
| 3317 | ['include', '^browser/views/extensions/extension_view.cc'], |
| 3318 | ['include', '^browser/views/extensions/extension_view.h'], |
| 3319 | ['include', '^browser/views/extension_view.cc'], |
| 3320 | ['include', '^browser/views/extension_view.h'], |
| 3321 | ['include', '^browser/views/find_bar_view.cc'], |
| 3322 | ['include', '^browser/views/find_bar_view.h'], |
| 3323 | ['include', '^browser/views/find_bar_host_gtk.cc'], |
| 3324 | ['include', '^browser/views/find_bar_host.cc'], |
| 3325 | ['include', '^browser/views/find_bar_host.h'], |
| 3326 | ['include', '^browser/views/fullscreen_exit_bubble.cc'], |
| 3327 | ['include', '^browser/views/fullscreen_exit_bubble.h'], |
[email protected] | 274e42b | 2010-01-29 22:03:57 | [diff] [blame] | 3328 | ['include', '^browser/views/html_dialog_view.cc'], |
| 3329 | ['include', '^browser/views/html_dialog_view.h'], |
[email protected] | ded49f8 | 2010-01-13 16:10:45 | [diff] [blame] | 3330 | ['include', '^browser/views/theme_install_bubble_view.cc'], |
| 3331 | ['include', '^browser/views/theme_install_bubble_view.h'], |
[email protected] | 2b19e2fe | 2010-02-16 02:24:18 | [diff] [blame] | 3332 | ['include', '^browser/views/frame/browser_bubble_host.cc'], |
| 3333 | ['include', '^browser/views/frame/browser_bubble_host.h'], |
[email protected] | c6b8beb0 | 2010-02-03 05:06:50 | [diff] [blame] | 3334 | ['include', '^browser/views/frame/browser_view_layout.cc'], |
| 3335 | ['include', '^browser/views/frame/browser_view_layout.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3336 | ['include', '^browser/views/frame/browser_view.cc'], |
| 3337 | ['include', '^browser/views/frame/browser_view.h'], |
| 3338 | ['include', '^browser/views/frame/browser_frame_gtk.cc'], |
| 3339 | ['include', '^browser/views/frame/browser_frame_gtk.h'], |
| 3340 | ['include', '^browser/views/frame/browser_root_view.cc'], |
| 3341 | ['include', '^browser/views/frame/browser_root_view.h'], |
| 3342 | ['include', '^browser/views/frame/opaque_browser_frame_view.cc'], |
| 3343 | ['include', '^browser/views/frame/opaque_browser_frame_view.h'], |
| 3344 | ['include', '^browser/views/infobars/*'], |
| 3345 | ['include', '^browser/views/info_bubble.cc'], |
| 3346 | ['include', '^browser/views/info_bubble.h'], |
[email protected] | 73852b8f | 2010-05-14 00:38:12 | [diff] [blame] | 3347 | ['include', '^browser/views/html_dialog_view.cc'], |
| 3348 | ['include', '^browser/views/html_dialog_view.h'], |
[email protected] | 265ccd9 | 2010-04-29 17:57:17 | [diff] [blame] | 3349 | ['include', '^browser/views/location_bar/click_handler.cc'], |
| 3350 | ['include', '^browser/views/location_bar/click_handler.h'], |
| 3351 | ['include', '^browser/views/location_bar/content_setting_image_view.cc'], |
| 3352 | ['include', '^browser/views/location_bar/content_setting_image_view.h'], |
| 3353 | ['include', '^browser/views/location_bar/ev_bubble_view.cc'], |
| 3354 | ['include', '^browser/views/location_bar/ev_bubble_view.h'], |
| 3355 | ['include', '^browser/views/location_bar/icon_label_bubble_view.h'], |
| 3356 | ['include', '^browser/views/location_bar/icon_label_bubble_view.cc'], |
| 3357 | ['include', '^browser/views/location_bar/keyword_hint_view.cc'], |
| 3358 | ['include', '^browser/views/location_bar/keyword_hint_view.h'], |
| 3359 | ['include', '^browser/views/location_bar/location_icon_view.cc'], |
| 3360 | ['include', '^browser/views/location_bar/location_icon_view.h'], |
| 3361 | ['include', '^browser/views/location_bar/location_bar_view.cc'], |
| 3362 | ['include', '^browser/views/location_bar/location_bar_view.h'], |
| 3363 | ['include', '^browser/views/location_bar/page_action_image_view.cc'], |
| 3364 | ['include', '^browser/views/location_bar/page_action_image_view.h'], |
| 3365 | ['include', '^browser/views/location_bar/page_action_with_badge_view.h'], |
| 3366 | ['include', '^browser/views/location_bar/page_action_with_badge_view.cc'], |
| 3367 | ['include', '^browser/views/location_bar/selected_keyword_view.h'], |
| 3368 | ['include', '^browser/views/location_bar/selected_keyword_view.cc'], |
| 3369 | ['include', '^browser/views/location_bar/star_view.cc'], |
| 3370 | ['include', '^browser/views/location_bar/star_view.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3371 | ['include', '^browser/views/location_bar_view.cc'], |
| 3372 | ['include', '^browser/views/location_bar_view.h'], |
[email protected] | 943d812 | 2010-06-11 02:13:45 | [diff] [blame] | 3373 | ['include', '^browser/views/modal_dialog_delegate.cc'], |
| 3374 | ['include', '^browser/views/modal_dialog_delegate.h'], |
| 3375 | ['include', '^browser/views/notifications/balloon_view_host.cc'], |
| 3376 | ['include', '^browser/views/notifications/balloon_view_host.h'], |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3377 | ['include', '^browser/views/options/options_page_view.cc'], |
| 3378 | ['include', '^browser/views/options/options_page_view.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3379 | ['include', '^browser/views/page_info_window_view.cc'], |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3380 | ['include', '^browser/views/panel_controller.cc'], |
| 3381 | ['include', '^browser/views/panel_controller.h'], |
| 3382 | ['include', '^browser/views/panels/panel_container.cc'], |
| 3383 | ['include', '^browser/views/panels/panel_container.h'], |
| 3384 | ['include', '^browser/views/panels/panel_scroller.cc'], |
| 3385 | ['include', '^browser/views/panels/panel_scroller.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3386 | # Not necessary unless you're trying to build ChromeOS+views. |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3387 | #['include', '^browser/views/panels/panel_scroller_container.cc'], |
| 3388 | #['include', '^browser/views/panels/panel_scroller_container.h'], |
[email protected] | 943d812 | 2010-06-11 02:13:45 | [diff] [blame] | 3389 | ['include', '^browser/views/panels/panel_scroller_header.cc'], |
| 3390 | ['include', '^browser/views/panels/panel_scroller_header.h'], |
[email protected] | 69c579e | 2010-04-23 20:01:00 | [diff] [blame] | 3391 | ['include', '^browser/views/pinned_contents_info_bubble.cc'], |
| 3392 | ['include', '^browser/views/pinned_contents_info_bubble.h'], |
[email protected] | 943d812 | 2010-06-11 02:13:45 | [diff] [blame] | 3393 | ['include', '^browser/views/reload_button.cc'], |
| 3394 | ['include', '^browser/views/reload_button.h'], |
[email protected] | 01c1a769 | 2010-04-14 09:19:10 | [diff] [blame] | 3395 | ['include', '^browser/views/restart_message_box.cc'], |
| 3396 | ['include', '^browser/views/restart_message_box.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3397 | ['include', '^browser/views/sad_tab_view.cc'], |
| 3398 | ['include', '^browser/views/sad_tab_view.h'], |
[email protected] | 274e42b | 2010-01-29 22:03:57 | [diff] [blame] | 3399 | ['include', '^browser/views/select_file_dialog.cc'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3400 | ['include', '^browser/views/status_bubble_views.cc'], |
| 3401 | ['include', '^browser/views/status_bubble_views.h'], |
| 3402 | ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.cc'], |
| 3403 | ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.h'], |
[email protected] | 14831ef | 2010-05-11 23:51:20 | [diff] [blame] | 3404 | ['include', '^browser/views/tab_contents/render_view_context_menu_views.cc'], |
| 3405 | ['include', '^browser/views/tab_contents/render_view_context_menu_views.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3406 | ['include', '^browser/views/tab_contents/tab_contents_container.cc'], |
| 3407 | ['include', '^browser/views/tab_contents/tab_contents_container.h'], |
| 3408 | ['include', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], |
| 3409 | ['include', '^browser/views/tab_contents/tab_contents_view_gtk.h'], |
| 3410 | ['include', '^browser/views/tab_icon_view.cc'], |
| 3411 | ['include', '^browser/views/tab_icon_view.h'], |
[email protected] | 633698d | 2010-05-17 23:44:34 | [diff] [blame] | 3412 | ['include', '^browser/views/tabs/base_tab.cc'], |
| 3413 | ['include', '^browser/views/tabs/base_tab.h'], |
[email protected] | 5e26d9d4 | 2010-05-13 22:11:03 | [diff] [blame] | 3414 | ['include', '^browser/views/tabs/base_tab_strip.cc'], |
| 3415 | ['include', '^browser/views/tabs/base_tab_strip.h'], |
| 3416 | ['include', '^browser/views/tabs/browser_tab_strip_controller.cc'], |
| 3417 | ['include', '^browser/views/tabs/browser_tab_strip_controller.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3418 | ['include', '^browser/views/tabs/browser_tab_strip.cc'], |
| 3419 | ['include', '^browser/views/tabs/browser_tab_strip.h'], |
| 3420 | ['include', '^browser/views/tabs/dragged_tab_controller.cc'], |
| 3421 | ['include', '^browser/views/tabs/dragged_tab_controller.h'], |
| 3422 | ['include', '^browser/views/tabs/dragged_tab_view.cc'], |
| 3423 | ['include', '^browser/views/tabs/dragged_tab_view.h'], |
| 3424 | ['include', '^browser/views/tabs/native_view_photobooth.h'], |
| 3425 | ['include', '^browser/views/tabs/native_view_photobooth_gtk.cc'], |
| 3426 | ['include', '^browser/views/tabs/native_view_photobooth_gtk.h'], |
[email protected] | 9bf60084 | 2010-02-04 03:36:47 | [diff] [blame] | 3427 | ['include', '^browser/views/tabs/side_tab.cc'], |
| 3428 | ['include', '^browser/views/tabs/side_tab.h'], |
| 3429 | ['include', '^browser/views/tabs/side_tab_strip.cc'], |
| 3430 | ['include', '^browser/views/tabs/side_tab_strip.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3431 | ['include', '^browser/views/tabs/tab.cc'], |
| 3432 | ['include', '^browser/views/tabs/tab.h'], |
[email protected] | 633698d | 2010-05-17 23:44:34 | [diff] [blame] | 3433 | ['include', '^browser/views/tabs/tab_controller.h'], |
[email protected] | 5e26d9d4 | 2010-05-13 22:11:03 | [diff] [blame] | 3434 | ['include', '^browser/views/tabs/tab_renderer_data.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3435 | ['include', '^browser/views/tabs/tab_strip.cc'], |
| 3436 | ['include', '^browser/views/tabs/tab_strip.h'], |
| 3437 | ['include', '^browser/views/tabs/tab_strip_2.cc'], |
| 3438 | ['include', '^browser/views/tabs/tab_strip_2.h'], |
[email protected] | 349e8d2 | 2010-01-08 21:39:15 | [diff] [blame] | 3439 | ['include', '^browser/views/theme_background.cc'], |
| 3440 | ['include', '^browser/views/theme_background.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3441 | ['include', '^browser/views/toolbar_view.cc'], |
| 3442 | ['include', '^browser/views/toolbar_view.h'], |
[email protected] | 3f70c1e1 | 2010-01-12 20:38:49 | [diff] [blame] | 3443 | ['include', '^browser/views/unhandled_keyboard_event_handler.cc'], |
| 3444 | ['include', '^browser/views/unhandled_keyboard_event_handler.h'], |
[email protected] | adfe188 | 2010-04-13 23:01:07 | [diff] [blame] | 3445 | ['include', '^browser/views/view_text_utils.cc'], |
| 3446 | ['include', '^browser/views/view_text_utils.h'], |
[email protected] | eccda9db | 2010-06-23 17:27:08 | [diff] [blame] | 3447 | ['include', '^browser/views/wrench_menu.cc'], |
| 3448 | ['include', '^browser/views/wrench_menu.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3449 | ['include', '^browser/window_sizer.cc'], |
| 3450 | ['include', '^browser/window_sizer.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3451 | # Exclude all of browser/gtk, then include the things we want. |
| 3452 | ['exclude', '^browser/gtk'], |
[email protected] | 5cbe1e2 | 2010-01-30 01:18:56 | [diff] [blame] | 3453 | ['include', '^browser/gtk/accessibility_event_router_gtk.cc'], |
| 3454 | ['include', '^browser/gtk/accessibility_event_router_gtk.h'], |
| 3455 | ['include', '^browser/gtk/accessible_widget_helper_gtk.cc'], |
| 3456 | ['include', '^browser/gtk/accessible_widget_helper_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3457 | ['include', '^browser/gtk/bookmark_context_menu_gtk.cc'], |
| 3458 | ['include', '^browser/gtk/bookmark_context_menu_gtk.h'], |
| 3459 | ['include', '^browser/gtk/bookmark_editor_gtk.cc'], |
| 3460 | ['include', '^browser/gtk/bookmark_editor_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3461 | ['include', '^browser/gtk/bookmark_tree_model.cc'], |
| 3462 | ['include', '^browser/gtk/bookmark_tree_model.h'], |
| 3463 | ['include', '^browser/gtk/bookmark_utils_gtk.cc'], |
| 3464 | ['include', '^browser/gtk/bookmark_utils_gtk.h'], |
| 3465 | ['include', '^browser/gtk/cairo_cached_surface.cc'], |
| 3466 | ['include', '^browser/gtk/cairo_cached_surface.h'], |
| 3467 | ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.cc'], |
| 3468 | ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.h'], |
[email protected] | c3deb9a2 | 2010-03-09 03:30:02 | [diff] [blame] | 3469 | ['include', '^browser/gtk/certificate_dialogs.cc'], |
| 3470 | ['include', '^browser/gtk/certificate_dialogs.h'], |
[email protected] | b1f18494 | 2010-03-04 01:46:57 | [diff] [blame] | 3471 | ['include', '^browser/gtk/certificate_viewer.cc'], |
| 3472 | ['include', '^browser/gtk/certificate_viewer.h'], |
[email protected] | a503c97c | 2010-07-16 13:05:48 | [diff] [blame] | 3473 | ['include', '^browser/gtk/collected_cookies_gtk.cc'], |
| 3474 | ['include', '^browser/gtk/collected_cookies_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3475 | ['include', '^browser/gtk/constrained_window_gtk.cc'], |
| 3476 | ['include', '^browser/gtk/constrained_window_gtk.h'], |
[email protected] | 0c2c5e1 | 2010-03-04 17:55:25 | [diff] [blame] | 3477 | ['include', '^browser/gtk/gtk_chrome_cookie_view.cc'], |
| 3478 | ['include', '^browser/gtk/gtk_chrome_cookie_view.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3479 | ['include', '^browser/gtk/download_started_animation_gtk.cc'], |
| 3480 | ['include', '^browser/gtk/edit_search_engine_dialog.cc'], |
| 3481 | ['include', '^browser/gtk/edit_search_engine_dialog.h'], |
| 3482 | ['include', '^browser/gtk/first_run_dialog.cc'], |
| 3483 | ['include', '^browser/gtk/first_run_dialog.h'], |
| 3484 | ['include', '^browser/gtk/focus_store_gtk.cc'], |
| 3485 | ['include', '^browser/gtk/focus_store_gtk.h'], |
| 3486 | ['include', '^browser/gtk/gtk_chrome_button.cc'], |
| 3487 | ['include', '^browser/gtk/gtk_chrome_button.h'], |
| 3488 | ['include', '^browser/gtk/gtk_chrome_link_button.cc'], |
| 3489 | ['include', '^browser/gtk/gtk_chrome_link_button.h'], |
[email protected] | 9c8f150 | 2010-06-25 21:34:04 | [diff] [blame] | 3490 | ['include', '^browser/gtk/gtk_custom_menu.cc'], |
| 3491 | ['include', '^browser/gtk/gtk_custom_menu.h'], |
| 3492 | ['include', '^browser/gtk/gtk_custom_menu_item.cc'], |
| 3493 | ['include', '^browser/gtk/gtk_custom_menu_item.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3494 | ['include', '^browser/gtk/gtk_theme_provider.cc'], |
| 3495 | ['include', '^browser/gtk/gtk_theme_provider.h'], |
[email protected] | 16d51df | 2010-03-02 09:16:44 | [diff] [blame] | 3496 | ['include', '^browser/gtk/gtk_tree.cc'], |
| 3497 | ['include', '^browser/gtk/gtk_tree.h'], |
| 3498 | ['include', '^browser/gtk/gtk_util.cc'], |
| 3499 | ['include', '^browser/gtk/gtk_util.h'], |
[email protected] | 6307acb | 2010-03-09 01:33:32 | [diff] [blame] | 3500 | ['include', '^browser/gtk/hover_controller_gtk.cc'], |
| 3501 | ['include', '^browser/gtk/hover_controller_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3502 | ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'], |
| 3503 | ['include', '^browser/gtk/import_dialog_gtk.cc'], |
| 3504 | ['include', '^browser/gtk/import_dialog_gtk.h'], |
| 3505 | ['include', '^browser/gtk/import_progress_dialog_gtk.cc'], |
| 3506 | ['include', '^browser/gtk/import_progress_dialog_gtk.h'], |
| 3507 | ['include', '^browser/gtk/import_lock_dialog_gtk.cc'], |
| 3508 | ['include', '^browser/gtk/import_lock_dialog_gtk.h'], |
| 3509 | ['include', '^browser/gtk/keyword_editor_view.cc'], |
| 3510 | ['include', '^browser/gtk/keyword_editor_view.h'], |
| 3511 | ['include', '^browser/gtk/list_store_favicon_loader.cc'], |
| 3512 | ['include', '^browser/gtk/list_store_favicon_loader.h'], |
| 3513 | ['include', '^browser/gtk/menu_gtk.cc'], |
| 3514 | ['include', '^browser/gtk/menu_gtk.h'], |
[email protected] | 652b35d | 2010-02-10 22:57:03 | [diff] [blame] | 3515 | ['include', '^browser/gtk/meta_frames.cc'], |
| 3516 | ['include', '^browser/gtk/meta_frames.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3517 | ['include', '^browser/gtk/nine_box.cc'], |
| 3518 | ['include', '^browser/gtk/nine_box.h'], |
| 3519 | ['include', '^browser/gtk/options/'], |
[email protected] | d416c11 | 2010-08-03 22:15:03 | [diff] [blame^] | 3520 | ['include', '^browser/gtk/owned_widget_gtk.cc'], |
| 3521 | ['include', '^browser/gtk/owned_widget_gtk.h'], |
[email protected] | 8e0bbf1 | 2010-07-20 00:03:43 | [diff] [blame] | 3522 | ['include', '^browser/gtk/popup_blocked_animation_gtk.cc'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3523 | ['include', '^browser/gtk/repost_form_warning_gtk.cc'], |
| 3524 | ['include', '^browser/gtk/repost_form_warning_gtk.h'], |
[email protected] | 1f18184a | 2010-07-21 19:34:49 | [diff] [blame] | 3525 | ['include', '^browser/gtk/ssl_client_certificate_selector.cc'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3526 | ['include', '^browser/gtk/tab_contents_drag_source.cc'], |
| 3527 | ['include', '^browser/gtk/tab_contents_drag_source.h'], |
| 3528 | ['include', '^browser/gtk/task_manager_gtk.cc'], |
| 3529 | ['include', '^browser/gtk/task_manager_gtk.h'], |
| 3530 | ['include', '^browser/gtk/view_id_util.cc'], |
| 3531 | ['include', '^browser/gtk/view_id_util.h'], |
| 3532 | |
| 3533 | # Other excluded stuff. |
| 3534 | ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.cc'], |
| 3535 | ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h'], |
[email protected] | cf390ea4 | 2009-12-09 04:14:02 | [diff] [blame] | 3536 | ['exclude', '^browser/extensions/extension_host_mac.h'], |
| 3537 | ['exclude', '^browser/extensions/extension_host_mac.mm'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3538 | ['exclude', '^browser/extensions/external_registry_extension_provider_win.cc'], |
| 3539 | ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], |
| 3540 | ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], |
| 3541 | ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'], |
| 3542 | ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3543 | ['exclude', '^browser/browser_list_gtk.cc'], |
| 3544 | ], |
| 3545 | }], |
[email protected] | b3f23ba | 2010-04-26 22:58:17 | [diff] [blame] | 3546 | # These GTK files haven't been ported to views, while ChromeOS has |
| 3547 | # its own separate implementation below. So re-include them only on |
| 3548 | # non-ChromeOS views Linux builds. |
[email protected] | 06c75618 | 2010-04-27 18:31:31 | [diff] [blame] | 3549 | ['OS=="linux" and toolkit_views==1 and chromeos==0', { |
[email protected] | fdc5bed | 2010-01-09 01:16:57 | [diff] [blame] | 3550 | 'sources/': [ |
[email protected] | 80805a5 | 2010-03-23 22:49:51 | [diff] [blame] | 3551 | ['include', '^browser/gtk/dialogs_gtk.cc'], |
[email protected] | fdc5bed | 2010-01-09 01:16:57 | [diff] [blame] | 3552 | ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'], |
| 3553 | ['include', '^browser/gtk/external_protocol_dialog_gtk.h'], |
[email protected] | 2e5cc5f | 2010-02-05 22:02:18 | [diff] [blame] | 3554 | ['include', '^browser/views/notifications/balloon_view.cc'], |
| 3555 | ['include', '^browser/views/notifications/balloon_view.h'], |
[email protected] | 80805a5 | 2010-03-23 22:49:51 | [diff] [blame] | 3556 | |
| 3557 | ['exclude', '^browser/views/select_file_dialog.cc'], |
[email protected] | fdc5bed | 2010-01-09 01:16:57 | [diff] [blame] | 3558 | ], |
| 3559 | }], |
[email protected] | 05af356 | 2010-02-26 00:41:12 | [diff] [blame] | 3560 | # GTK build only |
[email protected] | 06c75618 | 2010-04-27 18:31:31 | [diff] [blame] | 3561 | ['OS=="linux" and toolkit_views==0', { |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3562 | 'sources/': [ |
| 3563 | ['include', '^browser/printing/print_dialog_gtk.cc'], |
| 3564 | ['include', '^browser/printing/print_dialog_gtk.h'], |
[email protected] | e06131d | 2010-02-10 18:40:33 | [diff] [blame] | 3565 | ['exclude', '^browser/browser_list_stub.cc'], |
[email protected] | d3a2cef | 2009-12-22 23:30:18 | [diff] [blame] | 3566 | ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], |
| 3567 | ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk.cc'], |
| 3568 | ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk.h'], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3569 | ], |
| 3570 | }], |
[email protected] | fdc5bed | 2010-01-09 01:16:57 | [diff] [blame] | 3571 | ['OS=="linux" and chromeos==1',{ |
[email protected] | 83f2207 | 2010-03-02 23:47:09 | [diff] [blame] | 3572 | 'sources/': [ |
[email protected] | 70a4ec5f | 2010-03-08 18:55:11 | [diff] [blame] | 3573 | ['exclude', '^browser/notifications/balloon_collection.cc'], |
[email protected] | 83f2207 | 2010-03-02 23:47:09 | [diff] [blame] | 3574 | ['exclude', '^browser/notifications/balloon_collection_impl.h'], |
[email protected] | 70a4ec5f | 2010-03-08 18:55:11 | [diff] [blame] | 3575 | ['exclude', '^browser/notifications/balloon_collection_linux.cc'], |
[email protected] | 83f2207 | 2010-03-02 23:47:09 | [diff] [blame] | 3576 | ], |
[email protected] | d3a2cef | 2009-12-22 23:30:18 | [diff] [blame] | 3577 | 'dependencies': [ |
[email protected] | d3a2cef | 2009-12-22 23:30:18 | [diff] [blame] | 3578 | '../third_party/protobuf2/protobuf.gyp:protobuf_lite', |
[email protected] | 8620662 | 2010-05-14 05:45:26 | [diff] [blame] | 3579 | #'../third_party/protobuf2/protobuf.gyp:protobuf', |
[email protected] | d3a2cef | 2009-12-22 23:30:18 | [diff] [blame] | 3580 | '../third_party/protobuf2/protobuf.gyp:protoc#host', |
[email protected] | 1e40513c | 2010-07-22 01:00:21 | [diff] [blame] | 3581 | ], |
| 3582 | 'conditions': [ |
| 3583 | ['system_libcros==0', { |
| 3584 | 'dependencies': [ |
| 3585 | '../third_party/cros/cros_api.gyp:cros_api', |
| 3586 | ], |
| 3587 | 'include_dirs': [ |
| 3588 | '../third_party/' |
| 3589 | ], |
| 3590 | }], |
| 3591 | ['system_libcros==1', { |
| 3592 | 'link_settings': { |
| 3593 | 'libraries': [ |
| 3594 | '-lcrosapi', |
| 3595 | ], |
| 3596 | }, |
| 3597 | }], |
[email protected] | d3a2cef | 2009-12-22 23:30:18 | [diff] [blame] | 3598 | ], |
| 3599 | 'actions': [ |
| 3600 | { |
| 3601 | 'action_name': 'my_proto', |
| 3602 | 'inputs': [ |
| 3603 | '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| 3604 | 'browser/metrics/system_metrics.proto', |
| 3605 | ], |
| 3606 | 'outputs': [ |
| 3607 | '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.cc', |
| 3608 | '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.pb.h', |
| 3609 | ], |
| 3610 | 'dependencies': [ |
| 3611 | '../third_party/protobuf2/protobuf.gyp:protoc', |
| 3612 | ], |
| 3613 | 'action': [ |
| 3614 | '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| 3615 | 'browser/metrics/system_metrics.proto', |
| 3616 | '--cpp_out=<(INTERMEDIATE_DIR)/chrome', |
| 3617 | ], |
| 3618 | }, |
| 3619 | ], |
| 3620 | }], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3621 | ], |
| 3622 | # Exclude files that should be excluded for all non-Windows platforms. |
| 3623 | 'sources!': [ |
[email protected] | da2566e1 | 2010-03-10 06:23:35 | [diff] [blame] | 3624 | 'browser/aeropeek_manager.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3625 | 'browser/autocomplete/autocomplete_accessibility.cc', |
| 3626 | 'browser/bookmarks/bookmark_menu_controller.cc', |
| 3627 | 'browser/bookmarks/bookmark_menu_controller.h', |
[email protected] | 383cfbd6 | 2010-06-16 15:16:39 | [diff] [blame] | 3628 | 'browser/browser_accessibility_win.cc', |
| 3629 | 'browser/browser_accessibility_manager_win.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3630 | 'browser/google_update.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3631 | 'browser/history/history_indexer.idl', |
| 3632 | 'browser/history_tab_ui.cc', |
| 3633 | 'browser/history_view.cc', |
| 3634 | 'browser/ime_input.cc', |
| 3635 | 'browser/importer/ie_importer.cc', |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3636 | ], |
| 3637 | }], |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3638 | ], |
| 3639 | }, |
[email protected] | b7b9e03 | 2010-03-17 19:48:51 | [diff] [blame] | 3640 | { |
[email protected] | bbdbe15 | 2010-04-29 21:07:28 | [diff] [blame] | 3641 | 'target_name': 'component_extensions', |
| 3642 | 'type': 'none', |
| 3643 | 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E', |
| 3644 | # TODO(aa): Once the msvs port supports it, change this to recursively |
| 3645 | # copy the entire directory instead of listing the files. |
| 3646 | # http://code.google.com/p/gyp/issues/detail?id=143. |
| 3647 | 'copies': [ |
[email protected] | fbd17cf | 2010-04-28 23:52:56 | [diff] [blame] | 3648 | { |
[email protected] | fee6798 | 2010-04-23 17:24:22 | [diff] [blame] | 3649 | 'destination': '<(PRODUCT_DIR)/resources/gmail_app', |
| 3650 | 'files': [ |
| 3651 | 'browser/resources/gmail_app/manifest.json', |
| 3652 | 'browser/resources/gmail_app/128.png', |
| 3653 | 'browser/resources/gmail_app/48.png', |
| 3654 | 'browser/resources/gmail_app/32.png', |
| 3655 | 'browser/resources/gmail_app/24.png', |
| 3656 | ] |
| 3657 | }, |
| 3658 | { |
| 3659 | 'destination': '<(PRODUCT_DIR)/resources/calendar_app', |
| 3660 | 'files': [ |
| 3661 | 'browser/resources/calendar_app/manifest.json', |
| 3662 | 'browser/resources/calendar_app/128.png', |
| 3663 | 'browser/resources/calendar_app/48.png', |
| 3664 | 'browser/resources/calendar_app/32.png', |
| 3665 | 'browser/resources/calendar_app/24.png', |
| 3666 | ] |
| 3667 | }, |
| 3668 | { |
| 3669 | 'destination': '<(PRODUCT_DIR)/resources/docs_app', |
| 3670 | 'files': [ |
| 3671 | 'browser/resources/docs_app/manifest.json', |
| 3672 | 'browser/resources/docs_app/128.png', |
| 3673 | 'browser/resources/docs_app/48.png', |
| 3674 | 'browser/resources/docs_app/32.png', |
| 3675 | 'browser/resources/docs_app/24.png', |
| 3676 | ] |
| 3677 | }, |
[email protected] | ae90f25 | 2010-05-04 18:28:03 | [diff] [blame] | 3678 | ], |
[email protected] | b7b9e03 | 2010-03-17 19:48:51 | [diff] [blame] | 3679 | }, |
[email protected] | fd9c0d9 | 2010-03-23 17:47:49 | [diff] [blame] | 3680 | { |
[email protected] | 8620662 | 2010-05-14 05:45:26 | [diff] [blame] | 3681 | # Protobuf compiler / generate rule for feedback |
| 3682 | 'target_name': 'userfeedback_proto', |
| 3683 | 'type': 'none', |
| 3684 | 'sources': [ |
| 3685 | 'browser/userfeedback/proto/annotations.proto', |
| 3686 | 'browser/userfeedback/proto/common.proto', |
| 3687 | 'browser/userfeedback/proto/config.proto', |
| 3688 | 'browser/userfeedback/proto/dom.proto', |
| 3689 | 'browser/userfeedback/proto/extension.proto', |
| 3690 | 'browser/userfeedback/proto/math.proto', |
| 3691 | 'browser/userfeedback/proto/web.proto', |
| 3692 | ], |
| 3693 | 'rules': [ |
| 3694 | { |
| 3695 | 'rule_name': 'genproto', |
| 3696 | 'extension': 'proto', |
| 3697 | 'inputs': [ |
| 3698 | '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| 3699 | ], |
| 3700 | 'variables': { |
| 3701 | # The protoc compiler requires a proto_path argument with the |
| 3702 | # directory containing the .proto file. |
| 3703 | # There's no generator variable that corresponds to this, so fake it. |
| 3704 | 'rule_input_relpath': 'browser/userfeedback/proto', |
| 3705 | }, |
| 3706 | 'outputs': [ |
| 3707 | '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.h', |
| 3708 | '<(protoc_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT).pb.cc', |
| 3709 | ], |
| 3710 | 'action': [ |
| 3711 | '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| 3712 | '--proto_path=./<(rule_input_relpath)', |
| 3713 | './<(rule_input_relpath)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)', |
| 3714 | '--cpp_out=<(protoc_out_dir)/chrome/<(rule_input_relpath)', |
| 3715 | ], |
| 3716 | 'message': 'Generating C++ code from <(RULE_INPUT_PATH)', |
| 3717 | }, |
| 3718 | ], |
| 3719 | 'dependencies': [ |
| 3720 | '../third_party/protobuf2/protobuf.gyp:protobuf', |
| 3721 | '../third_party/protobuf2/protobuf.gyp:protoc#host', |
| 3722 | ], |
| 3723 | 'direct_dependent_settings': { |
| 3724 | 'include_dirs': [ |
| 3725 | '<(protoc_out_dir)', |
| 3726 | ] |
| 3727 | }, |
| 3728 | 'export_dependent_settings': [ |
| 3729 | '../third_party/protobuf2/protobuf.gyp:protobuf', |
| 3730 | ], |
[email protected] | 8620662 | 2010-05-14 05:45:26 | [diff] [blame] | 3731 | }, |
[email protected] | 8301990 | 2009-12-02 05:32:59 | [diff] [blame] | 3732 | ], |
| 3733 | } |
| 3734 | |
| 3735 | # Local Variables: |
| 3736 | # tab-width:2 |
| 3737 | # indent-tabs-mode:nil |
| 3738 | # End: |
| 3739 | # vim: set expandtab tabstop=2 shiftwidth=2: |