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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "media/media_stream_messages.h", 222 "media/media_stream_messages.h",
223 "media/media_stream_options.cc", 223 "media/media_stream_options.cc",
224 "media/media_stream_options.h", 224 "media/media_stream_options.h",
225 "media/media_stream_track_metrics_host_messages.h", 225 "media/media_stream_track_metrics_host_messages.h",
226 "media/midi_messages.h", 226 "media/midi_messages.h",
227 "media/peer_connection_tracker_messages.h", 227 "media/peer_connection_tracker_messages.h",
228 "media/surface_view_manager_messages_android.h", 228 "media/surface_view_manager_messages_android.h",
229 "media/video_capture.h", 229 "media/video_capture.h",
230 "message_port.cc", 230 "message_port.cc",
231 "message_port.h", 231 "message_port.h",
232 "mutable_network_traffic_annotation_tag_struct_traits.h",
233 "navigation_gesture.h", 232 "navigation_gesture.h",
234 "navigation_params.cc", 233 "navigation_params.cc",
235 "navigation_params.h", 234 "navigation_params.h",
236 "net/url_fetcher.cc", 235 "net/url_fetcher.cc",
237 "net/url_request_service_worker_data.cc", 236 "net/url_request_service_worker_data.cc",
238 "net/url_request_service_worker_data.h", 237 "net/url_request_service_worker_data.h",
239 "net/url_request_user_data.cc", 238 "net/url_request_user_data.cc",
240 "net/url_request_user_data.h", 239 "net/url_request_user_data.h",
241 "net_adapters.cc", 240 "net_adapters.cc",
242 "net_adapters.h", 241 "net_adapters.h",
(...skipping 28 matching lines...) Expand all
271 "quarantine/quarantine_mac.mm", 270 "quarantine/quarantine_mac.mm",
272 "quarantine/quarantine_win.cc", 271 "quarantine/quarantine_win.cc",
273 "quota_messages.h", 272 "quota_messages.h",
274 "render_process_messages.h", 273 "render_process_messages.h",
275 "render_widget_surface_properties.cc", 274 "render_widget_surface_properties.cc",
276 "render_widget_surface_properties.h", 275 "render_widget_surface_properties.h",
277 "resize_params.cc", 276 "resize_params.cc",
278 "resize_params.h", 277 "resize_params.h",
279 "resource_messages.cc", 278 "resource_messages.cc",
280 "resource_messages.h", 279 "resource_messages.h",
281 "resource_request_completion_status.cc",
282 "resource_request_completion_status.h",
283 "sandbox_init_mac.cc", 280 "sandbox_init_mac.cc",
284 "sandbox_init_mac.h", 281 "sandbox_init_mac.h",
285 "sandbox_init_win.cc", 282 "sandbox_init_win.cc",
286 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc", 283 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc",
287 "sandbox_linux/android/sandbox_bpf_base_policy_android.h", 284 "sandbox_linux/android/sandbox_bpf_base_policy_android.h",
288 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc", 285 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc",
289 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h", 286 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h",
290 "sandbox_linux/bpf_gpu_policy_linux.cc", 287 "sandbox_linux/bpf_gpu_policy_linux.cc",
291 "sandbox_linux/bpf_gpu_policy_linux.h", 288 "sandbox_linux/bpf_gpu_policy_linux.h",
292 "sandbox_linux/bpf_ppapi_policy_linux.cc", 289 "sandbox_linux/bpf_ppapi_policy_linux.cc",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "//base", 369 "//base",
373 "//base/third_party/dynamic_annotations", 370 "//base/third_party/dynamic_annotations",
374 "//build/util:webkit_version", 371 "//build/util:webkit_version",
375 "//cc/ipc", 372 "//cc/ipc",
376 "//cc/surfaces", 373 "//cc/surfaces",
377 "//components/discardable_memory/common", 374 "//components/discardable_memory/common",
378 "//components/tracing", 375 "//components/tracing",
379 "//components/tracing:startup_tracing", 376 "//components/tracing:startup_tracing",
380 "//content:resources", 377 "//content:resources",
381 "//content/app/resources", 378 "//content/app/resources",
379 "//content/public/common:interfaces",
382 "//content/public/common:service_names", 380 "//content/public/common:service_names",
383 "//device/base/synchronization", 381 "//device/base/synchronization",
384 "//device/bluetooth", 382 "//device/bluetooth",
385 "//gpu", 383 "//gpu",
386 "//gpu/command_buffer/client:gles2_c_lib", 384 "//gpu/command_buffer/client:gles2_c_lib",
387 "//gpu/command_buffer/client:gles2_cmd_helper", 385 "//gpu/command_buffer/client:gles2_cmd_helper",
388 "//gpu/command_buffer/client:gles2_implementation", 386 "//gpu/command_buffer/client:gles2_implementation",
389 "//gpu/command_buffer/client:gles2_interface", 387 "//gpu/command_buffer/client:gles2_interface",
390 "//gpu/command_buffer/common:gles2_utils", 388 "//gpu/command_buffer/common:gles2_utils",
391 "//gpu/command_buffer/service", 389 "//gpu/command_buffer/service",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "//ui/shell_dialogs", 436 "//ui/shell_dialogs",
439 "//url", 437 "//url",
440 "//url/ipc:url_ipc", 438 "//url/ipc:url_ipc",
441 ] 439 ]
442 440
443 defines = [] 441 defines = []
444 include_dirs = [] 442 include_dirs = []
445 libs = [] 443 libs = []
446 ldflags = [] 444 ldflags = []
447 445
448 allow_circular_includes_from = [ ":mojo_bindings" ] 446 allow_circular_includes_from = [
447 ":mojo_bindings",
448 "//content/public/common:interfaces",
449 ]
449 450
450 if (is_android && use_seccomp_bpf) { 451 if (is_android && use_seccomp_bpf) {
451 set_sources_assignment_filter([]) 452 set_sources_assignment_filter([])
452 sources += [ 453 sources += [
453 "sandbox_linux/sandbox_bpf_base_policy_linux.cc", 454 "sandbox_linux/sandbox_bpf_base_policy_linux.cc",
454 "sandbox_linux/sandbox_bpf_base_policy_linux.h", 455 "sandbox_linux/sandbox_bpf_base_policy_linux.h",
455 ] 456 ]
456 set_sources_assignment_filter(sources_assignment_filter) 457 set_sources_assignment_filter(sources_assignment_filter)
457 } 458 }
458 459
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "frame_sink_provider.mojom", 602 "frame_sink_provider.mojom",
602 "host_zoom.mojom", 603 "host_zoom.mojom",
603 "image_downloader/image_downloader.mojom", 604 "image_downloader/image_downloader.mojom",
604 "indexed_db/indexed_db.mojom", 605 "indexed_db/indexed_db.mojom",
605 "input/input_handler.mojom", 606 "input/input_handler.mojom",
606 "leveldb_wrapper.mojom", 607 "leveldb_wrapper.mojom",
607 "manifest_observer.mojom", 608 "manifest_observer.mojom",
608 "media/media_devices.mojom", 609 "media/media_devices.mojom",
609 "media/renderer_audio_output_stream_factory.mojom", 610 "media/renderer_audio_output_stream_factory.mojom",
610 "memory_coordinator.mojom", 611 "memory_coordinator.mojom",
611 "mutable_network_traffic_annotation_tag.mojom",
612 "native_types.mojom", 612 "native_types.mojom",
613 "network_service.mojom",
614 "push_messaging.mojom", 613 "push_messaging.mojom",
615 "render_frame_message_filter.mojom", 614 "render_frame_message_filter.mojom",
616 "render_message_filter.mojom", 615 "render_message_filter.mojom",
617 "render_widget_window_tree_client_factory.mojom", 616 "render_widget_window_tree_client_factory.mojom",
618 "renderer.mojom", 617 "renderer.mojom",
619 "renderer_host.mojom", 618 "renderer_host.mojom",
620 "service_worker/embedded_worker.mojom", 619 "service_worker/embedded_worker.mojom",
621 "service_worker/service_worker.mojom", 620 "service_worker/service_worker.mojom",
622 "service_worker/service_worker_event_dispatcher.mojom", 621 "service_worker/service_worker_event_dispatcher.mojom",
623 "service_worker/service_worker_provider.mojom", 622 "service_worker/service_worker_provider.mojom",
624 "service_worker/service_worker_provider_interfaces.mojom", 623 "service_worker/service_worker_provider_interfaces.mojom",
625 "service_worker/service_worker_types.mojom", 624 "service_worker/service_worker_types.mojom",
626 "storage_partition_service.mojom", 625 "storage_partition_service.mojom",
627 "url_loader.mojom",
628 "url_loader_factory.mojom",
629 "video_capture.mojom", 626 "video_capture.mojom",
630 "worker_url_loader_factory_provider.mojom", 627 "worker_url_loader_factory_provider.mojom",
631 ] 628 ]
632 629
633 import_dirs = [ "//mojo/services" ] 630 import_dirs = [ "//mojo/services" ]
634 631
635 public_deps = [ 632 public_deps = [
636 "//components/leveldb/public/interfaces", 633 "//components/leveldb/public/interfaces",
637 "//content/public/common:interfaces", 634 "//content/public/common:interfaces",
638 "//ipc:mojom", 635 "//ipc:mojom",
(...skipping 10 matching lines...) Expand all
649 "//ui/gfx/mojo", 646 "//ui/gfx/mojo",
650 "//url/mojo:url_mojom_gurl", 647 "//url/mojo:url_mojom_gurl",
651 "//url/mojo:url_mojom_origin", 648 "//url/mojo:url_mojom_origin",
652 ] 649 ]
653 650
654 component_output_prefix = "content_common_mojo_bindings" 651 component_output_prefix = "content_common_mojo_bindings"
655 export_class_attribute = "CONTENT_EXPORT" 652 export_class_attribute = "CONTENT_EXPORT"
656 export_define = "CONTENT_IMPLEMENTATION=1" 653 export_define = "CONTENT_IMPLEMENTATION=1"
657 export_header = "content/common/content_export.h" 654 export_header = "content/common/content_export.h"
658 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698