blob: 636591856aa4b93a0eab1666ca9ddb62d9412397 [file] [log] [blame]
Kinuko Yasudafa0f2512018-03-01 07:13:011# Copyright 2018 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
5import("//mojo/public/tools/bindings/mojom.gni")
Julie Jeongeun Kim9912f2e2019-03-01 03:30:186import("//third_party/blink/public/public_features.gni")
Kinuko Yasudafa0f2512018-03-01 07:13:017
Michael Thiessen909ba032019-03-26 23:47:438if (is_android) {
9 import("//build/config/android/config.gni")
10}
11
Kinuko Yasudafa0f2512018-03-01 07:13:0112# This target includes all mojom interfaces which can be used from
Chase Phillips4f62c052018-11-06 01:43:5113# renderer/platform. In particular these mojom interfaces can't use types that
14# are typemapped to a type in renderer/core.
Kinuko Yasudafa0f2512018-03-01 07:13:0115mojom("mojom_platform") {
danakj7c03b6d2019-10-22 20:01:3116 generate_java = true
Kinuko Yasudafa0f2512018-03-01 07:13:0117 sources = [
John Delaney74efc1d2018-12-20 18:29:1818 "ad_tagging/ad_frame.mojom",
Julie Jeongeun Kim0abed30c2019-03-04 12:18:2019 "app_banner/app_banner.mojom",
Staphany Park5e0954882019-01-14 20:18:2820 "appcache/appcache.mojom",
21 "appcache/appcache_info.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:0122 "array_buffer/array_buffer_contents.mojom",
Ken Rockot26e4e802018-07-31 15:03:3323 "associated_interfaces/associated_interfaces.mojom",
Julie Jeongeun Kimdaa631e2019-02-21 14:17:2524 "autoplay/autoplay.mojom",
Richard Li912523f02018-12-13 08:10:4025 "background_fetch/background_fetch.mojom",
Julie Jeongeun Kim781703f2019-03-09 02:49:1026 "background_sync/background_sync.mojom",
Julie Jeongeun Kim78e772b2019-03-08 23:21:5927 "badging/badging.mojom",
Oksana Zhuravlovafee097c2019-07-26 17:01:3028 "browser_interface_broker.mojom",
Richard Libcc09eb2018-11-30 15:00:3529 "cache_storage/cache_storage.mojom",
Abhijeet Kandalkar849ceff2019-02-28 17:37:2930 "choosers/color_chooser.mojom",
Gyuyoung Kim5f3da842019-06-19 08:07:5731 "choosers/date_time_chooser.mojom",
Kent Tamurac260c9a2018-09-14 09:10:5632 "choosers/file_chooser.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:0133 "clipboard/clipboard.mojom",
Julie Jeongeun Kim42a90df2019-03-20 23:13:1034 "commit_result/commit_result.mojom",
Finnur Thorarinsson522d3782018-12-05 02:17:4335 "contacts/contacts_manager.mojom",
Rayan Kansoe78e94a2019-06-20 13:29:0836 "content_index/content_index.mojom",
Victor Costan7184272a2018-05-15 13:17:4337 "cookie_store/cookie_store.mojom",
Yuzu Saijo2d12ef92018-08-21 04:52:0738 "crash/crash_memory_metrics_reporter.mojom",
Findite6ed5abb2019-07-03 20:33:5939 "credentialmanager/credential_manager.mojom",
Hiroki Nakagawa792fcc32018-12-06 06:50:5740 "csp/content_security_policy.mojom",
Leon Han797b2132019-01-20 12:43:1841 "devtools/console_message.mojom",
Hiroki Nakagawa7c0a7e72018-12-10 04:31:2942 "devtools/devtools_agent.mojom",
Julie Jeongeun Kim42a90df2019-03-20 23:13:1043 "devtools/devtools_frontend.mojom",
Marijn Kruisselbrink4712c332018-06-13 19:06:5944 "dom_storage/session_storage_namespace.mojom",
Marijn Kruisselbrinkf9a9e762018-06-07 18:57:1245 "dom_storage/storage_area.mojom",
Marijn Kruisselbrink4712c332018-06-13 19:06:5946 "dom_storage/storage_partition_service.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:0147 "feature_policy/feature_policy.mojom",
Ian Clelland82c5542c2019-09-06 15:35:4548 "feature_policy/feature_policy_feature.mojom",
49 "feature_policy/policy_value.mojom",
Richard Lie6899952018-11-30 08:42:0050 "fetch/fetch_api_request.mojom",
Han Leon6bbe7912018-07-31 01:13:4651 "fetch/fetch_api_response.mojom",
Jeremy Roman89a4d0d2018-04-26 19:05:2852 "file/file_utilities.mojom",
Adithya Srinivasan0c72ff02018-08-13 19:47:2953 "filesystem/file_system.mojom",
Findite6ed5abb2019-07-03 20:33:5954 "frame/document_interface_broker.mojom",
Rakina Zata Amniacf40492018-05-08 22:59:3355 "frame/find_in_page.mojom",
Mario Sanchez Pradab81acd7c2019-08-13 08:59:3356 "frame/frame.mojom",
Findite6ed5abb2019-07-03 20:33:5957 "frame/frame_host_test_interface.mojom",
Dave Tapuskaa4189512019-10-15 20:27:3458 "frame/fullscreen.mojom",
Dave Tapuskad6703f912019-01-31 23:13:1159 "frame/lifecycle.mojom",
Andy Paicuc93d30862018-10-10 15:33:4560 "frame/navigation_initiator.mojom",
Julie Jeongeun Kim162c2d282019-03-13 07:23:5261 "geolocation/geolocation_service.mojom",
Matt Reynolds3ece5aa42019-06-10 22:14:3462 "hid/hid.mojom",
Julie Jeongeun Kimea2e19a2019-03-13 09:59:4963 "hyphenation/hyphenation.mojom",
Julie Jeongeun Kim9f06c5a2019-03-21 07:27:3164 "idle/idle_manager.mojom",
Gyuyoung Kime370bdb2019-06-28 00:31:5265 "image_downloader/image_downloader.mojom",
Julie Jeongeun Kim0cecf4b2019-03-13 11:52:3566 "insecure_input/insecure_input_service.mojom",
Julie Jeongeun Kim41401192019-03-11 13:02:3267 "keyboard_lock/keyboard_lock.mojom",
Dmitry Gozmand016d882018-04-20 01:55:2468 "leak_detector/leak_detector.mojom",
Bill Budge24c1dc1a2018-09-25 18:51:3269 "loader/code_cache.mojom",
Hiroki Nakagawa686d5f52019-06-27 05:12:4370 "loader/fetch_client_settings_object.mojom",
Lu Chen5bec7a302018-06-26 18:52:3271 "loader/navigation_predictor.mojom",
Ryan Sturmc65dbe42018-05-31 20:37:0472 "loader/pause_subresource_loading_handle.mojom",
Tarun Bansaldc970292018-07-12 00:02:5873 "loader/previews_resource_loading_hints.mojom",
Kinuko Yasuda4be168c2019-05-16 05:14:3374 "loader/request_context_frame_type.mojom",
Hiroki Nakagawa753758342018-12-27 04:13:4975 "loader/url_loader_factory_bundle.mojom",
Julie Jeongeun Kim4a064a92019-03-13 10:17:4576 "locks/lock_manager.mojom",
Dmitry Gozman88ca5a992018-05-18 00:13:3377 "manifest/display_mode.mojom",
78 "manifest/manifest.mojom",
79 "manifest/manifest_manager.mojom",
Miyoung Shin0de5d9b2019-05-06 05:42:3480 "manifest/manifest_observer.mojom",
Antonio Gomesafe481a2019-07-18 01:32:5281 "mediastream/aec_dump.mojom",
Guido Urdanetad45f3ed62019-01-16 13:48:1882 "mediastream/media_devices.mojom",
Guido Urdaneta73fa6632019-01-14 18:46:2683 "mediastream/media_stream.mojom",
Julie Jeongeun Kim97410ad2019-02-27 08:04:5184 "mime/mime_registry.mojom",
Marijn Kruisselbrink2d848032019-05-07 19:38:3885 "native_file_system/native_file_system_directory_handle.mojom",
86 "native_file_system/native_file_system_error.mojom",
87 "native_file_system/native_file_system_file_handle.mojom",
Olivier Yiptong74cf65e42019-06-22 13:51:4188 "native_file_system/native_file_system_file_writer.mojom",
Marijn Kruisselbrink2d848032019-05-07 19:38:3889 "native_file_system/native_file_system_manager.mojom",
90 "native_file_system/native_file_system_transfer_token.mojom",
Han Leon96d6b6e8c22018-09-06 06:21:0691 "notifications/notification.mojom",
Julie Jeongeun Kim54134502019-03-22 10:40:1392 "notifications/notification_service.mojom",
Julie Jeongeun Kim08999f292019-02-27 23:30:4193 "oom_intervention/oom_intervention.mojom",
Becca Hughes6fe54e432018-06-09 04:18:5694 "page/display_cutout.mojom",
Michael Thiessen07c444c2019-04-26 03:53:1195 "page/spatial_navigation.mojom",
Han Leonabbe7c902018-08-30 02:08:1096 "payments/payment_app.mojom",
Antonio Gomes37d645f92019-10-23 03:50:0897 "peerconnection/peer_connection_tracker.mojom",
Julie Jeongeun Kim162c2d282019-03-13 07:23:5298 "permissions/permission.mojom",
99 "permissions/permission_status.mojom",
Mounir Lamouri99ba5a62019-02-12 01:27:47100 "picture_in_picture/picture_in_picture.mojom",
Jeremy Romanb7024742018-06-18 22:00:22101 "plugins/plugin_registry.mojom",
mark a. foltz6bbe59f2018-07-24 20:06:24102 "presentation/presentation.mojom",
Mario Sanchez Prada683f2f4a2019-05-07 12:41:46103 "push_messaging/push_messaging.mojom",
Mario Sanchez Pradad2990112019-05-07 08:13:49104 "push_messaging/push_messaging_status.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01105 "quota/quota_dispatcher_host.mojom",
106 "quota/quota_types.mojom",
Leon Han075e0b32018-11-06 07:59:44107 "referrer.mojom",
Leon Hanf4003a162019-01-28 05:31:58108 "renderer_preference_watcher.mojom",
Leon Hanc819dc62019-01-28 04:30:19109 "renderer_preferences.mojom",
Julie Jeongeun Kim9912f2e2019-03-01 03:30:18110 "reporting/reporting.mojom",
Staphany Parkafda6dd72019-09-02 08:51:49111 "screen_enumeration/screen_enumeration.mojom",
Hiroki Nakagawa4b072c62018-11-07 03:57:25112 "script/script_type.mojom",
Julie Jeongeun Kim42a90df2019-03-20 23:13:10113 "selection_menu/selection_menu_behavior.mojom",
Leon Han74d7ed32019-04-02 11:29:14114 "service_worker/controller_service_worker_mode.mojom",
Han Leon122d28182018-06-26 07:56:55115 "service_worker/dispatch_fetch_event_params.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01116 "service_worker/navigation_preload_state.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01117 "service_worker/service_worker_client.mojom",
118 "service_worker/service_worker_error_type.mojom",
119 "service_worker/service_worker_event_status.mojom",
Han Leon9a3a2fb2018-08-07 02:56:01120 "service_worker/service_worker_fetch_response_callback.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01121 "service_worker/service_worker_installed_scripts_manager.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01122 "service_worker/service_worker_provider_type.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01123 "service_worker/service_worker_state.mojom",
124 "service_worker/service_worker_stream_handle.mojom",
Julie Jeongeun Kim9912f2e2019-03-01 03:30:18125 "site_engagement/site_engagement.mojom",
Jun Caic5030f572019-06-19 22:47:44126 "sms/sms_receiver.mojom",
Adithya Srinivasanc35bf3962018-06-12 14:28:14127 "speech/speech_recognition_error.mojom",
Adithya Srinivasan80383372019-04-17 21:29:24128 "speech/speech_recognition_error_code.mojom",
Adithya Srinivasanc35bf3962018-06-12 14:28:14129 "speech/speech_recognition_grammar.mojom",
130 "speech/speech_recognition_result.mojom",
131 "speech/speech_recognizer.mojom",
Darin Fishera26aa7e2019-09-02 20:22:59132 "speech/speech_synthesis.mojom",
Julie Jeongeun Kim9912f2e2019-03-01 03:30:18133 "ukm/ukm.mojom",
Mike West6e4cbb32019-02-13 09:40:17134 "user_agent/user_agent_metadata.mojom",
Leon Hancaae6db2019-02-03 03:37:54135 "v8_cache_options.mojom",
Mounir Lamouri54c31f52018-12-09 02:52:54136 "wake_lock/wake_lock.mojom",
Jay Harrisf6a6b9a2019-07-24 01:42:00137 "web_launch/web_launch.mojom",
Findite6ed5abb2019-07-03 20:33:59138 "webaudio/audio_context_manager.mojom",
Julie Jeongeun Kim4fee1cd82019-03-20 07:34:03139 "webdatabase/web_database.mojom",
Yutaka Hirano8e0b4d432019-07-04 07:12:38140 "websockets/websocket_connector.mojom",
Julie Jeongeun Kim42a90df2019-03-20 23:13:10141 "window_features/window_features.mojom",
Dave Tapuska5c84c022019-08-22 13:00:08142 "worker/dedicated_worker_host.mojom",
Hiroki Nakagawa2da3b582018-12-10 06:44:52143 "worker/shared_worker.mojom",
Hiroki Nakagawad0dee832018-12-04 11:19:10144 "worker/shared_worker_client.mojom",
Hiroki Nakagawa0e677762018-12-06 14:55:38145 "worker/shared_worker_connector.mojom",
Hiroki Nakagawa32376a52018-12-03 10:49:23146 "worker/shared_worker_creation_context_type.mojom",
Hiroki Nakagawa86d9e0e2018-12-06 10:55:00147 "worker/shared_worker_host.mojom",
Hiroki Nakagawa1f236df2018-12-06 06:55:27148 "worker/shared_worker_info.mojom",
Hiroki Nakagawa579d02a2019-09-10 04:13:51149 "worker/subresource_loader_updater.mojom",
Leon Han6ac123d2019-01-17 07:52:25150 "worker/worker_content_settings_proxy.mojom",
Hiroki Nakagawa32376a52018-12-03 10:49:23151 "worker/worker_main_script_load_params.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01152 ]
153
Reilly Grant2814fb72019-03-19 17:04:46154 if (!is_android) {
155 sources += [ "serial/serial.mojom" ]
156 }
157
Dominik Röttsches24f9d162019-01-04 10:43:56158 if (is_win) {
159 sources += [ "dwrite_font_proxy/dwrite_font_proxy.mojom" ]
160 }
161
Kinuko Yasudafa0f2512018-03-01 07:13:01162 public_deps = [
Findite6ed5abb2019-07-03 20:33:59163 ":android_mojo_bindings",
164 ":authenticator_test_mojo_bindings",
Ian Wellscbc4e6f2019-02-07 22:07:57165 ":mojom_mhtml_load_result",
Julie Jeongeun Kim573ba3d2019-03-01 11:35:22166 ":web_client_hints_types_mojo_bindings",
Julie Jeongeun Kim184d78a62019-03-01 02:10:15167 ":web_feature_mojo_bindings",
Han Leonabbe7c902018-08-30 02:08:10168 "//components/payments/mojom",
Miyoung Shina26226512019-07-17 09:44:38169 "//components/services/filesystem/public/mojom",
Oksana Zhuravlova015487b32018-03-09 06:58:22170 "//mojo/public/mojom/base",
Dmitry Gozman88ca5a992018-05-18 00:13:33171 "//services/device/public/mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01172 "//services/network/public/mojom",
Minggang Wang1449cc52019-07-04 08:52:24173 "//services/network/public/mojom:data_pipe_interfaces",
Yutaka Hirano8e0b4d432019-07-04 07:12:38174 "//services/network/public/mojom:websocket_mojom",
Hiroki Nakagawac30b9f02018-12-03 11:26:01175 "//services/service_manager/public/mojom",
Miyoung Shin99505dd2019-07-27 12:45:35176 "//services/viz/public/mojom",
Miyoung Shin40adbd62019-07-30 07:33:40177 "//skia/public/mojom",
Donna Wu838ac362018-08-10 10:36:33178 "//third_party/blink/public/mojom/usb",
Miyoung Shinb18c4762019-07-27 08:14:40179 "//ui/base/ime/mojom",
Miyoung Shin87943f502019-07-26 13:31:58180 "//ui/gfx/geometry/mojom",
Miyoung Shin16bb4c02019-07-30 03:46:14181 "//ui/gfx/mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01182 "//url/mojom:url_mojom_gurl",
183 "//url/mojom:url_mojom_origin",
184 ]
185
Guido Urdaneta73fa6632019-01-14 18:46:26186 # iOS doesn't use and must not depend on //media
187 if (!is_ios) {
188 public_deps += [
189 "//media/capture/mojom:video_capture",
Miyoung Shin25bb8c092019-08-03 00:56:57190 "//media/mojo/mojom",
Guido Urdaneta73fa6632019-01-14 18:46:26191 ]
192 }
193
Leon Hanc819dc62019-01-28 04:30:19194 if (is_linux || is_chromeos) {
195 enabled_features = [ "renderer_pref_system_font_family_name" ]
196 }
197
Kinuko Yasudafa0f2512018-03-01 07:13:01198 export_class_attribute = "BLINK_COMMON_EXPORT"
199 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
Daniel Bratell54449102018-10-29 22:21:43200 export_header = "third_party/blink/public/common/common_export.h"
Kinuko Yasudafa0f2512018-03-01 07:13:01201
202 export_class_attribute_blink = "PLATFORM_EXPORT"
203 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
Blink Reformata30d4232018-04-07 15:31:06204 export_header_blink = "third_party/blink/renderer/platform/platform_export.h"
Suzy Li5ec40b12019-07-12 20:25:58205
206 # Don't scramble message IDs so they are redistributable to external tests.
207 scramble_message_ids = false
Kinuko Yasudafa0f2512018-03-01 07:13:01208}
209
Julie Jeongeun Kim17abfc72019-03-26 22:49:18210# Kept separate from "mojom_platform" because the Java bindings are
211# needed by Android's implementation (in chrome/android or in android_webview)
212# for following mojom files.
Han Leonabbe7c902018-08-30 02:08:10213mojom("android_mojo_bindings") {
danakj7c03b6d2019-10-22 20:01:31214 generate_java = true
Han Leonabbe7c902018-08-30 02:08:10215 sources = [
Eric Willigerse99debf52019-04-05 01:32:05216 "blob/blob.mojom",
217 "blob/blob_registry.mojom",
218 "blob/blob_url_store.mojom",
219 "blob/data_element.mojom",
220 "blob/serialized_blob.mojom",
Julie Jeongeun Kim17abfc72019-03-26 22:49:18221 "document_metadata/copyless_paste.mojom",
Julie Jeongeun Kime6178522019-03-31 06:02:25222 "font_unique_name_lookup/font_unique_name_lookup.mojom",
Julie Jeongeun Kim7de77e92019-02-27 00:14:15223 "input/input_host.mojom",
224 "input/input_messages.mojom",
Julie Jeongeun Kime6178522019-03-31 06:02:25225 "installation/installation.mojom",
Julie Jeongeun Kimd3d00a12019-03-25 01:46:25226 "installedapp/installed_app_provider.mojom",
227 "installedapp/related_application.mojom",
Julie Jeongeun Kime6178522019-03-31 06:02:25228 "mediasession/media_session.mojom",
Rouslan Solomakhina480efa2019-05-06 15:37:22229 "payments/payment_handler_host.mojom",
Han Leonabbe7c902018-08-30 02:08:10230 "payments/payment_request.mojom",
Julie Jeongeun Kim42a90df2019-03-20 23:13:10231 "remote_objects/remote_objects.mojom",
Julie Jeongeun Kimb6a0a1f2019-03-21 05:08:26232 "webauthn/authenticator.mojom",
Manas Verma77aeb1782019-05-13 20:40:52233 "webauthn/internal_authenticator.mojom",
Eric Willigers3eeae17c2019-03-13 17:32:10234 "webshare/webshare.mojom",
Han Leonabbe7c902018-08-30 02:08:10235 ]
236 public_deps = [
237 "//components/payments/mojom",
Julie Jeongeun Kim42a90df2019-03-20 23:13:10238 "//mojo/public/mojom/base",
Julie Jeongeun Kime6178522019-03-31 06:02:25239 "//services/media_session/public/mojom",
Eric Willigerse99debf52019-04-05 01:32:05240 "//services/network/public/mojom",
Eric Willigers3eeae17c2019-03-13 17:32:10241 "//url/mojom:url_mojom_gurl",
242 "//url/mojom:url_mojom_origin",
Han Leonabbe7c902018-08-30 02:08:10243 ]
244
Julie Jeongeun Kim9912f2e2019-03-01 03:30:18245 # This Android unhandled-tap feature uses another mojo source, add it in.
246 if (enable_unhandled_tap) {
247 sources += [ "unhandled_tap_notifier/unhandled_tap_notifier.mojom" ]
Miyoung Shin87943f502019-07-26 13:31:58248 public_deps += [ "//ui/gfx/geometry/mojom" ]
Julie Jeongeun Kim9912f2e2019-03-01 03:30:18249 }
250
Han Leonabbe7c902018-08-30 02:08:10251 export_class_attribute = "BLINK_COMMON_EXPORT"
252 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
Daniel Bratell54449102018-10-29 22:21:43253 export_header = "third_party/blink/public/common/common_export.h"
Han Leonabbe7c902018-08-30 02:08:10254
255 export_class_attribute_blink = "PLATFORM_EXPORT"
256 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
257 export_header_blink = "third_party/blink/renderer/platform/platform_export.h"
Julie Jeongeun Kimb6a0a1f2019-03-21 05:08:26258
259 # Don't scramble message IDs so they are redistributable to external tests.
260 scramble_message_ids = false
Han Leonabbe7c902018-08-30 02:08:10261}
262
Kinuko Yasudafa0f2512018-03-01 07:13:01263# This target can include mojom interfaces which do use types that are
Chase Phillips4f62c052018-11-06 01:43:51264# typemapped to a type in renderer/core. This also means these interfaces are
265# not available from renderer/platform.
Hiroki Nakagawa9144ec862019-01-28 10:12:44266#
Han Leonb2f46cd2018-03-09 01:59:16267# In future we may have a separate mojom target for the things that may have
268# modules dependencies if it looks necessary, at that time we can put all of
269# those high-level service worker mojom files there.
Han Leon19420c72018-03-08 01:59:55270mojom("mojom_core") {
danakj7c03b6d2019-10-22 20:01:31271 generate_java = true
Kinuko Yasudafa0f2512018-03-01 07:13:01272 sources = [
Zhuoyu Qianb647e772018-09-19 04:04:47273 "messaging/cloneable_message.mojom",
Chris Hamiltonb08dc862019-08-07 15:46:04274 "messaging/message_port_descriptor.mojom",
Zhuoyu Qianb647e772018-09-19 04:04:47275 "messaging/transferable_message.mojom",
Zhuoyu Qian47ed0fc52018-09-06 02:13:40276 "messaging/user_activation_snapshot.mojom",
Lucas Furukawa Gadani72655072018-07-26 22:34:33277 "portal/portal.mojom",
Hiroki Nakagawa9144ec862019-01-28 10:12:44278
279 # Note that service_worker_object.mojom and service_worker.mojom depend on
280 # transferable_message.mojom, and controller_service_worker.mojom and
281 # service_worker_registration.mojom depend on service_worker_object.mojom,
282 # so we put these service worker mojom files here rather than mojom_platform
283 # target.
Hiroki Nakagawacdbc7912018-11-30 11:30:05284 "service_worker/controller_service_worker.mojom",
Leon Han6e7c6e2f2019-02-03 07:26:56285 "service_worker/embedded_worker.mojom",
Han Leon94335e42018-03-15 08:44:18286 "service_worker/service_worker.mojom",
Richard Li743a69f2018-12-21 06:44:56287 "service_worker/service_worker_container.mojom",
Han Leonb2f46cd2018-03-09 01:59:16288 "service_worker/service_worker_object.mojom",
Richard Li32fb39202018-12-21 06:49:41289 "service_worker/service_worker_provider.mojom",
Han Leonb2f46cd2018-03-09 01:59:16290 "service_worker/service_worker_registration.mojom",
Hiroki Nakagawa9144ec862019-01-28 10:12:44291
292 # Depends on controller_service_worker.mojom.
Hiroki Nakagawa3d14c4f2019-02-09 01:27:30293 "worker/dedicated_worker_host_factory.mojom",
Hiroki Nakagawa9144ec862019-01-28 10:12:44294 "worker/shared_worker_factory.mojom",
Kinuko Yasudafa0f2512018-03-01 07:13:01295 ]
296
297 public_deps = [
Eric Willigerse99debf52019-04-05 01:32:05298 ":android_mojo_bindings",
Kinuko Yasudafa0f2512018-03-01 07:13:01299 ":mojom_platform",
Julie Jeongeun Kim184d78a62019-03-01 02:10:15300 ":web_feature_mojo_bindings",
Richard Li99e67742018-12-20 05:28:13301 "//components/payments/mojom",
Ken Rockot1ca39312018-04-12 05:32:55302 "//mojo/public/mojom/base",
Richard Li99e67742018-12-20 05:28:13303 "//services/network/public/mojom",
Richard Li32fb39202018-12-21 06:49:41304 "//services/service_manager/public/mojom",
Miyoung Shin40adbd62019-07-30 07:33:40305 "//skia/public/mojom",
Han Leonb2f46cd2018-03-09 01:59:16306 "//url/mojom:url_mojom_gurl",
Richard Li99e67742018-12-20 05:28:13307 "//url/mojom:url_mojom_origin",
Kinuko Yasudafa0f2512018-03-01 07:13:01308 ]
309
Richard Li99e67742018-12-20 05:28:13310 overridden_deps_blink = [
Eric Willigerse99debf52019-04-05 01:32:05311 ":android_mojo_bindings",
Richard Li99e67742018-12-20 05:28:13312 ":mojom_platform",
313 "//services/network/public/mojom",
314 ]
Blink Reformata30d4232018-04-07 15:31:06315 component_deps_blink = [ "//third_party/blink/renderer/platform" ]
Kinuko Yasudafa0f2512018-03-01 07:13:01316
317 export_class_attribute = "BLINK_COMMON_EXPORT"
318 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
Daniel Bratell54449102018-10-29 22:21:43319 export_header = "third_party/blink/public/common/common_export.h"
Kinuko Yasudafa0f2512018-03-01 07:13:01320
321 export_class_attribute_blink = "CORE_EXPORT"
322 export_define_blink = "BLINK_CORE_IMPLEMENTATION=1"
Blink Reformata30d4232018-04-07 15:31:06323 export_header_blink = "third_party/blink/renderer/core/core_export.h"
Kinuko Yasudafa0f2512018-03-01 07:13:01324}
Chase Phillips4f62c052018-11-06 01:43:51325
326# This target can include mojom interfaces which use types that are typemapped
327# to a type in renderer/modules. This also means these interfaces are not
328# available from renderer/platform or renderer/core.
329mojom("mojom_modules") {
330 sources = [
331 "indexeddb/indexeddb.mojom",
332 ]
333
334 public_deps = [
Eric Willigerse99debf52019-04-05 01:32:05335 ":android_mojo_bindings",
Chase Phillips4f62c052018-11-06 01:43:51336 ":mojom_core",
Chase Phillips4f62c052018-11-06 01:43:51337 "//mojo/public/mojom/base",
Chase Phillips4f62c052018-11-06 01:43:51338 ]
339
340 overridden_deps_blink = [
Eric Willigerse99debf52019-04-05 01:32:05341 ":android_mojo_bindings",
Chase Phillips4f62c052018-11-06 01:43:51342 ":mojom_core",
Chase Phillips4f62c052018-11-06 01:43:51343 ]
Daniel Bratella8e802a2019-04-03 13:27:18344 component_deps_blink = [ "//third_party/blink/renderer/core" ]
Chase Phillips4f62c052018-11-06 01:43:51345
346 export_class_attribute = "BLINK_COMMON_EXPORT"
347 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
348 export_header = "third_party/blink/public/common/common_export.h"
349
350 export_class_attribute_blink = "MODULES_EXPORT"
351 export_define_blink = "BLINK_MODULES_IMPLEMENTATION=1"
352 export_header_blink = "third_party/blink/renderer/modules/modules_export.h"
353}
Ian Wellscbc4e6f2019-02-07 22:07:57354
Julie Jeongeun Kim4f1b5aa2019-05-08 01:32:09355mojom("web_bluetooth_mojo_bindings") {
356 visibility = [
Ovidio Henriquez0e8ab7072019-05-31 21:38:07357 "//third_party/blink/common",
358 "//third_party/blink/public/common:common",
359 "//third_party/blink/public/common:headers",
Julie Jeongeun Kim4f1b5aa2019-05-08 01:32:09360 ]
361
Ovidio Henriquez0e8ab7072019-05-31 21:38:07362 visibility_blink = [
363 "//third_party/blink/common",
364 "//third_party/blink/public/common:common",
365 "//third_party/blink/public/common:headers",
366 "//third_party/blink/renderer/platform:blink_platform_public_deps",
367 ]
Julie Jeongeun Kim4f1b5aa2019-05-08 01:32:09368
369 sources = [
370 "bluetooth/web_bluetooth.mojom",
371 ]
372
373 public_deps = [
374 "//device/bluetooth/public/mojom",
375 ]
376
377 # The chromium variant must be linked with content and use the same export
378 # settings in component build because of the WebBluetoothDeviceId typemap
379 # inside content.
Ovidio Henriquez0e8ab7072019-05-31 21:38:07380 export_class_attribute = "BLINK_COMMON_EXPORT"
381 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
382 export_header = "third_party/blink/public/common/common_export.h"
Julie Jeongeun Kim4f1b5aa2019-05-08 01:32:09383
384 # Similarly, the blink variant must be linked with the platform component
385 # since it uses types from it in its typemaps.
386 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
387 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
388 export_header_blink = "third_party/blink/public/platform/web_common.h"
389}
390
Julie Jeongeun Kim6d9562f2019-03-27 09:17:43391# The mojom_broadcastchannel_bindings is separated from the rest of mojom files
392# to allow blink/renderer/core to depend on this.
393mojom("mojom_broadcastchannel_bindings") {
394 visibility = [ "//content/*" ]
395 visibility_blink = [ "//third_party/blink/renderer/core/*" ]
396 sources = [
397 "broadcastchannel/broadcast_channel.mojom",
398 ]
399 public_deps = [
400 ":mojom_core",
401 "//url/mojom:url_mojom_origin",
402 ]
403
404 overridden_deps = [ ":mojom_core" ]
405 component_deps = [ "//third_party/blink/public/common" ]
406
407 component_output_prefix = "blink_mojom_broadcastchannel_bindings"
408
409 # See comment above.
410 export_class_attribute = "CONTENT_EXPORT"
411 export_define = "CONTENT_IMPLEMENTATION=1"
412 export_header = "content/common/content_export.h"
413
414 # Similarly, the blink variant must be linked with the core component
415 # since it uses types from it in its typemaps.
416 export_class_attribute_blink = "CORE_EXPORT"
417 export_define_blink = "BLINK_CORE_IMPLEMENTATION=1"
418 export_header_blink = "third_party/blink/renderer/core/core_export.h"
419}
420
Ian Wellscbc4e6f2019-02-07 22:07:57421mojom("mojom_mhtml_load_result") {
danakj7c03b6d2019-10-22 20:01:31422 generate_java = true
Ian Wellscbc4e6f2019-02-07 22:07:57423 sources = [
424 "loader/mhtml_load_result.mojom",
425 ]
426
427 export_class_attribute = "BLINK_COMMON_EXPORT"
428 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
429 export_header = "third_party/blink/public/common/common_export.h"
430}
Julie Jeongeun Kim184d78a62019-03-01 02:10:15431
432# The web_feature_mojo_bindings is separated from the rest of the mojom files
433# because the chromium typemap for blink mojo_bindings has private content
434# dependencies.
435mojom_component("web_feature_mojo_bindings") {
danakj7c03b6d2019-10-22 20:01:31436 generate_java = true
Julie Jeongeun Kim184d78a62019-03-01 02:10:15437 sources = [
Majid Valipourb9ee0972019-08-22 15:16:23438 "use_counter/css_property_id.mojom",
Julie Jeongeun Kim184d78a62019-03-01 02:10:15439 "web_feature/web_feature.mojom",
440 ]
441
442 macro_prefix = "WEB_FEATURE_MOJO_BINDINGS_MOJOM"
443 output_prefix = "web_feature_mojo_bindings_mojom"
444}
Julie Jeongeun Kim573ba3d2019-03-01 11:35:22445
446# The web_client_hints_types_mojo_bindings is separated from the rest of the
447# mojom files because the chromium typemap for blink mojo_bindings has private
448# content dependencies.
449mojom("web_client_hints_types_mojo_bindings") {
danakj7c03b6d2019-10-22 20:01:31450 generate_java = true
Julie Jeongeun Kim573ba3d2019-03-01 11:35:22451 sources = [
452 "web_client_hints/web_client_hints_types.mojom",
453 ]
454}
Julie Jeongeun Kimb6a0a1f2019-03-21 05:08:26455
Julie Jeongeun Kim8b3d55242019-03-27 00:05:56456# The embedded_frame_sink_mojo_bindings is separated from the rest of mojom
457# files because its deps contain too many files in Chromium that would pollute
458# the include paths in generated mojom-blink files for other services.
459mojom("embedded_frame_sink_mojo_bindings") {
460 visibility = [ "//content/*" ]
461 visibility_blink = [ "//third_party/blink/renderer/platform" ]
462 sources = [
463 "frame_sinks/embedded_frame_sink.mojom",
464 ]
465 deps = [
Miyoung Shin99505dd2019-07-27 12:45:35466 "//services/viz/public/mojom",
Julie Jeongeun Kim8b3d55242019-03-27 00:05:56467 ]
468
469 component_output_prefix = "blink_embedded_frame_sink_mojo_bindings"
470
471 # The chromium variant must be linked with content and use the same export
472 # settings in component build.
473 export_class_attribute = "CONTENT_EXPORT"
474 export_define = "CONTENT_IMPLEMENTATION=1"
475 export_header = "content/common/content_export.h"
476 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
477 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
478 export_header_blink = "third_party/blink/public/platform/web_common.h"
479}
480
Julie Jeongeun Kimb6a0a1f2019-03-21 05:08:26481# This is a separate target because it needs unscrambled message IDs.
482mojom("authenticator_test_mojo_bindings") {
danakj7c03b6d2019-10-22 20:01:31483 generate_java = true
Julie Jeongeun Kimb6a0a1f2019-03-21 05:08:26484 sources = [
485 "webauthn/virtual_authenticator.mojom",
486 ]
487
488 public_deps = [
489 ":android_mojo_bindings",
490 "//url/mojom:url_mojom_gurl",
491 ]
492
493 export_class_attribute = "BLINK_COMMON_EXPORT"
494 export_define = "BLINK_COMMON_IMPLEMENTATION=1"
495 export_header = "third_party/blink/public/common/common_export.h"
496
497 export_class_attribute_blink = "PLATFORM_EXPORT"
498 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
499 export_header_blink = "third_party/blink/renderer/platform/platform_export.h"
500
501 # Don't scramble message IDs so they are redistributable to external tests.
502 scramble_message_ids = false
503}