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