Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1594)

Unified Diff: content/common/BUILD.gn

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index e9efee7726af0ec5720d805a9f6117d25a0a4250..74edd424478e50fc714cae3074235b8a0c725d75 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -229,7 +229,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",
@@ -278,8 +277,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",
@@ -379,6 +376,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",
@@ -445,7 +443,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([])
@@ -608,9 +609,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",
@@ -624,8 +623,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",
]

Powered by Google App Engine
This is Rietveld 408576698