[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") |
| 6 | import("//build/config/ui.gni") |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 7 | import("//chrome/common/features.gni") |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 8 | import("//extensions/features/features.gni") |
Brett Wilson | 0748bf41 | 2016-11-22 17:55:46 | [diff] [blame] | 9 | import("//media/media_options.gni") |
brettw | 8fb852d | 2016-12-13 03:28:37 | [diff] [blame] | 10 | import("//rlz/features/features.gni") |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 11 | |
thestig | a52fbd2 | 2014-10-31 09:01:49 | [diff] [blame] | 12 | assert(enable_extensions) |
| 13 | |
brettw | 09ea872 | 2016-06-30 01:35:56 | [diff] [blame] | 14 | static_library("extensions") { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 15 | sources = [ |
| 16 | # TODO These references to files in //chrome/browser/ should either be |
| 17 | # moved to the browser target or the files moved to this directory. |
| 18 | "../apps/app_launch_for_metro_restart_win.cc", |
| 19 | "../apps/app_launch_for_metro_restart_win.h", |
| 20 | "../apps/app_url_redirector.cc", |
| 21 | "../apps/app_url_redirector.h", |
| 22 | "../apps/app_window_registry_util.cc", |
| 23 | "../apps/app_window_registry_util.h", |
| 24 | "../apps/install_chrome_app.cc", |
| 25 | "../apps/install_chrome_app.h", |
| 26 | "../apps/shortcut_manager.cc", |
| 27 | "../apps/shortcut_manager.h", |
| 28 | "../apps/shortcut_manager_factory.cc", |
| 29 | "../apps/shortcut_manager_factory.h", |
| 30 | "../ui/app_icon_loader.cc", |
| 31 | "../ui/app_icon_loader.h", |
| 32 | "../ui/toolbar/toolbar_actions_model.cc", |
| 33 | "../ui/toolbar/toolbar_actions_model.h", |
| 34 | "../ui/toolbar/toolbar_actions_model_factory.cc", |
| 35 | "../ui/toolbar/toolbar_actions_model_factory.h", |
| 36 | "../web_applications/update_shortcut_worker_win.cc", |
| 37 | "../web_applications/update_shortcut_worker_win.h", |
| 38 | "../web_applications/web_app.cc", |
| 39 | "../web_applications/web_app.h", |
| 40 | "../web_applications/web_app_chromeos.cc", |
| 41 | "../web_applications/web_app_mac.h", |
| 42 | "../web_applications/web_app_mac.mm", |
| 43 | "../web_applications/web_app_win.cc", |
| 44 | "../web_applications/web_app_win.h", |
| 45 | "active_install_data.cc", |
| 46 | "active_install_data.h", |
| 47 | "active_tab_permission_granter.cc", |
| 48 | "active_tab_permission_granter.h", |
| 49 | "activity_log/activity_action_constants.cc", |
| 50 | "activity_log/activity_action_constants.h", |
| 51 | "activity_log/activity_actions.cc", |
| 52 | "activity_log/activity_actions.h", |
| 53 | "activity_log/activity_database.cc", |
| 54 | "activity_log/activity_database.h", |
| 55 | "activity_log/activity_log.cc", |
| 56 | "activity_log/activity_log.h", |
| 57 | "activity_log/activity_log_policy.cc", |
| 58 | "activity_log/activity_log_policy.h", |
| 59 | "activity_log/counting_policy.cc", |
| 60 | "activity_log/counting_policy.h", |
| 61 | "activity_log/database_string_table.cc", |
| 62 | "activity_log/database_string_table.h", |
| 63 | "activity_log/fullstream_ui_policy.cc", |
| 64 | "activity_log/fullstream_ui_policy.h", |
| 65 | "api/activity_log_private/activity_log_private_api.cc", |
| 66 | "api/activity_log_private/activity_log_private_api.h", |
| 67 | "api/autofill_private/autofill_private_api.cc", |
| 68 | "api/autofill_private/autofill_private_api.h", |
| 69 | "api/autofill_private/autofill_private_event_router.cc", |
| 70 | "api/autofill_private/autofill_private_event_router.h", |
| 71 | "api/autofill_private/autofill_private_event_router_factory.cc", |
| 72 | "api/autofill_private/autofill_private_event_router_factory.h", |
| 73 | "api/autofill_private/autofill_util.cc", |
| 74 | "api/autofill_private/autofill_util.h", |
| 75 | "api/automation_internal/automation_action_adapter.h", |
| 76 | "api/automation_internal/automation_event_router.cc", |
| 77 | "api/automation_internal/automation_event_router.h", |
| 78 | "api/automation_internal/automation_internal_api.cc", |
| 79 | "api/automation_internal/automation_internal_api.h", |
| 80 | "api/autotest_private/autotest_private_api.cc", |
| 81 | "api/autotest_private/autotest_private_api.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 82 | "api/bookmark_manager_private/bookmark_manager_private_api.cc", |
| 83 | "api/bookmark_manager_private/bookmark_manager_private_api.h", |
| 84 | "api/bookmarks/bookmark_api_constants.cc", |
| 85 | "api/bookmarks/bookmark_api_constants.h", |
| 86 | "api/bookmarks/bookmark_api_helpers.cc", |
| 87 | "api/bookmarks/bookmark_api_helpers.h", |
| 88 | "api/bookmarks/bookmarks_api.cc", |
| 89 | "api/bookmarks/bookmarks_api.h", |
| 90 | "api/braille_display_private/braille_controller.h", |
| 91 | "api/braille_display_private/braille_controller_brlapi.h", |
| 92 | "api/braille_display_private/braille_display_private_api.cc", |
| 93 | "api/braille_display_private/braille_display_private_api.h", |
| 94 | "api/braille_display_private/stub_braille_controller.cc", |
| 95 | "api/braille_display_private/stub_braille_controller.h", |
| 96 | "api/browser/browser_api.cc", |
| 97 | "api/browser/browser_api.h", |
| 98 | "api/browsing_data/browsing_data_api.cc", |
| 99 | "api/browsing_data/browsing_data_api.h", |
| 100 | "api/chrome_device_permissions_prompt.h", |
| 101 | "api/chrome_extensions_api_client.cc", |
| 102 | "api/chrome_extensions_api_client.h", |
| 103 | "api/cloud_print_private/cloud_print_private_api.cc", |
| 104 | "api/cloud_print_private/cloud_print_private_api.h", |
| 105 | "api/command_line_private/command_line_private_api.cc", |
| 106 | "api/command_line_private/command_line_private_api.h", |
| 107 | "api/commands/command_service.cc", |
| 108 | "api/commands/command_service.h", |
| 109 | "api/commands/commands.cc", |
| 110 | "api/commands/commands.h", |
| 111 | "api/content_settings/content_settings_api.cc", |
| 112 | "api/content_settings/content_settings_api.h", |
| 113 | "api/content_settings/content_settings_api_constants.cc", |
| 114 | "api/content_settings/content_settings_api_constants.h", |
| 115 | "api/content_settings/content_settings_custom_extension_provider.cc", |
| 116 | "api/content_settings/content_settings_custom_extension_provider.h", |
| 117 | "api/content_settings/content_settings_helpers.cc", |
| 118 | "api/content_settings/content_settings_helpers.h", |
| 119 | "api/content_settings/content_settings_service.cc", |
| 120 | "api/content_settings/content_settings_service.h", |
| 121 | "api/content_settings/content_settings_store.cc", |
| 122 | "api/content_settings/content_settings_store.h", |
| 123 | "api/context_menus/context_menus_api.cc", |
| 124 | "api/context_menus/context_menus_api.h", |
| 125 | "api/context_menus/context_menus_api_helpers.cc", |
| 126 | "api/context_menus/context_menus_api_helpers.h", |
| 127 | "api/cookies/cookies_api.cc", |
| 128 | "api/cookies/cookies_api.h", |
| 129 | "api/cookies/cookies_api_constants.cc", |
| 130 | "api/cookies/cookies_api_constants.h", |
| 131 | "api/cookies/cookies_helpers.cc", |
| 132 | "api/cookies/cookies_helpers.h", |
| 133 | "api/cryptotoken_private/cryptotoken_private_api.cc", |
| 134 | "api/cryptotoken_private/cryptotoken_private_api.h", |
| 135 | "api/dashboard_private/dashboard_private_api.cc", |
| 136 | "api/dashboard_private/dashboard_private_api.h", |
| 137 | "api/data_reduction_proxy/data_reduction_proxy_api.cc", |
| 138 | "api/data_reduction_proxy/data_reduction_proxy_api.h", |
| 139 | "api/debugger/debugger_api.cc", |
| 140 | "api/debugger/debugger_api.h", |
| 141 | "api/debugger/debugger_api_constants.cc", |
| 142 | "api/debugger/debugger_api_constants.h", |
| 143 | "api/declarative_content/chrome_content_rules_registry.cc", |
| 144 | "api/declarative_content/chrome_content_rules_registry.h", |
| 145 | "api/declarative_content/content_action.cc", |
| 146 | "api/declarative_content/content_action.h", |
| 147 | "api/declarative_content/content_condition.cc", |
| 148 | "api/declarative_content/content_condition.h", |
| 149 | "api/declarative_content/content_constants.cc", |
| 150 | "api/declarative_content/content_constants.h", |
| 151 | "api/declarative_content/content_predicate.cc", |
| 152 | "api/declarative_content/content_predicate.h", |
| 153 | "api/declarative_content/content_predicate_evaluator.cc", |
| 154 | "api/declarative_content/content_predicate_evaluator.h", |
| 155 | "api/declarative_content/declarative_content_css_condition_tracker.cc", |
| 156 | "api/declarative_content/declarative_content_css_condition_tracker.h", |
| 157 | "api/declarative_content/declarative_content_is_bookmarked_condition_tracker.cc", |
| 158 | "api/declarative_content/declarative_content_is_bookmarked_condition_tracker.h", |
| 159 | "api/declarative_content/declarative_content_page_url_condition_tracker.cc", |
| 160 | "api/declarative_content/declarative_content_page_url_condition_tracker.h", |
| 161 | "api/declarative_content/default_content_predicate_evaluators.cc", |
| 162 | "api/declarative_content/default_content_predicate_evaluators.h", |
| 163 | "api/desktop_capture/desktop_capture_api.cc", |
| 164 | "api/desktop_capture/desktop_capture_api.h", |
| 165 | "api/desktop_capture/desktop_capture_base.cc", |
| 166 | "api/desktop_capture/desktop_capture_base.h", |
| 167 | "api/developer_private/developer_private_api.cc", |
| 168 | "api/developer_private/developer_private_api.h", |
| 169 | "api/developer_private/developer_private_mangle.cc", |
| 170 | "api/developer_private/developer_private_mangle.h", |
| 171 | "api/developer_private/entry_picker.cc", |
| 172 | "api/developer_private/entry_picker.h", |
| 173 | "api/developer_private/extension_info_generator.cc", |
| 174 | "api/developer_private/extension_info_generator.h", |
| 175 | "api/developer_private/inspectable_views_finder.cc", |
| 176 | "api/developer_private/inspectable_views_finder.h", |
| 177 | "api/developer_private/show_permissions_dialog_helper.cc", |
| 178 | "api/developer_private/show_permissions_dialog_helper.h", |
mfoltz | 9082441 | 2017-01-10 22:34:11 | [diff] [blame] | 179 | "api/dial/device_description_fetcher.cc", |
| 180 | "api/dial/device_description_fetcher.h ", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 181 | "api/dial/dial_api.cc", |
| 182 | "api/dial/dial_api.h", |
| 183 | "api/dial/dial_api_factory.cc", |
| 184 | "api/dial/dial_api_factory.h", |
| 185 | "api/dial/dial_device_data.cc", |
| 186 | "api/dial/dial_device_data.h", |
| 187 | "api/dial/dial_registry.cc", |
| 188 | "api/dial/dial_registry.h", |
| 189 | "api/dial/dial_service.cc", |
| 190 | "api/dial/dial_service.h", |
| 191 | "api/downloads/downloads_api.cc", |
| 192 | "api/downloads/downloads_api.h", |
| 193 | "api/downloads_internal/downloads_internal_api.cc", |
| 194 | "api/downloads_internal/downloads_internal_api.h", |
| 195 | "api/easy_unlock_private/easy_unlock_private_api.cc", |
| 196 | "api/easy_unlock_private/easy_unlock_private_api.h", |
| 197 | "api/easy_unlock_private/easy_unlock_private_connection.cc", |
| 198 | "api/easy_unlock_private/easy_unlock_private_connection.h", |
| 199 | "api/easy_unlock_private/easy_unlock_private_connection_manager.cc", |
| 200 | "api/easy_unlock_private/easy_unlock_private_connection_manager.h", |
| 201 | "api/easy_unlock_private/easy_unlock_private_crypto_delegate.h", |
| 202 | "api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc", |
| 203 | "api/experience_sampling_private/experience_sampling.cc", |
| 204 | "api/experience_sampling_private/experience_sampling.h", |
| 205 | "api/experience_sampling_private/experience_sampling_private_api.cc", |
| 206 | "api/experience_sampling_private/experience_sampling_private_api.h", |
| 207 | "api/extension_action/extension_action_api.cc", |
| 208 | "api/extension_action/extension_action_api.h", |
| 209 | "api/extension_action/extension_page_actions_api_constants.cc", |
| 210 | "api/extension_action/extension_page_actions_api_constants.h", |
| 211 | "api/feedback_private/feedback_private_api.cc", |
| 212 | "api/feedback_private/feedback_private_api.h", |
| 213 | "api/feedback_private/feedback_service.cc", |
| 214 | "api/feedback_private/feedback_service.h", |
| 215 | "api/file_handlers/app_file_handler_util.cc", |
| 216 | "api/file_handlers/app_file_handler_util.h", |
| 217 | "api/file_handlers/directory_util.cc", |
| 218 | "api/file_handlers/directory_util.h", |
| 219 | "api/file_handlers/mime_util.cc", |
| 220 | "api/file_handlers/mime_util.h", |
| 221 | "api/file_system/file_system_api.cc", |
| 222 | "api/file_system/file_system_api.h", |
| 223 | "api/font_settings/font_settings_api.cc", |
| 224 | "api/font_settings/font_settings_api.h", |
| 225 | "api/gcm/gcm_api.cc", |
| 226 | "api/gcm/gcm_api.h", |
| 227 | "api/history/history_api.cc", |
| 228 | "api/history/history_api.h", |
| 229 | "api/hotword_private/hotword_private_api.cc", |
| 230 | "api/hotword_private/hotword_private_api.h", |
| 231 | "api/i18n/i18n_api.cc", |
| 232 | "api/i18n/i18n_api.h", |
| 233 | "api/identity/extension_token_key.cc", |
| 234 | "api/identity/extension_token_key.h", |
| 235 | "api/identity/gaia_web_auth_flow.cc", |
| 236 | "api/identity/gaia_web_auth_flow.h", |
| 237 | "api/identity/identity_api.cc", |
| 238 | "api/identity/identity_api.h", |
blundell | a13e604 | 2017-02-01 07:16:40 | [diff] [blame] | 239 | "api/identity/identity_constants.cc", |
| 240 | "api/identity/identity_constants.h", |
blundell | 06fb548 | 2017-02-01 17:27:27 | [diff] [blame] | 241 | "api/identity/identity_get_profile_user_info_function.cc", |
| 242 | "api/identity/identity_get_profile_user_info_function.h", |
blundell | 1915164 | 2017-01-27 08:50:56 | [diff] [blame] | 243 | "api/identity/identity_launch_web_auth_flow_function.cc", |
| 244 | "api/identity/identity_launch_web_auth_flow_function.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 245 | "api/identity/identity_mint_queue.cc", |
| 246 | "api/identity/identity_mint_queue.h", |
blundell | fb7f1c57 | 2017-01-27 15:45:00 | [diff] [blame] | 247 | "api/identity/identity_remove_cached_auth_token_function.cc", |
| 248 | "api/identity/identity_remove_cached_auth_token_function.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 249 | "api/identity/identity_signin_flow.cc", |
| 250 | "api/identity/identity_signin_flow.h", |
| 251 | "api/identity/web_auth_flow.cc", |
| 252 | "api/identity/web_auth_flow.h", |
| 253 | "api/idltest/idltest_api.cc", |
| 254 | "api/idltest/idltest_api.h", |
| 255 | "api/image_writer_private/destroy_partitions_operation.cc", |
| 256 | "api/image_writer_private/destroy_partitions_operation.h", |
| 257 | "api/image_writer_private/error_messages.cc", |
| 258 | "api/image_writer_private/error_messages.h", |
| 259 | "api/image_writer_private/image_writer_private_api.cc", |
| 260 | "api/image_writer_private/image_writer_private_api.h", |
| 261 | "api/image_writer_private/image_writer_utility_client.cc", |
| 262 | "api/image_writer_private/image_writer_utility_client.h", |
| 263 | "api/image_writer_private/operation.cc", |
| 264 | "api/image_writer_private/operation.h", |
| 265 | "api/image_writer_private/operation_chromeos.cc", |
| 266 | "api/image_writer_private/operation_manager.cc", |
| 267 | "api/image_writer_private/operation_manager.h", |
| 268 | "api/image_writer_private/removable_storage_provider.cc", |
| 269 | "api/image_writer_private/removable_storage_provider.h", |
| 270 | "api/image_writer_private/removable_storage_provider_chromeos.cc", |
| 271 | "api/image_writer_private/removable_storage_provider_mac.cc", |
| 272 | "api/image_writer_private/removable_storage_provider_win.cc", |
| 273 | "api/image_writer_private/write_from_file_operation.cc", |
| 274 | "api/image_writer_private/write_from_file_operation.h", |
| 275 | "api/image_writer_private/write_from_url_operation.cc", |
| 276 | "api/image_writer_private/write_from_url_operation.h", |
| 277 | "api/inline_install_private/inline_install_private_api.cc", |
| 278 | "api/inline_install_private/inline_install_private_api.h", |
| 279 | "api/instance_id/instance_id_api.cc", |
| 280 | "api/instance_id/instance_id_api.h", |
| 281 | "api/language_settings_private/language_settings_private_api.cc", |
| 282 | "api/language_settings_private/language_settings_private_api.h", |
| 283 | "api/language_settings_private/language_settings_private_delegate.cc", |
| 284 | "api/language_settings_private/language_settings_private_delegate.h", |
| 285 | "api/language_settings_private/language_settings_private_delegate_factory.cc", |
| 286 | "api/language_settings_private/language_settings_private_delegate_factory.h", |
| 287 | "api/management/chrome_management_api_delegate.cc", |
| 288 | "api/management/chrome_management_api_delegate.h", |
| 289 | "api/media_galleries/media_galleries_api.cc", |
| 290 | "api/media_galleries/media_galleries_api.h", |
| 291 | "api/messaging/extension_message_port.cc", |
| 292 | "api/messaging/extension_message_port.h", |
| 293 | "api/messaging/incognito_connectability.cc", |
| 294 | "api/messaging/incognito_connectability.h", |
| 295 | "api/messaging/message_property_provider.cc", |
| 296 | "api/messaging/message_property_provider.h", |
| 297 | "api/messaging/message_service.cc", |
| 298 | "api/messaging/message_service.h", |
| 299 | "api/messaging/native_message_port.cc", |
| 300 | "api/messaging/native_message_port.h", |
| 301 | "api/messaging/native_messaging_host_manifest.cc", |
| 302 | "api/messaging/native_messaging_host_manifest.h", |
| 303 | "api/messaging/native_messaging_policy_handler.cc", |
| 304 | "api/messaging/native_messaging_policy_handler.h", |
michaelpg | 49dc7dbf | 2016-10-06 05:26:47 | [diff] [blame] | 305 | "api/metrics_private/chrome_metrics_private_delegate.cc", |
| 306 | "api/metrics_private/chrome_metrics_private_delegate.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 307 | "api/module/module.cc", |
| 308 | "api/module/module.h", |
| 309 | "api/music_manager_private/device_id.cc", |
| 310 | "api/music_manager_private/device_id.h", |
| 311 | "api/music_manager_private/device_id_chromeos.cc", |
| 312 | "api/music_manager_private/device_id_linux.cc", |
| 313 | "api/music_manager_private/device_id_mac.cc", |
| 314 | "api/music_manager_private/device_id_win.cc", |
| 315 | "api/music_manager_private/music_manager_private_api.cc", |
| 316 | "api/music_manager_private/music_manager_private_api.h", |
| 317 | "api/networking_private/networking_private_credentials_getter_chromeos.cc", |
| 318 | "api/networking_private/networking_private_ui_delegate_chromeos.cc", |
| 319 | "api/networking_private/networking_private_ui_delegate_chromeos.h", |
| 320 | "api/networking_private/networking_private_ui_delegate_factory_impl.cc", |
| 321 | "api/networking_private/networking_private_ui_delegate_factory_impl.h", |
| 322 | "api/networking_private/networking_private_verify_delegate_factory_impl.cc", |
| 323 | "api/networking_private/networking_private_verify_delegate_factory_impl.h", |
| 324 | "api/notification_provider/notification_provider_api.cc", |
| 325 | "api/notification_provider/notification_provider_api.h", |
| 326 | "api/notifications/notifications_api.cc", |
| 327 | "api/notifications/notifications_api.h", |
| 328 | "api/omnibox/omnibox_api.cc", |
| 329 | "api/omnibox/omnibox_api.h", |
| 330 | "api/page_capture/page_capture_api.cc", |
| 331 | "api/page_capture/page_capture_api.h", |
| 332 | "api/passwords_private/passwords_private_api.cc", |
| 333 | "api/passwords_private/passwords_private_api.h", |
| 334 | "api/passwords_private/passwords_private_delegate.h", |
| 335 | "api/passwords_private/passwords_private_delegate_factory.cc", |
| 336 | "api/passwords_private/passwords_private_delegate_factory.h", |
| 337 | "api/passwords_private/passwords_private_delegate_impl.cc", |
| 338 | "api/passwords_private/passwords_private_delegate_impl.h", |
| 339 | "api/passwords_private/passwords_private_event_router.cc", |
| 340 | "api/passwords_private/passwords_private_event_router.h", |
| 341 | "api/passwords_private/passwords_private_event_router_factory.cc", |
| 342 | "api/passwords_private/passwords_private_event_router_factory.h", |
| 343 | "api/permissions/permissions_api.cc", |
| 344 | "api/permissions/permissions_api.h", |
| 345 | "api/permissions/permissions_api_helpers.cc", |
| 346 | "api/permissions/permissions_api_helpers.h", |
| 347 | "api/preference/chrome_direct_setting.cc", |
| 348 | "api/preference/chrome_direct_setting.h", |
| 349 | "api/preference/chrome_direct_setting_api.cc", |
| 350 | "api/preference/chrome_direct_setting_api.h", |
| 351 | "api/preference/preference_api.cc", |
| 352 | "api/preference/preference_api.h", |
| 353 | "api/preference/preference_api_constants.cc", |
| 354 | "api/preference/preference_api_constants.h", |
| 355 | "api/preference/preference_helpers.cc", |
| 356 | "api/preference/preference_helpers.h", |
| 357 | "api/proxy/proxy_api.cc", |
| 358 | "api/proxy/proxy_api.h", |
| 359 | "api/proxy/proxy_api_constants.cc", |
| 360 | "api/proxy/proxy_api_constants.h", |
| 361 | "api/proxy/proxy_api_helpers.cc", |
| 362 | "api/proxy/proxy_api_helpers.h", |
| 363 | "api/resources_private/resources_private_api.cc", |
| 364 | "api/resources_private/resources_private_api.h", |
| 365 | "api/runtime/chrome_runtime_api_delegate.cc", |
| 366 | "api/runtime/chrome_runtime_api_delegate.h", |
| 367 | "api/screenlock_private/screenlock_private_api.cc", |
| 368 | "api/screenlock_private/screenlock_private_api.h", |
| 369 | "api/sessions/session_id.cc", |
| 370 | "api/sessions/session_id.h", |
| 371 | "api/sessions/sessions_api.cc", |
| 372 | "api/sessions/sessions_api.h", |
| 373 | "api/settings_overrides/settings_overrides_api.cc", |
| 374 | "api/settings_overrides/settings_overrides_api.h", |
| 375 | "api/settings_private/prefs_util.cc", |
| 376 | "api/settings_private/prefs_util.h", |
| 377 | "api/settings_private/settings_private_api.cc", |
| 378 | "api/settings_private/settings_private_api.h", |
| 379 | "api/settings_private/settings_private_delegate.cc", |
| 380 | "api/settings_private/settings_private_delegate.h", |
| 381 | "api/settings_private/settings_private_delegate_factory.cc", |
| 382 | "api/settings_private/settings_private_delegate_factory.h", |
| 383 | "api/settings_private/settings_private_event_router.cc", |
| 384 | "api/settings_private/settings_private_event_router.h", |
| 385 | "api/settings_private/settings_private_event_router_factory.cc", |
| 386 | "api/settings_private/settings_private_event_router_factory.h", |
| 387 | "api/signed_in_devices/id_mapping_helper.cc", |
| 388 | "api/signed_in_devices/id_mapping_helper.h", |
| 389 | "api/signed_in_devices/signed_in_devices_api.cc", |
| 390 | "api/signed_in_devices/signed_in_devices_api.h", |
| 391 | "api/signed_in_devices/signed_in_devices_manager.cc", |
| 392 | "api/signed_in_devices/signed_in_devices_manager.h", |
| 393 | "api/spellcheck/spellcheck_api.cc", |
| 394 | "api/spellcheck/spellcheck_api.h", |
| 395 | "api/storage/managed_value_store_cache.cc", |
| 396 | "api/storage/managed_value_store_cache.h", |
| 397 | "api/storage/policy_value_store.cc", |
| 398 | "api/storage/policy_value_store.h", |
| 399 | "api/storage/setting_sync_data.cc", |
| 400 | "api/storage/setting_sync_data.h", |
| 401 | "api/storage/settings_sync_processor.cc", |
| 402 | "api/storage/settings_sync_processor.h", |
| 403 | "api/storage/settings_sync_util.cc", |
| 404 | "api/storage/settings_sync_util.h", |
| 405 | "api/storage/sync_storage_backend.cc", |
| 406 | "api/storage/sync_storage_backend.h", |
| 407 | "api/storage/sync_value_store_cache.cc", |
| 408 | "api/storage/sync_value_store_cache.h", |
| 409 | "api/storage/syncable_settings_storage.cc", |
| 410 | "api/storage/syncable_settings_storage.h", |
| 411 | "api/streams_private/streams_private_api.cc", |
| 412 | "api/streams_private/streams_private_api.h", |
| 413 | "api/sync_file_system/extension_sync_event_observer.cc", |
| 414 | "api/sync_file_system/extension_sync_event_observer.h", |
| 415 | "api/sync_file_system/sync_file_system_api.cc", |
| 416 | "api/sync_file_system/sync_file_system_api.h", |
| 417 | "api/sync_file_system/sync_file_system_api_helpers.cc", |
| 418 | "api/sync_file_system/sync_file_system_api_helpers.h", |
| 419 | "api/system_indicator/system_indicator_api.h", |
| 420 | "api/system_indicator/system_indicator_manager.cc", |
| 421 | "api/system_indicator/system_indicator_manager.h", |
| 422 | "api/system_indicator/system_indicator_manager_factory.cc", |
| 423 | "api/system_indicator/system_indicator_manager_factory.h", |
| 424 | "api/system_private/system_private_api.cc", |
| 425 | "api/system_private/system_private_api.h", |
| 426 | "api/tab_capture/offscreen_tab.cc", |
| 427 | "api/tab_capture/offscreen_tab.h", |
| 428 | "api/tab_capture/tab_capture_api.cc", |
| 429 | "api/tab_capture/tab_capture_api.h", |
| 430 | "api/tab_capture/tab_capture_registry.cc", |
| 431 | "api/tab_capture/tab_capture_registry.h", |
| 432 | "api/tabs/app_base_window.cc", |
| 433 | "api/tabs/app_base_window.h", |
| 434 | "api/tabs/app_window_controller.cc", |
| 435 | "api/tabs/app_window_controller.h", |
| 436 | "api/tabs/tabs_api.cc", |
| 437 | "api/tabs/tabs_api.h", |
| 438 | "api/tabs/tabs_constants.cc", |
| 439 | "api/tabs/tabs_constants.h", |
| 440 | "api/tabs/tabs_event_router.cc", |
| 441 | "api/tabs/tabs_event_router.h", |
| 442 | "api/tabs/tabs_windows_api.cc", |
| 443 | "api/tabs/tabs_windows_api.h", |
| 444 | "api/tabs/windows_event_router.cc", |
| 445 | "api/tabs/windows_event_router.h", |
| 446 | "api/tabs/windows_util.cc", |
| 447 | "api/tabs/windows_util.h", |
| 448 | "api/top_sites/top_sites_api.cc", |
| 449 | "api/top_sites/top_sites_api.h", |
| 450 | "api/web_navigation/frame_navigation_state.cc", |
| 451 | "api/web_navigation/frame_navigation_state.h", |
| 452 | "api/web_navigation/web_navigation_api.cc", |
| 453 | "api/web_navigation/web_navigation_api.h", |
| 454 | "api/web_navigation/web_navigation_api_constants.cc", |
| 455 | "api/web_navigation/web_navigation_api_constants.h", |
| 456 | "api/web_navigation/web_navigation_api_helpers.cc", |
| 457 | "api/web_navigation/web_navigation_api_helpers.h", |
| 458 | "api/web_request/chrome_extension_web_request_event_router_delegate.cc", |
| 459 | "api/web_request/chrome_extension_web_request_event_router_delegate.h", |
| 460 | "api/web_view/chrome_web_view_internal_api.cc", |
| 461 | "api/web_view/chrome_web_view_internal_api.h", |
| 462 | "api/webrtc_audio_private/webrtc_audio_private_api.cc", |
| 463 | "api/webrtc_audio_private/webrtc_audio_private_api.h", |
| 464 | "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.cc", |
| 465 | "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.h", |
| 466 | "api/webrtc_logging_private/webrtc_logging_private_api.h", |
| 467 | "api/webstore_private/webstore_private_api.cc", |
| 468 | "api/webstore_private/webstore_private_api.h", |
| 469 | "app_data_migrator.cc", |
| 470 | "app_data_migrator.h", |
| 471 | "blacklist.cc", |
| 472 | "blacklist.h", |
| 473 | "blacklist_factory.cc", |
| 474 | "blacklist_factory.h", |
| 475 | "blacklist_state_fetcher.cc", |
| 476 | "blacklist_state_fetcher.h", |
| 477 | "blob_reader.cc", |
| 478 | "blob_reader.h", |
| 479 | "bookmark_app_helper.cc", |
| 480 | "bookmark_app_helper.h", |
| 481 | "browser_action_test_util.h", |
| 482 | "browser_context_keyed_service_factories.cc", |
| 483 | "browser_context_keyed_service_factories.h", |
| 484 | "browser_extension_window_controller.cc", |
| 485 | "browser_extension_window_controller.h", |
| 486 | "chrome_app_sorting.cc", |
| 487 | "chrome_app_sorting.h", |
| 488 | "chrome_component_extension_resource_manager.cc", |
| 489 | "chrome_component_extension_resource_manager.h", |
| 490 | "chrome_content_browser_client_extensions_part.cc", |
| 491 | "chrome_content_browser_client_extensions_part.h", |
| 492 | "chrome_content_verifier_delegate.cc", |
| 493 | "chrome_content_verifier_delegate.h", |
| 494 | "chrome_extension_api_frame_id_map_helper.cc", |
| 495 | "chrome_extension_api_frame_id_map_helper.h", |
| 496 | "chrome_extension_chooser_dialog.h", |
| 497 | "chrome_extension_function.cc", |
| 498 | "chrome_extension_function.h", |
| 499 | "chrome_extension_function_details.cc", |
| 500 | "chrome_extension_function_details.h", |
| 501 | "chrome_extension_host_delegate.cc", |
| 502 | "chrome_extension_host_delegate.h", |
| 503 | "chrome_extension_web_contents_observer.cc", |
| 504 | "chrome_extension_web_contents_observer.h", |
| 505 | "chrome_extensions_browser_client.cc", |
| 506 | "chrome_extensions_browser_client.h", |
steel | c8e6ede | 2016-09-29 00:56:27 | [diff] [blame] | 507 | "chrome_kiosk_delegate.h", |
| 508 | "chrome_kiosk_delegate_chromeos.cc", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 509 | "chrome_mojo_service_registration.cc", |
| 510 | "chrome_mojo_service_registration.h", |
| 511 | "chrome_process_manager_delegate.cc", |
| 512 | "chrome_process_manager_delegate.h", |
| 513 | "chrome_requirements_checker.cc", |
| 514 | "chrome_requirements_checker.h", |
| 515 | "chrome_url_request_util.cc", |
| 516 | "chrome_url_request_util.h", |
jennyz | 6298fc5 | 2017-01-05 01:33:29 | [diff] [blame] | 517 | "clipboard_extension_helper_chromeos.cc", |
| 518 | "clipboard_extension_helper_chromeos.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 519 | "component_extensions_whitelist/whitelist.cc", |
| 520 | "component_extensions_whitelist/whitelist.h", |
| 521 | "component_loader.cc", |
| 522 | "component_loader.h", |
| 523 | "component_migration_helper.cc", |
| 524 | "component_migration_helper.h", |
| 525 | "context_menu_matcher.cc", |
| 526 | "context_menu_matcher.h", |
| 527 | "convert_user_script.cc", |
| 528 | "convert_user_script.h", |
| 529 | "convert_web_app.cc", |
| 530 | "convert_web_app.h", |
| 531 | "crx_installer.cc", |
| 532 | "crx_installer.h", |
| 533 | "data_deleter.cc", |
| 534 | "data_deleter.h", |
| 535 | "dev_mode_bubble_delegate.cc", |
| 536 | "dev_mode_bubble_delegate.h", |
juncai | 4300362 | 2016-11-29 20:43:18 | [diff] [blame] | 537 | "device_permissions_dialog_controller.cc", |
| 538 | "device_permissions_dialog_controller.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 539 | "devtools_util.cc", |
| 540 | "devtools_util.h", |
| 541 | "display_info_provider_chromeos.cc", |
| 542 | "display_info_provider_chromeos.h", |
| 543 | "display_info_provider_mac.cc", |
| 544 | "display_info_provider_mac.h", |
| 545 | "display_info_provider_win.cc", |
| 546 | "display_info_provider_win.h", |
| 547 | "error_console/error_console.cc", |
| 548 | "error_console/error_console.h", |
| 549 | "error_console/error_console_factory.cc", |
| 550 | "error_console/error_console_factory.h", |
| 551 | "event_router_forwarder.cc", |
| 552 | "event_router_forwarder.h", |
| 553 | "extension_action.cc", |
| 554 | "extension_action.h", |
| 555 | "extension_action_icon_factory.cc", |
| 556 | "extension_action_icon_factory.h", |
| 557 | "extension_action_manager.cc", |
| 558 | "extension_action_manager.h", |
| 559 | "extension_action_runner.cc", |
| 560 | "extension_action_runner.h", |
| 561 | "extension_action_storage_manager.cc", |
| 562 | "extension_action_storage_manager.h", |
| 563 | "extension_app_icon_loader.cc", |
| 564 | "extension_app_icon_loader.h", |
| 565 | "extension_assets_manager.cc", |
| 566 | "extension_assets_manager.h", |
| 567 | "extension_assets_manager_chromeos.cc", |
| 568 | "extension_assets_manager_chromeos.h", |
| 569 | "extension_commands_global_registry.cc", |
| 570 | "extension_commands_global_registry.h", |
| 571 | "extension_context_menu_model.cc", |
| 572 | "extension_context_menu_model.h", |
| 573 | "extension_cookie_monster_delegate.cc", |
| 574 | "extension_cookie_monster_delegate.h", |
| 575 | "extension_creator.cc", |
| 576 | "extension_creator.h", |
| 577 | "extension_creator_filter.cc", |
| 578 | "extension_creator_filter.h", |
| 579 | "extension_disabled_ui.cc", |
| 580 | "extension_disabled_ui.h", |
| 581 | "extension_error_controller.cc", |
| 582 | "extension_error_controller.h", |
| 583 | "extension_error_reporter.cc", |
| 584 | "extension_error_reporter.h", |
| 585 | "extension_error_ui.cc", |
| 586 | "extension_error_ui.h", |
| 587 | "extension_error_ui_default.cc", |
| 588 | "extension_error_ui_default.h", |
| 589 | "extension_garbage_collector.cc", |
| 590 | "extension_garbage_collector.h", |
| 591 | "extension_garbage_collector_chromeos.cc", |
| 592 | "extension_garbage_collector_chromeos.h", |
| 593 | "extension_garbage_collector_factory.cc", |
| 594 | "extension_garbage_collector_factory.h", |
| 595 | "extension_gcm_app_handler.cc", |
| 596 | "extension_gcm_app_handler.h", |
| 597 | "extension_icon_manager.cc", |
| 598 | "extension_icon_manager.h", |
| 599 | "extension_install_checker.cc", |
| 600 | "extension_install_checker.h", |
| 601 | "extension_install_error_menu_item_id_provider.cc", |
| 602 | "extension_install_error_menu_item_id_provider.h", |
| 603 | "extension_install_prompt.cc", |
| 604 | "extension_install_prompt.h", |
| 605 | "extension_install_prompt_show_params.cc", |
| 606 | "extension_install_prompt_show_params.h", |
| 607 | "extension_install_ui_util.cc", |
| 608 | "extension_install_ui_util.h", |
| 609 | "extension_keybinding_registry.cc", |
| 610 | "extension_keybinding_registry.h", |
| 611 | "extension_management.cc", |
| 612 | "extension_management.h", |
| 613 | "extension_management_constants.cc", |
| 614 | "extension_management_constants.h", |
| 615 | "extension_management_internal.cc", |
| 616 | "extension_management_internal.h", |
| 617 | "extension_message_bubble_controller.cc", |
| 618 | "extension_message_bubble_controller.h", |
| 619 | "extension_migrator.cc", |
| 620 | "extension_migrator.h", |
| 621 | "extension_reenabler.cc", |
| 622 | "extension_reenabler.h", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 623 | "extension_service.cc", |
| 624 | "extension_service.h", |
| 625 | "extension_special_storage_policy.cc", |
| 626 | "extension_special_storage_policy.h", |
| 627 | "extension_storage_monitor.cc", |
| 628 | "extension_storage_monitor.h", |
| 629 | "extension_storage_monitor_factory.cc", |
| 630 | "extension_storage_monitor_factory.h", |
| 631 | "extension_sync_data.cc", |
| 632 | "extension_sync_data.h", |
| 633 | "extension_sync_service.cc", |
| 634 | "extension_sync_service.h", |
| 635 | "extension_sync_service_factory.cc", |
| 636 | "extension_sync_service_factory.h", |
| 637 | "extension_system_factory.cc", |
| 638 | "extension_system_factory.h", |
| 639 | "extension_system_impl.cc", |
| 640 | "extension_system_impl.h", |
| 641 | "extension_tab_util.cc", |
| 642 | "extension_tab_util.h", |
| 643 | "extension_ui_util.cc", |
| 644 | "extension_ui_util.h", |
| 645 | "extension_uninstall_dialog.cc", |
| 646 | "extension_uninstall_dialog.h", |
| 647 | "extension_util.cc", |
| 648 | "extension_util.h", |
| 649 | "extension_view_host.cc", |
| 650 | "extension_view_host.h", |
| 651 | "extension_view_host_factory.cc", |
| 652 | "extension_view_host_factory.h", |
| 653 | "extension_web_ui.cc", |
| 654 | "extension_web_ui.h", |
| 655 | "extension_web_ui_override_registrar.cc", |
| 656 | "extension_web_ui_override_registrar.h", |
| 657 | "extension_webkit_preferences.cc", |
| 658 | "extension_webkit_preferences.h", |
| 659 | "external_component_loader.cc", |
| 660 | "external_component_loader.h", |
| 661 | "external_install_error.cc", |
| 662 | "external_install_error.h", |
| 663 | "external_install_manager.cc", |
| 664 | "external_install_manager.h", |
| 665 | "external_loader.cc", |
| 666 | "external_loader.h", |
| 667 | "external_policy_loader.cc", |
| 668 | "external_policy_loader.h", |
| 669 | "external_pref_loader.cc", |
| 670 | "external_pref_loader.h", |
| 671 | "external_provider_impl.cc", |
| 672 | "external_provider_impl.h", |
| 673 | "external_registry_loader_win.cc", |
| 674 | "external_registry_loader_win.h", |
| 675 | "favicon_downloader.cc", |
| 676 | "favicon_downloader.h", |
| 677 | "global_shortcut_listener.cc", |
| 678 | "global_shortcut_listener.h", |
| 679 | "global_shortcut_listener_chromeos.cc", |
| 680 | "global_shortcut_listener_chromeos.h", |
| 681 | "global_shortcut_listener_mac.h", |
| 682 | "global_shortcut_listener_mac.mm", |
| 683 | "global_shortcut_listener_ozone.cc", |
| 684 | "global_shortcut_listener_ozone.h", |
| 685 | "global_shortcut_listener_win.cc", |
| 686 | "global_shortcut_listener_win.h", |
| 687 | "global_shortcut_listener_x11.cc", |
| 688 | "global_shortcut_listener_x11.h", |
| 689 | "install_gate.h", |
| 690 | "install_observer.cc", |
| 691 | "install_observer.h", |
| 692 | "install_signer.cc", |
| 693 | "install_signer.h", |
| 694 | "install_tracker.cc", |
| 695 | "install_tracker.h", |
| 696 | "install_tracker_factory.cc", |
| 697 | "install_tracker_factory.h", |
| 698 | "install_verifier.cc", |
| 699 | "install_verifier.h", |
| 700 | "install_verifier_factory.cc", |
| 701 | "install_verifier_factory.h", |
| 702 | "installed_loader.cc", |
| 703 | "installed_loader.h", |
| 704 | "launch_util.cc", |
| 705 | "launch_util.h", |
| 706 | "location_bar_controller.cc", |
| 707 | "location_bar_controller.h", |
| 708 | "menu_manager.cc", |
| 709 | "menu_manager.h", |
| 710 | "menu_manager_factory.cc", |
| 711 | "menu_manager_factory.h", |
| 712 | "navigation_observer.cc", |
| 713 | "navigation_observer.h", |
| 714 | "ntp_overridden_bubble_delegate.cc", |
| 715 | "ntp_overridden_bubble_delegate.h", |
| 716 | "pack_extension_job.cc", |
| 717 | "pack_extension_job.h", |
| 718 | "path_util.cc", |
| 719 | "path_util.h", |
| 720 | "pending_extension_info.cc", |
| 721 | "pending_extension_info.h", |
| 722 | "pending_extension_manager.cc", |
| 723 | "pending_extension_manager.h", |
| 724 | "permissions_based_management_policy_provider.cc", |
| 725 | "permissions_based_management_policy_provider.h", |
| 726 | "permissions_updater.cc", |
| 727 | "permissions_updater.h", |
| 728 | "plugin_manager.cc", |
| 729 | "plugin_manager.h", |
| 730 | "policy_handlers.cc", |
| 731 | "policy_handlers.h", |
| 732 | "proxy_overridden_bubble_delegate.cc", |
| 733 | "proxy_overridden_bubble_delegate.h", |
| 734 | "scripting_permissions_modifier.cc", |
| 735 | "scripting_permissions_modifier.h", |
| 736 | "settings_api_bubble_delegate.cc", |
| 737 | "settings_api_bubble_delegate.h", |
| 738 | "settings_api_helpers.cc", |
| 739 | "settings_api_helpers.h", |
| 740 | "shared_module_service.cc", |
| 741 | "shared_module_service.h", |
| 742 | "shared_user_script_master.cc", |
| 743 | "shared_user_script_master.h", |
| 744 | "signin/gaia_auth_extension_loader.cc", |
| 745 | "signin/gaia_auth_extension_loader.h", |
| 746 | "signin/scoped_gaia_auth_extension.cc", |
| 747 | "signin/scoped_gaia_auth_extension.h", |
| 748 | "standard_management_policy_provider.cc", |
| 749 | "standard_management_policy_provider.h", |
| 750 | "startup_helper.cc", |
| 751 | "startup_helper.h", |
| 752 | "state_store_notification_observer.cc", |
| 753 | "state_store_notification_observer.h", |
| 754 | "suspicious_extension_bubble_delegate.cc", |
| 755 | "suspicious_extension_bubble_delegate.h", |
| 756 | "sync_bundle.cc", |
| 757 | "sync_bundle.h", |
| 758 | "tab_helper.cc", |
| 759 | "tab_helper.h", |
| 760 | "theme_installed_infobar_delegate.cc", |
| 761 | "theme_installed_infobar_delegate.h", |
| 762 | "token_cache/token_cache_service.cc", |
| 763 | "token_cache/token_cache_service.h", |
| 764 | "token_cache/token_cache_service_factory.cc", |
| 765 | "token_cache/token_cache_service_factory.h", |
| 766 | "unpacked_installer.cc", |
| 767 | "unpacked_installer.h", |
| 768 | "update_install_gate.cc", |
| 769 | "update_install_gate.h", |
| 770 | "updater/chrome_extension_downloader_factory.cc", |
| 771 | "updater/chrome_extension_downloader_factory.h", |
| 772 | "updater/chrome_update_client_config.cc", |
| 773 | "updater/chrome_update_client_config.h", |
| 774 | "updater/extension_updater.cc", |
| 775 | "updater/extension_updater.h", |
| 776 | "user_script_listener.cc", |
| 777 | "user_script_listener.h", |
| 778 | "warning_badge_service.cc", |
| 779 | "warning_badge_service.h", |
| 780 | "warning_badge_service_factory.cc", |
| 781 | "warning_badge_service_factory.h", |
| 782 | "webstore_data_fetcher.cc", |
| 783 | "webstore_data_fetcher.h", |
| 784 | "webstore_data_fetcher_delegate.cc", |
| 785 | "webstore_data_fetcher_delegate.h", |
| 786 | "webstore_inline_installer.cc", |
| 787 | "webstore_inline_installer.h", |
| 788 | "webstore_inline_installer_factory.cc", |
| 789 | "webstore_inline_installer_factory.h", |
| 790 | "webstore_install_helper.cc", |
| 791 | "webstore_install_helper.h", |
| 792 | "webstore_install_with_prompt.cc", |
| 793 | "webstore_install_with_prompt.h", |
| 794 | "webstore_installer.cc", |
| 795 | "webstore_installer.h", |
| 796 | "webstore_reinstaller.cc", |
| 797 | "webstore_reinstaller.h", |
| 798 | "webstore_standalone_installer.cc", |
| 799 | "webstore_standalone_installer.h", |
| 800 | "webstore_startup_installer.cc", |
| 801 | "webstore_startup_installer.h", |
| 802 | "window_controller.cc", |
| 803 | "window_controller.h", |
| 804 | "window_controller_list.cc", |
| 805 | "window_controller_list.h", |
| 806 | "window_controller_list_observer.h", |
| 807 | "zipfile_installer.cc", |
| 808 | "zipfile_installer.h", |
| 809 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 810 | |
rsesek | 99679aa | 2016-06-28 21:24:17 | [diff] [blame] | 811 | configs += [ |
| 812 | "//build/config:precompiled_headers", |
| 813 | "//build/config/compiler:wexit_time_destructors", |
| 814 | ] |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 815 | defines = [] |
| 816 | |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 817 | # Since browser and browser_extensions actually depend on each other, |
| 818 | # we must omit the dependency from browser_extensions to browser. |
| 819 | # However, this means browser_extensions and browser should more or less |
| 820 | # have the same dependencies. Once browser_extensions is untangled from |
| 821 | # browser, then we can clean up these dependencies. |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 822 | public_deps = [ |
| 823 | "//chrome/common/extensions/api", |
vakh | ed61c9f | 2016-09-23 00:57:17 | [diff] [blame] | 824 | "//components/safe_browsing_db:util", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 825 | "//content/public/browser", |
| 826 | ] |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 827 | deps = [ |
| 828 | "//chrome:extra_resources", |
| 829 | "//chrome:resources", |
| 830 | "//chrome:strings", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 831 | "//chrome/app:command_ids", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 832 | "//chrome/app/resources:platform_locale_settings", |
thestig | ab06827 | 2016-08-30 18:58:55 | [diff] [blame] | 833 | "//chrome/app/theme:chrome_unscaled_resources", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 834 | "//chrome/app/theme:theme_resources", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 835 | "//chrome/browser/devtools", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 836 | "//chrome/browser/media/router", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 837 | "//chrome/common", |
yoz | 774dcda2d | 2014-08-27 03:32:58 | [diff] [blame] | 838 | "//chrome/common/extensions/api:api_registration", |
rdevlin.cronin | 5c684983 | 2016-07-25 18:04:45 | [diff] [blame] | 839 | "//chrome/common/extensions/api:extensions_features", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 840 | "//chrome/common/safe_browsing:proto", |
brettw | e26e6d0 | 2015-12-29 06:51:47 | [diff] [blame] | 841 | "//chrome/installer/util:with_no_strings", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 842 | "//components/app_modal", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 843 | "//components/autofill/content/browser", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 844 | "//components/bookmarks/browser", |
| 845 | "//components/bookmarks/managed", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 846 | "//components/browser_sync", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 847 | "//components/browsing_data/core", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 848 | "//components/bubble", |
| 849 | "//components/content_settings/core/browser", |
| 850 | "//components/crx_file", |
khorimoto | 999e934c | 2016-11-18 20:10:42 | [diff] [blame] | 851 | "//components/cryptauth", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 852 | "//components/data_reduction_proxy/core/browser", |
tfarina | c439a45 | 2015-05-29 00:35:36 | [diff] [blame] | 853 | "//components/dom_distiller/core", |
stevenjb | ffcb7a6 | 2016-11-04 21:56:57 | [diff] [blame] | 854 | "//components/drive", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 855 | "//components/favicon/content", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 856 | "//components/feedback", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 857 | "//components/gcm_driver", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 858 | "//components/guest_view/browser", |
| 859 | "//components/history/core/browser", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 860 | "//components/infobars/core", |
| 861 | "//components/keyed_service/content", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 862 | "//components/navigation_interception", |
| 863 | "//components/net_log", |
| 864 | "//components/omnibox/browser", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 865 | "//components/onc", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 866 | "//components/password_manager/core/browser", |
| 867 | "//components/pdf/browser", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 868 | "//components/policy:generated", |
| 869 | "//components/policy/core/browser", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 870 | "//components/pref_registry", |
isherman | 25cab40a | 2014-09-18 03:51:51 | [diff] [blame] | 871 | "//components/proximity_auth", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 872 | "//components/proximity_auth/ble", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 873 | "//components/proximity_auth/logging", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 874 | "//components/proxy_config", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 875 | "//components/rappor", |
sdefresne | 1802d139 | 2016-02-03 09:53:08 | [diff] [blame] | 876 | "//components/resources", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 877 | "//components/safe_browsing_db:database_manager", |
lpz | cc1c0ce | 2016-10-20 19:42:36 | [diff] [blame] | 878 | "//components/safe_browsing_db:safe_browsing_prefs", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 879 | "//components/safe_json", |
| 880 | "//components/search_engines", |
| 881 | "//components/sessions", |
| 882 | "//components/signin/core/browser", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 883 | "//components/spellcheck/browser", |
| 884 | "//components/storage_monitor", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 885 | "//components/strings", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 886 | "//components/sync", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 887 | "//components/sync_preferences", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 888 | "//components/sync_sessions", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 889 | "//components/translate/core/browser", |
| 890 | "//components/undo", |
sorin | 39eab2f | 2015-01-06 01:09:08 | [diff] [blame] | 891 | "//components/update_client", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 892 | "//components/url_matcher", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 893 | "//components/user_prefs", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 894 | "//components/web_modal", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 895 | "//components/zoom", |
[email protected] | a9ca8d5 | 2014-08-22 10:21:08 | [diff] [blame] | 896 | "//content/app/resources", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 897 | "//content/public/common", |
| 898 | "//crypto", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 899 | "//device/bluetooth", |
| 900 | "//device/hid", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 901 | "//extensions:extensions_resources", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 902 | "//extensions/browser", |
tsniatowski | dc44a53 | 2016-11-03 11:51:52 | [diff] [blame] | 903 | "//extensions/browser/api:api_registration", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 904 | "//extensions/common/api", |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 905 | "//extensions/features", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 906 | "//extensions/strings", |
Brett Wilson | 0748bf41 | 2016-11-22 17:55:46 | [diff] [blame] | 907 | "//media:media_features", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 908 | "//net", |
brettw | 4b46108 | 2016-11-19 18:55:16 | [diff] [blame] | 909 | "//ppapi/features", |
Brett Wilson | 65f951c | 2016-11-03 22:06:12 | [diff] [blame] | 910 | "//printing/features", |
brettw | 8fb852d | 2016-12-13 03:28:37 | [diff] [blame] | 911 | "//rlz/features", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 912 | "//skia", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 913 | "//sql", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 914 | "//storage/browser", |
pilgrim | f55d19fc | 2014-09-04 00:05:24 | [diff] [blame] | 915 | "//storage/common", |
erg | a3c614c9 | 2015-04-03 17:47:51 | [diff] [blame] | 916 | "//third_party/WebKit/public:image_resources", |
[email protected] | 4eebe74d | 2014-08-13 02:54:46 | [diff] [blame] | 917 | "//third_party/WebKit/public:resources", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 918 | "//third_party/cacheinvalidation", |
| 919 | "//third_party/icu", |
| 920 | "//third_party/leveldatabase", |
khorimoto | c067a1dc | 2015-05-06 02:38:57 | [diff] [blame] | 921 | "//third_party/libaddressinput:util", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 922 | "//third_party/re2", |
Brett Wilson | 83fd424 | 2014-09-02 19:45:33 | [diff] [blame] | 923 | "//third_party/webrtc/modules/desktop_capture", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 924 | "//ui/accessibility:ax_gen", |
| 925 | "//ui/base", |
spang | 1c36fac | 2015-02-05 19:55:12 | [diff] [blame] | 926 | "//ui/base/ime", |
kylechar | 731f85f9 | 2016-12-01 20:50:46 | [diff] [blame] | 927 | "//ui/display/manager", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 928 | "//ui/gfx", |
| 929 | "//ui/gfx/geometry", |
brettw | 98a8701 | 2016-07-26 22:15:45 | [diff] [blame] | 930 | "//ui/native_theme", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 931 | "//ui/resources", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 932 | "//ui/shell_dialogs", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 933 | "//ui/strings", |
| 934 | "//url", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 935 | ] |
| 936 | |
steel | c8e6ede | 2016-09-29 00:56:27 | [diff] [blame] | 937 | if (!is_chromeos) { |
| 938 | sources += [ "chrome_kiosk_delegate.cc" ] |
| 939 | } |
| 940 | |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 941 | if (is_chromeos) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 942 | sources += [ |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 943 | "api/certificate_provider/certificate_provider_api.cc", |
| 944 | "api/certificate_provider/certificate_provider_api.h", |
| 945 | "api/enterprise_device_attributes/enterprise_device_attributes_api.cc", |
| 946 | "api/enterprise_device_attributes/enterprise_device_attributes_api.h", |
| 947 | "api/enterprise_platform_keys/enterprise_platform_keys_api.cc", |
| 948 | "api/enterprise_platform_keys/enterprise_platform_keys_api.h", |
| 949 | "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc", |
| 950 | "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h", |
| 951 | "api/file_system/request_file_system_dialog_view.cc", |
| 952 | "api/file_system/request_file_system_dialog_view.h", |
| 953 | "api/file_system/request_file_system_notification.cc", |
| 954 | "api/file_system/request_file_system_notification.h", |
| 955 | "api/input_ime/input_ime_api.cc", |
| 956 | "api/input_ime/input_ime_api.h", |
| 957 | "api/input_ime/input_ime_api_chromeos.cc", |
| 958 | "api/input_ime/input_ime_api_chromeos.h", |
| 959 | "api/input_ime/input_ime_event_router_base.cc", |
| 960 | "api/input_ime/input_ime_event_router_base.h", |
| 961 | "api/log_private/filter_handler.cc", |
| 962 | "api/log_private/filter_handler.h", |
| 963 | "api/log_private/log_parser.cc", |
| 964 | "api/log_private/log_parser.h", |
| 965 | "api/log_private/log_private_api.h", |
| 966 | "api/log_private/log_private_api_chromeos.cc", |
| 967 | "api/log_private/syslog_parser.cc", |
| 968 | "api/log_private/syslog_parser.h", |
| 969 | "api/messaging/native_message_host_chromeos.cc", |
| 970 | "api/networking_private/crypto_verify_impl.cc", |
| 971 | "api/networking_private/crypto_verify_impl.h", |
| 972 | "api/platform_keys/platform_keys_api.cc", |
| 973 | "api/platform_keys/platform_keys_api.h", |
| 974 | "api/platform_keys/verify_trust_api.cc", |
| 975 | "api/platform_keys/verify_trust_api.h", |
| 976 | "api/terminal/terminal_extension_helper.cc", |
| 977 | "api/terminal/terminal_extension_helper.h", |
| 978 | "api/terminal/terminal_private_api.cc", |
| 979 | "api/terminal/terminal_private_api.h", |
| 980 | "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc", |
| 981 | "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h", |
| 982 | "api/vpn_provider/vpn_service_factory.cc", |
| 983 | "api/webstore_widget_private/app_installer.cc", |
| 984 | "api/webstore_widget_private/app_installer.h", |
| 985 | "api/webstore_widget_private/webstore_widget_private_api.cc", |
| 986 | "api/webstore_widget_private/webstore_widget_private_api.h", |
| 987 | "updater/chromeos_extension_cache_delegate.cc", |
| 988 | "updater/chromeos_extension_cache_delegate.h", |
| 989 | "updater/extension_cache_delegate.cc", |
| 990 | "updater/extension_cache_delegate.h", |
| 991 | "updater/extension_cache_impl.cc", |
| 992 | "updater/extension_cache_impl.h", |
| 993 | "updater/local_extension_cache.cc", |
| 994 | "updater/local_extension_cache.h", |
| 995 | ] |
| 996 | |
jamescook | f1545b58 | 2014-12-16 18:16:33 | [diff] [blame] | 997 | sources -= [ "api/music_manager_private/device_id_linux.cc" ] |
mbjorge | a12e5a5 | 2016-05-31 22:15:17 | [diff] [blame] | 998 | if (use_dbus) { |
| 999 | configs += [ "//build/config/linux/dbus" ] |
| 1000 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1001 | deps += [ |
tbarzic | 56ebc03 | 2015-05-01 18:44:34 | [diff] [blame] | 1002 | "//components/chrome_apps", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1003 | "//components/constrained_window", |
| 1004 | "//components/drive", |
| 1005 | "//components/user_manager", |
| 1006 | "//remoting/host", |
kelvinp | 98a75069 | 2014-11-12 21:31:43 | [diff] [blame] | 1007 | "//remoting/host/it2me:common", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 1008 | "//third_party/protobuf:protobuf_lite", |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1009 | "//ui/app_list", |
| 1010 | "//ui/chromeos", |
| 1011 | "//ui/file_manager", |
| 1012 | "//ui/views/", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1013 | ] |
| 1014 | } else { |
| 1015 | sources += [ |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1016 | "api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc", |
| 1017 | "api/image_writer_private/operation_nonchromeos.cc", |
| 1018 | "api/image_writer_private/removable_storage_provider_linux.cc", |
| 1019 | "api/messaging/native_message_process_host.cc", |
| 1020 | "api/messaging/native_message_process_host.h", |
| 1021 | "api/messaging/native_process_launcher.cc", |
| 1022 | "api/messaging/native_process_launcher.h", |
| 1023 | "api/messaging/native_process_launcher_posix.cc", |
| 1024 | "api/messaging/native_process_launcher_win.cc", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1025 | "default_apps.cc", |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1026 | "default_apps.h", |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1027 | ] |
| 1028 | } |
| 1029 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1030 | # chromeos uses its own global_shortcut_listener, _x11 is not necessary. |
| 1031 | if (is_chromeos || !use_x11) { |
| 1032 | sources -= [ |
| 1033 | "global_shortcut_listener_x11.cc", |
| 1034 | "global_shortcut_listener_x11.h", |
paulmeyer | 27b328b | 2015-06-17 21:26:12 | [diff] [blame] | 1035 | ] |
| 1036 | } |
| 1037 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1038 | if (is_chromeos && use_ozone) { |
| 1039 | sources -= [ "global_shortcut_listener_chromeos.cc" ] |
| 1040 | } |
| 1041 | if (!use_ozone) { |
| 1042 | sources -= [ "global_shortcut_listener_ozone.cc" ] |
paulmeyer | 27b328b | 2015-06-17 21:26:12 | [diff] [blame] | 1043 | } |
| 1044 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1045 | if (is_linux) { |
mbjorge | a12e5a5 | 2016-05-31 22:15:17 | [diff] [blame] | 1046 | deps += [ "//build/linux:fontconfig" ] |
| 1047 | |
| 1048 | if (use_dbus) { |
| 1049 | deps += [ "//dbus" ] |
| 1050 | } |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1051 | if (use_udev) { |
| 1052 | deps += [ "//device/udev_linux" ] |
| 1053 | } |
mbjorge | a12e5a5 | 2016-05-31 22:15:17 | [diff] [blame] | 1054 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1055 | if (use_x11) { |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 1056 | configs += [ "//build/config/linux:x11" ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1057 | deps += [ |
Brett Wilson | 4263a74 | 2014-09-10 00:02:24 | [diff] [blame] | 1058 | "//ui/events:events_base", |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1059 | "//ui/events/platform", |
| 1060 | "//ui/events/platform/x11", |
| 1061 | ] |
| 1062 | } |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1063 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1064 | |
brettw | ee486bb | 2016-12-08 17:56:34 | [diff] [blame] | 1065 | if (!is_android) { |
| 1066 | sources += [ |
| 1067 | "api/processes/processes_api.cc", |
| 1068 | "api/processes/processes_api.h", |
| 1069 | ] |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1070 | } |
| 1071 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1072 | if (is_win || is_mac) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1073 | sources += [ |
| 1074 | "api/networking_private/crypto_verify_impl.cc", |
| 1075 | "api/networking_private/crypto_verify_impl.h", |
| 1076 | "api/networking_private/networking_private_credentials_getter.h", |
| 1077 | "api/networking_private/networking_private_credentials_getter_mac.cc", |
| 1078 | "api/networking_private/networking_private_credentials_getter_win.cc", |
| 1079 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1080 | deps += [ "//components/wifi" ] |
zentaro | c0f330b | 2014-10-09 19:44:37 | [diff] [blame] | 1081 | } |
| 1082 | |
tfarina | e3f8d523 | 2016-10-30 11:32:05 | [diff] [blame] | 1083 | if (is_win || is_mac || is_chromeos) { |
| 1084 | sources += [ |
| 1085 | "api/networking_private/networking_private_crypto.cc", |
| 1086 | "api/networking_private/networking_private_crypto.h", |
| 1087 | ] |
| 1088 | |
| 1089 | # networking_private_crypto.cc depends on boringssl. |
| 1090 | public_deps += [ "//third_party/boringssl" ] |
| 1091 | } |
| 1092 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1093 | if (is_win) { |
| 1094 | deps += [ |
| 1095 | "//third_party/iaccessible2", |
| 1096 | "//third_party/isimpledom", |
| 1097 | ] |
brettw | 22488ad | 2015-05-02 00:42:59 | [diff] [blame] | 1098 | } else if (use_aura && !is_chromeos) { |
[email protected] | 723b76b | 2014-08-21 23:48:59 | [diff] [blame] | 1099 | sources += [ |
| 1100 | "display_info_provider_aura.cc", |
| 1101 | "display_info_provider_aura.h", |
| 1102 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1103 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1104 | |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1105 | if (is_win || (is_linux && !is_chromeos)) { |
| 1106 | sources += [ |
| 1107 | "api/input_ime/input_ime_api.cc", |
| 1108 | "api/input_ime/input_ime_api.h", |
| 1109 | "api/input_ime/input_ime_api_nonchromeos.cc", |
| 1110 | "api/input_ime/input_ime_api_nonchromeos.h", |
| 1111 | "api/input_ime/input_ime_event_router_base.cc", |
| 1112 | "api/input_ime/input_ime_event_router_base.h", |
| 1113 | ] |
| 1114 | } |
| 1115 | |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1116 | if (enable_app_list) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1117 | sources += [ |
| 1118 | # TODO These references to files in //chrome/browser/ should either be |
| 1119 | # moved to the browser target or the files moved to this directory. |
| 1120 | "../apps/drive/drive_app_converter.cc", |
| 1121 | "../apps/drive/drive_app_converter.h", |
| 1122 | "../apps/drive/drive_app_mapping.cc", |
| 1123 | "../apps/drive/drive_app_mapping.h", |
| 1124 | "../apps/drive/drive_app_provider.cc", |
| 1125 | "../apps/drive/drive_app_provider.h", |
| 1126 | "../apps/drive/drive_app_uninstall_sync_service.h", |
| 1127 | "../apps/drive/drive_service_bridge.cc", |
| 1128 | "../apps/drive/drive_service_bridge.h", |
| 1129 | "api/launcher_page/launcher_page_api.cc", |
| 1130 | "api/launcher_page/launcher_page_api.h", |
| 1131 | ] |
[email protected] | 94e7719 | 2014-08-12 03:00:02 | [diff] [blame] | 1132 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1133 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1134 | if (enable_hotwording) { |
| 1135 | defines += [ "ENABLE_HOTWORDING" ] |
dpranke | acd282e | 2014-11-05 03:54:47 | [diff] [blame] | 1136 | } |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1137 | |
| 1138 | if (enable_service_discovery) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1139 | sources += [ |
| 1140 | "api/gcd_private/gcd_private_api.cc", |
| 1141 | "api/gcd_private/gcd_private_api.h", |
| 1142 | "api/gcd_private/privet_v3_context_getter.cc", |
| 1143 | "api/gcd_private/privet_v3_context_getter.h", |
| 1144 | "api/gcd_private/privet_v3_session.cc", |
| 1145 | "api/gcd_private/privet_v3_session.h", |
| 1146 | "api/mdns/dns_sd_delegate.cc", |
| 1147 | "api/mdns/dns_sd_delegate.h", |
| 1148 | "api/mdns/dns_sd_device_lister.cc", |
| 1149 | "api/mdns/dns_sd_device_lister.h", |
| 1150 | "api/mdns/dns_sd_registry.cc", |
| 1151 | "api/mdns/dns_sd_registry.h", |
| 1152 | "api/mdns/mdns_api.cc", |
| 1153 | "api/mdns/mdns_api.h", |
| 1154 | ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1155 | } |
| 1156 | |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1157 | if (enable_rlz_support) { |
| 1158 | deps += [ "//rlz:rlz_lib" ] |
| 1159 | } |
| 1160 | |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1161 | if (enable_webrtc) { |
| 1162 | sources += [ "api/webrtc_logging_private/webrtc_logging_private_api.cc" ] |
| 1163 | } else { |
| 1164 | sources += |
| 1165 | [ "api/webrtc_logging_private/webrtc_logging_private_api_stub.cc" ] |
| 1166 | } |
| 1167 | |
| 1168 | if (toolkit_views) { |
| 1169 | deps += [ "//ui/views" ] |
| 1170 | } |
| 1171 | |
| 1172 | if (use_ash) { |
| 1173 | sources += [ |
| 1174 | "api/tabs/ash_panel_contents.cc", |
| 1175 | "api/tabs/ash_panel_contents.h", |
| 1176 | ] |
| 1177 | deps += [ "//ash" ] |
| 1178 | } |
| 1179 | |
| 1180 | if (use_aura) { |
| 1181 | deps += [ |
brettw | afa8f54 | 2016-08-24 05:16:24 | [diff] [blame] | 1182 | "//ui/aura", |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1183 | "//ui/keyboard", |
| 1184 | "//ui/keyboard:keyboard_with_content", |
| 1185 | "//ui/keyboard:resources", |
| 1186 | ] |
| 1187 | } |
| 1188 | |
| 1189 | if (use_brlapi) { |
Brett Wilson | 75f9cbd | 2016-08-29 22:19:41 | [diff] [blame] | 1190 | sources += [ |
| 1191 | "api/braille_display_private/braille_controller_brlapi.cc", |
| 1192 | "api/braille_display_private/brlapi_connection.cc", |
| 1193 | "api/braille_display_private/brlapi_connection.h", |
| 1194 | "api/braille_display_private/brlapi_keycode_map.cc", |
| 1195 | "api/braille_display_private/brlapi_keycode_map.h", |
| 1196 | ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1197 | deps += [ "//build/linux/libbrlapi" ] |
thestig | 0e3086f | 2016-08-04 04:44:16 | [diff] [blame] | 1198 | } else { |
| 1199 | sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1200 | } |
[email protected] | fb2799e | 2014-07-15 23:50:29 | [diff] [blame] | 1201 | } |