blob: cd4959eaae595ef2dfb0a910505aa248f9fe3f67 [file] [log] [blame]
[email protected]fb2799e2014-07-15 23:50:291# 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]fb2799e2014-07-15 23:50:295import("//build/config/features.gni")
6import("//build/config/ui.gni")
thestig0e3086f2016-08-04 04:44:167import("//chrome/common/features.gni")
Dirk Prankeccc0c362017-09-28 22:15:118import("//components/nacl/features.gni")
brettw00899e62016-11-12 02:10:179import("//extensions/features/features.gni")
Brett Wilson0748bf412016-11-22 17:55:4610import("//media/media_options.gni")
catmullingsba539102017-05-26 19:45:1011import("//mojo/public/tools/bindings/mojom.gni")
brettw8fb852d2016-12-13 03:28:3712import("//rlz/features/features.gni")
[email protected]fb2799e2014-07-15 23:50:2913
thestiga52fbd22014-10-31 09:01:4914assert(enable_extensions)
15
brettw09ea8722016-06-30 01:35:5616static_library("extensions") {
Brett Wilson75f9cbd2016-08-29 22:19:4117 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 Wilson75f9cbd2016-08-29 22:19:4120 "../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 Wilson75f9cbd2016-08-29 22:19:4126 "../web_applications/web_app.cc",
27 "../web_applications/web_app.h",
28 "../web_applications/web_app_chromeos.cc",
29 "../web_applications/web_app_mac.h",
30 "../web_applications/web_app_mac.mm",
31 "../web_applications/web_app_win.cc",
32 "../web_applications/web_app_win.h",
33 "active_install_data.cc",
34 "active_install_data.h",
35 "active_tab_permission_granter.cc",
36 "active_tab_permission_granter.h",
37 "activity_log/activity_action_constants.cc",
38 "activity_log/activity_action_constants.h",
39 "activity_log/activity_actions.cc",
40 "activity_log/activity_actions.h",
41 "activity_log/activity_database.cc",
42 "activity_log/activity_database.h",
43 "activity_log/activity_log.cc",
44 "activity_log/activity_log.h",
45 "activity_log/activity_log_policy.cc",
46 "activity_log/activity_log_policy.h",
rdevlin.cronin6fa6b152017-08-01 22:47:1847 "activity_log/activity_log_task_runner.cc",
48 "activity_log/activity_log_task_runner.h",
Brett Wilson75f9cbd2016-08-29 22:19:4149 "activity_log/counting_policy.cc",
50 "activity_log/counting_policy.h",
51 "activity_log/database_string_table.cc",
52 "activity_log/database_string_table.h",
53 "activity_log/fullstream_ui_policy.cc",
54 "activity_log/fullstream_ui_policy.h",
55 "api/activity_log_private/activity_log_private_api.cc",
56 "api/activity_log_private/activity_log_private_api.h",
57 "api/autofill_private/autofill_private_api.cc",
58 "api/autofill_private/autofill_private_api.h",
59 "api/autofill_private/autofill_private_event_router.cc",
60 "api/autofill_private/autofill_private_event_router.h",
61 "api/autofill_private/autofill_private_event_router_factory.cc",
62 "api/autofill_private/autofill_private_event_router_factory.h",
63 "api/autofill_private/autofill_util.cc",
64 "api/autofill_private/autofill_util.h",
Brett Wilson75f9cbd2016-08-29 22:19:4165 "api/automation_internal/automation_event_router.cc",
66 "api/automation_internal/automation_event_router.h",
67 "api/automation_internal/automation_internal_api.cc",
68 "api/automation_internal/automation_internal_api.h",
69 "api/autotest_private/autotest_private_api.cc",
70 "api/autotest_private/autotest_private_api.h",
Brett Wilson75f9cbd2016-08-29 22:19:4171 "api/bookmark_manager_private/bookmark_manager_private_api.cc",
72 "api/bookmark_manager_private/bookmark_manager_private_api.h",
73 "api/bookmarks/bookmark_api_constants.cc",
74 "api/bookmarks/bookmark_api_constants.h",
75 "api/bookmarks/bookmark_api_helpers.cc",
76 "api/bookmarks/bookmark_api_helpers.h",
77 "api/bookmarks/bookmarks_api.cc",
78 "api/bookmarks/bookmarks_api.h",
79 "api/braille_display_private/braille_controller.h",
80 "api/braille_display_private/braille_controller_brlapi.h",
81 "api/braille_display_private/braille_display_private_api.cc",
82 "api/braille_display_private/braille_display_private_api.h",
83 "api/braille_display_private/stub_braille_controller.cc",
84 "api/braille_display_private/stub_braille_controller.h",
85 "api/browser/browser_api.cc",
86 "api/browser/browser_api.h",
87 "api/browsing_data/browsing_data_api.cc",
88 "api/browsing_data/browsing_data_api.h",
89 "api/chrome_device_permissions_prompt.h",
90 "api/chrome_extensions_api_client.cc",
91 "api/chrome_extensions_api_client.h",
Brett Wilson75f9cbd2016-08-29 22:19:4192 "api/command_line_private/command_line_private_api.cc",
93 "api/command_line_private/command_line_private_api.h",
94 "api/commands/command_service.cc",
95 "api/commands/command_service.h",
96 "api/commands/commands.cc",
97 "api/commands/commands.h",
98 "api/content_settings/content_settings_api.cc",
99 "api/content_settings/content_settings_api.h",
100 "api/content_settings/content_settings_api_constants.cc",
101 "api/content_settings/content_settings_api_constants.h",
102 "api/content_settings/content_settings_custom_extension_provider.cc",
103 "api/content_settings/content_settings_custom_extension_provider.h",
104 "api/content_settings/content_settings_helpers.cc",
105 "api/content_settings/content_settings_helpers.h",
106 "api/content_settings/content_settings_service.cc",
107 "api/content_settings/content_settings_service.h",
108 "api/content_settings/content_settings_store.cc",
109 "api/content_settings/content_settings_store.h",
110 "api/context_menus/context_menus_api.cc",
111 "api/context_menus/context_menus_api.h",
112 "api/context_menus/context_menus_api_helpers.cc",
113 "api/context_menus/context_menus_api_helpers.h",
114 "api/cookies/cookies_api.cc",
115 "api/cookies/cookies_api.h",
116 "api/cookies/cookies_api_constants.cc",
117 "api/cookies/cookies_api_constants.h",
118 "api/cookies/cookies_helpers.cc",
119 "api/cookies/cookies_helpers.h",
120 "api/cryptotoken_private/cryptotoken_private_api.cc",
121 "api/cryptotoken_private/cryptotoken_private_api.h",
122 "api/dashboard_private/dashboard_private_api.cc",
123 "api/dashboard_private/dashboard_private_api.h",
124 "api/data_reduction_proxy/data_reduction_proxy_api.cc",
125 "api/data_reduction_proxy/data_reduction_proxy_api.h",
126 "api/debugger/debugger_api.cc",
127 "api/debugger/debugger_api.h",
128 "api/debugger/debugger_api_constants.cc",
129 "api/debugger/debugger_api_constants.h",
130 "api/declarative_content/chrome_content_rules_registry.cc",
131 "api/declarative_content/chrome_content_rules_registry.h",
132 "api/declarative_content/content_action.cc",
133 "api/declarative_content/content_action.h",
134 "api/declarative_content/content_condition.cc",
135 "api/declarative_content/content_condition.h",
Brett Wilson75f9cbd2016-08-29 22:19:41136 "api/declarative_content/content_predicate.cc",
137 "api/declarative_content/content_predicate.h",
138 "api/declarative_content/content_predicate_evaluator.cc",
139 "api/declarative_content/content_predicate_evaluator.h",
140 "api/declarative_content/declarative_content_css_condition_tracker.cc",
141 "api/declarative_content/declarative_content_css_condition_tracker.h",
142 "api/declarative_content/declarative_content_is_bookmarked_condition_tracker.cc",
143 "api/declarative_content/declarative_content_is_bookmarked_condition_tracker.h",
144 "api/declarative_content/declarative_content_page_url_condition_tracker.cc",
145 "api/declarative_content/declarative_content_page_url_condition_tracker.h",
146 "api/declarative_content/default_content_predicate_evaluators.cc",
147 "api/declarative_content/default_content_predicate_evaluators.h",
148 "api/desktop_capture/desktop_capture_api.cc",
149 "api/desktop_capture/desktop_capture_api.h",
150 "api/desktop_capture/desktop_capture_base.cc",
151 "api/desktop_capture/desktop_capture_base.h",
152 "api/developer_private/developer_private_api.cc",
153 "api/developer_private/developer_private_api.h",
154 "api/developer_private/developer_private_mangle.cc",
155 "api/developer_private/developer_private_mangle.h",
156 "api/developer_private/entry_picker.cc",
157 "api/developer_private/entry_picker.h",
158 "api/developer_private/extension_info_generator.cc",
159 "api/developer_private/extension_info_generator.h",
160 "api/developer_private/inspectable_views_finder.cc",
161 "api/developer_private/inspectable_views_finder.h",
162 "api/developer_private/show_permissions_dialog_helper.cc",
163 "api/developer_private/show_permissions_dialog_helper.h",
164 "api/dial/dial_api.cc",
165 "api/dial/dial_api.h",
166 "api/dial/dial_api_factory.cc",
167 "api/dial/dial_api_factory.h",
Brett Wilson75f9cbd2016-08-29 22:19:41168 "api/downloads/downloads_api.cc",
169 "api/downloads/downloads_api.h",
170 "api/downloads_internal/downloads_internal_api.cc",
171 "api/downloads_internal/downloads_internal_api.h",
172 "api/easy_unlock_private/easy_unlock_private_api.cc",
173 "api/easy_unlock_private/easy_unlock_private_api.h",
174 "api/easy_unlock_private/easy_unlock_private_connection.cc",
175 "api/easy_unlock_private/easy_unlock_private_connection.h",
176 "api/easy_unlock_private/easy_unlock_private_connection_manager.cc",
177 "api/easy_unlock_private/easy_unlock_private_connection_manager.h",
178 "api/easy_unlock_private/easy_unlock_private_crypto_delegate.h",
179 "api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc",
180 "api/experience_sampling_private/experience_sampling.cc",
181 "api/experience_sampling_private/experience_sampling.h",
182 "api/experience_sampling_private/experience_sampling_private_api.cc",
183 "api/experience_sampling_private/experience_sampling_private_api.h",
184 "api/extension_action/extension_action_api.cc",
185 "api/extension_action/extension_action_api.h",
186 "api/extension_action/extension_page_actions_api_constants.cc",
187 "api/extension_action/extension_page_actions_api_constants.h",
Michael Giuffrida675f13c2017-08-08 18:46:05188 "api/feedback_private/chrome_feedback_private_delegate.cc",
189 "api/feedback_private/chrome_feedback_private_delegate.h",
michaelpg75d89e72017-02-07 01:34:29190 "api/file_handlers/non_native_file_system_delegate_chromeos.cc",
191 "api/file_handlers/non_native_file_system_delegate_chromeos.h",
michaelpg56c27b32017-07-14 01:35:29192 "api/file_system/chrome_file_system_delegate.cc",
193 "api/file_system/chrome_file_system_delegate.h",
michaelpgb35720f52017-07-06 18:16:20194 "api/file_system/file_entry_picker.cc",
195 "api/file_system/file_entry_picker.h",
Brett Wilson75f9cbd2016-08-29 22:19:41196 "api/font_settings/font_settings_api.cc",
197 "api/font_settings/font_settings_api.h",
198 "api/gcm/gcm_api.cc",
199 "api/gcm/gcm_api.h",
200 "api/history/history_api.cc",
201 "api/history/history_api.h",
Brett Wilson75f9cbd2016-08-29 22:19:41202 "api/i18n/i18n_api.cc",
203 "api/i18n/i18n_api.h",
204 "api/identity/extension_token_key.cc",
205 "api/identity/extension_token_key.h",
206 "api/identity/gaia_web_auth_flow.cc",
207 "api/identity/gaia_web_auth_flow.h",
208 "api/identity/identity_api.cc",
209 "api/identity/identity_api.h",
blundella13e6042017-02-01 07:16:40210 "api/identity/identity_constants.cc",
211 "api/identity/identity_constants.h",
blundelle1b2a782017-02-03 15:00:05212 "api/identity/identity_get_accounts_function.cc",
213 "api/identity/identity_get_accounts_function.h",
blundelle1b2ceb2017-02-03 13:03:15214 "api/identity/identity_get_auth_token_function.cc",
215 "api/identity/identity_get_auth_token_function.h",
blundell06fb5482017-02-01 17:27:27216 "api/identity/identity_get_profile_user_info_function.cc",
217 "api/identity/identity_get_profile_user_info_function.h",
blundell19151642017-01-27 08:50:56218 "api/identity/identity_launch_web_auth_flow_function.cc",
219 "api/identity/identity_launch_web_auth_flow_function.h",
Brett Wilson75f9cbd2016-08-29 22:19:41220 "api/identity/identity_mint_queue.cc",
221 "api/identity/identity_mint_queue.h",
blundellfb7f1c572017-01-27 15:45:00222 "api/identity/identity_remove_cached_auth_token_function.cc",
223 "api/identity/identity_remove_cached_auth_token_function.h",
Brett Wilson75f9cbd2016-08-29 22:19:41224 "api/identity/web_auth_flow.cc",
225 "api/identity/web_auth_flow.h",
226 "api/idltest/idltest_api.cc",
227 "api/idltest/idltest_api.h",
228 "api/image_writer_private/destroy_partitions_operation.cc",
229 "api/image_writer_private/destroy_partitions_operation.h",
230 "api/image_writer_private/error_messages.cc",
231 "api/image_writer_private/error_messages.h",
232 "api/image_writer_private/image_writer_private_api.cc",
233 "api/image_writer_private/image_writer_private_api.h",
234 "api/image_writer_private/image_writer_utility_client.cc",
235 "api/image_writer_private/image_writer_utility_client.h",
236 "api/image_writer_private/operation.cc",
237 "api/image_writer_private/operation.h",
238 "api/image_writer_private/operation_chromeos.cc",
239 "api/image_writer_private/operation_manager.cc",
240 "api/image_writer_private/operation_manager.h",
241 "api/image_writer_private/removable_storage_provider.cc",
242 "api/image_writer_private/removable_storage_provider.h",
243 "api/image_writer_private/removable_storage_provider_chromeos.cc",
244 "api/image_writer_private/removable_storage_provider_mac.cc",
245 "api/image_writer_private/removable_storage_provider_win.cc",
Istiaque Ahmed3eb3d0d2017-08-09 20:33:36246 "api/image_writer_private/unzip_helper.cc",
247 "api/image_writer_private/unzip_helper.h",
Brett Wilson75f9cbd2016-08-29 22:19:41248 "api/image_writer_private/write_from_file_operation.cc",
249 "api/image_writer_private/write_from_file_operation.h",
250 "api/image_writer_private/write_from_url_operation.cc",
251 "api/image_writer_private/write_from_url_operation.h",
252 "api/inline_install_private/inline_install_private_api.cc",
253 "api/inline_install_private/inline_install_private_api.h",
254 "api/instance_id/instance_id_api.cc",
255 "api/instance_id/instance_id_api.h",
256 "api/language_settings_private/language_settings_private_api.cc",
257 "api/language_settings_private/language_settings_private_api.h",
258 "api/language_settings_private/language_settings_private_delegate.cc",
259 "api/language_settings_private/language_settings_private_delegate.h",
260 "api/language_settings_private/language_settings_private_delegate_factory.cc",
261 "api/language_settings_private/language_settings_private_delegate_factory.h",
262 "api/management/chrome_management_api_delegate.cc",
263 "api/management/chrome_management_api_delegate.h",
264 "api/media_galleries/media_galleries_api.cc",
265 "api/media_galleries/media_galleries_api.h",
Michael Giuffrida9e1a9f82017-08-08 14:23:29266 "api/messaging/chrome_messaging_delegate.cc",
267 "api/messaging/chrome_messaging_delegate.h",
Brett Wilson75f9cbd2016-08-29 22:19:41268 "api/messaging/incognito_connectability.cc",
269 "api/messaging/incognito_connectability.h",
Brett Wilson75f9cbd2016-08-29 22:19:41270 "api/messaging/native_message_port.cc",
271 "api/messaging/native_message_port.h",
272 "api/messaging/native_messaging_host_manifest.cc",
273 "api/messaging/native_messaging_host_manifest.h",
274 "api/messaging/native_messaging_policy_handler.cc",
275 "api/messaging/native_messaging_policy_handler.h",
michaelpg49dc7dbf2016-10-06 05:26:47276 "api/metrics_private/chrome_metrics_private_delegate.cc",
277 "api/metrics_private/chrome_metrics_private_delegate.h",
Brett Wilson75f9cbd2016-08-29 22:19:41278 "api/module/module.cc",
279 "api/module/module.h",
280 "api/music_manager_private/device_id.cc",
281 "api/music_manager_private/device_id.h",
282 "api/music_manager_private/device_id_chromeos.cc",
283 "api/music_manager_private/device_id_linux.cc",
284 "api/music_manager_private/device_id_mac.cc",
285 "api/music_manager_private/device_id_win.cc",
286 "api/music_manager_private/music_manager_private_api.cc",
287 "api/music_manager_private/music_manager_private_api.h",
288 "api/networking_private/networking_private_credentials_getter_chromeos.cc",
289 "api/networking_private/networking_private_ui_delegate_chromeos.cc",
290 "api/networking_private/networking_private_ui_delegate_chromeos.h",
291 "api/networking_private/networking_private_ui_delegate_factory_impl.cc",
292 "api/networking_private/networking_private_ui_delegate_factory_impl.h",
peter28d8b732017-04-11 17:36:17293 "api/notifications/extension_notification_display_helper.cc",
294 "api/notifications/extension_notification_display_helper.h",
295 "api/notifications/extension_notification_display_helper_factory.cc",
296 "api/notifications/extension_notification_display_helper_factory.h",
297 "api/notifications/extension_notification_handler.cc",
298 "api/notifications/extension_notification_handler.h",
Brett Wilson75f9cbd2016-08-29 22:19:41299 "api/notifications/notifications_api.cc",
300 "api/notifications/notifications_api.h",
301 "api/omnibox/omnibox_api.cc",
302 "api/omnibox/omnibox_api.h",
303 "api/page_capture/page_capture_api.cc",
304 "api/page_capture/page_capture_api.h",
305 "api/passwords_private/passwords_private_api.cc",
306 "api/passwords_private/passwords_private_api.h",
307 "api/passwords_private/passwords_private_delegate.h",
308 "api/passwords_private/passwords_private_delegate_factory.cc",
309 "api/passwords_private/passwords_private_delegate_factory.h",
310 "api/passwords_private/passwords_private_delegate_impl.cc",
311 "api/passwords_private/passwords_private_delegate_impl.h",
312 "api/passwords_private/passwords_private_event_router.cc",
313 "api/passwords_private/passwords_private_event_router.h",
314 "api/passwords_private/passwords_private_event_router_factory.cc",
315 "api/passwords_private/passwords_private_event_router_factory.h",
jdoerrie2d3f81e2017-05-18 06:17:50316 "api/passwords_private/passwords_private_utils.cc",
317 "api/passwords_private/passwords_private_utils.h",
Brett Wilson75f9cbd2016-08-29 22:19:41318 "api/permissions/permissions_api.cc",
319 "api/permissions/permissions_api.h",
320 "api/permissions/permissions_api_helpers.cc",
321 "api/permissions/permissions_api_helpers.h",
Brett Wilson75f9cbd2016-08-29 22:19:41322 "api/preference/preference_api.cc",
323 "api/preference/preference_api.h",
324 "api/preference/preference_api_constants.cc",
325 "api/preference/preference_api_constants.h",
326 "api/preference/preference_helpers.cc",
327 "api/preference/preference_helpers.h",
328 "api/proxy/proxy_api.cc",
329 "api/proxy/proxy_api.h",
330 "api/proxy/proxy_api_constants.cc",
331 "api/proxy/proxy_api_constants.h",
332 "api/proxy/proxy_api_helpers.cc",
333 "api/proxy/proxy_api_helpers.h",
334 "api/resources_private/resources_private_api.cc",
335 "api/resources_private/resources_private_api.h",
336 "api/runtime/chrome_runtime_api_delegate.cc",
337 "api/runtime/chrome_runtime_api_delegate.h",
338 "api/screenlock_private/screenlock_private_api.cc",
339 "api/screenlock_private/screenlock_private_api.h",
340 "api/sessions/session_id.cc",
341 "api/sessions/session_id.h",
342 "api/sessions/sessions_api.cc",
343 "api/sessions/sessions_api.h",
344 "api/settings_overrides/settings_overrides_api.cc",
345 "api/settings_overrides/settings_overrides_api.h",
346 "api/settings_private/prefs_util.cc",
347 "api/settings_private/prefs_util.h",
348 "api/settings_private/settings_private_api.cc",
349 "api/settings_private/settings_private_api.h",
350 "api/settings_private/settings_private_delegate.cc",
351 "api/settings_private/settings_private_delegate.h",
352 "api/settings_private/settings_private_delegate_factory.cc",
353 "api/settings_private/settings_private_delegate_factory.h",
354 "api/settings_private/settings_private_event_router.cc",
355 "api/settings_private/settings_private_event_router.h",
356 "api/settings_private/settings_private_event_router_factory.cc",
357 "api/settings_private/settings_private_event_router_factory.h",
358 "api/signed_in_devices/id_mapping_helper.cc",
359 "api/signed_in_devices/id_mapping_helper.h",
360 "api/signed_in_devices/signed_in_devices_api.cc",
361 "api/signed_in_devices/signed_in_devices_api.h",
362 "api/signed_in_devices/signed_in_devices_manager.cc",
363 "api/signed_in_devices/signed_in_devices_manager.h",
364 "api/spellcheck/spellcheck_api.cc",
365 "api/spellcheck/spellcheck_api.h",
366 "api/storage/managed_value_store_cache.cc",
367 "api/storage/managed_value_store_cache.h",
368 "api/storage/policy_value_store.cc",
369 "api/storage/policy_value_store.h",
370 "api/storage/setting_sync_data.cc",
371 "api/storage/setting_sync_data.h",
372 "api/storage/settings_sync_processor.cc",
373 "api/storage/settings_sync_processor.h",
374 "api/storage/settings_sync_util.cc",
375 "api/storage/settings_sync_util.h",
376 "api/storage/sync_storage_backend.cc",
377 "api/storage/sync_storage_backend.h",
378 "api/storage/sync_value_store_cache.cc",
379 "api/storage/sync_value_store_cache.h",
380 "api/storage/syncable_settings_storage.cc",
381 "api/storage/syncable_settings_storage.h",
382 "api/streams_private/streams_private_api.cc",
383 "api/streams_private/streams_private_api.h",
384 "api/sync_file_system/extension_sync_event_observer.cc",
385 "api/sync_file_system/extension_sync_event_observer.h",
386 "api/sync_file_system/sync_file_system_api.cc",
387 "api/sync_file_system/sync_file_system_api.h",
388 "api/sync_file_system/sync_file_system_api_helpers.cc",
389 "api/sync_file_system/sync_file_system_api_helpers.h",
390 "api/system_indicator/system_indicator_api.h",
391 "api/system_indicator/system_indicator_manager.cc",
392 "api/system_indicator/system_indicator_manager.h",
393 "api/system_indicator/system_indicator_manager_factory.cc",
394 "api/system_indicator/system_indicator_manager_factory.h",
395 "api/system_private/system_private_api.cc",
396 "api/system_private/system_private_api.h",
397 "api/tab_capture/offscreen_tab.cc",
398 "api/tab_capture/offscreen_tab.h",
399 "api/tab_capture/tab_capture_api.cc",
400 "api/tab_capture/tab_capture_api.h",
401 "api/tab_capture/tab_capture_registry.cc",
402 "api/tab_capture/tab_capture_registry.h",
403 "api/tabs/app_base_window.cc",
404 "api/tabs/app_base_window.h",
405 "api/tabs/app_window_controller.cc",
406 "api/tabs/app_window_controller.h",
407 "api/tabs/tabs_api.cc",
408 "api/tabs/tabs_api.h",
409 "api/tabs/tabs_constants.cc",
410 "api/tabs/tabs_constants.h",
411 "api/tabs/tabs_event_router.cc",
412 "api/tabs/tabs_event_router.h",
413 "api/tabs/tabs_windows_api.cc",
414 "api/tabs/tabs_windows_api.h",
415 "api/tabs/windows_event_router.cc",
416 "api/tabs/windows_event_router.h",
417 "api/tabs/windows_util.cc",
418 "api/tabs/windows_util.h",
419 "api/top_sites/top_sites_api.cc",
420 "api/top_sites/top_sites_api.h",
421 "api/web_navigation/frame_navigation_state.cc",
422 "api/web_navigation/frame_navigation_state.h",
423 "api/web_navigation/web_navigation_api.cc",
424 "api/web_navigation/web_navigation_api.h",
425 "api/web_navigation/web_navigation_api_constants.cc",
426 "api/web_navigation/web_navigation_api_constants.h",
427 "api/web_navigation/web_navigation_api_helpers.cc",
428 "api/web_navigation/web_navigation_api_helpers.h",
429 "api/web_request/chrome_extension_web_request_event_router_delegate.cc",
430 "api/web_request/chrome_extension_web_request_event_router_delegate.h",
431 "api/web_view/chrome_web_view_internal_api.cc",
432 "api/web_view/chrome_web_view_internal_api.h",
433 "api/webrtc_audio_private/webrtc_audio_private_api.cc",
434 "api/webrtc_audio_private/webrtc_audio_private_api.h",
435 "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.cc",
436 "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.h",
437 "api/webrtc_logging_private/webrtc_logging_private_api.h",
438 "api/webstore_private/webstore_private_api.cc",
439 "api/webstore_private/webstore_private_api.h",
440 "app_data_migrator.cc",
441 "app_data_migrator.h",
442 "blacklist.cc",
443 "blacklist.h",
michaelpgc0145e62017-03-18 03:00:15444 "blacklist_check.cc",
445 "blacklist_check.h",
Brett Wilson75f9cbd2016-08-29 22:19:41446 "blacklist_factory.cc",
447 "blacklist_factory.h",
448 "blacklist_state_fetcher.cc",
449 "blacklist_state_fetcher.h",
Brett Wilson75f9cbd2016-08-29 22:19:41450 "bookmark_app_helper.cc",
451 "bookmark_app_helper.h",
Giovanni Ortuño Urquidi7ae7fb02017-10-09 01:49:57452 "bookmark_app_navigation_throttle.cc",
453 "bookmark_app_navigation_throttle.h",
Brett Wilson75f9cbd2016-08-29 22:19:41454 "browser_action_test_util.h",
455 "browser_context_keyed_service_factories.cc",
456 "browser_context_keyed_service_factories.h",
457 "browser_extension_window_controller.cc",
458 "browser_extension_window_controller.h",
khmel8c1f6622017-05-11 19:14:50459 "chrome_app_icon.cc",
460 "chrome_app_icon.h",
461 "chrome_app_icon_delegate.h",
462 "chrome_app_icon_loader.cc",
463 "chrome_app_icon_loader.h",
464 "chrome_app_icon_service.cc",
465 "chrome_app_icon_service.h",
466 "chrome_app_icon_service_factory.cc",
467 "chrome_app_icon_service_factory.h",
Brett Wilson75f9cbd2016-08-29 22:19:41468 "chrome_app_sorting.cc",
469 "chrome_app_sorting.h",
470 "chrome_component_extension_resource_manager.cc",
471 "chrome_component_extension_resource_manager.h",
472 "chrome_content_browser_client_extensions_part.cc",
473 "chrome_content_browser_client_extensions_part.h",
474 "chrome_content_verifier_delegate.cc",
475 "chrome_content_verifier_delegate.h",
476 "chrome_extension_api_frame_id_map_helper.cc",
477 "chrome_extension_api_frame_id_map_helper.h",
478 "chrome_extension_chooser_dialog.h",
479 "chrome_extension_function.cc",
480 "chrome_extension_function.h",
481 "chrome_extension_function_details.cc",
482 "chrome_extension_function_details.h",
483 "chrome_extension_host_delegate.cc",
484 "chrome_extension_host_delegate.h",
485 "chrome_extension_web_contents_observer.cc",
486 "chrome_extension_web_contents_observer.h",
487 "chrome_extensions_browser_client.cc",
488 "chrome_extensions_browser_client.h",
Ben Goodgerb6169152017-07-22 04:09:43489 "chrome_extensions_interface_registration.cc",
490 "chrome_extensions_interface_registration.h",
steelc8e6ede2016-09-29 00:56:27491 "chrome_kiosk_delegate.h",
Brett Wilson75f9cbd2016-08-29 22:19:41492 "chrome_process_manager_delegate.cc",
493 "chrome_process_manager_delegate.h",
Brett Wilson75f9cbd2016-08-29 22:19:41494 "chrome_url_request_util.cc",
495 "chrome_url_request_util.h",
jennyz6298fc52017-01-05 01:33:29496 "clipboard_extension_helper_chromeos.cc",
497 "clipboard_extension_helper_chromeos.h",
Brett Wilson75f9cbd2016-08-29 22:19:41498 "component_extensions_whitelist/whitelist.cc",
499 "component_extensions_whitelist/whitelist.h",
500 "component_loader.cc",
501 "component_loader.h",
Brett Wilson75f9cbd2016-08-29 22:19:41502 "context_menu_matcher.cc",
503 "context_menu_matcher.h",
504 "convert_user_script.cc",
505 "convert_user_script.h",
506 "convert_web_app.cc",
507 "convert_web_app.h",
508 "crx_installer.cc",
509 "crx_installer.h",
510 "data_deleter.cc",
511 "data_deleter.h",
512 "dev_mode_bubble_delegate.cc",
513 "dev_mode_bubble_delegate.h",
juncai43003622016-11-29 20:43:18514 "device_permissions_dialog_controller.cc",
515 "device_permissions_dialog_controller.h",
Brett Wilson75f9cbd2016-08-29 22:19:41516 "devtools_util.cc",
517 "devtools_util.h",
518 "display_info_provider_chromeos.cc",
519 "display_info_provider_chromeos.h",
520 "display_info_provider_mac.cc",
521 "display_info_provider_mac.h",
522 "display_info_provider_win.cc",
523 "display_info_provider_win.h",
524 "error_console/error_console.cc",
525 "error_console/error_console.h",
526 "error_console/error_console_factory.cc",
527 "error_console/error_console_factory.h",
528 "event_router_forwarder.cc",
529 "event_router_forwarder.h",
530 "extension_action.cc",
531 "extension_action.h",
532 "extension_action_icon_factory.cc",
533 "extension_action_icon_factory.h",
534 "extension_action_manager.cc",
535 "extension_action_manager.h",
536 "extension_action_runner.cc",
537 "extension_action_runner.h",
538 "extension_action_storage_manager.cc",
539 "extension_action_storage_manager.h",
Brett Wilson75f9cbd2016-08-29 22:19:41540 "extension_assets_manager.cc",
541 "extension_assets_manager.h",
542 "extension_assets_manager_chromeos.cc",
543 "extension_assets_manager_chromeos.h",
544 "extension_commands_global_registry.cc",
545 "extension_commands_global_registry.h",
546 "extension_context_menu_model.cc",
547 "extension_context_menu_model.h",
Randy Smith0a522662017-08-30 19:35:34548 "extension_cookie_notifier.cc",
549 "extension_cookie_notifier.h",
Brett Wilson75f9cbd2016-08-29 22:19:41550 "extension_creator.cc",
551 "extension_creator.h",
552 "extension_creator_filter.cc",
553 "extension_creator_filter.h",
554 "extension_disabled_ui.cc",
555 "extension_disabled_ui.h",
556 "extension_error_controller.cc",
557 "extension_error_controller.h",
Brett Wilson75f9cbd2016-08-29 22:19:41558 "extension_error_ui.cc",
559 "extension_error_ui.h",
560 "extension_error_ui_default.cc",
561 "extension_error_ui_default.h",
562 "extension_garbage_collector.cc",
563 "extension_garbage_collector.h",
564 "extension_garbage_collector_chromeos.cc",
565 "extension_garbage_collector_chromeos.h",
566 "extension_garbage_collector_factory.cc",
567 "extension_garbage_collector_factory.h",
568 "extension_gcm_app_handler.cc",
569 "extension_gcm_app_handler.h",
570 "extension_icon_manager.cc",
571 "extension_icon_manager.h",
Brett Wilson75f9cbd2016-08-29 22:19:41572 "extension_install_error_menu_item_id_provider.cc",
573 "extension_install_error_menu_item_id_provider.h",
574 "extension_install_prompt.cc",
575 "extension_install_prompt.h",
576 "extension_install_prompt_show_params.cc",
577 "extension_install_prompt_show_params.h",
Brett Wilson75f9cbd2016-08-29 22:19:41578 "extension_keybinding_registry.cc",
579 "extension_keybinding_registry.h",
580 "extension_management.cc",
581 "extension_management.h",
582 "extension_management_constants.cc",
583 "extension_management_constants.h",
584 "extension_management_internal.cc",
585 "extension_management_internal.h",
586 "extension_message_bubble_controller.cc",
587 "extension_message_bubble_controller.h",
588 "extension_migrator.cc",
589 "extension_migrator.h",
590 "extension_reenabler.cc",
591 "extension_reenabler.h",
Brett Wilson75f9cbd2016-08-29 22:19:41592 "extension_service.cc",
593 "extension_service.h",
594 "extension_special_storage_policy.cc",
595 "extension_special_storage_policy.h",
596 "extension_storage_monitor.cc",
597 "extension_storage_monitor.h",
598 "extension_storage_monitor_factory.cc",
599 "extension_storage_monitor_factory.h",
600 "extension_sync_data.cc",
601 "extension_sync_data.h",
602 "extension_sync_service.cc",
603 "extension_sync_service.h",
604 "extension_sync_service_factory.cc",
605 "extension_sync_service_factory.h",
606 "extension_system_factory.cc",
607 "extension_system_factory.h",
608 "extension_system_impl.cc",
609 "extension_system_impl.h",
610 "extension_tab_util.cc",
611 "extension_tab_util.h",
612 "extension_ui_util.cc",
613 "extension_ui_util.h",
614 "extension_uninstall_dialog.cc",
615 "extension_uninstall_dialog.h",
616 "extension_util.cc",
617 "extension_util.h",
wychen589d05e2017-03-31 00:06:36618 "extension_view.h",
Brett Wilson75f9cbd2016-08-29 22:19:41619 "extension_view_host.cc",
620 "extension_view_host.h",
621 "extension_view_host_factory.cc",
622 "extension_view_host_factory.h",
623 "extension_web_ui.cc",
624 "extension_web_ui.h",
625 "extension_web_ui_override_registrar.cc",
626 "extension_web_ui_override_registrar.h",
627 "extension_webkit_preferences.cc",
628 "extension_webkit_preferences.h",
629 "external_component_loader.cc",
630 "external_component_loader.h",
631 "external_install_error.cc",
632 "external_install_error.h",
633 "external_install_manager.cc",
634 "external_install_manager.h",
635 "external_loader.cc",
636 "external_loader.h",
637 "external_policy_loader.cc",
638 "external_policy_loader.h",
639 "external_pref_loader.cc",
640 "external_pref_loader.h",
641 "external_provider_impl.cc",
642 "external_provider_impl.h",
643 "external_registry_loader_win.cc",
644 "external_registry_loader_win.h",
645 "favicon_downloader.cc",
646 "favicon_downloader.h",
647 "global_shortcut_listener.cc",
648 "global_shortcut_listener.h",
Brett Wilson75f9cbd2016-08-29 22:19:41649 "global_shortcut_listener_mac.h",
650 "global_shortcut_listener_mac.mm",
Brett Wilson75f9cbd2016-08-29 22:19:41651 "global_shortcut_listener_win.cc",
652 "global_shortcut_listener_win.h",
Brett Wilson75f9cbd2016-08-29 22:19:41653 "install_gate.h",
654 "install_observer.cc",
655 "install_observer.h",
656 "install_signer.cc",
657 "install_signer.h",
658 "install_tracker.cc",
659 "install_tracker.h",
660 "install_tracker_factory.cc",
661 "install_tracker_factory.h",
662 "install_verifier.cc",
663 "install_verifier.h",
664 "install_verifier_factory.cc",
665 "install_verifier_factory.h",
666 "installed_loader.cc",
667 "installed_loader.h",
668 "launch_util.cc",
669 "launch_util.h",
Devlin Cronin9722a722017-12-16 03:35:10670 "load_error_reporter.cc",
671 "load_error_reporter.h",
Brett Wilson75f9cbd2016-08-29 22:19:41672 "menu_manager.cc",
673 "menu_manager.h",
674 "menu_manager_factory.cc",
675 "menu_manager_factory.h",
676 "navigation_observer.cc",
677 "navigation_observer.h",
678 "ntp_overridden_bubble_delegate.cc",
679 "ntp_overridden_bubble_delegate.h",
680 "pack_extension_job.cc",
681 "pack_extension_job.h",
Brett Wilson75f9cbd2016-08-29 22:19:41682 "pending_extension_info.cc",
683 "pending_extension_info.h",
684 "pending_extension_manager.cc",
685 "pending_extension_manager.h",
686 "permissions_based_management_policy_provider.cc",
687 "permissions_based_management_policy_provider.h",
688 "permissions_updater.cc",
689 "permissions_updater.h",
690 "plugin_manager.cc",
691 "plugin_manager.h",
lazyboy77214d3c2017-04-04 16:46:12692 "policy_extension_reinstaller.cc",
693 "policy_extension_reinstaller.h",
Brett Wilson75f9cbd2016-08-29 22:19:41694 "policy_handlers.cc",
695 "policy_handlers.h",
696 "proxy_overridden_bubble_delegate.cc",
697 "proxy_overridden_bubble_delegate.h",
698 "scripting_permissions_modifier.cc",
699 "scripting_permissions_modifier.h",
700 "settings_api_bubble_delegate.cc",
701 "settings_api_bubble_delegate.h",
702 "settings_api_helpers.cc",
703 "settings_api_helpers.h",
704 "shared_module_service.cc",
705 "shared_module_service.h",
706 "shared_user_script_master.cc",
707 "shared_user_script_master.h",
708 "signin/gaia_auth_extension_loader.cc",
709 "signin/gaia_auth_extension_loader.h",
710 "signin/scoped_gaia_auth_extension.cc",
711 "signin/scoped_gaia_auth_extension.h",
712 "standard_management_policy_provider.cc",
713 "standard_management_policy_provider.h",
714 "startup_helper.cc",
715 "startup_helper.h",
716 "state_store_notification_observer.cc",
717 "state_store_notification_observer.h",
718 "suspicious_extension_bubble_delegate.cc",
719 "suspicious_extension_bubble_delegate.h",
720 "sync_bundle.cc",
721 "sync_bundle.h",
722 "tab_helper.cc",
723 "tab_helper.h",
724 "theme_installed_infobar_delegate.cc",
725 "theme_installed_infobar_delegate.h",
Brett Wilson75f9cbd2016-08-29 22:19:41726 "unpacked_installer.cc",
727 "unpacked_installer.h",
728 "update_install_gate.cc",
729 "update_install_gate.h",
730 "updater/chrome_extension_downloader_factory.cc",
731 "updater/chrome_extension_downloader_factory.h",
732 "updater/chrome_update_client_config.cc",
733 "updater/chrome_update_client_config.h",
734 "updater/extension_updater.cc",
735 "updater/extension_updater.h",
736 "user_script_listener.cc",
737 "user_script_listener.h",
738 "warning_badge_service.cc",
739 "warning_badge_service.h",
740 "warning_badge_service_factory.cc",
741 "warning_badge_service_factory.h",
742 "webstore_data_fetcher.cc",
743 "webstore_data_fetcher.h",
744 "webstore_data_fetcher_delegate.cc",
745 "webstore_data_fetcher_delegate.h",
746 "webstore_inline_installer.cc",
747 "webstore_inline_installer.h",
748 "webstore_inline_installer_factory.cc",
749 "webstore_inline_installer_factory.h",
750 "webstore_install_helper.cc",
751 "webstore_install_helper.h",
752 "webstore_install_with_prompt.cc",
753 "webstore_install_with_prompt.h",
754 "webstore_installer.cc",
755 "webstore_installer.h",
756 "webstore_reinstaller.cc",
757 "webstore_reinstaller.h",
758 "webstore_standalone_installer.cc",
759 "webstore_standalone_installer.h",
760 "webstore_startup_installer.cc",
761 "webstore_startup_installer.h",
762 "window_controller.cc",
763 "window_controller.h",
764 "window_controller_list.cc",
765 "window_controller_list.h",
766 "window_controller_list_observer.h",
767 "zipfile_installer.cc",
768 "zipfile_installer.h",
769 ]
[email protected]94e77192014-08-12 03:00:02770
rsesek99679aa2016-06-28 21:24:17771 configs += [
772 "//build/config:precompiled_headers",
773 "//build/config/compiler:wexit_time_destructors",
774 ]
[email protected]fb2799e2014-07-15 23:50:29775 defines = []
776
[email protected]fb2799e2014-07-15 23:50:29777 # Since browser and browser_extensions actually depend on each other,
778 # we must omit the dependency from browser_extensions to browser.
779 # However, this means browser_extensions and browser should more or less
780 # have the same dependencies. Once browser_extensions is untangled from
781 # browser, then we can clean up these dependencies.
Brett Wilsone53895272014-09-23 23:41:46782 public_deps = [
783 "//chrome/common/extensions/api",
Tim Volodinee45938472017-09-21 10:08:22784 "//components/safe_browsing/db:util",
Brett Wilsone53895272014-09-23 23:41:46785 "//content/public/browser",
786 ]
[email protected]fb2799e2014-07-15 23:50:29787 deps = [
michaelpgdbdcdcc2017-04-06 01:40:56788 "//apps",
[email protected]fb2799e2014-07-15 23:50:29789 "//chrome:extra_resources",
790 "//chrome:resources",
791 "//chrome:strings",
brettw98a87012016-07-26 22:15:45792 "//chrome/app:command_ids",
[email protected]fb2799e2014-07-15 23:50:29793 "//chrome/app/resources:platform_locale_settings",
thestigab068272016-08-30 18:58:55794 "//chrome/app/theme:chrome_unscaled_resources",
[email protected]fb2799e2014-07-15 23:50:29795 "//chrome/app/theme:theme_resources",
estadebd859082017-02-24 21:53:43796 "//chrome/app/vector_icons",
[email protected]55699f392014-08-20 22:16:30797 "//chrome/browser/devtools",
thakis678822e2017-04-20 17:20:34798 "//chrome/browser/media/router",
zhaobincbc843e2017-03-23 22:21:57799 "//chrome/browser/media/router/discovery",
yzshena3471062017-06-21 01:56:15800 "//chrome/browser/safe_browsing",
[email protected]fb2799e2014-07-15 23:50:29801 "//chrome/common",
catmullingsba539102017-05-26 19:45:10802 "//chrome/common/extensions:mojo_bindings",
yoz774dcda2d2014-08-27 03:32:58803 "//chrome/common/extensions/api:api_registration",
rdevlin.cronin5c6849832016-07-25 18:04:45804 "//chrome/common/extensions/api:extensions_features",
[email protected]fb2799e2014-07-15 23:50:29805 "//chrome/common/safe_browsing:proto",
Jay Civelli069422f2017-11-10 18:55:52806 "//chrome/services/media_gallery_util/public/cpp",
Jay Civelli66e0d892017-12-05 01:05:10807 "//chrome/services/removable_storage_writer/public/interfaces",
brettwafa8f542016-08-24 05:16:24808 "//components/app_modal",
brettw98a87012016-07-26 22:15:45809 "//components/autofill/content/browser",
brettwafa8f542016-08-24 05:16:24810 "//components/bookmarks/browser",
811 "//components/bookmarks/managed",
maxbogue26f40222016-09-16 20:22:18812 "//components/browser_sync",
brettwafa8f542016-08-24 05:16:24813 "//components/browsing_data/core",
brettw98a87012016-07-26 22:15:45814 "//components/bubble",
815 "//components/content_settings/core/browser",
816 "//components/crx_file",
Joshua Pawlickib8bc9f92017-10-16 17:23:52817 "//components/crx_file:crx_creator",
khorimoto999e934c2016-11-18 20:10:42818 "//components/cryptauth",
brettwafa8f542016-08-24 05:16:24819 "//components/data_reduction_proxy/core/browser",
tfarinac439a452015-05-29 00:35:36820 "//components/dom_distiller/core",
Xing Liu5c41b0a2017-07-14 19:16:46821 "//components/download/content/public",
stevenjbffcb7a62016-11-04 21:56:57822 "//components/drive",
brettw98a87012016-07-26 22:15:45823 "//components/favicon/content",
brettwafa8f542016-08-24 05:16:24824 "//components/feedback",
brettw98a87012016-07-26 22:15:45825 "//components/gcm_driver",
brettwafa8f542016-08-24 05:16:24826 "//components/guest_view/browser",
827 "//components/history/core/browser",
brettw98a87012016-07-26 22:15:45828 "//components/infobars/core",
829 "//components/keyed_service/content",
Michael Martis6a7ec6d2017-10-11 01:38:07830 "//components/language/core/browser:browser",
Nico Weberaf3b00b2017-09-11 17:58:17831 "//components/nacl/common:features",
brettwafa8f542016-08-24 05:16:24832 "//components/navigation_interception",
833 "//components/net_log",
834 "//components/omnibox/browser",
[email protected]fb2799e2014-07-15 23:50:29835 "//components/onc",
brettwafa8f542016-08-24 05:16:24836 "//components/password_manager/core/browser",
837 "//components/pdf/browser",
brettw083632b2016-08-25 20:24:46838 "//components/policy:generated",
839 "//components/policy/core/browser",
brettw98a87012016-07-26 22:15:45840 "//components/pref_registry",
isherman25cab40a2014-09-18 03:51:51841 "//components/proximity_auth",
brettwafa8f542016-08-24 05:16:24842 "//components/proximity_auth/logging",
brettw98a87012016-07-26 22:15:45843 "//components/proxy_config",
brettwafa8f542016-08-24 05:16:24844 "//components/rappor",
sdefresne1802d1392016-02-03 09:53:08845 "//components/resources",
timvolodine89cf11712017-05-15 18:05:07846 "//components/safe_browsing/common:safe_browsing_prefs",
Tim Volodinee45938472017-09-21 10:08:22847 "//components/safe_browsing/db:database_manager",
brettw98a87012016-07-26 22:15:45848 "//components/search_engines",
849 "//components/sessions",
850 "//components/signin/core/browser",
brettwafa8f542016-08-24 05:16:24851 "//components/spellcheck/browser",
852 "//components/storage_monitor",
[email protected]fb2799e2014-07-15 23:50:29853 "//components/strings",
Max Boguefef332d2016-07-28 22:09:09854 "//components/sync",
maxbogueea16ff412016-10-28 16:35:29855 "//components/sync_preferences",
brettwafa8f542016-08-24 05:16:24856 "//components/sync_sessions",
brettwafa8f542016-08-24 05:16:24857 "//components/translate/core/browser",
858 "//components/undo",
sorin39eab2f2015-01-06 01:09:08859 "//components/update_client",
[email protected]fb2799e2014-07-15 23:50:29860 "//components/url_matcher",
brettwafa8f542016-08-24 05:16:24861 "//components/user_prefs",
Evan Stade619a89be2017-07-17 20:24:26862 "//components/vector_icons",
brettw98a87012016-07-26 22:15:45863 "//components/web_modal",
brettwafa8f542016-08-24 05:16:24864 "//components/zoom",
[email protected]a9ca8d52014-08-22 10:21:08865 "//content/app/resources",
[email protected]fb2799e2014-07-15 23:50:29866 "//content/public/common",
867 "//crypto",
[email protected]55699f392014-08-20 22:16:30868 "//device/bluetooth",
agrieved7a71c882015-11-20 19:53:28869 "//extensions:extensions_resources",
[email protected]55699f392014-08-20 22:16:30870 "//extensions/browser",
tsniatowskidc44a532016-11-03 11:51:52871 "//extensions/browser/api:api_registration",
noelc8702c42017-03-16 08:51:19872 "//extensions/common",
[email protected]fb2799e2014-07-15 23:50:29873 "//extensions/common/api",
brettw00899e62016-11-12 02:10:17874 "//extensions/features",
[email protected]fb2799e2014-07-15 23:50:29875 "//extensions/strings",
David Roger1f0a8bf72017-09-01 12:44:45876 "//google_apis",
Brett Wilson0748bf412016-11-22 17:55:46877 "//media:media_features",
[email protected]fb2799e2014-07-15 23:50:29878 "//net",
brettw4b461082016-11-19 18:55:16879 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12880 "//printing/features",
brettw8fb852d2016-12-13 03:28:37881 "//rlz/features",
Jay Civelliab99a9c2017-10-13 17:48:23882 "//services/data_decoder/public/cpp",
Ke He624b52d2017-11-09 13:45:09883 "//services/device/public/interfaces",
blundellb85bd3b2017-03-24 13:56:27884 "//services/identity/public/interfaces",
Randy Smithe93faff2017-12-22 14:28:52885 "//services/network/public/interfaces",
blundellb85bd3b2017-03-24 13:56:27886 "//services/service_manager/public/cpp",
887 "//services/service_manager/public/interfaces",
[email protected]fb2799e2014-07-15 23:50:29888 "//skia",
brettwafa8f542016-08-24 05:16:24889 "//sql",
agrieved7a71c882015-11-20 19:53:28890 "//storage/browser",
pilgrimf55d19fc2014-09-04 00:05:24891 "//storage/common",
[email protected]4eebe74d2014-08-13 02:54:46892 "//third_party/WebKit/public:resources",
Becca Hughes68e47c32017-08-07 11:15:57893 "//third_party/WebKit/public:scaled_resources",
[email protected]fb2799e2014-07-15 23:50:29894 "//third_party/cacheinvalidation",
895 "//third_party/icu",
896 "//third_party/leveldatabase",
khorimotoc067a1dc2015-05-06 02:38:57897 "//third_party/libaddressinput:util",
[email protected]fb2799e2014-07-15 23:50:29898 "//third_party/re2",
Brett Wilson83fd4242014-09-02 19:45:33899 "//third_party/webrtc/modules/desktop_capture",
manzagop55aebef2017-06-21 14:38:48900 "//third_party/zlib/google:zip",
[email protected]fb2799e2014-07-15 23:50:29901 "//ui/accessibility:ax_gen",
902 "//ui/base",
spang1c36fac2015-02-05 19:55:12903 "//ui/base/ime",
kylechar731f85f92016-12-01 20:50:46904 "//ui/display/manager",
[email protected]fb2799e2014-07-15 23:50:29905 "//ui/gfx",
906 "//ui/gfx/geometry",
Evan Stade353058c2017-09-08 21:31:13907 "//ui/message_center",
908 "//ui/message_center/public/cpp",
brettw98a87012016-07-26 22:15:45909 "//ui/native_theme",
[email protected]fb2799e2014-07-15 23:50:29910 "//ui/resources",
brettwafa8f542016-08-24 05:16:24911 "//ui/shell_dialogs",
[email protected]fb2799e2014-07-15 23:50:29912 "//ui/strings",
913 "//url",
[email protected]fb2799e2014-07-15 23:50:29914 ]
915
[email protected]fb2799e2014-07-15 23:50:29916 if (is_chromeos) {
Brett Wilson75f9cbd2016-08-29 22:19:41917 sources += [
Brett Wilson75f9cbd2016-08-29 22:19:41918 "api/certificate_provider/certificate_provider_api.cc",
919 "api/certificate_provider/certificate_provider_api.h",
920 "api/enterprise_device_attributes/enterprise_device_attributes_api.cc",
921 "api/enterprise_device_attributes/enterprise_device_attributes_api.h",
922 "api/enterprise_platform_keys/enterprise_platform_keys_api.cc",
923 "api/enterprise_platform_keys/enterprise_platform_keys_api.h",
924 "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc",
925 "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h",
michaelpgc1c49322017-06-09 18:22:37926 "api/file_system/consent_provider.cc",
927 "api/file_system/consent_provider.h",
Brett Wilson75f9cbd2016-08-29 22:19:41928 "api/file_system/request_file_system_notification.cc",
929 "api/file_system/request_file_system_notification.h",
930 "api/input_ime/input_ime_api.cc",
931 "api/input_ime/input_ime_api.h",
932 "api/input_ime/input_ime_api_chromeos.cc",
933 "api/input_ime/input_ime_api_chromeos.h",
934 "api/input_ime/input_ime_event_router_base.cc",
935 "api/input_ime/input_ime_event_router_base.h",
Luke Sorenson8daa8e622017-11-29 05:51:25936 "api/media_perception_private/media_perception_api_delegate_chromeos.cc",
937 "api/media_perception_private/media_perception_api_delegate_chromeos.h",
Brett Wilson75f9cbd2016-08-29 22:19:41938 "api/messaging/native_message_host_chromeos.cc",
tbarzicd2ff1ae2c2017-03-16 18:04:42939 "api/networking_cast_private/chrome_networking_cast_private_delegate.cc",
940 "api/networking_cast_private/chrome_networking_cast_private_delegate.h",
941 "api/networking_cast_private/networking_cast_private_api.cc",
942 "api/networking_cast_private/networking_cast_private_api.h",
Brett Wilson75f9cbd2016-08-29 22:19:41943 "api/platform_keys/platform_keys_api.cc",
944 "api/platform_keys/platform_keys_api.h",
945 "api/platform_keys/verify_trust_api.cc",
946 "api/platform_keys/verify_trust_api.h",
947 "api/terminal/terminal_extension_helper.cc",
948 "api/terminal/terminal_extension_helper.h",
949 "api/terminal/terminal_private_api.cc",
950 "api/terminal/terminal_private_api.h",
951 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc",
952 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h",
953 "api/vpn_provider/vpn_service_factory.cc",
954 "api/webstore_widget_private/app_installer.cc",
955 "api/webstore_widget_private/app_installer.h",
956 "api/webstore_widget_private/webstore_widget_private_api.cc",
957 "api/webstore_widget_private/webstore_widget_private_api.h",
Lei Zhang49555f12017-11-30 01:30:47958 "chrome_kiosk_delegate_chromeos.cc",
Brett Wilson75f9cbd2016-08-29 22:19:41959 "updater/chromeos_extension_cache_delegate.cc",
960 "updater/chromeos_extension_cache_delegate.h",
961 "updater/extension_cache_delegate.cc",
962 "updater/extension_cache_delegate.h",
963 "updater/extension_cache_impl.cc",
964 "updater/extension_cache_impl.h",
965 "updater/local_extension_cache.cc",
966 "updater/local_extension_cache.h",
967 ]
968
jamescookf1545b582014-12-16 18:16:33969 sources -= [ "api/music_manager_private/device_id_linux.cc" ]
mbjorgea12e5a52016-05-31 22:15:17970 if (use_dbus) {
971 configs += [ "//build/config/linux/dbus" ]
972 }
[email protected]fb2799e2014-07-15 23:50:29973 deps += [
James Cook42fbcd42017-10-05 19:53:06974 "//ash",
Scott Violetb84f2292017-11-20 18:06:32975 "//ash/public/cpp",
Ahmed Fakhry9ef29e042017-09-01 16:32:00976 "//components/arc",
tbarzic56ebc032015-05-01 18:44:34977 "//components/chrome_apps",
brettwafa8f542016-08-24 05:16:24978 "//components/constrained_window",
979 "//components/drive",
980 "//components/user_manager",
jamiewalchcf2cc682017-05-06 00:51:47981 "//remoting/base",
brettwafa8f542016-08-24 05:16:24982 "//remoting/host",
kelvinp98a750692014-11-12 21:31:43983 "//remoting/host/it2me:common",
agrieved7a71c882015-11-20 19:53:28984 "//third_party/protobuf:protobuf_lite",
brettwafa8f542016-08-24 05:16:24985 "//ui/app_list",
986 "//ui/chromeos",
penghuange5df2822017-03-16 22:54:36987 "//ui/chromeos/events",
brettwafa8f542016-08-24 05:16:24988 "//ui/file_manager",
Elliot Glaysher71afb0ec2017-09-19 21:51:33989 "//ui/ozone",
990 "//ui/views",
[email protected]fb2799e2014-07-15 23:50:29991 ]
Yuki Awanof7fa8b02017-07-11 11:52:28992 if (enable_nacl) {
993 deps += [ "//chrome/browser/resources/chromeos/zip_archiver" ]
994 }
[email protected]fb2799e2014-07-15 23:50:29995 } else {
996 sources += [
Brett Wilson75f9cbd2016-08-29 22:19:41997 "api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc",
998 "api/image_writer_private/operation_nonchromeos.cc",
999 "api/image_writer_private/removable_storage_provider_linux.cc",
1000 "api/messaging/native_message_process_host.cc",
1001 "api/messaging/native_message_process_host.h",
1002 "api/messaging/native_process_launcher.cc",
1003 "api/messaging/native_process_launcher.h",
1004 "api/messaging/native_process_launcher_posix.cc",
1005 "api/messaging/native_process_launcher_win.cc",
Lei Zhang49555f12017-11-30 01:30:471006 "chrome_kiosk_delegate.cc",
[email protected]fb2799e2014-07-15 23:50:291007 "default_apps.cc",
Brett Wilson75f9cbd2016-08-29 22:19:411008 "default_apps.h",
[email protected]fb2799e2014-07-15 23:50:291009 ]
1010 }
1011
kylechar0acbe052017-08-21 21:10:241012 if (use_x11) {
1013 sources += [
thestig0e3086f2016-08-04 04:44:161014 "global_shortcut_listener_x11.cc",
1015 "global_shortcut_listener_x11.h",
paulmeyer27b328b2015-06-17 21:26:121016 ]
kylechar0acbe052017-08-21 21:10:241017 } else if (use_ozone) {
1018 sources += [
1019 "global_shortcut_listener_ozone.cc",
1020 "global_shortcut_listener_ozone.h",
1021 ]
paulmeyer27b328b2015-06-17 21:26:121022 }
1023
[email protected]94e77192014-08-12 03:00:021024 if (is_linux) {
rchfd3053f22017-06-08 22:34:151025 deps += [ "//third_party/fontconfig" ]
mbjorgea12e5a52016-05-31 22:15:171026
1027 if (use_dbus) {
1028 deps += [ "//dbus" ]
1029 }
brettwafa8f542016-08-24 05:16:241030 if (use_udev) {
1031 deps += [ "//device/udev_linux" ]
1032 }
mbjorgea12e5a52016-05-31 22:15:171033
[email protected]94e77192014-08-12 03:00:021034 if (use_x11) {
scottmga266f952014-12-03 20:47:101035 configs += [ "//build/config/linux:x11" ]
[email protected]94e77192014-08-12 03:00:021036 deps += [
Brett Wilson4263a742014-09-10 00:02:241037 "//ui/events:events_base",
[email protected]94e77192014-08-12 03:00:021038 "//ui/events/platform",
1039 "//ui/events/platform/x11",
1040 ]
1041 }
[email protected]94e77192014-08-12 03:00:021042 }
[email protected]fb2799e2014-07-15 23:50:291043
brettwee486bb2016-12-08 17:56:341044 if (!is_android) {
1045 sources += [
1046 "api/processes/processes_api.cc",
1047 "api/processes/processes_api.h",
1048 ]
brettwafa8f542016-08-24 05:16:241049 }
1050
[email protected]94e77192014-08-12 03:00:021051 if (is_win || is_mac) {
Brett Wilson75f9cbd2016-08-29 22:19:411052 sources += [
tbarzicd2ff1ae2c2017-03-16 18:04:421053 "api/networking_cast_private/chrome_networking_cast_private_delegate.cc",
1054 "api/networking_cast_private/chrome_networking_cast_private_delegate.h",
1055 "api/networking_cast_private/networking_cast_private_api.cc",
1056 "api/networking_cast_private/networking_cast_private_api.h",
Brett Wilson75f9cbd2016-08-29 22:19:411057 "api/networking_private/networking_private_credentials_getter.h",
1058 "api/networking_private/networking_private_credentials_getter_mac.cc",
1059 "api/networking_private/networking_private_credentials_getter_win.cc",
1060 ]
[email protected]94e77192014-08-12 03:00:021061 deps += [ "//components/wifi" ]
zentaroc0f330b2014-10-09 19:44:371062 }
1063
tfarinae3f8d5232016-10-30 11:32:051064 if (is_win || is_mac || is_chromeos) {
1065 sources += [
1066 "api/networking_private/networking_private_crypto.cc",
1067 "api/networking_private/networking_private_crypto.h",
1068 ]
1069
1070 # networking_private_crypto.cc depends on boringssl.
1071 public_deps += [ "//third_party/boringssl" ]
1072 }
1073
[email protected]94e77192014-08-12 03:00:021074 if (is_win) {
1075 deps += [
Jay Civelli446d1db2017-11-15 00:19:261076 "//chrome/services/wifi_util_win/public/interfaces",
[email protected]94e77192014-08-12 03:00:021077 "//third_party/iaccessible2",
1078 "//third_party/isimpledom",
1079 ]
brettw22488ad2015-05-02 00:42:591080 } else if (use_aura && !is_chromeos) {
[email protected]723b76b2014-08-21 23:48:591081 sources += [
1082 "display_info_provider_aura.cc",
1083 "display_info_provider_aura.h",
1084 ]
[email protected]94e77192014-08-12 03:00:021085 }
[email protected]fb2799e2014-07-15 23:50:291086
Brett Wilson75f9cbd2016-08-29 22:19:411087 if (is_win || (is_linux && !is_chromeos)) {
1088 sources += [
1089 "api/input_ime/input_ime_api.cc",
1090 "api/input_ime/input_ime_api.h",
1091 "api/input_ime/input_ime_api_nonchromeos.cc",
1092 "api/input_ime/input_ime_api_nonchromeos.h",
1093 "api/input_ime/input_ime_event_router_base.cc",
1094 "api/input_ime/input_ime_event_router_base.h",
1095 ]
1096 }
1097
Lei Zhang49555f12017-11-30 01:30:471098 if (enable_print_preview && !is_chromeos) {
1099 sources += [
1100 "api/cloud_print_private/cloud_print_private_api.cc",
1101 "api/cloud_print_private/cloud_print_private_api.h",
1102 ]
1103 }
1104
thestig0e3086f2016-08-04 04:44:161105 if (enable_service_discovery) {
Brett Wilson75f9cbd2016-08-29 22:19:411106 sources += [
Brett Wilson75f9cbd2016-08-29 22:19:411107 "api/mdns/mdns_api.cc",
1108 "api/mdns/mdns_api.h",
1109 ]
thestig0e3086f2016-08-04 04:44:161110 }
1111
brettwafa8f542016-08-24 05:16:241112 if (enable_rlz_support) {
1113 deps += [ "//rlz:rlz_lib" ]
1114 }
1115
thestig0e3086f2016-08-04 04:44:161116 if (enable_webrtc) {
1117 sources += [ "api/webrtc_logging_private/webrtc_logging_private_api.cc" ]
1118 } else {
1119 sources +=
1120 [ "api/webrtc_logging_private/webrtc_logging_private_api_stub.cc" ]
1121 }
1122
1123 if (toolkit_views) {
1124 deps += [ "//ui/views" ]
1125 }
1126
thestig0e3086f2016-08-04 04:44:161127 if (use_aura) {
1128 deps += [
brettwafa8f542016-08-24 05:16:241129 "//ui/aura",
thestig0e3086f2016-08-04 04:44:161130 "//ui/keyboard",
1131 "//ui/keyboard:keyboard_with_content",
1132 "//ui/keyboard:resources",
1133 ]
1134 }
1135
1136 if (use_brlapi) {
Brett Wilson75f9cbd2016-08-29 22:19:411137 sources += [
1138 "api/braille_display_private/braille_controller_brlapi.cc",
1139 "api/braille_display_private/brlapi_connection.cc",
1140 "api/braille_display_private/brlapi_connection.h",
1141 "api/braille_display_private/brlapi_keycode_map.cc",
1142 "api/braille_display_private/brlapi_keycode_map.h",
1143 ]
thestig0e3086f2016-08-04 04:44:161144 deps += [ "//build/linux/libbrlapi" ]
thestig0e3086f2016-08-04 04:44:161145 } else {
1146 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
[email protected]fb2799e2014-07-15 23:50:291147 }
[email protected]fb2799e2014-07-15 23:50:291148}