[email protected] | df3ecfde | 2014-05-20 21:52:34 | [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 | |
thakis | 18e42641 | 2017-03-15 12:06:37 | [diff] [blame] | 5 | import("features.gni") |
| 6 | import("//build/buildflag_header.gni") |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 7 | import("//build/config/features.gni") |
| 8 | import("//build/config/ui.gni") |
xhwang | 13eab74 | 2015-11-18 20:29:37 | [diff] [blame] | 9 | import("//media/media_options.gni") |
rockot | 85dce086 | 2015-11-13 01:33:59 | [diff] [blame] | 10 | import("//mojo/public/tools/bindings/mojom.gni") |
brettw | 4b46108 | 2016-11-19 18:55:16 | [diff] [blame] | 11 | import("//ppapi/features/features.gni") |
rsesek | 7b1273af0 | 2016-12-06 20:55:47 | [diff] [blame] | 12 | import("//sandbox/features.gni") |
ochang | dd89a1e | 2016-06-08 16:39:01 | [diff] [blame] | 13 | import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
dpranke | 517335e | 2015-08-01 02:41:14 | [diff] [blame] | 14 | if (is_mac) { |
| 15 | import("//build/config/mac/mac_sdk.gni") |
| 16 | } |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 17 | |
thakis | 18e42641 | 2017-03-15 12:06:37 | [diff] [blame] | 18 | # For feature flags internal to content. See content/public/common:features |
| 19 | # for feature flags that clients of contents need to know about. |
| 20 | buildflag_header("features") { |
| 21 | header = "features.h" |
| 22 | |
Luke Halliwell | 16136de | 2017-07-05 21:15:56 | [diff] [blame] | 23 | flags = [ |
| 24 | "USE_EXTERNAL_POPUP_MENU=$use_external_popup_menu", |
| 25 | "ALLOW_CRITICAL_MEMORY_PRESSURE_HANDLING_IN_FOREGROUND=$allow_critical_memory_pressure_handling_in_foreground", |
| 26 | ] |
thakis | 18e42641 | 2017-03-15 12:06:37 | [diff] [blame] | 27 | } |
| 28 | |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 29 | source_set("common") { |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 30 | # Targets external to content should always link to the public API. |
| 31 | # In addition, targets outside of the content component (shell and tests) |
| 32 | # must not link to this because it will duplicate the code in the component |
| 33 | # build. |
| 34 | visibility = [ "//content/*" ] |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 35 | |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 36 | sources = [ |
| 37 | "accessibility_messages.h", |
| 38 | "all_messages.h", |
Nate Fischer | 5b685a0 | 2017-09-26 18:55:09 | [diff] [blame] | 39 | "android/browser_side_navigation_policy_android.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 40 | "android/gin_java_bridge_errors.cc", |
| 41 | "android/gin_java_bridge_errors.h", |
| 42 | "android/gin_java_bridge_value.cc", |
| 43 | "android/gin_java_bridge_value.h", |
| 44 | "android/hash_set.cc", |
| 45 | "android/hash_set.h", |
| 46 | "android/media_metadata_android.cc", |
| 47 | "android/media_metadata_android.h", |
| 48 | "android/resource_request_body_android.cc", |
| 49 | "android/resource_request_body_android.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 50 | "android/sync_compositor_statics.cc", |
| 51 | "android/sync_compositor_statics.h", |
| 52 | "appcache_interfaces.cc", |
| 53 | "appcache_interfaces.h", |
rockot | f62002a | 2016-09-15 00:08:59 | [diff] [blame] | 54 | "associated_interface_provider_impl.cc", |
| 55 | "associated_interface_provider_impl.h", |
| 56 | "associated_interface_registry_impl.cc", |
| 57 | "associated_interface_registry_impl.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 58 | "ax_content_node_data.cc", |
| 59 | "ax_content_node_data.h", |
peter | a1ab5a9 | 2017-03-24 13:59:53 | [diff] [blame] | 60 | "background_fetch/background_fetch_struct_traits.cc", |
| 61 | "background_fetch/background_fetch_struct_traits.h", |
| 62 | "background_fetch/background_fetch_types.cc", |
| 63 | "background_fetch/background_fetch_types.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 64 | "bluetooth/web_bluetooth_device_id.cc", |
| 65 | "bluetooth/web_bluetooth_device_id.h", |
| 66 | "browser_plugin/browser_plugin_constants.cc", |
| 67 | "browser_plugin/browser_plugin_constants.h", |
| 68 | "browser_plugin/browser_plugin_messages.h", |
| 69 | "cache_storage/cache_storage_messages.h", |
| 70 | "cache_storage/cache_storage_types.cc", |
| 71 | "cache_storage/cache_storage_types.h", |
| 72 | "child_process_host_impl.cc", |
| 73 | "child_process_host_impl.h", |
jam | cc96c42 | 2017-02-10 18:50:20 | [diff] [blame] | 74 | "common_sandbox_support_linux.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 75 | "content_constants_internal.cc", |
| 76 | "content_constants_internal.h", |
| 77 | "content_export.h", |
| 78 | "content_ipc_logging.cc", |
| 79 | "content_message_generator.cc", |
| 80 | "content_message_generator.h", |
| 81 | "content_param_traits.cc", |
| 82 | "content_param_traits.h", |
| 83 | "content_param_traits_macros.h", |
| 84 | "content_paths.cc", |
arthursonzogni | 7c9cab4 | 2017-02-21 18:58:13 | [diff] [blame] | 85 | "content_security_policy/content_security_policy.cc", |
| 86 | "content_security_policy/content_security_policy.h", |
| 87 | "content_security_policy/csp_context.cc", |
| 88 | "content_security_policy/csp_context.h", |
| 89 | "content_security_policy/csp_directive.cc", |
| 90 | "content_security_policy/csp_directive.h", |
tfarina | 6c067d45 | 2017-05-08 20:30:27 | [diff] [blame] | 91 | "content_security_policy/csp_disposition_enum.h", |
arthursonzogni | 7c9cab4 | 2017-02-21 18:58:13 | [diff] [blame] | 92 | "content_security_policy/csp_source.cc", |
| 93 | "content_security_policy/csp_source.h", |
| 94 | "content_security_policy/csp_source_list.cc", |
| 95 | "content_security_policy/csp_source_list.h", |
arthursonzogni | 662aa65 | 2017-03-28 11:09:50 | [diff] [blame] | 96 | "content_security_policy_header.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 97 | "content_security_policy_header.h", |
| 98 | "content_switches_internal.cc", |
| 99 | "content_switches_internal.h", |
| 100 | "cross_site_document_classifier.cc", |
| 101 | "cross_site_document_classifier.h", |
| 102 | "cursors/webcursor.cc", |
| 103 | "cursors/webcursor.h", |
| 104 | "cursors/webcursor_android.cc", |
| 105 | "cursors/webcursor_aura.cc", |
| 106 | "cursors/webcursor_aurawin.cc", |
| 107 | "cursors/webcursor_aurax11.cc", |
| 108 | "cursors/webcursor_mac.mm", |
| 109 | "cursors/webcursor_ozone.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 110 | "date_time_suggestion.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 111 | "devtools_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 112 | "dom_storage/dom_storage_map.cc", |
| 113 | "dom_storage/dom_storage_map.h", |
| 114 | "dom_storage/dom_storage_messages.h", |
tfarina | 6c067d45 | 2017-05-08 20:30:27 | [diff] [blame] | 115 | "dom_storage/dom_storage_types.h", |
carlosk | 29da4fe | 2016-11-29 00:01:29 | [diff] [blame] | 116 | "download/mhtml_save_status.cc", |
| 117 | "download/mhtml_save_status.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 118 | "drag_event_source_info.h", |
| 119 | "drag_messages.h", |
| 120 | "drag_traits.h", |
| 121 | "dwrite_font_proxy_messages.h", |
| 122 | "edit_command.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 123 | "fileapi/file_system_messages.h", |
tfarina | 6c067d45 | 2017-05-08 20:30:27 | [diff] [blame] | 124 | "fileapi/webblob_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 125 | "font_cache_dispatcher_win.cc", |
| 126 | "font_cache_dispatcher_win.h", |
| 127 | "font_config_ipc_linux.cc", |
| 128 | "font_config_ipc_linux.h", |
| 129 | "font_list.cc", |
| 130 | "font_list.h", |
| 131 | "font_list_android.cc", |
| 132 | "font_list_fontconfig.cc", |
| 133 | "font_list_mac.mm", |
| 134 | "font_list_win.cc", |
| 135 | "frame_message_enums.h", |
| 136 | "frame_messages.h", |
Balazs Engedy | a40712f | 2017-09-15 15:01:11 | [diff] [blame] | 137 | "frame_messages_forward.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 138 | "frame_owner_properties.cc", |
| 139 | "frame_owner_properties.h", |
| 140 | "frame_replication_state.cc", |
| 141 | "frame_replication_state.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 142 | "gin_java_bridge_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 143 | "in_process_child_thread_params.cc", |
| 144 | "in_process_child_thread_params.h", |
| 145 | "indexed_db/indexed_db_constants.h", |
| 146 | "indexed_db/indexed_db_key.cc", |
| 147 | "indexed_db/indexed_db_key.h", |
| 148 | "indexed_db/indexed_db_key_path.cc", |
| 149 | "indexed_db/indexed_db_key_path.h", |
| 150 | "indexed_db/indexed_db_key_range.cc", |
| 151 | "indexed_db/indexed_db_key_range.h", |
reillyg | 627e7f7 | 2016-10-20 05:12:43 | [diff] [blame] | 152 | "indexed_db/indexed_db_metadata.cc", |
| 153 | "indexed_db/indexed_db_metadata.h", |
reillyg | 627e7f7 | 2016-10-20 05:12:43 | [diff] [blame] | 154 | "indexed_db/indexed_db_struct_traits.cc", |
| 155 | "indexed_db/indexed_db_struct_traits.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 156 | "input/event_with_latency_info.h", |
| 157 | "input/gesture_event_stream_validator.cc", |
| 158 | "input/gesture_event_stream_validator.h", |
Ryan Landay | 69ac1e4 | 2017-09-14 02:17:38 | [diff] [blame] | 159 | "input/ime_text_span_conversions.cc", |
| 160 | "input/ime_text_span_conversions.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 161 | "input/input_event.cc", |
| 162 | "input/input_event.h", |
| 163 | "input/input_event_ack.cc", |
| 164 | "input/input_event_ack.h", |
Daniel Bratell | 364b9f3 | 2017-10-24 16:53:21 | [diff] [blame] | 165 | "input/input_event_ack_state.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 166 | "input/input_event_dispatch_type.h", |
| 167 | "input/input_event_stream_validator.cc", |
| 168 | "input/input_event_stream_validator.h", |
Dave Tapuska | 3b20277 | 2017-07-07 21:42:02 | [diff] [blame] | 169 | "input/input_event_struct_traits.cc", |
| 170 | "input/input_event_struct_traits.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 171 | "input/input_param_traits.cc", |
| 172 | "input/input_param_traits.h", |
Dave Tapuska | 734b27d | 2017-12-20 00:52:56 | [diff] [blame] | 173 | "input/sync_compositor_messages.cc", |
| 174 | "input/sync_compositor_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 175 | "input/synthetic_gesture_params.cc", |
| 176 | "input/synthetic_gesture_params.h", |
| 177 | "input/synthetic_pinch_gesture_params.cc", |
| 178 | "input/synthetic_pinch_gesture_params.h", |
lanwei | 3df2fbb | 2016-12-21 22:10:02 | [diff] [blame] | 179 | "input/synthetic_pointer_action_list_params.cc", |
| 180 | "input/synthetic_pointer_action_list_params.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 181 | "input/synthetic_pointer_action_params.cc", |
| 182 | "input/synthetic_pointer_action_params.h", |
| 183 | "input/synthetic_smooth_drag_gesture_params.cc", |
| 184 | "input/synthetic_smooth_drag_gesture_params.h", |
| 185 | "input/synthetic_smooth_scroll_gesture_params.cc", |
| 186 | "input/synthetic_smooth_scroll_gesture_params.h", |
| 187 | "input/synthetic_tap_gesture_params.cc", |
| 188 | "input/synthetic_tap_gesture_params.h", |
| 189 | "input/synthetic_web_input_event_builders.cc", |
| 190 | "input/synthetic_web_input_event_builders.h", |
Dave Tapuska | b28a108 | 2017-08-30 15:37:26 | [diff] [blame] | 191 | "input/touch_action_optional_struct_traits.cc", |
| 192 | "input/touch_action_optional_struct_traits.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 193 | "input/touch_event_stream_validator.cc", |
| 194 | "input/touch_event_stream_validator.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 195 | "input/web_touch_event_traits.cc", |
| 196 | "input/web_touch_event_traits.h", |
| 197 | "input_messages.h", |
| 198 | "inter_process_time_ticks_converter.cc", |
| 199 | "inter_process_time_ticks_converter.h", |
| 200 | "layer_tree_settings_factory.cc", |
| 201 | "layer_tree_settings_factory.h", |
John Abd-El-Malek | 287591b | 2017-07-20 22:28:30 | [diff] [blame] | 202 | "loader_util.cc", |
| 203 | "loader_util.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 204 | "mac/attributed_string_coder.h", |
| 205 | "mac/attributed_string_coder.mm", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 206 | "mac/font_loader.h", |
| 207 | "mac/font_loader.mm", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 208 | "media/aec_dump_messages.h", |
| 209 | "media/audio_messages.h", |
| 210 | "media/cdm_info.cc", |
guidou | cc6d460 | 2016-09-23 21:28:43 | [diff] [blame] | 211 | "media/media_devices.cc", |
| 212 | "media/media_devices.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 213 | "media/media_player_delegate_messages.h", |
| 214 | "media/media_player_messages_android.h", |
Chandan Padhi | 06fba2c | 2017-09-08 08:10:57 | [diff] [blame] | 215 | "media/media_stream_controls.cc", |
| 216 | "media/media_stream_controls.h", |
Chandan Padhi | 2e16c46 | 2017-08-18 10:24:02 | [diff] [blame] | 217 | "media/media_stream_param_traits.cc", |
| 218 | "media/media_stream_param_traits.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 219 | "media/media_stream_track_metrics_host_messages.h", |
| 220 | "media/midi_messages.h", |
tfarina | 6c067d45 | 2017-05-08 20:30:27 | [diff] [blame] | 221 | "media/peer_connection_tracker_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 222 | "media/surface_view_manager_messages_android.h", |
| 223 | "media/video_capture.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 224 | "navigation_gesture.h", |
| 225 | "navigation_params.cc", |
| 226 | "navigation_params.h", |
Kinuko Yasuda | 250577c | 2017-10-29 02:51:24 | [diff] [blame] | 227 | "navigation_subresource_loader_params.cc", |
| 228 | "navigation_subresource_loader_params.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 229 | "net/url_fetcher.cc", |
| 230 | "net/url_request_service_worker_data.cc", |
| 231 | "net/url_request_service_worker_data.h", |
| 232 | "net/url_request_user_data.cc", |
| 233 | "net/url_request_user_data.h", |
Alex Vallée | db4232d | 2017-10-12 01:17:05 | [diff] [blame] | 234 | "origin_trials/trial_policy_impl.cc", |
| 235 | "origin_trials/trial_policy_impl.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 236 | "origin_util.cc", |
tfarina | 6c067d45 | 2017-05-08 20:30:27 | [diff] [blame] | 237 | "p2p_socket_type.h", |
| 238 | "page_message_enums.h", |
| 239 | "page_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 240 | "page_state_serialization.cc", |
| 241 | "page_state_serialization.h", |
| 242 | "page_zoom.cc", |
| 243 | "pepper_file_util.cc", |
| 244 | "pepper_file_util.h", |
| 245 | "pepper_plugin_list.cc", |
| 246 | "pepper_plugin_list.h", |
| 247 | "pepper_renderer_instance_data.cc", |
| 248 | "pepper_renderer_instance_data.h", |
| 249 | "platform_notification_messages.h", |
| 250 | "plugin_list.cc", |
| 251 | "plugin_list.h", |
yzshen | efcb7c7 | 2017-06-16 23:12:30 | [diff] [blame] | 252 | "possibly_associated_interface_ptr.h", |
Reilly Grant | d175c5e6 | 2017-08-30 19:26:58 | [diff] [blame] | 253 | "possibly_associated_interface_ptr_info.h", |
mfoltz | 0dc2a6b | 2017-03-07 18:24:19 | [diff] [blame] | 254 | "presentation/presentation_struct_traits.cc", |
| 255 | "presentation/presentation_struct_traits.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 256 | "process_type.cc", |
asanka | c1ab029 | 2016-12-08 21:53:33 | [diff] [blame] | 257 | "quarantine/quarantine.cc", |
| 258 | "quarantine/quarantine_constants_linux.h", |
| 259 | "quarantine/quarantine_linux.cc", |
| 260 | "quarantine/quarantine_mac.mm", |
| 261 | "quarantine/quarantine_win.cc", |
samans | a1d159d8 | 2017-05-17 18:27:21 | [diff] [blame] | 262 | "render_widget_surface_properties.cc", |
| 263 | "render_widget_surface_properties.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 264 | "resize_params.cc", |
| 265 | "resize_params.h", |
| 266 | "resource_messages.cc", |
| 267 | "resource_messages.h", |
Tom Sepez | c09f5d4 | 2017-10-16 19:10:00 | [diff] [blame] | 268 | "sandbox_init_linux.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 269 | "sandbox_init_mac.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 270 | "sandbox_init_win.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 271 | "savable_subframe.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 272 | "send_zygote_child_ping_linux.cc", |
ben | d32292b | 2016-10-07 00:21:58 | [diff] [blame] | 273 | "service_manager/service_manager_connection_impl.cc", |
| 274 | "service_manager/service_manager_connection_impl.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 275 | "service_worker/embedded_worker_messages.h", |
| 276 | "service_worker/embedded_worker_settings.h", |
shimazu | 5de409e4 | 2016-09-29 08:45:28 | [diff] [blame] | 277 | "service_worker/embedded_worker_start_params.cc", |
| 278 | "service_worker/embedded_worker_start_params.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 279 | "service_worker/service_worker_client_info.cc", |
| 280 | "service_worker/service_worker_client_info.h", |
Emi Morikawa | 3816963 | 2017-09-05 15:02:37 | [diff] [blame] | 281 | "service_worker/service_worker_loader_helpers.cc", |
| 282 | "service_worker/service_worker_loader_helpers.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 283 | "service_worker/service_worker_messages.h", |
shimazu | 3b85dfb | 2017-02-21 13:03:30 | [diff] [blame] | 284 | "service_worker/service_worker_provider_host_info.cc", |
| 285 | "service_worker/service_worker_provider_host_info.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 286 | "service_worker/service_worker_status_code.cc", |
| 287 | "service_worker/service_worker_status_code.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 288 | "service_worker/service_worker_types.cc", |
| 289 | "service_worker/service_worker_types.h", |
| 290 | "service_worker/service_worker_utils.cc", |
| 291 | "service_worker/service_worker_utils.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 292 | "speech_recognition_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 293 | "swapped_out_messages.cc", |
| 294 | "swapped_out_messages.h", |
Francois Doray | 6d3c64969 | 2017-06-16 19:20:25 | [diff] [blame] | 295 | "task_scheduler.cc", |
| 296 | "task_scheduler.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 297 | "text_input_client_messages.h", |
| 298 | "text_input_state.cc", |
| 299 | "text_input_state.h", |
yzshen | 208145b | 2017-06-06 00:47:42 | [diff] [blame] | 300 | "throttling_url_loader.cc", |
| 301 | "throttling_url_loader.h", |
dcheng | 61b2c922 | 2017-05-25 23:10:11 | [diff] [blame] | 302 | "unique_name_helper.cc", |
| 303 | "unique_name_helper.h", |
Ken Rockot | be87ab32 | 2017-11-02 19:40:23 | [diff] [blame] | 304 | "url_loader_factory_bundle.cc", |
| 305 | "url_loader_factory_bundle.h", |
yhirano | 933ee58 | 2017-01-27 13:28:40 | [diff] [blame] | 306 | "url_request_struct_traits.cc", |
| 307 | "url_request_struct_traits.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 308 | "url_schemes.cc", |
| 309 | "url_schemes.h", |
| 310 | "user_agent.cc", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 311 | "view_message_enums.h", |
| 312 | "view_messages.h", |
brettw | 8ad01a3 | 2016-09-01 23:26:25 | [diff] [blame] | 313 | "zygote_commands_linux.h", |
| 314 | ] |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 315 | |
brettw | 1deb76bc | 2015-02-18 19:28:20 | [diff] [blame] | 316 | configs += [ |
| 317 | "//content:content_implementation", |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 318 | "//build/config:precompiled_headers", |
brettw | 1deb76bc | 2015-02-18 19:28:20 | [diff] [blame] | 319 | "//build/config/compiler:no_size_t_to_int_warning", |
| 320 | ] |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 321 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 322 | public_deps = [ |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 323 | ":mojo_bindings", |
xlai | 8f40538 | 2016-09-01 19:46:22 | [diff] [blame] | 324 | "//cc", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 325 | "//gpu/command_buffer/common", |
agrieve | e786dac | 2015-12-02 14:45:22 | [diff] [blame] | 326 | "//ipc", |
Tom Sepez | 15d4e520 | 2017-09-27 23:59:05 | [diff] [blame] | 327 | "//services/service_manager/sandbox", |
Marijn Kruisselbrink | 6dc8a88 | 2017-10-04 02:33:23 | [diff] [blame] | 328 | "//third_party/WebKit/common:blink_common", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 329 | "//third_party/WebKit/public:blink_headers", |
| 330 | ] |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 331 | deps = [ |
thakis | 18e42641 | 2017-03-15 12:06:37 | [diff] [blame] | 332 | ":features", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 333 | "//base", |
brettw | 6334088 | 2016-03-22 17:09:49 | [diff] [blame] | 334 | "//base/third_party/dynamic_annotations", |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 335 | "//build/util:webkit_version", |
fsamuel | 812b848 | 2016-05-16 18:52:18 | [diff] [blame] | 336 | "//cc/ipc", |
penghuang | d81c1a6 | 2016-11-02 20:06:06 | [diff] [blame] | 337 | "//components/discardable_memory/common", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 338 | "//components/tracing", |
zhenw | 062a9452 | 2015-06-22 20:55:28 | [diff] [blame] | 339 | "//components/tracing:startup_tracing", |
Fady Samuel | e478607 | 2017-07-24 20:03:38 | [diff] [blame] | 340 | "//components/viz/service", |
brettw | 26c6ab45 | 2016-06-23 00:41:09 | [diff] [blame] | 341 | "//content:resources", |
| 342 | "//content/app/resources", |
mmenke | 680c214 | 2017-07-05 19:08:56 | [diff] [blame] | 343 | "//content/public/common:interfaces", |
ben | 6f95c475 | 2017-04-25 21:08:53 | [diff] [blame] | 344 | "//content/public/common:service_names", |
alexis.menard | b39a3082 | 2016-09-30 15:14:39 | [diff] [blame] | 345 | "//device/base/synchronization", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 346 | "//device/bluetooth", |
brettw | 6334088 | 2016-03-22 17:09:49 | [diff] [blame] | 347 | "//gpu", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 348 | "//gpu/command_buffer/client:gles2_c_lib", |
| 349 | "//gpu/command_buffer/client:gles2_cmd_helper", |
| 350 | "//gpu/command_buffer/client:gles2_implementation", |
jbroman | cba3d2fe | 2014-09-16 01:04:24 | [diff] [blame] | 351 | "//gpu/command_buffer/client:gles2_interface", |
brettw | 542f753 | 2015-04-06 22:35:45 | [diff] [blame] | 352 | "//gpu/command_buffer/common:gles2_utils", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 353 | "//gpu/command_buffer/service", |
penghuang | 346a46f9 | 2016-03-31 21:37:52 | [diff] [blame] | 354 | "//gpu/ipc/client", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 355 | "//gpu/ipc/common", |
| 356 | "//gpu/skia_bindings", |
| 357 | "//ipc", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 358 | "//media", |
| 359 | "//media:shared_memory_support", |
jam | c17b7fa0 | 2016-05-12 03:57:55 | [diff] [blame] | 360 | "//media/base/ipc", |
mcasas | e40d752 | 2016-06-21 16:11:40 | [diff] [blame] | 361 | "//media/capture", |
chfremer | b689c2a | 2016-10-27 23:04:46 | [diff] [blame] | 362 | "//media/capture/ipc", |
Alexandre Courbot | c326509 | 2017-08-30 16:32:30 | [diff] [blame] | 363 | "//media/gpu:features", |
penghuang | 13b168b | 2016-04-07 15:23:31 | [diff] [blame] | 364 | "//media/gpu/ipc/client", |
fsamuel | 29ebf3c | 2016-04-01 00:20:00 | [diff] [blame] | 365 | "//media/gpu/ipc/common", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 366 | "//media/midi", |
sammc | 64324c3a | 2017-01-05 00:40:15 | [diff] [blame] | 367 | "//media/midi:mojo", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 368 | "//mojo/common:common_base", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 369 | "//mojo/edk/system", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 370 | "//net", |
brettw | 4b46108 | 2016-11-19 18:55:16 | [diff] [blame] | 371 | "//ppapi/features", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 372 | "//sandbox", |
rsesek | 7b1273af0 | 2016-12-06 20:55:47 | [diff] [blame] | 373 | "//sandbox:sandbox_features", |
Randy Smith | c573425 | 2017-12-06 02:37:55 | [diff] [blame] | 374 | "//services/network/public/cpp", |
| 375 | "//services/network/public/interfaces", |
ssid | f91ad00d | 2017-04-26 01:24:46 | [diff] [blame] | 376 | "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 377 | "//services/service_manager", |
rockot | 60d92c2 | 2017-03-21 06:35:23 | [diff] [blame] | 378 | "//services/service_manager/embedder", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 379 | "//services/service_manager/public/cpp", |
| 380 | "//services/service_manager/public/interfaces", |
| 381 | "//services/service_manager/runner/common", |
ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 382 | "//services/ui/public/interfaces", |
mcasas | c3b336b | 2016-10-07 14:55:45 | [diff] [blame] | 383 | "//services/video_capture/public/interfaces", |
Saman Sami | 1f34578b | 2017-08-28 18:31:56 | [diff] [blame] | 384 | "//services/viz/public/interfaces", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 385 | "//skia", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 386 | "//storage/common", |
Satyajit Sahu | 82a76e0 | 2017-09-18 14:50:14 | [diff] [blame] | 387 | "//third_party/angle:angle_gpu_info_util", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 388 | "//third_party/boringssl", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 389 | "//third_party/icu", |
| 390 | "//ui/accessibility", |
[email protected] | 52140d88 | 2014-05-30 19:22:40 | [diff] [blame] | 391 | "//ui/base", |
spang | 1c36fac | 2015-02-05 19:55:12 | [diff] [blame] | 392 | "//ui/base/ime", |
brettw | 26c6ab45 | 2016-06-23 00:41:09 | [diff] [blame] | 393 | "//ui/display", |
chongz | a8ba91fc | 2016-08-16 21:39:17 | [diff] [blame] | 394 | "//ui/events/blink", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 395 | "//ui/gfx", |
| 396 | "//ui/gfx/geometry", |
[email protected] | d7e69fa | 2014-07-24 21:19:28 | [diff] [blame] | 397 | "//ui/gfx/ipc", |
ccameron | e0d9f38 | 2016-07-19 20:12:15 | [diff] [blame] | 398 | "//ui/gfx/ipc/color", |
fsamuel | 6b98cf9 | 2016-04-28 05:42:24 | [diff] [blame] | 399 | "//ui/gfx/ipc/geometry", |
markdittmer | 99d77bf | 2016-03-31 19:03:24 | [diff] [blame] | 400 | "//ui/gfx/ipc/skia", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 401 | "//ui/gl", |
mfomitchev | 3ba450ad | 2017-04-03 18:20:40 | [diff] [blame] | 402 | "//ui/latency/ipc", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 403 | "//ui/shell_dialogs", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 404 | "//url", |
markdittmer | 67b71ea | 2016-03-03 22:40:03 | [diff] [blame] | 405 | "//url/ipc:url_ipc", |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 406 | ] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 407 | |
ben | 3f5f999 | 2015-11-19 10:38:30 | [diff] [blame] | 408 | defines = [] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 409 | include_dirs = [] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 410 | libs = [] |
| 411 | ldflags = [] |
| 412 | |
mmenke | 680c214 | 2017-07-05 19:08:56 | [diff] [blame] | 413 | allow_circular_includes_from = [ |
| 414 | ":mojo_bindings", |
| 415 | "//content/public/common:interfaces", |
| 416 | ] |
yhirano | 72f6227 | 2016-08-13 12:50:06 | [diff] [blame] | 417 | |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 418 | if (is_android && use_seccomp_bpf) { |
| 419 | set_sources_assignment_filter([]) |
| 420 | sources += [ |
Tom Sepez | 10c0455 | 2017-11-03 17:20:36 | [diff] [blame] | 421 | "//services/service_manager/sandbox/linux/bpf_base_policy_linux.cc", |
| 422 | "//services/service_manager/sandbox/linux/bpf_base_policy_linux.h", |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 423 | ] |
| 424 | set_sources_assignment_filter(sources_assignment_filter) |
| 425 | } |
| 426 | |
| 427 | if (is_mac) { |
markdittmer | 6e70beb8 | 2016-05-02 05:40:47 | [diff] [blame] | 428 | deps += [ "//sandbox/mac:seatbelt" ] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 429 | } |
| 430 | |
| 431 | if (is_android) { |
James Robinson | 060f2e3 | 2014-09-10 22:31:37 | [diff] [blame] | 432 | deps += [ |
James Robinson | 060f2e3 | 2014-09-10 22:31:37 | [diff] [blame] | 433 | "//content/public/android:common_aidl", |
rockot | ac2a36e | 2015-11-20 17:56:54 | [diff] [blame] | 434 | "//content/public/android:jni", |
James Robinson | 060f2e3 | 2014-09-10 22:31:37 | [diff] [blame] | 435 | ] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 436 | |
| 437 | libs += [ "android" ] |
| 438 | } |
| 439 | |
agrieve | e786dac | 2015-12-02 14:45:22 | [diff] [blame] | 440 | if (is_debug && !is_component_build && enable_plugins) { |
erg | 85ac931 | 2015-04-16 18:20:53 | [diff] [blame] | 441 | # Content depends on the PPAPI message logging stuff; if this isn't here, |
| 442 | # some unit test binaries won't compile. This only worked in release mode |
| 443 | # because logging is disabled there. |
| 444 | deps += [ "//ppapi/proxy:ipc_sources" ] |
| 445 | } |
| 446 | |
Kevin Marshall | 8a39c1a | 2017-08-14 20:07:27 | [diff] [blame] | 447 | if (enable_webrtc) { |
| 448 | sources += [ "p2p_messages.h" ] |
| 449 | deps += [ |
| 450 | "//third_party/webrtc/rtc_base:rtc_base", |
| 451 | "//third_party/webrtc_overrides", |
| 452 | ] |
| 453 | } |
| 454 | |
reveman | bc2de2b | 2014-11-17 03:21:32 | [diff] [blame] | 455 | if (use_ozone) { |
spang | 03357697 | 2016-02-24 00:10:57 | [diff] [blame] | 456 | deps += [ "//ui/ozone" ] |
reveman | bc2de2b | 2014-11-17 03:21:32 | [diff] [blame] | 457 | } else { |
drott | e70ca0a | 2016-08-26 09:24:36 | [diff] [blame] | 458 | sources -= [ "cursors/webcursor_ozone.cc" ] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 459 | } |
| 460 | |
Lei Zhang | 9ae2c0d | 2017-09-20 17:41:00 | [diff] [blame] | 461 | if (!use_aura) { |
[email protected] | 79ff77e6 | 2014-07-08 10:59:16 | [diff] [blame] | 462 | sources -= [ "cursors/webcursor_aura.cc" ] |
| 463 | } |
| 464 | |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 465 | if (!use_aura || !use_x11) { |
| 466 | sources -= [ "cursors/webcursor_aurax11.cc" ] |
| 467 | } |
| 468 | |
drott | e70ca0a | 2016-08-26 09:24:36 | [diff] [blame] | 469 | if (is_linux) { |
rch | fd3053f2 | 2017-06-08 22:34:15 | [diff] [blame] | 470 | deps += [ "//third_party/fontconfig" ] |
drott | e70ca0a | 2016-08-26 09:24:36 | [diff] [blame] | 471 | } |
| 472 | |
Kevin Marshall | a6f5155 | 2017-08-17 01:50:58 | [diff] [blame] | 473 | if (is_mac || is_win || is_android || is_fuchsia) { |
drott | e70ca0a | 2016-08-26 09:24:36 | [diff] [blame] | 474 | sources -= [ "font_list_fontconfig.cc" ] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 475 | } |
| 476 | |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 477 | if (enable_plugins) { |
brettw | 26c6ab45 | 2016-06-23 00:41:09 | [diff] [blame] | 478 | deps += [ |
scottmg | 3cab0ba | 2017-01-25 18:34:16 | [diff] [blame] | 479 | "//ppapi/proxy:ipc", |
brettw | 26c6ab45 | 2016-06-23 00:41:09 | [diff] [blame] | 480 | "//ppapi/shared_impl", |
| 481 | ] |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 482 | } else { |
| 483 | sources -= [ |
thestig | c4cac8f | 2014-09-04 21:17:50 | [diff] [blame] | 484 | "pepper_file_util.cc", |
| 485 | "pepper_file_util.h", |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 486 | "pepper_plugin_list.cc", |
| 487 | "pepper_plugin_list.h", |
thestig | c4cac8f | 2014-09-04 21:17:50 | [diff] [blame] | 488 | "pepper_renderer_instance_data.cc", |
| 489 | "pepper_renderer_instance_data.h", |
| 490 | "plugin_list.cc", |
| 491 | "plugin_list.h", |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 492 | ] |
| 493 | } |
| 494 | |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 495 | if (!is_win || !use_aura) { |
| 496 | sources -= [ "cursors/webcursor_aurawin.cc" ] |
| 497 | } |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 498 | |
brettw | 26c6ab45 | 2016-06-23 00:41:09 | [diff] [blame] | 499 | if (is_mac) { |
| 500 | deps += [ "//media/gpu" ] |
| 501 | } |
| 502 | |
ochang | dd89a1e | 2016-06-08 16:39:01 | [diff] [blame] | 503 | if (enable_ipc_fuzzer) { |
| 504 | configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ] |
| 505 | sources += [ |
| 506 | "external_ipc_dumper.cc", |
| 507 | "external_ipc_dumper.h", |
| 508 | ] |
| 509 | } |
xhwang | 785a834 | 2017-01-26 06:46:39 | [diff] [blame] | 510 | |
Scott Graham | 5459cc3e | 2017-08-18 20:16:30 | [diff] [blame] | 511 | if (is_fuchsia) { |
Kevin Marshall | 65c2670 | 2017-09-25 18:21:42 | [diff] [blame] | 512 | sources += [ |
| 513 | "font_list_fuchsia.cc", |
| 514 | "sandbox_policy_fuchsia.cc", |
| 515 | "sandbox_policy_fuchsia.h", |
| 516 | ] |
Scott Graham | 5459cc3e | 2017-08-18 20:16:30 | [diff] [blame] | 517 | } |
[email protected] | df3ecfde | 2014-05-20 21:52:34 | [diff] [blame] | 518 | } |
[email protected] | 7e4c3314 | 2014-05-21 22:01:32 | [diff] [blame] | 519 | |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 520 | # See comment at the top of //content/BUILD.gn for how this works. |
| 521 | group("for_content_tests") { |
| 522 | visibility = [ "//content/test/*" ] |
| 523 | if (!is_component_build) { |
| 524 | public_deps = [ |
| 525 | ":common", |
| 526 | ] |
| 527 | } |
| 528 | } |
| 529 | |
[email protected] | 189add5 | 2014-05-28 16:51:44 | [diff] [blame] | 530 | mojom("mojo_bindings") { |
jam | b97b473d | 2016-08-08 20:48:29 | [diff] [blame] | 531 | # This interface is internal to content. |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 532 | visibility = [ "//content/*" ] |
| 533 | |
reillyg | 627e7f7 | 2016-10-20 05:12:43 | [diff] [blame] | 534 | # indexed_db.mojom uses a native typemap that is not available in Java. |
| 535 | cpp_only = true |
| 536 | |
[email protected] | 189add5 | 2014-05-28 16:51:44 | [diff] [blame] | 537 | sources = [ |
Nicholas Verne | 8a13f005 | 2017-12-01 00:39:19 | [diff] [blame] | 538 | "appcache.mojom", |
rockot | f62002a | 2016-09-15 00:08:59 | [diff] [blame] | 539 | "associated_interfaces.mojom", |
ben | a06f7d6 | 2017-04-04 20:48:52 | [diff] [blame] | 540 | "child.mojom", |
Nicholas Verne | 5420564d | 2017-10-27 07:37:54 | [diff] [blame] | 541 | "child_control.mojom", |
bashi | a626404 | 2016-09-15 04:49:51 | [diff] [blame] | 542 | "child_memory_coordinator.mojom", |
Dmitry Gozman | 7f95c84 | 2017-10-25 22:13:00 | [diff] [blame] | 543 | "devtools.mojom", |
chiniforooshan | 614d70a | 2017-03-17 01:19:33 | [diff] [blame] | 544 | "field_trial_recorder.mojom", |
Stuart Langley | e6f32c59 | 2017-09-27 04:35:18 | [diff] [blame] | 545 | "file_utilities.mojom", |
ben | 76f52b24 | 2016-06-18 05:42:48 | [diff] [blame] | 546 | "frame.mojom", |
samans | 2040988b | 2017-04-11 23:58:35 | [diff] [blame] | 547 | "frame_sink_provider.mojom", |
Nicholas Verne | 91bf4a63 | 2017-10-12 21:14:24 | [diff] [blame] | 548 | "histogram_fetcher.mojom", |
scottmg | 276753cf | 2016-10-27 18:25:22 | [diff] [blame] | 549 | "host_zoom.mojom", |
halton.huo | ca2eabd | 2015-07-06 08:17:40 | [diff] [blame] | 550 | "image_downloader/image_downloader.mojom", |
reillyg | 627e7f7 | 2016-10-20 05:12:43 | [diff] [blame] | 551 | "indexed_db/indexed_db.mojom", |
dtapuska | 9d46ef7d | 2017-05-26 19:06:06 | [diff] [blame] | 552 | "input/input_handler.mojom", |
Dave Tapuska | f238a1a | 2017-08-28 21:24:39 | [diff] [blame] | 553 | "input/input_injector.mojom", |
jam | c912ca3 | 2016-02-24 20:17:31 | [diff] [blame] | 554 | "leveldb_wrapper.mojom", |
Sam McNally | 145fb17 | 2017-05-10 00:13:23 | [diff] [blame] | 555 | "manifest_observer.mojom", |
Chandan Padhi | 92b1cd9b | 2017-07-21 02:42:08 | [diff] [blame] | 556 | "media/media_stream.mojom", |
Max Morin | 70fb1d6 | 2017-12-14 07:52:29 | [diff] [blame] | 557 | "media/renderer_audio_input_stream_factory.mojom", |
maxmorin | 2781f5ff | 2017-04-04 08:29:41 | [diff] [blame] | 558 | "media/renderer_audio_output_stream_factory.mojom", |
bashi | a626404 | 2016-09-15 04:49:51 | [diff] [blame] | 559 | "memory_coordinator.mojom", |
rockot | 067ca55f | 2016-09-30 22:00:15 | [diff] [blame] | 560 | "native_types.mojom", |
Arthur Hemery | 7b67a97 | 2017-12-01 15:24:49 | [diff] [blame] | 561 | "navigation_params.mojom", |
Patrick Noland | 62b96a2 | 2017-10-28 01:31:13 | [diff] [blame] | 562 | "page_state.mojom", |
ke.he | 5f426e32 | 2017-02-22 12:37:12 | [diff] [blame] | 563 | "push_messaging.mojom", |
Sasha Bermeister | 9a3f9da | 2017-11-29 03:30:28 | [diff] [blame] | 564 | "quota_dispatcher_host.mojom", |
rockot | 1587e33 | 2016-07-27 17:44:14 | [diff] [blame] | 565 | "render_frame_message_filter.mojom", |
rockot | e261d211 | 2016-09-21 22:22:23 | [diff] [blame] | 566 | "render_message_filter.mojom", |
fsamuel | 6c6da023 | 2015-11-26 05:13:46 | [diff] [blame] | 567 | "render_widget_window_tree_client_factory.mojom", |
rockot | 067ca55f | 2016-09-30 22:00:15 | [diff] [blame] | 568 | "renderer.mojom", |
jam | 188f19f | 2017-06-07 03:56:24 | [diff] [blame] | 569 | "renderer_host.mojom", |
Kinuko Yasuda | 91432512 | 2017-09-14 18:03:33 | [diff] [blame] | 570 | "service_worker/controller_service_worker.mojom", |
shimazu | 5de409e4 | 2016-09-29 08:45:28 | [diff] [blame] | 571 | "service_worker/embedded_worker.mojom", |
shimazu | 804b3e4 | 2016-10-17 09:13:29 | [diff] [blame] | 572 | "service_worker/service_worker.mojom", |
xzhan96 | 0e76d258 | 2017-08-30 05:35:39 | [diff] [blame] | 573 | "service_worker/service_worker_container.mojom", |
shimazu | 317dd7b | 2016-11-25 04:55:51 | [diff] [blame] | 574 | "service_worker/service_worker_event_dispatcher.mojom", |
Kinuko Yasuda | 91432512 | 2017-09-14 18:03:33 | [diff] [blame] | 575 | "service_worker/service_worker_fetch_response_callback.mojom", |
shimazu | 3b85dfb | 2017-02-21 13:03:30 | [diff] [blame] | 576 | "service_worker/service_worker_provider.mojom", |
Darin Fisher | bcc3363 | 2017-09-26 00:57:16 | [diff] [blame] | 577 | "shared_worker/shared_worker.mojom", |
Darin Fisher | 7d01ede | 2017-09-09 00:48:39 | [diff] [blame] | 578 | "shared_worker/shared_worker_client.mojom", |
| 579 | "shared_worker/shared_worker_connector.mojom", |
Darin Fisher | bcc3363 | 2017-09-26 00:57:16 | [diff] [blame] | 580 | "shared_worker/shared_worker_factory.mojom", |
| 581 | "shared_worker/shared_worker_host.mojom", |
| 582 | "shared_worker/shared_worker_info.mojom", |
jam | c912ca3 | 2016-02-24 20:17:31 | [diff] [blame] | 583 | "storage_partition_service.mojom", |
Ken Rockot | be87ab32 | 2017-11-02 19:40:23 | [diff] [blame] | 584 | "url_loader_factory_bundle.mojom", |
mcasas | 796b2e6c | 2016-10-06 01:48:14 | [diff] [blame] | 585 | "video_capture.mojom", |
Dave Tapuska | 1bdf183 | 2017-07-07 18:07:19 | [diff] [blame] | 586 | "widget.mojom", |
[email protected] | 189add5 | 2014-05-28 16:51:44 | [diff] [blame] | 587 | ] |
[email protected] | e205123 | 2014-06-30 17:45:45 | [diff] [blame] | 588 | |
Nicholas Verne | 33a2d10d | 2017-11-28 00:18:28 | [diff] [blame] | 589 | if (is_win) { |
| 590 | sources += [ "font_cache_win.mojom" ] |
| 591 | } |
| 592 | |
rockot | b814a58 | 2015-06-05 00:30:52 | [diff] [blame] | 593 | import_dirs = [ "//mojo/services" ] |
| 594 | |
rockot | 0506ca8 | 2016-02-05 18:13:05 | [diff] [blame] | 595 | public_deps = [ |
jam | c912ca3 | 2016-02-24 20:17:31 | [diff] [blame] | 596 | "//components/leveldb/public/interfaces", |
rockot | 5c478a7 | 2016-09-28 23:14:18 | [diff] [blame] | 597 | "//content/public/common:interfaces", |
Ken Rockot | fd90763 | 2017-09-14 04:23:41 | [diff] [blame] | 598 | "//ipc:mojom_constants", |
chfremer | b689c2a | 2016-10-27 23:04:46 | [diff] [blame] | 599 | "//media/capture/mojo:capture_types", |
mcasas | 2ff39f62 | 2016-10-11 20:00:46 | [diff] [blame] | 600 | "//media/mojo/interfaces", |
horo | 011e3a5a | 2016-10-11 11:59:11 | [diff] [blame] | 601 | "//mojo/common:common_custom_types", |
Matt Falkenhagen | 2ab4ee3 | 2017-08-10 10:43:10 | [diff] [blame] | 602 | "//services/network/public/interfaces", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 603 | "//services/service_manager/public/interfaces", |
ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 604 | "//services/ui/public/interfaces", |
mcasas | c3b336b | 2016-10-07 14:55:45 | [diff] [blame] | 605 | "//services/video_capture/public/interfaces", |
Saman Sami | 1f34578b | 2017-08-28 18:31:56 | [diff] [blame] | 606 | "//services/viz/public/interfaces", |
halton.huo | ca2eabd | 2015-07-06 08:17:40 | [diff] [blame] | 607 | "//skia/public/interfaces", |
Sasha Bermeister | 9a3f9da | 2017-11-29 03:30:28 | [diff] [blame] | 608 | "//storage/common:mojo_bindings", |
Luciano Pacheco | 8def47f | 2017-12-07 06:52:30 | [diff] [blame] | 609 | "//third_party/WebKit/common:mojo_platform_bindings", |
ortuno | b160cb7 | 2016-03-16 20:44:30 | [diff] [blame] | 610 | "//third_party/WebKit/public:mojo_bindings", |
rockot | 5c478a7 | 2016-09-28 23:14:18 | [diff] [blame] | 611 | "//ui/base/mojo:mojo_bindings", |
sammc | 813a8eb3 | 2016-05-28 03:34:07 | [diff] [blame] | 612 | "//ui/gfx/geometry/mojo", |
rockot | 067ca55f | 2016-09-30 22:00:15 | [diff] [blame] | 613 | "//ui/gfx/mojo", |
sammc | f6f4fcf | 2016-06-21 05:39:39 | [diff] [blame] | 614 | "//url/mojo:url_mojom_gurl", |
sammc | a1107b7 | 2016-03-23 18:51:58 | [diff] [blame] | 615 | "//url/mojo:url_mojom_origin", |
[email protected] | e205123 | 2014-06-30 17:45:45 | [diff] [blame] | 616 | ] |
yzshen | 4e4d53c | 2016-07-19 06:56:42 | [diff] [blame] | 617 | |
Luciano Pacheco | 8def47f | 2017-12-07 06:52:30 | [diff] [blame] | 618 | overridden_deps = [ "//third_party/WebKit/common:mojo_platform_bindings" ] |
| 619 | component_deps = [ "//third_party/WebKit/common:blink_common" ] |
| 620 | |
Ken Rockot | fe0424e7 | 2017-05-13 02:29:08 | [diff] [blame] | 621 | component_output_prefix = "content_common_mojo_bindings" |
jam | b97b473d | 2016-08-08 20:48:29 | [diff] [blame] | 622 | export_class_attribute = "CONTENT_EXPORT" |
| 623 | export_define = "CONTENT_IMPLEMENTATION=1" |
| 624 | export_header = "content/common/content_export.h" |
[email protected] | 189add5 | 2014-05-28 16:51:44 | [diff] [blame] | 625 | } |