[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1 | # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 5 | import("//build/config/features.gni") |
Oscar Johansson | e31b712 | 2018-06-18 11:13:46 | [diff] [blame] | 6 | import("//build/config/jumbo.gni") |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 7 | import("//build/config/ui.gni") |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 8 | import("//chrome/common/features.gni") |
Dirk Pranke | ccc0c36 | 2017-09-28 22:15:11 | [diff] [blame] | 9 | import("//components/nacl/features.gni") |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 10 | import("//extensions/buildflags/buildflags.gni") |
catmullings | ba53910 | 2017-05-26 19:45:10 | [diff] [blame] | 11 | import("//mojo/public/tools/bindings/mojom.gni") |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 12 | import("//rlz/buildflags/buildflags.gni") |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 13 | |
thestig | a52fbd2 | 2014-10-31 09:01:49 | [diff] [blame] | 14 | assert(enable_extensions) |
| 15 | |
Oscar Johansson | e31b712 | 2018-06-18 11:13:46 | [diff] [blame] | 16 | jumbo_static_library("extensions") { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 17 | sources = [ |
| 18 | # TODO These references to files in //chrome/browser/ should either be |
| 19 | # moved to the browser target or the files moved to this directory. |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 20 | "../ui/app_icon_loader.cc", |
| 21 | "../ui/app_icon_loader.h", |
| 22 | "../ui/toolbar/toolbar_actions_model.cc", |
| 23 | "../ui/toolbar/toolbar_actions_model.h", |
| 24 | "../ui/toolbar/toolbar_actions_model_factory.cc", |
| 25 | "../ui/toolbar/toolbar_actions_model_factory.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 26 | "active_install_data.cc", |
| 27 | "active_install_data.h", |
| 28 | "active_tab_permission_granter.cc", |
| 29 | "active_tab_permission_granter.h", |
| 30 | "activity_log/activity_action_constants.cc", |
| 31 | "activity_log/activity_action_constants.h", |
| 32 | "activity_log/activity_actions.cc", |
| 33 | "activity_log/activity_actions.h", |
| 34 | "activity_log/activity_database.cc", |
| 35 | "activity_log/activity_database.h", |
| 36 | "activity_log/activity_log.cc", |
| 37 | "activity_log/activity_log.h", |
| 38 | "activity_log/activity_log_policy.cc", |
| 39 | "activity_log/activity_log_policy.h", |
rdevlin.cronin | 6fa6b15 | 2017-08-01 22:47:18 | [diff] [blame] | 40 | "activity_log/activity_log_task_runner.cc", |
| 41 | "activity_log/activity_log_task_runner.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 42 | "activity_log/counting_policy.cc", |
| 43 | "activity_log/counting_policy.h", |
| 44 | "activity_log/database_string_table.cc", |
| 45 | "activity_log/database_string_table.h", |
| 46 | "activity_log/fullstream_ui_policy.cc", |
| 47 | "activity_log/fullstream_ui_policy.h", |
| 48 | "api/activity_log_private/activity_log_private_api.cc", |
| 49 | "api/activity_log_private/activity_log_private_api.h", |
| 50 | "api/autofill_private/autofill_private_api.cc", |
| 51 | "api/autofill_private/autofill_private_api.h", |
| 52 | "api/autofill_private/autofill_private_event_router.cc", |
| 53 | "api/autofill_private/autofill_private_event_router.h", |
| 54 | "api/autofill_private/autofill_private_event_router_factory.cc", |
| 55 | "api/autofill_private/autofill_private_event_router_factory.h", |
| 56 | "api/autofill_private/autofill_util.cc", |
| 57 | "api/autofill_private/autofill_util.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 58 | "api/automation_internal/automation_event_router.cc", |
| 59 | "api/automation_internal/automation_event_router.h", |
| 60 | "api/automation_internal/automation_internal_api.cc", |
| 61 | "api/automation_internal/automation_internal_api.h", |
| 62 | "api/autotest_private/autotest_private_api.cc", |
| 63 | "api/autotest_private/autotest_private_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 64 | "api/bookmark_manager_private/bookmark_manager_private_api.cc", |
| 65 | "api/bookmark_manager_private/bookmark_manager_private_api.h", |
| 66 | "api/bookmarks/bookmark_api_constants.cc", |
| 67 | "api/bookmarks/bookmark_api_constants.h", |
| 68 | "api/bookmarks/bookmark_api_helpers.cc", |
| 69 | "api/bookmarks/bookmark_api_helpers.h", |
| 70 | "api/bookmarks/bookmarks_api.cc", |
| 71 | "api/bookmarks/bookmarks_api.h", |
| 72 | "api/braille_display_private/braille_controller.h", |
| 73 | "api/braille_display_private/braille_controller_brlapi.h", |
| 74 | "api/braille_display_private/braille_display_private_api.cc", |
| 75 | "api/braille_display_private/braille_display_private_api.h", |
| 76 | "api/braille_display_private/stub_braille_controller.cc", |
| 77 | "api/braille_display_private/stub_braille_controller.h", |
| 78 | "api/browser/browser_api.cc", |
| 79 | "api/browser/browser_api.h", |
| 80 | "api/browsing_data/browsing_data_api.cc", |
| 81 | "api/browsing_data/browsing_data_api.h", |
| 82 | "api/chrome_device_permissions_prompt.h", |
| 83 | "api/chrome_extensions_api_client.cc", |
| 84 | "api/chrome_extensions_api_client.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 85 | "api/command_line_private/command_line_private_api.cc", |
| 86 | "api/command_line_private/command_line_private_api.h", |
| 87 | "api/commands/command_service.cc", |
| 88 | "api/commands/command_service.h", |
| 89 | "api/commands/commands.cc", |
| 90 | "api/commands/commands.h", |
| 91 | "api/content_settings/content_settings_api.cc", |
| 92 | "api/content_settings/content_settings_api.h", |
| 93 | "api/content_settings/content_settings_api_constants.cc", |
| 94 | "api/content_settings/content_settings_api_constants.h", |
| 95 | "api/content_settings/content_settings_custom_extension_provider.cc", |
| 96 | "api/content_settings/content_settings_custom_extension_provider.h", |
| 97 | "api/content_settings/content_settings_helpers.cc", |
| 98 | "api/content_settings/content_settings_helpers.h", |
| 99 | "api/content_settings/content_settings_service.cc", |
| 100 | "api/content_settings/content_settings_service.h", |
| 101 | "api/content_settings/content_settings_store.cc", |
| 102 | "api/content_settings/content_settings_store.h", |
| 103 | "api/context_menus/context_menus_api.cc", |
| 104 | "api/context_menus/context_menus_api.h", |
| 105 | "api/context_menus/context_menus_api_helpers.cc", |
| 106 | "api/context_menus/context_menus_api_helpers.h", |
| 107 | "api/cookies/cookies_api.cc", |
| 108 | "api/cookies/cookies_api.h", |
| 109 | "api/cookies/cookies_api_constants.cc", |
| 110 | "api/cookies/cookies_api_constants.h", |
| 111 | "api/cookies/cookies_helpers.cc", |
| 112 | "api/cookies/cookies_helpers.h", |
| 113 | "api/cryptotoken_private/cryptotoken_private_api.cc", |
| 114 | "api/cryptotoken_private/cryptotoken_private_api.h", |
| 115 | "api/dashboard_private/dashboard_private_api.cc", |
| 116 | "api/dashboard_private/dashboard_private_api.h", |
| 117 | "api/data_reduction_proxy/data_reduction_proxy_api.cc", |
| 118 | "api/data_reduction_proxy/data_reduction_proxy_api.h", |
| 119 | "api/debugger/debugger_api.cc", |
| 120 | "api/debugger/debugger_api.h", |
| 121 | "api/debugger/debugger_api_constants.cc", |
| 122 | "api/debugger/debugger_api_constants.h", |
Peter Kasting | 37db76f8 | 2018-01-06 02:39:16 | [diff] [blame] | 123 | "api/debugger/extension_dev_tools_infobar.cc", |
| 124 | "api/debugger/extension_dev_tools_infobar.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 125 | "api/declarative_content/chrome_content_rules_registry.cc", |
| 126 | "api/declarative_content/chrome_content_rules_registry.h", |
| 127 | "api/declarative_content/content_action.cc", |
| 128 | "api/declarative_content/content_action.h", |
| 129 | "api/declarative_content/content_condition.cc", |
| 130 | "api/declarative_content/content_condition.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 131 | "api/declarative_content/content_predicate.cc", |
| 132 | "api/declarative_content/content_predicate.h", |
| 133 | "api/declarative_content/content_predicate_evaluator.cc", |
| 134 | "api/declarative_content/content_predicate_evaluator.h", |
| 135 | "api/declarative_content/declarative_content_css_condition_tracker.cc", |
| 136 | "api/declarative_content/declarative_content_css_condition_tracker.h", |
| 137 | "api/declarative_content/declarative_content_is_bookmarked_condition_tracker.cc", |
| 138 | "api/declarative_content/declarative_content_is_bookmarked_condition_tracker.h", |
| 139 | "api/declarative_content/declarative_content_page_url_condition_tracker.cc", |
| 140 | "api/declarative_content/declarative_content_page_url_condition_tracker.h", |
| 141 | "api/declarative_content/default_content_predicate_evaluators.cc", |
| 142 | "api/declarative_content/default_content_predicate_evaluators.h", |
| 143 | "api/desktop_capture/desktop_capture_api.cc", |
| 144 | "api/desktop_capture/desktop_capture_api.h", |
| 145 | "api/desktop_capture/desktop_capture_base.cc", |
| 146 | "api/desktop_capture/desktop_capture_base.h", |
| 147 | "api/developer_private/developer_private_api.cc", |
| 148 | "api/developer_private/developer_private_api.h", |
| 149 | "api/developer_private/developer_private_mangle.cc", |
| 150 | "api/developer_private/developer_private_mangle.h", |
| 151 | "api/developer_private/entry_picker.cc", |
| 152 | "api/developer_private/entry_picker.h", |
| 153 | "api/developer_private/extension_info_generator.cc", |
| 154 | "api/developer_private/extension_info_generator.h", |
| 155 | "api/developer_private/inspectable_views_finder.cc", |
| 156 | "api/developer_private/inspectable_views_finder.h", |
| 157 | "api/developer_private/show_permissions_dialog_helper.cc", |
| 158 | "api/developer_private/show_permissions_dialog_helper.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 159 | "api/downloads/downloads_api.cc", |
| 160 | "api/downloads/downloads_api.h", |
| 161 | "api/downloads_internal/downloads_internal_api.cc", |
| 162 | "api/downloads_internal/downloads_internal_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 163 | "api/extension_action/extension_action_api.cc", |
| 164 | "api/extension_action/extension_action_api.h", |
| 165 | "api/extension_action/extension_page_actions_api_constants.cc", |
| 166 | "api/extension_action/extension_page_actions_api_constants.h", |
Michael Giuffrida | 675f13c | 2017-08-08 18:46:05 | [diff] [blame] | 167 | "api/feedback_private/chrome_feedback_private_delegate.cc", |
| 168 | "api/feedback_private/chrome_feedback_private_delegate.h", |
michaelpg | 75d89e7 | 2017-02-07 01:34:29 | [diff] [blame] | 169 | "api/file_handlers/non_native_file_system_delegate_chromeos.cc", |
| 170 | "api/file_handlers/non_native_file_system_delegate_chromeos.h", |
michaelpg | 56c27b3 | 2017-07-14 01:35:29 | [diff] [blame] | 171 | "api/file_system/chrome_file_system_delegate.cc", |
| 172 | "api/file_system/chrome_file_system_delegate.h", |
michaelpg | b35720f5 | 2017-07-06 18:16:20 | [diff] [blame] | 173 | "api/file_system/file_entry_picker.cc", |
| 174 | "api/file_system/file_entry_picker.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 175 | "api/font_settings/font_settings_api.cc", |
| 176 | "api/font_settings/font_settings_api.h", |
| 177 | "api/gcm/gcm_api.cc", |
| 178 | "api/gcm/gcm_api.h", |
| 179 | "api/history/history_api.cc", |
| 180 | "api/history/history_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 181 | "api/i18n/i18n_api.cc", |
| 182 | "api/i18n/i18n_api.h", |
| 183 | "api/identity/extension_token_key.cc", |
| 184 | "api/identity/extension_token_key.h", |
| 185 | "api/identity/gaia_web_auth_flow.cc", |
| 186 | "api/identity/gaia_web_auth_flow.h", |
| 187 | "api/identity/identity_api.cc", |
| 188 | "api/identity/identity_api.h", |
blundell | a13e604 | 2017-02-01 07:16:40 | [diff] [blame] | 189 | "api/identity/identity_constants.cc", |
| 190 | "api/identity/identity_constants.h", |
blundell | e1b2a78 | 2017-02-03 15:00:05 | [diff] [blame] | 191 | "api/identity/identity_get_accounts_function.cc", |
| 192 | "api/identity/identity_get_accounts_function.h", |
blundell | e1b2ceb | 2017-02-03 13:03:15 | [diff] [blame] | 193 | "api/identity/identity_get_auth_token_function.cc", |
| 194 | "api/identity/identity_get_auth_token_function.h", |
blundell | 06fb548 | 2017-02-01 17:27:27 | [diff] [blame] | 195 | "api/identity/identity_get_profile_user_info_function.cc", |
| 196 | "api/identity/identity_get_profile_user_info_function.h", |
blundell | 1915164 | 2017-01-27 08:50:56 | [diff] [blame] | 197 | "api/identity/identity_launch_web_auth_flow_function.cc", |
| 198 | "api/identity/identity_launch_web_auth_flow_function.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 199 | "api/identity/identity_mint_queue.cc", |
| 200 | "api/identity/identity_mint_queue.h", |
blundell | fb7f1c57 | 2017-01-27 15:45:00 | [diff] [blame] | 201 | "api/identity/identity_remove_cached_auth_token_function.cc", |
| 202 | "api/identity/identity_remove_cached_auth_token_function.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 203 | "api/identity/web_auth_flow.cc", |
| 204 | "api/identity/web_auth_flow.h", |
| 205 | "api/idltest/idltest_api.cc", |
| 206 | "api/idltest/idltest_api.h", |
| 207 | "api/image_writer_private/destroy_partitions_operation.cc", |
| 208 | "api/image_writer_private/destroy_partitions_operation.h", |
| 209 | "api/image_writer_private/error_messages.cc", |
| 210 | "api/image_writer_private/error_messages.h", |
| 211 | "api/image_writer_private/image_writer_private_api.cc", |
| 212 | "api/image_writer_private/image_writer_private_api.h", |
| 213 | "api/image_writer_private/image_writer_utility_client.cc", |
| 214 | "api/image_writer_private/image_writer_utility_client.h", |
| 215 | "api/image_writer_private/operation.cc", |
| 216 | "api/image_writer_private/operation.h", |
| 217 | "api/image_writer_private/operation_chromeos.cc", |
| 218 | "api/image_writer_private/operation_manager.cc", |
| 219 | "api/image_writer_private/operation_manager.h", |
| 220 | "api/image_writer_private/removable_storage_provider.cc", |
| 221 | "api/image_writer_private/removable_storage_provider.h", |
| 222 | "api/image_writer_private/removable_storage_provider_chromeos.cc", |
| 223 | "api/image_writer_private/removable_storage_provider_mac.cc", |
| 224 | "api/image_writer_private/removable_storage_provider_win.cc", |
Istiaque Ahmed | 3eb3d0d | 2017-08-09 20:33:36 | [diff] [blame] | 225 | "api/image_writer_private/unzip_helper.cc", |
| 226 | "api/image_writer_private/unzip_helper.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 227 | "api/image_writer_private/write_from_file_operation.cc", |
| 228 | "api/image_writer_private/write_from_file_operation.h", |
| 229 | "api/image_writer_private/write_from_url_operation.cc", |
| 230 | "api/image_writer_private/write_from_url_operation.h", |
| 231 | "api/inline_install_private/inline_install_private_api.cc", |
| 232 | "api/inline_install_private/inline_install_private_api.h", |
| 233 | "api/instance_id/instance_id_api.cc", |
| 234 | "api/instance_id/instance_id_api.h", |
| 235 | "api/language_settings_private/language_settings_private_api.cc", |
| 236 | "api/language_settings_private/language_settings_private_api.h", |
| 237 | "api/language_settings_private/language_settings_private_delegate.cc", |
| 238 | "api/language_settings_private/language_settings_private_delegate.h", |
| 239 | "api/language_settings_private/language_settings_private_delegate_factory.cc", |
| 240 | "api/language_settings_private/language_settings_private_delegate_factory.h", |
| 241 | "api/management/chrome_management_api_delegate.cc", |
| 242 | "api/management/chrome_management_api_delegate.h", |
Xing Liu | b7a13e3 | 2018-04-13 16:56:03 | [diff] [blame] | 243 | "api/media_galleries/blob_data_source_factory.cc", |
| 244 | "api/media_galleries/blob_data_source_factory.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 245 | "api/media_galleries/media_galleries_api.cc", |
| 246 | "api/media_galleries/media_galleries_api.h", |
Xing Liu | 353ce8e | 2018-04-20 20:31:13 | [diff] [blame] | 247 | "api/media_galleries/media_galleries_api_util.cc", |
| 248 | "api/media_galleries/media_galleries_api_util.h", |
Michael Giuffrida | 9e1a9f8 | 2017-08-08 14:23:29 | [diff] [blame] | 249 | "api/messaging/chrome_messaging_delegate.cc", |
| 250 | "api/messaging/chrome_messaging_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 251 | "api/messaging/incognito_connectability.cc", |
| 252 | "api/messaging/incognito_connectability.h", |
Peter Kasting | 72ed5750 | 2018-01-08 23:19:24 | [diff] [blame] | 253 | "api/messaging/incognito_connectability_infobar_delegate.cc", |
| 254 | "api/messaging/incognito_connectability_infobar_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 255 | "api/messaging/native_message_port.cc", |
| 256 | "api/messaging/native_message_port.h", |
| 257 | "api/messaging/native_messaging_host_manifest.cc", |
| 258 | "api/messaging/native_messaging_host_manifest.h", |
| 259 | "api/messaging/native_messaging_policy_handler.cc", |
| 260 | "api/messaging/native_messaging_policy_handler.h", |
michaelpg | 49dc7dbf | 2016-10-06 05:26:47 | [diff] [blame] | 261 | "api/metrics_private/chrome_metrics_private_delegate.cc", |
| 262 | "api/metrics_private/chrome_metrics_private_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 263 | "api/module/module.cc", |
| 264 | "api/module/module.h", |
| 265 | "api/music_manager_private/device_id.cc", |
| 266 | "api/music_manager_private/device_id.h", |
| 267 | "api/music_manager_private/device_id_chromeos.cc", |
| 268 | "api/music_manager_private/device_id_linux.cc", |
| 269 | "api/music_manager_private/device_id_mac.cc", |
| 270 | "api/music_manager_private/device_id_win.cc", |
| 271 | "api/music_manager_private/music_manager_private_api.cc", |
| 272 | "api/music_manager_private/music_manager_private_api.h", |
| 273 | "api/networking_private/networking_private_credentials_getter_chromeos.cc", |
| 274 | "api/networking_private/networking_private_ui_delegate_chromeos.cc", |
| 275 | "api/networking_private/networking_private_ui_delegate_chromeos.h", |
| 276 | "api/networking_private/networking_private_ui_delegate_factory_impl.cc", |
| 277 | "api/networking_private/networking_private_ui_delegate_factory_impl.h", |
peter | 28d8b73 | 2017-04-11 17:36:17 | [diff] [blame] | 278 | "api/notifications/extension_notification_display_helper.cc", |
| 279 | "api/notifications/extension_notification_display_helper.h", |
| 280 | "api/notifications/extension_notification_display_helper_factory.cc", |
| 281 | "api/notifications/extension_notification_display_helper_factory.h", |
| 282 | "api/notifications/extension_notification_handler.cc", |
| 283 | "api/notifications/extension_notification_handler.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 284 | "api/notifications/notifications_api.cc", |
| 285 | "api/notifications/notifications_api.h", |
| 286 | "api/omnibox/omnibox_api.cc", |
| 287 | "api/omnibox/omnibox_api.h", |
| 288 | "api/page_capture/page_capture_api.cc", |
| 289 | "api/page_capture/page_capture_api.h", |
| 290 | "api/passwords_private/passwords_private_api.cc", |
| 291 | "api/passwords_private/passwords_private_api.h", |
| 292 | "api/passwords_private/passwords_private_delegate.h", |
| 293 | "api/passwords_private/passwords_private_delegate_factory.cc", |
| 294 | "api/passwords_private/passwords_private_delegate_factory.h", |
| 295 | "api/passwords_private/passwords_private_delegate_impl.cc", |
| 296 | "api/passwords_private/passwords_private_delegate_impl.h", |
| 297 | "api/passwords_private/passwords_private_event_router.cc", |
| 298 | "api/passwords_private/passwords_private_event_router.h", |
| 299 | "api/passwords_private/passwords_private_event_router_factory.cc", |
| 300 | "api/passwords_private/passwords_private_event_router_factory.h", |
jdoerrie | 2d3f81e | 2017-05-18 06:17:50 | [diff] [blame] | 301 | "api/passwords_private/passwords_private_utils.cc", |
| 302 | "api/passwords_private/passwords_private_utils.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 303 | "api/permissions/permissions_api.cc", |
| 304 | "api/permissions/permissions_api.h", |
| 305 | "api/permissions/permissions_api_helpers.cc", |
| 306 | "api/permissions/permissions_api_helpers.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 307 | "api/preference/preference_api.cc", |
| 308 | "api/preference/preference_api.h", |
| 309 | "api/preference/preference_api_constants.cc", |
| 310 | "api/preference/preference_api_constants.h", |
| 311 | "api/preference/preference_helpers.cc", |
| 312 | "api/preference/preference_helpers.h", |
| 313 | "api/proxy/proxy_api.cc", |
| 314 | "api/proxy/proxy_api.h", |
| 315 | "api/proxy/proxy_api_constants.cc", |
| 316 | "api/proxy/proxy_api_constants.h", |
| 317 | "api/proxy/proxy_api_helpers.cc", |
| 318 | "api/proxy/proxy_api_helpers.h", |
| 319 | "api/resources_private/resources_private_api.cc", |
| 320 | "api/resources_private/resources_private_api.h", |
| 321 | "api/runtime/chrome_runtime_api_delegate.cc", |
| 322 | "api/runtime/chrome_runtime_api_delegate.h", |
Jialiu Lin | 22e9e14 | 2018-04-18 06:28:46 | [diff] [blame] | 323 | "api/safe_browsing_private/safe_browsing_private_event_router.cc", |
| 324 | "api/safe_browsing_private/safe_browsing_private_event_router.h", |
| 325 | "api/safe_browsing_private/safe_browsing_private_event_router_factory.cc", |
| 326 | "api/safe_browsing_private/safe_browsing_private_event_router_factory.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 327 | "api/sessions/session_id.cc", |
| 328 | "api/sessions/session_id.h", |
| 329 | "api/sessions/sessions_api.cc", |
| 330 | "api/sessions/sessions_api.h", |
| 331 | "api/settings_overrides/settings_overrides_api.cc", |
| 332 | "api/settings_overrides/settings_overrides_api.h", |
Alexander Alekseev | 9ee2944 | 2018-01-08 23:42:34 | [diff] [blame] | 333 | "api/settings_private/generated_pref.cc", |
| 334 | "api/settings_private/generated_pref.h", |
| 335 | "api/settings_private/generated_prefs.cc", |
| 336 | "api/settings_private/generated_prefs.h", |
| 337 | "api/settings_private/generated_prefs_factory.cc", |
| 338 | "api/settings_private/generated_prefs_factory.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 339 | "api/settings_private/prefs_util.cc", |
| 340 | "api/settings_private/prefs_util.h", |
| 341 | "api/settings_private/settings_private_api.cc", |
| 342 | "api/settings_private/settings_private_api.h", |
| 343 | "api/settings_private/settings_private_delegate.cc", |
| 344 | "api/settings_private/settings_private_delegate.h", |
| 345 | "api/settings_private/settings_private_delegate_factory.cc", |
| 346 | "api/settings_private/settings_private_delegate_factory.h", |
| 347 | "api/settings_private/settings_private_event_router.cc", |
| 348 | "api/settings_private/settings_private_event_router.h", |
| 349 | "api/settings_private/settings_private_event_router_factory.cc", |
| 350 | "api/settings_private/settings_private_event_router_factory.h", |
| 351 | "api/signed_in_devices/id_mapping_helper.cc", |
| 352 | "api/signed_in_devices/id_mapping_helper.h", |
| 353 | "api/signed_in_devices/signed_in_devices_api.cc", |
| 354 | "api/signed_in_devices/signed_in_devices_api.h", |
| 355 | "api/signed_in_devices/signed_in_devices_manager.cc", |
| 356 | "api/signed_in_devices/signed_in_devices_manager.h", |
| 357 | "api/spellcheck/spellcheck_api.cc", |
| 358 | "api/spellcheck/spellcheck_api.h", |
| 359 | "api/storage/managed_value_store_cache.cc", |
| 360 | "api/storage/managed_value_store_cache.h", |
| 361 | "api/storage/policy_value_store.cc", |
| 362 | "api/storage/policy_value_store.h", |
| 363 | "api/storage/setting_sync_data.cc", |
| 364 | "api/storage/setting_sync_data.h", |
| 365 | "api/storage/settings_sync_processor.cc", |
| 366 | "api/storage/settings_sync_processor.h", |
| 367 | "api/storage/settings_sync_util.cc", |
| 368 | "api/storage/settings_sync_util.h", |
| 369 | "api/storage/sync_storage_backend.cc", |
| 370 | "api/storage/sync_storage_backend.h", |
| 371 | "api/storage/sync_value_store_cache.cc", |
| 372 | "api/storage/sync_value_store_cache.h", |
| 373 | "api/storage/syncable_settings_storage.cc", |
| 374 | "api/storage/syncable_settings_storage.h", |
| 375 | "api/streams_private/streams_private_api.cc", |
| 376 | "api/streams_private/streams_private_api.h", |
| 377 | "api/sync_file_system/extension_sync_event_observer.cc", |
| 378 | "api/sync_file_system/extension_sync_event_observer.h", |
| 379 | "api/sync_file_system/sync_file_system_api.cc", |
| 380 | "api/sync_file_system/sync_file_system_api.h", |
| 381 | "api/sync_file_system/sync_file_system_api_helpers.cc", |
| 382 | "api/sync_file_system/sync_file_system_api_helpers.h", |
| 383 | "api/system_indicator/system_indicator_api.h", |
| 384 | "api/system_indicator/system_indicator_manager.cc", |
| 385 | "api/system_indicator/system_indicator_manager.h", |
| 386 | "api/system_indicator/system_indicator_manager_factory.cc", |
| 387 | "api/system_indicator/system_indicator_manager_factory.h", |
| 388 | "api/system_private/system_private_api.cc", |
| 389 | "api/system_private/system_private_api.h", |
| 390 | "api/tab_capture/offscreen_tab.cc", |
| 391 | "api/tab_capture/offscreen_tab.h", |
| 392 | "api/tab_capture/tab_capture_api.cc", |
| 393 | "api/tab_capture/tab_capture_api.h", |
| 394 | "api/tab_capture/tab_capture_registry.cc", |
| 395 | "api/tab_capture/tab_capture_registry.h", |
| 396 | "api/tabs/app_base_window.cc", |
| 397 | "api/tabs/app_base_window.h", |
| 398 | "api/tabs/app_window_controller.cc", |
| 399 | "api/tabs/app_window_controller.h", |
| 400 | "api/tabs/tabs_api.cc", |
| 401 | "api/tabs/tabs_api.h", |
| 402 | "api/tabs/tabs_constants.cc", |
| 403 | "api/tabs/tabs_constants.h", |
| 404 | "api/tabs/tabs_event_router.cc", |
| 405 | "api/tabs/tabs_event_router.h", |
| 406 | "api/tabs/tabs_windows_api.cc", |
| 407 | "api/tabs/tabs_windows_api.h", |
| 408 | "api/tabs/windows_event_router.cc", |
| 409 | "api/tabs/windows_event_router.h", |
| 410 | "api/tabs/windows_util.cc", |
| 411 | "api/tabs/windows_util.h", |
| 412 | "api/top_sites/top_sites_api.cc", |
| 413 | "api/top_sites/top_sites_api.h", |
| 414 | "api/web_navigation/frame_navigation_state.cc", |
| 415 | "api/web_navigation/frame_navigation_state.h", |
| 416 | "api/web_navigation/web_navigation_api.cc", |
| 417 | "api/web_navigation/web_navigation_api.h", |
| 418 | "api/web_navigation/web_navigation_api_constants.cc", |
| 419 | "api/web_navigation/web_navigation_api_constants.h", |
| 420 | "api/web_navigation/web_navigation_api_helpers.cc", |
| 421 | "api/web_navigation/web_navigation_api_helpers.h", |
| 422 | "api/web_request/chrome_extension_web_request_event_router_delegate.cc", |
| 423 | "api/web_request/chrome_extension_web_request_event_router_delegate.h", |
| 424 | "api/web_view/chrome_web_view_internal_api.cc", |
| 425 | "api/web_view/chrome_web_view_internal_api.h", |
| 426 | "api/webrtc_audio_private/webrtc_audio_private_api.cc", |
| 427 | "api/webrtc_audio_private/webrtc_audio_private_api.h", |
| 428 | "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.cc", |
| 429 | "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.h", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 430 | "api/webrtc_logging_private/webrtc_logging_private_api.cc", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 431 | "api/webrtc_logging_private/webrtc_logging_private_api.h", |
| 432 | "api/webstore_private/webstore_private_api.cc", |
| 433 | "api/webstore_private/webstore_private_api.h", |
| 434 | "app_data_migrator.cc", |
| 435 | "app_data_migrator.h", |
| 436 | "blacklist.cc", |
| 437 | "blacklist.h", |
michaelpg | c0145e6 | 2017-03-18 03:00:15 | [diff] [blame] | 438 | "blacklist_check.cc", |
| 439 | "blacklist_check.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 440 | "blacklist_factory.cc", |
| 441 | "blacklist_factory.h", |
| 442 | "blacklist_state_fetcher.cc", |
| 443 | "blacklist_state_fetcher.h", |
Giovanni Ortuño Urquidi | ba5d9af | 2018-03-02 03:19:46 | [diff] [blame] | 444 | "bookmark_app_experimental_navigation_throttle.cc", |
| 445 | "bookmark_app_experimental_navigation_throttle.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 446 | "bookmark_app_helper.cc", |
| 447 | "bookmark_app_helper.h", |
Giovanni Ortuño Urquidi | 79bd8f4 | 2018-03-08 02:14:09 | [diff] [blame] | 448 | "bookmark_app_navigation_throttle.cc", |
| 449 | "bookmark_app_navigation_throttle.h", |
| 450 | "bookmark_app_navigation_throttle_utils.cc", |
| 451 | "bookmark_app_navigation_throttle_utils.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 452 | "browser_context_keyed_service_factories.cc", |
| 453 | "browser_context_keyed_service_factories.h", |
| 454 | "browser_extension_window_controller.cc", |
| 455 | "browser_extension_window_controller.h", |
khmel | 8c1f662 | 2017-05-11 19:14:50 | [diff] [blame] | 456 | "chrome_app_icon.cc", |
| 457 | "chrome_app_icon.h", |
| 458 | "chrome_app_icon_delegate.h", |
| 459 | "chrome_app_icon_loader.cc", |
| 460 | "chrome_app_icon_loader.h", |
| 461 | "chrome_app_icon_service.cc", |
| 462 | "chrome_app_icon_service.h", |
| 463 | "chrome_app_icon_service_factory.cc", |
| 464 | "chrome_app_icon_service_factory.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 465 | "chrome_app_sorting.cc", |
| 466 | "chrome_app_sorting.h", |
| 467 | "chrome_component_extension_resource_manager.cc", |
| 468 | "chrome_component_extension_resource_manager.h", |
| 469 | "chrome_content_browser_client_extensions_part.cc", |
| 470 | "chrome_content_browser_client_extensions_part.h", |
| 471 | "chrome_content_verifier_delegate.cc", |
| 472 | "chrome_content_verifier_delegate.h", |
| 473 | "chrome_extension_api_frame_id_map_helper.cc", |
| 474 | "chrome_extension_api_frame_id_map_helper.h", |
| 475 | "chrome_extension_chooser_dialog.h", |
| 476 | "chrome_extension_function.cc", |
| 477 | "chrome_extension_function.h", |
| 478 | "chrome_extension_function_details.cc", |
| 479 | "chrome_extension_function_details.h", |
| 480 | "chrome_extension_host_delegate.cc", |
| 481 | "chrome_extension_host_delegate.h", |
| 482 | "chrome_extension_web_contents_observer.cc", |
| 483 | "chrome_extension_web_contents_observer.h", |
| 484 | "chrome_extensions_browser_client.cc", |
| 485 | "chrome_extensions_browser_client.h", |
Ben Goodger | b616915 | 2017-07-22 04:09:43 | [diff] [blame] | 486 | "chrome_extensions_interface_registration.cc", |
| 487 | "chrome_extensions_interface_registration.h", |
steel | c8e6ede | 2016-09-29 00:56:27 | [diff] [blame] | 488 | "chrome_kiosk_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 489 | "chrome_process_manager_delegate.cc", |
| 490 | "chrome_process_manager_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 491 | "chrome_url_request_util.cc", |
| 492 | "chrome_url_request_util.h", |
Jay Civelli | a0fb48fd | 2018-03-01 17:58:33 | [diff] [blame] | 493 | "chrome_zipfile_installer.cc", |
| 494 | "chrome_zipfile_installer.h", |
jennyz | 6298fc5 | 2017-01-05 01:33:29 | [diff] [blame] | 495 | "clipboard_extension_helper_chromeos.cc", |
| 496 | "clipboard_extension_helper_chromeos.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 497 | "component_extensions_whitelist/whitelist.cc", |
| 498 | "component_extensions_whitelist/whitelist.h", |
| 499 | "component_loader.cc", |
| 500 | "component_loader.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 501 | "context_menu_matcher.cc", |
| 502 | "context_menu_matcher.h", |
| 503 | "convert_user_script.cc", |
| 504 | "convert_user_script.h", |
| 505 | "convert_web_app.cc", |
| 506 | "convert_web_app.h", |
| 507 | "crx_installer.cc", |
| 508 | "crx_installer.h", |
| 509 | "data_deleter.cc", |
| 510 | "data_deleter.h", |
| 511 | "dev_mode_bubble_delegate.cc", |
| 512 | "dev_mode_bubble_delegate.h", |
juncai | 4300362 | 2016-11-29 20:43:18 | [diff] [blame] | 513 | "device_permissions_dialog_controller.cc", |
| 514 | "device_permissions_dialog_controller.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 515 | "devtools_util.cc", |
| 516 | "devtools_util.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 517 | "error_console/error_console.cc", |
| 518 | "error_console/error_console.h", |
| 519 | "error_console/error_console_factory.cc", |
| 520 | "error_console/error_console_factory.h", |
| 521 | "event_router_forwarder.cc", |
| 522 | "event_router_forwarder.h", |
| 523 | "extension_action.cc", |
| 524 | "extension_action.h", |
| 525 | "extension_action_icon_factory.cc", |
| 526 | "extension_action_icon_factory.h", |
| 527 | "extension_action_manager.cc", |
| 528 | "extension_action_manager.h", |
| 529 | "extension_action_runner.cc", |
| 530 | "extension_action_runner.h", |
| 531 | "extension_action_storage_manager.cc", |
| 532 | "extension_action_storage_manager.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 533 | "extension_assets_manager.cc", |
| 534 | "extension_assets_manager.h", |
| 535 | "extension_assets_manager_chromeos.cc", |
| 536 | "extension_assets_manager_chromeos.h", |
| 537 | "extension_commands_global_registry.cc", |
| 538 | "extension_commands_global_registry.h", |
| 539 | "extension_context_menu_model.cc", |
| 540 | "extension_context_menu_model.h", |
Randy Smith | 0a52266 | 2017-08-30 19:35:34 | [diff] [blame] | 541 | "extension_cookie_notifier.cc", |
| 542 | "extension_cookie_notifier.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 543 | "extension_disabled_ui.cc", |
| 544 | "extension_disabled_ui.h", |
| 545 | "extension_error_controller.cc", |
| 546 | "extension_error_controller.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 547 | "extension_error_ui.cc", |
| 548 | "extension_error_ui.h", |
| 549 | "extension_error_ui_default.cc", |
| 550 | "extension_error_ui_default.h", |
| 551 | "extension_garbage_collector.cc", |
| 552 | "extension_garbage_collector.h", |
| 553 | "extension_garbage_collector_chromeos.cc", |
| 554 | "extension_garbage_collector_chromeos.h", |
| 555 | "extension_garbage_collector_factory.cc", |
| 556 | "extension_garbage_collector_factory.h", |
| 557 | "extension_gcm_app_handler.cc", |
| 558 | "extension_gcm_app_handler.h", |
| 559 | "extension_icon_manager.cc", |
| 560 | "extension_icon_manager.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 561 | "extension_install_error_menu_item_id_provider.cc", |
| 562 | "extension_install_error_menu_item_id_provider.h", |
| 563 | "extension_install_prompt.cc", |
| 564 | "extension_install_prompt.h", |
| 565 | "extension_install_prompt_show_params.cc", |
| 566 | "extension_install_prompt_show_params.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 567 | "extension_keybinding_registry.cc", |
| 568 | "extension_keybinding_registry.h", |
| 569 | "extension_management.cc", |
| 570 | "extension_management.h", |
| 571 | "extension_management_constants.cc", |
| 572 | "extension_management_constants.h", |
| 573 | "extension_management_internal.cc", |
| 574 | "extension_management_internal.h", |
| 575 | "extension_message_bubble_controller.cc", |
| 576 | "extension_message_bubble_controller.h", |
| 577 | "extension_migrator.cc", |
| 578 | "extension_migrator.h", |
| 579 | "extension_reenabler.cc", |
| 580 | "extension_reenabler.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 581 | "extension_service.cc", |
| 582 | "extension_service.h", |
| 583 | "extension_special_storage_policy.cc", |
| 584 | "extension_special_storage_policy.h", |
| 585 | "extension_storage_monitor.cc", |
| 586 | "extension_storage_monitor.h", |
| 587 | "extension_storage_monitor_factory.cc", |
| 588 | "extension_storage_monitor_factory.h", |
| 589 | "extension_sync_data.cc", |
| 590 | "extension_sync_data.h", |
| 591 | "extension_sync_service.cc", |
| 592 | "extension_sync_service.h", |
| 593 | "extension_sync_service_factory.cc", |
| 594 | "extension_sync_service_factory.h", |
| 595 | "extension_system_factory.cc", |
| 596 | "extension_system_factory.h", |
| 597 | "extension_system_impl.cc", |
| 598 | "extension_system_impl.h", |
| 599 | "extension_tab_util.cc", |
| 600 | "extension_tab_util.h", |
| 601 | "extension_ui_util.cc", |
| 602 | "extension_ui_util.h", |
| 603 | "extension_uninstall_dialog.cc", |
| 604 | "extension_uninstall_dialog.h", |
| 605 | "extension_util.cc", |
| 606 | "extension_util.h", |
wychen | 589d05e | 2017-03-31 00:06:36 | [diff] [blame] | 607 | "extension_view.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 608 | "extension_view_host.cc", |
| 609 | "extension_view_host.h", |
| 610 | "extension_view_host_factory.cc", |
| 611 | "extension_view_host_factory.h", |
| 612 | "extension_web_ui.cc", |
| 613 | "extension_web_ui.h", |
| 614 | "extension_web_ui_override_registrar.cc", |
| 615 | "extension_web_ui_override_registrar.h", |
| 616 | "extension_webkit_preferences.cc", |
| 617 | "extension_webkit_preferences.h", |
| 618 | "external_component_loader.cc", |
| 619 | "external_component_loader.h", |
| 620 | "external_install_error.cc", |
| 621 | "external_install_error.h", |
proberge | bc529d6 | 2018-04-24 14:48:26 | [diff] [blame] | 622 | "external_install_error_constants.cc", |
| 623 | "external_install_error_constants.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 624 | "external_install_manager.cc", |
| 625 | "external_install_manager.h", |
| 626 | "external_loader.cc", |
| 627 | "external_loader.h", |
| 628 | "external_policy_loader.cc", |
| 629 | "external_policy_loader.h", |
| 630 | "external_pref_loader.cc", |
| 631 | "external_pref_loader.h", |
| 632 | "external_provider_impl.cc", |
| 633 | "external_provider_impl.h", |
| 634 | "external_registry_loader_win.cc", |
| 635 | "external_registry_loader_win.h", |
Sergey Poromov | 0360b9e7 | 2018-04-19 17:37:29 | [diff] [blame] | 636 | "forced_extensions/installation_tracker.cc", |
| 637 | "forced_extensions/installation_tracker.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 638 | "global_shortcut_listener.cc", |
| 639 | "global_shortcut_listener.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 640 | "global_shortcut_listener_mac.h", |
| 641 | "global_shortcut_listener_mac.mm", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 642 | "global_shortcut_listener_win.cc", |
| 643 | "global_shortcut_listener_win.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 644 | "install_gate.h", |
| 645 | "install_observer.cc", |
| 646 | "install_observer.h", |
| 647 | "install_signer.cc", |
| 648 | "install_signer.h", |
| 649 | "install_tracker.cc", |
| 650 | "install_tracker.h", |
| 651 | "install_tracker_factory.cc", |
| 652 | "install_tracker_factory.h", |
| 653 | "install_verifier.cc", |
| 654 | "install_verifier.h", |
| 655 | "install_verifier_factory.cc", |
| 656 | "install_verifier_factory.h", |
| 657 | "installed_loader.cc", |
| 658 | "installed_loader.h", |
| 659 | "launch_util.cc", |
| 660 | "launch_util.h", |
Devlin Cronin | 9722a72 | 2017-12-16 03:35:10 | [diff] [blame] | 661 | "load_error_reporter.cc", |
| 662 | "load_error_reporter.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 663 | "menu_manager.cc", |
| 664 | "menu_manager.h", |
| 665 | "menu_manager_factory.cc", |
| 666 | "menu_manager_factory.h", |
| 667 | "navigation_observer.cc", |
| 668 | "navigation_observer.h", |
| 669 | "ntp_overridden_bubble_delegate.cc", |
| 670 | "ntp_overridden_bubble_delegate.h", |
| 671 | "pack_extension_job.cc", |
| 672 | "pack_extension_job.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 673 | "pending_extension_info.cc", |
| 674 | "pending_extension_info.h", |
| 675 | "pending_extension_manager.cc", |
| 676 | "pending_extension_manager.h", |
| 677 | "permissions_based_management_policy_provider.cc", |
| 678 | "permissions_based_management_policy_provider.h", |
| 679 | "permissions_updater.cc", |
| 680 | "permissions_updater.h", |
| 681 | "plugin_manager.cc", |
| 682 | "plugin_manager.h", |
lazyboy | 77214d3c | 2017-04-04 16:46:12 | [diff] [blame] | 683 | "policy_extension_reinstaller.cc", |
| 684 | "policy_extension_reinstaller.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 685 | "policy_handlers.cc", |
| 686 | "policy_handlers.h", |
| 687 | "proxy_overridden_bubble_delegate.cc", |
| 688 | "proxy_overridden_bubble_delegate.h", |
| 689 | "scripting_permissions_modifier.cc", |
| 690 | "scripting_permissions_modifier.h", |
| 691 | "settings_api_bubble_delegate.cc", |
| 692 | "settings_api_bubble_delegate.h", |
| 693 | "settings_api_helpers.cc", |
| 694 | "settings_api_helpers.h", |
| 695 | "shared_module_service.cc", |
| 696 | "shared_module_service.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 697 | "signin/gaia_auth_extension_loader.cc", |
| 698 | "signin/gaia_auth_extension_loader.h", |
| 699 | "signin/scoped_gaia_auth_extension.cc", |
| 700 | "signin/scoped_gaia_auth_extension.h", |
| 701 | "standard_management_policy_provider.cc", |
| 702 | "standard_management_policy_provider.h", |
| 703 | "startup_helper.cc", |
| 704 | "startup_helper.h", |
| 705 | "state_store_notification_observer.cc", |
| 706 | "state_store_notification_observer.h", |
| 707 | "suspicious_extension_bubble_delegate.cc", |
| 708 | "suspicious_extension_bubble_delegate.h", |
| 709 | "sync_bundle.cc", |
| 710 | "sync_bundle.h", |
Steven Bennetts | eb219004 | 2018-04-12 16:20:01 | [diff] [blame] | 711 | "system_display/display_info_provider_chromeos.cc", |
| 712 | "system_display/display_info_provider_chromeos.h", |
| 713 | "system_display/display_info_provider_mac.cc", |
| 714 | "system_display/display_info_provider_mac.h", |
| 715 | "system_display/display_info_provider_win.cc", |
| 716 | "system_display/display_info_provider_win.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 717 | "tab_helper.cc", |
| 718 | "tab_helper.h", |
| 719 | "theme_installed_infobar_delegate.cc", |
| 720 | "theme_installed_infobar_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 721 | "unpacked_installer.cc", |
| 722 | "unpacked_installer.h", |
| 723 | "update_install_gate.cc", |
| 724 | "update_install_gate.h", |
| 725 | "updater/chrome_extension_downloader_factory.cc", |
| 726 | "updater/chrome_extension_downloader_factory.h", |
| 727 | "updater/chrome_update_client_config.cc", |
| 728 | "updater/chrome_update_client_config.h", |
Minh X. Nguyen | 55afbe4 | 2018-05-18 22:04:26 | [diff] [blame] | 729 | "updater/extension_update_client_command_line_config_policy.cc", |
| 730 | "updater/extension_update_client_command_line_config_policy.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 731 | "updater/extension_updater.cc", |
| 732 | "updater/extension_updater.h", |
Minh X. Nguyen | 55afbe4 | 2018-05-18 22:04:26 | [diff] [blame] | 733 | "updater/extension_updater_switches.cc", |
| 734 | "updater/extension_updater_switches.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 735 | "user_script_listener.cc", |
| 736 | "user_script_listener.h", |
| 737 | "warning_badge_service.cc", |
| 738 | "warning_badge_service.h", |
| 739 | "warning_badge_service_factory.cc", |
| 740 | "warning_badge_service_factory.h", |
| 741 | "webstore_data_fetcher.cc", |
| 742 | "webstore_data_fetcher.h", |
| 743 | "webstore_data_fetcher_delegate.cc", |
| 744 | "webstore_data_fetcher_delegate.h", |
| 745 | "webstore_inline_installer.cc", |
| 746 | "webstore_inline_installer.h", |
| 747 | "webstore_inline_installer_factory.cc", |
| 748 | "webstore_inline_installer_factory.h", |
| 749 | "webstore_install_helper.cc", |
| 750 | "webstore_install_helper.h", |
| 751 | "webstore_install_with_prompt.cc", |
| 752 | "webstore_install_with_prompt.h", |
| 753 | "webstore_installer.cc", |
| 754 | "webstore_installer.h", |
| 755 | "webstore_reinstaller.cc", |
| 756 | "webstore_reinstaller.h", |
| 757 | "webstore_standalone_installer.cc", |
| 758 | "webstore_standalone_installer.h", |
| 759 | "webstore_startup_installer.cc", |
| 760 | "webstore_startup_installer.h", |
| 761 | "window_controller.cc", |
| 762 | "window_controller.h", |
| 763 | "window_controller_list.cc", |
| 764 | "window_controller_list.h", |
| 765 | "window_controller_list_observer.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 766 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 767 | |
rsesek | 99679aa | 2016-06-28 21:24:17 | [diff] [blame] | 768 | configs += [ |
| 769 | "//build/config:precompiled_headers", |
| 770 | "//build/config/compiler:wexit_time_destructors", |
| 771 | ] |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 772 | defines = [] |
| 773 | |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 774 | # Since browser and browser_extensions actually depend on each other, |
| 775 | # we must omit the dependency from browser_extensions to browser. |
| 776 | # However, this means browser_extensions and browser should more or less |
| 777 | # have the same dependencies. Once browser_extensions is untangled from |
| 778 | # browser, then we can clean up these dependencies. |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 779 | public_deps = [ |
Devlin Cronin | 07997f7 | 2018-07-18 01:30:53 | [diff] [blame] | 780 | "//chrome/browser/extensions/api:api_registration", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 781 | "//chrome/common/extensions/api", |
Greg Thompson | e40723a | 2018-06-27 08:04:46 | [diff] [blame] | 782 | "//components/safe_browsing:csd_proto", |
Tim Volodine | e4593847 | 2017-09-21 10:08:22 | [diff] [blame] | 783 | "//components/safe_browsing/db:util", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 784 | "//content/public/browser", |
| 785 | ] |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 786 | deps = [ |
michaelpg | dbdcdcc | 2017-04-06 01:40:56 | [diff] [blame] | 787 | "//apps", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 788 | "//chrome:extra_resources", |
| 789 | "//chrome:resources", |
| 790 | "//chrome:strings", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 791 | "//chrome/app:command_ids", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 792 | "//chrome/app/resources:platform_locale_settings", |
thestig | ab06827 | 2016-08-30 18:58:55 | [diff] [blame] | 793 | "//chrome/app/theme:chrome_unscaled_resources", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 794 | "//chrome/app/theme:theme_resources", |
estade | bd85908 | 2017-02-24 21:53:43 | [diff] [blame] | 795 | "//chrome/app/vector_icons", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 796 | "//chrome/browser/devtools", |
Devlin Cronin | 8c517449 | 2018-07-02 20:01:41 | [diff] [blame] | 797 | "//chrome/browser/engagement:mojo_bindings", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 798 | "//chrome/browser/media/router", |
zhaobin | cbc843e | 2017-03-23 22:21:57 | [diff] [blame] | 799 | "//chrome/browser/media/router/discovery", |
Devlin Cronin | 8c517449 | 2018-07-02 20:01:41 | [diff] [blame] | 800 | "//chrome/browser/resource_coordinator:mojo_bindings", |
yzshen | a347106 | 2017-06-21 01:56:15 | [diff] [blame] | 801 | "//chrome/browser/safe_browsing", |
Nigel Tao | 6618fc1 | 2018-07-27 01:22:09 | [diff] [blame] | 802 | "//chrome/browser/web_applications/components", |
Alexey Baskakov | d538ba3 | 2018-07-12 01:36:47 | [diff] [blame] | 803 | "//chrome/browser/web_applications/extensions", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 804 | "//chrome/common", |
catmullings | ba53910 | 2017-05-26 19:45:10 | [diff] [blame] | 805 | "//chrome/common/extensions:mojo_bindings", |
rdevlin.cronin | 5c684983 | 2016-07-25 18:04:45 | [diff] [blame] | 806 | "//chrome/common/extensions/api:extensions_features", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 807 | "//chrome/common/safe_browsing:proto", |
Jay Civelli | 069422f | 2017-11-10 18:55:52 | [diff] [blame] | 808 | "//chrome/services/media_gallery_util/public/cpp", |
Ken Rockot | 2ad4db3 | 2018-02-10 16:24:10 | [diff] [blame] | 809 | "//chrome/services/removable_storage_writer/public/mojom", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 810 | "//components/app_modal", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 811 | "//components/autofill/content/browser", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 812 | "//components/bookmarks/browser", |
| 813 | "//components/bookmarks/managed", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 814 | "//components/browser_sync", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 815 | "//components/browsing_data/core", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 816 | "//components/bubble", |
| 817 | "//components/content_settings/core/browser", |
| 818 | "//components/crx_file", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 819 | "//components/data_reduction_proxy/core/browser", |
tfarina | c439a45 | 2015-05-29 00:35:36 | [diff] [blame] | 820 | "//components/dom_distiller/core", |
Xing Liu | 5c41b0a | 2017-07-14 19:16:46 | [diff] [blame] | 821 | "//components/download/content/public", |
Min Qin | eb78b7a | 2018-02-03 00:43:16 | [diff] [blame] | 822 | "//components/download/public/common:public", |
stevenjb | ffcb7a6 | 2016-11-04 21:56:57 | [diff] [blame] | 823 | "//components/drive", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 824 | "//components/favicon/content", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 825 | "//components/feedback", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 826 | "//components/gcm_driver", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 827 | "//components/guest_view/browser", |
| 828 | "//components/history/core/browser", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 829 | "//components/infobars/core", |
| 830 | "//components/keyed_service/content", |
Claudio Magni | e0a80bb | 2018-01-31 02:52:58 | [diff] [blame] | 831 | "//components/language/core/browser", |
| 832 | "//components/language/core/common", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 833 | "//components/nacl/common:buildflags", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 834 | "//components/navigation_interception", |
| 835 | "//components/net_log", |
| 836 | "//components/omnibox/browser", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 837 | "//components/onc", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 838 | "//components/password_manager/core/browser", |
Mathieu Perreault | cacb85e | 2018-06-06 20:40:13 | [diff] [blame] | 839 | "//components/payments/core", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 840 | "//components/pdf/browser", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 841 | "//components/policy:generated", |
| 842 | "//components/policy/core/browser", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 843 | "//components/pref_registry", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 844 | "//components/proxy_config", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 845 | "//components/rappor", |
sdefresne | 1802d139 | 2016-02-03 09:53:08 | [diff] [blame] | 846 | "//components/resources", |
Jialiu Lin | fc668ec1 | 2018-01-31 01:28:44 | [diff] [blame] | 847 | "//components/safe_browsing:csd_proto", |
| 848 | "//components/safe_browsing:features", |
timvolodine | 89cf1171 | 2017-05-15 18:05:07 | [diff] [blame] | 849 | "//components/safe_browsing/common:safe_browsing_prefs", |
Tim Volodine | e4593847 | 2017-09-21 10:08:22 | [diff] [blame] | 850 | "//components/safe_browsing/db:database_manager", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 851 | "//components/search_engines", |
Colin Blundell | 6a897c7 | 2018-03-16 11:14:14 | [diff] [blame] | 852 | "//components/services/unzip/public/cpp", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 853 | "//components/sessions", |
| 854 | "//components/signin/core/browser", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 855 | "//components/spellcheck/browser", |
| 856 | "//components/storage_monitor", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 857 | "//components/strings", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 858 | "//components/sync", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 859 | "//components/sync_preferences", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 860 | "//components/sync_sessions", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 861 | "//components/translate/core/browser", |
| 862 | "//components/undo", |
Thomas Tangl | d2d27a4 | 2018-06-20 18:22:09 | [diff] [blame] | 863 | "//components/unified_consent", |
sorin | 39eab2f | 2015-01-06 01:09:08 | [diff] [blame] | 864 | "//components/update_client", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 865 | "//components/url_matcher", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 866 | "//components/user_prefs", |
Evan Stade | 619a89be | 2017-07-17 20:24:26 | [diff] [blame] | 867 | "//components/vector_icons", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 868 | "//components/web_modal", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 869 | "//components/zoom", |
[email protected] | a9ca8d5 | 2014-08-22 10:21:08 | [diff] [blame] | 870 | "//content/app/resources", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 871 | "//content/public/common", |
| 872 | "//crypto", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 873 | "//device/bluetooth", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 874 | "//extensions:extensions_resources", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 875 | "//extensions/browser", |
tsniatowski | dc44a53 | 2016-11-03 11:51:52 | [diff] [blame] | 876 | "//extensions/browser/api:api_registration", |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 877 | "//extensions/buildflags", |
noel | c8702c4 | 2017-03-16 08:51:19 | [diff] [blame] | 878 | "//extensions/common", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 879 | "//extensions/common/api", |
| 880 | "//extensions/strings", |
David Roger | 1f0a8bf7 | 2017-09-01 12:44:45 | [diff] [blame] | 881 | "//google_apis", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 882 | "//media:media_buildflags", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 883 | "//net", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 884 | "//ppapi/buildflags", |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 885 | "//printing/buildflags", |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 886 | "//rlz/buildflags", |
Olga Sharonova | a234a0a | 2018-02-16 11:12:23 | [diff] [blame] | 887 | "//services/audio/public/cpp", |
Jay Civelli | ab99a9c | 2017-10-13 17:48:23 | [diff] [blame] | 888 | "//services/data_decoder/public/cpp", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 889 | "//services/device/public/mojom", |
Colin Blundell | de1ec68 | 2018-02-06 11:13:36 | [diff] [blame] | 890 | "//services/identity/public/mojom", |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 891 | "//services/network/public/mojom", |
blundell | b85bd3b | 2017-03-24 13:56:27 | [diff] [blame] | 892 | "//services/service_manager/public/cpp", |
Ken Rockot | 543f5e3 | 2018-02-04 02:13:50 | [diff] [blame] | 893 | "//services/service_manager/public/mojom", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 894 | "//skia", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 895 | "//sql", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 896 | "//storage/browser", |
pilgrim | f55d19fc | 2014-09-04 00:05:24 | [diff] [blame] | 897 | "//storage/common", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 898 | "//third_party/blink/public:resources", |
| 899 | "//third_party/blink/public:scaled_resources", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 900 | "//third_party/cacheinvalidation", |
| 901 | "//third_party/icu", |
| 902 | "//third_party/leveldatabase", |
khorimoto | c067a1dc | 2015-05-06 02:38:57 | [diff] [blame] | 903 | "//third_party/libaddressinput:util", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 904 | "//third_party/re2", |
Victor Costan | d50644d | 2018-07-23 20:42:47 | [diff] [blame] | 905 | "//third_party/sqlite", |
manzagop | 55aebef | 2017-06-21 14:38:48 | [diff] [blame] | 906 | "//third_party/zlib/google:zip", |
Dominic Mazzoni | dcef1b73 | 2018-01-26 17:57:04 | [diff] [blame] | 907 | "//ui/accessibility:ax_enums_mojo", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 908 | "//ui/base", |
spang | 1c36fac | 2015-02-05 19:55:12 | [diff] [blame] | 909 | "//ui/base/ime", |
kylechar | 731f85f9 | 2016-12-01 20:50:46 | [diff] [blame] | 910 | "//ui/display/manager", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 911 | "//ui/gfx", |
| 912 | "//ui/gfx/geometry", |
Evan Stade | 353058c | 2017-09-08 21:31:13 | [diff] [blame] | 913 | "//ui/message_center", |
| 914 | "//ui/message_center/public/cpp", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 915 | "//ui/native_theme", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 916 | "//ui/resources", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 917 | "//ui/shell_dialogs", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 918 | "//ui/strings", |
| 919 | "//url", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 920 | ] |
| 921 | |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 922 | if (is_chromeos) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 923 | sources += [ |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 924 | "api/certificate_provider/certificate_provider_api.cc", |
| 925 | "api/certificate_provider/certificate_provider_api.h", |
James Hawkins | 702b220 | 2018-03-02 19:56:44 | [diff] [blame] | 926 | "api/easy_unlock_private/easy_unlock_private_api.cc", |
| 927 | "api/easy_unlock_private/easy_unlock_private_api.h", |
| 928 | "api/easy_unlock_private/easy_unlock_private_connection.cc", |
| 929 | "api/easy_unlock_private/easy_unlock_private_connection.h", |
| 930 | "api/easy_unlock_private/easy_unlock_private_connection_manager.cc", |
| 931 | "api/easy_unlock_private/easy_unlock_private_connection_manager.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 932 | "api/enterprise_device_attributes/enterprise_device_attributes_api.cc", |
| 933 | "api/enterprise_device_attributes/enterprise_device_attributes_api.h", |
| 934 | "api/enterprise_platform_keys/enterprise_platform_keys_api.cc", |
| 935 | "api/enterprise_platform_keys/enterprise_platform_keys_api.h", |
| 936 | "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc", |
| 937 | "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h", |
michaelpg | c1c4932 | 2017-06-09 18:22:37 | [diff] [blame] | 938 | "api/file_system/consent_provider.cc", |
| 939 | "api/file_system/consent_provider.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 940 | "api/file_system/request_file_system_notification.cc", |
| 941 | "api/file_system/request_file_system_notification.h", |
| 942 | "api/input_ime/input_ime_api.cc", |
| 943 | "api/input_ime/input_ime_api.h", |
| 944 | "api/input_ime/input_ime_api_chromeos.cc", |
| 945 | "api/input_ime/input_ime_api_chromeos.h", |
| 946 | "api/input_ime/input_ime_event_router_base.cc", |
| 947 | "api/input_ime/input_ime_event_router_base.h", |
Luke Sorenson | 8daa8e62 | 2017-11-29 05:51:25 | [diff] [blame] | 948 | "api/media_perception_private/media_perception_api_delegate_chromeos.cc", |
| 949 | "api/media_perception_private/media_perception_api_delegate_chromeos.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 950 | "api/messaging/native_message_host_chromeos.cc", |
tbarzic | d2ff1ae2c | 2017-03-16 18:04:42 | [diff] [blame] | 951 | "api/networking_cast_private/chrome_networking_cast_private_delegate.cc", |
| 952 | "api/networking_cast_private/chrome_networking_cast_private_delegate.h", |
| 953 | "api/networking_cast_private/networking_cast_private_api.cc", |
| 954 | "api/networking_cast_private/networking_cast_private_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 955 | "api/platform_keys/platform_keys_api.cc", |
| 956 | "api/platform_keys/platform_keys_api.h", |
| 957 | "api/platform_keys/verify_trust_api.cc", |
| 958 | "api/platform_keys/verify_trust_api.h", |
James Hawkins | 36abf467 | 2018-02-28 16:30:54 | [diff] [blame] | 959 | "api/screenlock_private/screenlock_private_api.cc", |
| 960 | "api/screenlock_private/screenlock_private_api.h", |
Wenzhao Zang | de3a07f | 2018-01-18 09:33:26 | [diff] [blame] | 961 | "api/settings_private/chromeos_resolve_time_zone_by_geolocation_method_short.cc", |
| 962 | "api/settings_private/chromeos_resolve_time_zone_by_geolocation_method_short.h", |
| 963 | "api/settings_private/chromeos_resolve_time_zone_by_geolocation_on_off.cc", |
| 964 | "api/settings_private/chromeos_resolve_time_zone_by_geolocation_on_off.h", |
| 965 | "api/settings_private/generated_time_zone_pref_base.cc", |
| 966 | "api/settings_private/generated_time_zone_pref_base.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 967 | "api/terminal/terminal_extension_helper.cc", |
| 968 | "api/terminal/terminal_extension_helper.h", |
| 969 | "api/terminal/terminal_private_api.cc", |
| 970 | "api/terminal/terminal_private_api.h", |
| 971 | "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc", |
| 972 | "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h", |
| 973 | "api/vpn_provider/vpn_service_factory.cc", |
| 974 | "api/webstore_widget_private/app_installer.cc", |
| 975 | "api/webstore_widget_private/app_installer.h", |
| 976 | "api/webstore_widget_private/webstore_widget_private_api.cc", |
| 977 | "api/webstore_widget_private/webstore_widget_private_api.h", |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 978 | "chrome_kiosk_delegate_chromeos.cc", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 979 | "updater/chromeos_extension_cache_delegate.cc", |
| 980 | "updater/chromeos_extension_cache_delegate.h", |
| 981 | "updater/extension_cache_delegate.cc", |
| 982 | "updater/extension_cache_delegate.h", |
| 983 | "updater/extension_cache_impl.cc", |
| 984 | "updater/extension_cache_impl.h", |
| 985 | "updater/local_extension_cache.cc", |
| 986 | "updater/local_extension_cache.h", |
| 987 | ] |
| 988 | |
jamescook | f1545b58 | 2014-12-16 18:16:33 | [diff] [blame] | 989 | sources -= [ "api/music_manager_private/device_id_linux.cc" ] |
mbjorge | a12e5a5 | 2016-05-31 22:15:17 | [diff] [blame] | 990 | if (use_dbus) { |
| 991 | configs += [ "//build/config/linux/dbus" ] |
| 992 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 993 | deps += [ |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 994 | "//ash", |
Scott Violet | b84f229 | 2017-11-20 18:06:32 | [diff] [blame] | 995 | "//ash/public/cpp", |
James Hawkins | 813085e | 2018-03-30 18:56:41 | [diff] [blame] | 996 | "//chromeos/components/proximity_auth", |
| 997 | "//chromeos/components/proximity_auth/logging", |
Jordy Greenblatt | 2265de70 | 2018-07-26 19:05:26 | [diff] [blame] | 998 | "//chromeos/services/multidevice_setup/public/cpp:prefs", |
Ahmed Fakhry | 9ef29e04 | 2017-09-01 16:32:00 | [diff] [blame] | 999 | "//components/arc", |
tbarzic | 56ebc03 | 2015-05-01 18:44:34 | [diff] [blame] | 1000 | "//components/chrome_apps", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1001 | "//components/constrained_window", |
James Hawkins | 263c2c2f | 2018-03-29 18:26:09 | [diff] [blame] | 1002 | "//components/cryptauth", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1003 | "//components/drive", |
| 1004 | "//components/user_manager", |
jamiewalch | cf2cc68 | 2017-05-06 00:51:47 | [diff] [blame] | 1005 | "//remoting/base", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1006 | "//remoting/host", |
Denis Kuznetsov | cfd1174 | 2018-08-14 15:56:42 | [diff] [blame^] | 1007 | "//remoting/host/it2me:chrome_os_host", |
Luke Sorenson | 32c070f | 2018-07-19 20:12:07 | [diff] [blame] | 1008 | "//services/video_capture/public/mojom:constants", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 1009 | "//third_party/protobuf:protobuf_lite", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1010 | "//ui/chromeos", |
penghuang | e5df282 | 2017-03-16 22:54:36 | [diff] [blame] | 1011 | "//ui/chromeos/events", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1012 | "//ui/file_manager", |
Yuichiro Hanada | e56d027 | 2018-06-12 10:18:08 | [diff] [blame] | 1013 | "//ui/keyboard", |
| 1014 | "//ui/keyboard:resources", |
Elliot Glaysher | 71afb0ec | 2017-09-19 21:51:33 | [diff] [blame] | 1015 | "//ui/ozone", |
| 1016 | "//ui/views", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1017 | ] |
Yuki Awano | f7fa8b0 | 2017-07-11 11:52:28 | [diff] [blame] | 1018 | if (enable_nacl) { |
| 1019 | deps += [ "//chrome/browser/resources/chromeos/zip_archiver" ] |
| 1020 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1021 | } else { |
| 1022 | sources += [ |
Owen Min | 614a826 | 2018-04-13 12:02:02 | [diff] [blame] | 1023 | "api/enterprise_reporting_private/chrome_desktop_report_request_helper.cc", |
| 1024 | "api/enterprise_reporting_private/chrome_desktop_report_request_helper.h", |
Owen Min | fdada01a | 2018-04-13 04:36:23 | [diff] [blame] | 1025 | "api/enterprise_reporting_private/enterprise_reporting_private_api.cc", |
| 1026 | "api/enterprise_reporting_private/enterprise_reporting_private_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1027 | "api/image_writer_private/operation_nonchromeos.cc", |
| 1028 | "api/image_writer_private/removable_storage_provider_linux.cc", |
| 1029 | "api/messaging/native_message_process_host.cc", |
| 1030 | "api/messaging/native_message_process_host.h", |
| 1031 | "api/messaging/native_process_launcher.cc", |
| 1032 | "api/messaging/native_process_launcher.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1033 | "api/messaging/native_process_launcher_win.cc", |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 1034 | "chrome_kiosk_delegate.cc", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1035 | "default_apps.cc", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1036 | "default_apps.h", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1037 | ] |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 1038 | if (is_posix) { |
| 1039 | sources += [ "api/messaging/native_process_launcher_posix.cc" ] |
| 1040 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1041 | } |
| 1042 | |
kylechar | 0acbe05 | 2017-08-21 21:10:24 | [diff] [blame] | 1043 | if (use_x11) { |
| 1044 | sources += [ |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1045 | "global_shortcut_listener_x11.cc", |
| 1046 | "global_shortcut_listener_x11.h", |
paulmeyer | 27b328b | 2015-06-17 21:26:12 | [diff] [blame] | 1047 | ] |
kylechar | 0acbe05 | 2017-08-21 21:10:24 | [diff] [blame] | 1048 | } else if (use_ozone) { |
| 1049 | sources += [ |
| 1050 | "global_shortcut_listener_ozone.cc", |
| 1051 | "global_shortcut_listener_ozone.h", |
| 1052 | ] |
paulmeyer | 27b328b | 2015-06-17 21:26:12 | [diff] [blame] | 1053 | } |
| 1054 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1055 | if (is_linux) { |
rch | fd3053f2 | 2017-06-08 22:34:15 | [diff] [blame] | 1056 | deps += [ "//third_party/fontconfig" ] |
mbjorge | a12e5a5 | 2016-05-31 22:15:17 | [diff] [blame] | 1057 | |
| 1058 | if (use_dbus) { |
| 1059 | deps += [ "//dbus" ] |
| 1060 | } |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1061 | if (use_udev) { |
| 1062 | deps += [ "//device/udev_linux" ] |
| 1063 | } |
mbjorge | a12e5a5 | 2016-05-31 22:15:17 | [diff] [blame] | 1064 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1065 | if (use_x11) { |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 1066 | configs += [ "//build/config/linux:x11" ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1067 | deps += [ |
Brett Wilson | 4263a74 | 2014-09-10 00:02:24 | [diff] [blame] | 1068 | "//ui/events:events_base", |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1069 | "//ui/events/platform", |
| 1070 | "//ui/events/platform/x11", |
| 1071 | ] |
| 1072 | } |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1073 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1074 | |
brettw | ee486bb | 2016-12-08 17:56:34 | [diff] [blame] | 1075 | if (!is_android) { |
| 1076 | sources += [ |
| 1077 | "api/processes/processes_api.cc", |
| 1078 | "api/processes/processes_api.h", |
| 1079 | ] |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1080 | } |
| 1081 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1082 | if (is_win || is_mac) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1083 | sources += [ |
tbarzic | d2ff1ae2c | 2017-03-16 18:04:42 | [diff] [blame] | 1084 | "api/networking_cast_private/chrome_networking_cast_private_delegate.cc", |
| 1085 | "api/networking_cast_private/chrome_networking_cast_private_delegate.h", |
| 1086 | "api/networking_cast_private/networking_cast_private_api.cc", |
| 1087 | "api/networking_cast_private/networking_cast_private_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1088 | "api/networking_private/networking_private_credentials_getter.h", |
| 1089 | "api/networking_private/networking_private_credentials_getter_mac.cc", |
| 1090 | "api/networking_private/networking_private_credentials_getter_win.cc", |
| 1091 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1092 | deps += [ "//components/wifi" ] |
zentaro | c0f330b | 2014-10-09 19:44:37 | [diff] [blame] | 1093 | } |
| 1094 | |
tfarina | e3f8d523 | 2016-10-30 11:32:05 | [diff] [blame] | 1095 | if (is_win || is_mac || is_chromeos) { |
| 1096 | sources += [ |
| 1097 | "api/networking_private/networking_private_crypto.cc", |
| 1098 | "api/networking_private/networking_private_crypto.h", |
| 1099 | ] |
| 1100 | |
| 1101 | # networking_private_crypto.cc depends on boringssl. |
| 1102 | public_deps += [ "//third_party/boringssl" ] |
| 1103 | } |
| 1104 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1105 | if (is_win) { |
| 1106 | deps += [ |
Ken Rockot | fba9e74 | 2018-02-10 16:36:20 | [diff] [blame] | 1107 | "//chrome/services/wifi_util_win/public/mojom", |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1108 | "//third_party/iaccessible2", |
| 1109 | "//third_party/isimpledom", |
| 1110 | ] |
brettw | 22488ad | 2015-05-02 00:42:59 | [diff] [blame] | 1111 | } else if (use_aura && !is_chromeos) { |
[email protected] | 723b76b | 2014-08-21 23:48:59 | [diff] [blame] | 1112 | sources += [ |
Steven Bennetts | eb219004 | 2018-04-12 16:20:01 | [diff] [blame] | 1113 | "system_display/display_info_provider_aura.cc", |
| 1114 | "system_display/display_info_provider_aura.h", |
[email protected] | 723b76b | 2014-08-21 23:48:59 | [diff] [blame] | 1115 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1116 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1117 | |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1118 | if (is_win || (is_linux && !is_chromeos)) { |
| 1119 | sources += [ |
| 1120 | "api/input_ime/input_ime_api.cc", |
| 1121 | "api/input_ime/input_ime_api.h", |
| 1122 | "api/input_ime/input_ime_api_nonchromeos.cc", |
| 1123 | "api/input_ime/input_ime_api_nonchromeos.h", |
| 1124 | "api/input_ime/input_ime_event_router_base.cc", |
| 1125 | "api/input_ime/input_ime_event_router_base.h", |
| 1126 | ] |
| 1127 | } |
| 1128 | |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 1129 | if (enable_print_preview && !is_chromeos) { |
| 1130 | sources += [ |
| 1131 | "api/cloud_print_private/cloud_print_private_api.cc", |
| 1132 | "api/cloud_print_private/cloud_print_private_api.h", |
| 1133 | ] |
Sam McNally | 9015c1ff | 2018-01-29 18:55:59 | [diff] [blame] | 1134 | deps += [ "//chrome/common:service_process_mojom" ] |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 1135 | } |
| 1136 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1137 | if (enable_service_discovery) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1138 | sources += [ |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1139 | "api/mdns/mdns_api.cc", |
| 1140 | "api/mdns/mdns_api.h", |
| 1141 | ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1142 | } |
| 1143 | |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1144 | if (enable_rlz_support) { |
| 1145 | deps += [ "//rlz:rlz_lib" ] |
| 1146 | } |
| 1147 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1148 | if (toolkit_views) { |
| 1149 | deps += [ "//ui/views" ] |
| 1150 | } |
| 1151 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1152 | if (use_aura) { |
Yuichiro Hanada | e56d027 | 2018-06-12 10:18:08 | [diff] [blame] | 1153 | deps += [ "//ui/aura" ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1154 | } |
| 1155 | |
| 1156 | if (use_brlapi) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1157 | sources += [ |
| 1158 | "api/braille_display_private/braille_controller_brlapi.cc", |
| 1159 | "api/braille_display_private/brlapi_connection.cc", |
| 1160 | "api/braille_display_private/brlapi_connection.h", |
| 1161 | "api/braille_display_private/brlapi_keycode_map.cc", |
| 1162 | "api/braille_display_private/brlapi_keycode_map.h", |
| 1163 | ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1164 | deps += [ "//build/linux/libbrlapi" ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1165 | } else { |
| 1166 | sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1167 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1168 | } |