| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 26c4d5b9377b09ca8d6e9ba6de433067a3287e35..5706ed2849f4ad04f96d9cca9bf64b35717ac175 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -231,7 +231,6 @@ source_set("common") {
|
| "media/video_capture.h",
|
| "message_port.cc",
|
| "message_port.h",
|
| - "mutable_network_traffic_annotation_tag_struct_traits.h",
|
| "navigation_gesture.h",
|
| "navigation_params.cc",
|
| "navigation_params.h",
|
| @@ -280,8 +279,6 @@ source_set("common") {
|
| "resize_params.h",
|
| "resource_messages.cc",
|
| "resource_messages.h",
|
| - "resource_request_completion_status.cc",
|
| - "resource_request_completion_status.h",
|
| "sandbox_init_mac.cc",
|
| "sandbox_init_mac.h",
|
| "sandbox_init_win.cc",
|
| @@ -381,6 +378,7 @@ source_set("common") {
|
| "//components/tracing:startup_tracing",
|
| "//content:resources",
|
| "//content/app/resources",
|
| + "//content/public/common:interfaces",
|
| "//content/public/common:service_names",
|
| "//device/base/synchronization",
|
| "//device/bluetooth",
|
| @@ -447,7 +445,10 @@ source_set("common") {
|
| libs = []
|
| ldflags = []
|
|
|
| - allow_circular_includes_from = [ ":mojo_bindings" ]
|
| + allow_circular_includes_from = [
|
| + ":mojo_bindings",
|
| + "//content/public/common:interfaces",
|
| + ]
|
|
|
| if (is_android && use_seccomp_bpf) {
|
| set_sources_assignment_filter([])
|
| @@ -610,9 +611,7 @@ mojom("mojo_bindings") {
|
| "media/media_devices.mojom",
|
| "media/renderer_audio_output_stream_factory.mojom",
|
| "memory_coordinator.mojom",
|
| - "mutable_network_traffic_annotation_tag.mojom",
|
| "native_types.mojom",
|
| - "network_service.mojom",
|
| "push_messaging.mojom",
|
| "render_frame_message_filter.mojom",
|
| "render_message_filter.mojom",
|
| @@ -626,8 +625,6 @@ mojom("mojo_bindings") {
|
| "service_worker/service_worker_provider_interfaces.mojom",
|
| "service_worker/service_worker_types.mojom",
|
| "storage_partition_service.mojom",
|
| - "url_loader.mojom",
|
| - "url_loader_factory.mojom",
|
| "video_capture.mojom",
|
| "worker_url_loader_factory_provider.mojom",
|
| ]
|
|
|