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

Side by Side Diff: content/common/BUILD.gn

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Fix component build 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "media/media_stream_messages.h", 224 "media/media_stream_messages.h",
225 "media/media_stream_options.cc", 225 "media/media_stream_options.cc",
226 "media/media_stream_options.h", 226 "media/media_stream_options.h",
227 "media/media_stream_track_metrics_host_messages.h", 227 "media/media_stream_track_metrics_host_messages.h",
228 "media/midi_messages.h", 228 "media/midi_messages.h",
229 "media/peer_connection_tracker_messages.h", 229 "media/peer_connection_tracker_messages.h",
230 "media/surface_view_manager_messages_android.h", 230 "media/surface_view_manager_messages_android.h",
231 "media/video_capture.h", 231 "media/video_capture.h",
232 "message_port.cc", 232 "message_port.cc",
233 "message_port.h", 233 "message_port.h",
234 "mutable_network_traffic_annotation_tag_struct_traits.h",
235 "navigation_gesture.h", 234 "navigation_gesture.h",
236 "navigation_params.cc", 235 "navigation_params.cc",
237 "navigation_params.h", 236 "navigation_params.h",
238 "net/url_fetcher.cc", 237 "net/url_fetcher.cc",
239 "net/url_request_service_worker_data.cc", 238 "net/url_request_service_worker_data.cc",
240 "net/url_request_service_worker_data.h", 239 "net/url_request_service_worker_data.h",
241 "net/url_request_user_data.cc", 240 "net/url_request_user_data.cc",
242 "net/url_request_user_data.h", 241 "net/url_request_user_data.h",
243 "net_adapters.cc", 242 "net_adapters.cc",
244 "net_adapters.h", 243 "net_adapters.h",
(...skipping 28 matching lines...) Expand all
273 "quarantine/quarantine_mac.mm", 272 "quarantine/quarantine_mac.mm",
274 "quarantine/quarantine_win.cc", 273 "quarantine/quarantine_win.cc",
275 "quota_messages.h", 274 "quota_messages.h",
276 "render_process_messages.h", 275 "render_process_messages.h",
277 "render_widget_surface_properties.cc", 276 "render_widget_surface_properties.cc",
278 "render_widget_surface_properties.h", 277 "render_widget_surface_properties.h",
279 "resize_params.cc", 278 "resize_params.cc",
280 "resize_params.h", 279 "resize_params.h",
281 "resource_messages.cc", 280 "resource_messages.cc",
282 "resource_messages.h", 281 "resource_messages.h",
283 "resource_request_completion_status.cc",
284 "resource_request_completion_status.h",
285 "sandbox_init_mac.cc", 282 "sandbox_init_mac.cc",
286 "sandbox_init_mac.h", 283 "sandbox_init_mac.h",
287 "sandbox_init_win.cc", 284 "sandbox_init_win.cc",
288 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc", 285 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc",
289 "sandbox_linux/android/sandbox_bpf_base_policy_android.h", 286 "sandbox_linux/android/sandbox_bpf_base_policy_android.h",
290 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc", 287 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc",
291 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h", 288 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h",
292 "sandbox_linux/bpf_gpu_policy_linux.cc", 289 "sandbox_linux/bpf_gpu_policy_linux.cc",
293 "sandbox_linux/bpf_gpu_policy_linux.h", 290 "sandbox_linux/bpf_gpu_policy_linux.h",
294 "sandbox_linux/bpf_ppapi_policy_linux.cc", 291 "sandbox_linux/bpf_ppapi_policy_linux.cc",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "//base", 371 "//base",
375 "//base/third_party/dynamic_annotations", 372 "//base/third_party/dynamic_annotations",
376 "//build/util:webkit_version", 373 "//build/util:webkit_version",
377 "//cc/ipc", 374 "//cc/ipc",
378 "//cc/surfaces", 375 "//cc/surfaces",
379 "//components/discardable_memory/common", 376 "//components/discardable_memory/common",
380 "//components/tracing", 377 "//components/tracing",
381 "//components/tracing:startup_tracing", 378 "//components/tracing:startup_tracing",
382 "//content:resources", 379 "//content:resources",
383 "//content/app/resources", 380 "//content/app/resources",
381 "//content/public/common:interfaces",
384 "//content/public/common:service_names", 382 "//content/public/common:service_names",
385 "//device/base/synchronization", 383 "//device/base/synchronization",
386 "//device/bluetooth", 384 "//device/bluetooth",
387 "//gpu", 385 "//gpu",
388 "//gpu/command_buffer/client:gles2_c_lib", 386 "//gpu/command_buffer/client:gles2_c_lib",
389 "//gpu/command_buffer/client:gles2_cmd_helper", 387 "//gpu/command_buffer/client:gles2_cmd_helper",
390 "//gpu/command_buffer/client:gles2_implementation", 388 "//gpu/command_buffer/client:gles2_implementation",
391 "//gpu/command_buffer/client:gles2_interface", 389 "//gpu/command_buffer/client:gles2_interface",
392 "//gpu/command_buffer/common:gles2_utils", 390 "//gpu/command_buffer/common:gles2_utils",
393 "//gpu/command_buffer/service", 391 "//gpu/command_buffer/service",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "//ui/shell_dialogs", 438 "//ui/shell_dialogs",
441 "//url", 439 "//url",
442 "//url/ipc:url_ipc", 440 "//url/ipc:url_ipc",
443 ] 441 ]
444 442
445 defines = [] 443 defines = []
446 include_dirs = [] 444 include_dirs = []
447 libs = [] 445 libs = []
448 ldflags = [] 446 ldflags = []
449 447
450 allow_circular_includes_from = [ ":mojo_bindings" ] 448 allow_circular_includes_from = [
449 ":mojo_bindings",
450 "//content/public/common:interfaces",
451 ]
451 452
452 if (is_android && use_seccomp_bpf) { 453 if (is_android && use_seccomp_bpf) {
453 set_sources_assignment_filter([]) 454 set_sources_assignment_filter([])
454 sources += [ 455 sources += [
455 "sandbox_linux/sandbox_bpf_base_policy_linux.cc", 456 "sandbox_linux/sandbox_bpf_base_policy_linux.cc",
456 "sandbox_linux/sandbox_bpf_base_policy_linux.h", 457 "sandbox_linux/sandbox_bpf_base_policy_linux.h",
457 ] 458 ]
458 set_sources_assignment_filter(sources_assignment_filter) 459 set_sources_assignment_filter(sources_assignment_filter)
459 } 460 }
460 461
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "frame_sink_provider.mojom", 604 "frame_sink_provider.mojom",
604 "host_zoom.mojom", 605 "host_zoom.mojom",
605 "image_downloader/image_downloader.mojom", 606 "image_downloader/image_downloader.mojom",
606 "indexed_db/indexed_db.mojom", 607 "indexed_db/indexed_db.mojom",
607 "input/input_handler.mojom", 608 "input/input_handler.mojom",
608 "leveldb_wrapper.mojom", 609 "leveldb_wrapper.mojom",
609 "manifest_observer.mojom", 610 "manifest_observer.mojom",
610 "media/media_devices.mojom", 611 "media/media_devices.mojom",
611 "media/renderer_audio_output_stream_factory.mojom", 612 "media/renderer_audio_output_stream_factory.mojom",
612 "memory_coordinator.mojom", 613 "memory_coordinator.mojom",
613 "mutable_network_traffic_annotation_tag.mojom",
614 "native_types.mojom", 614 "native_types.mojom",
615 "network_service.mojom",
616 "push_messaging.mojom", 615 "push_messaging.mojom",
617 "render_frame_message_filter.mojom", 616 "render_frame_message_filter.mojom",
618 "render_message_filter.mojom", 617 "render_message_filter.mojom",
619 "render_widget_window_tree_client_factory.mojom", 618 "render_widget_window_tree_client_factory.mojom",
620 "renderer.mojom", 619 "renderer.mojom",
621 "renderer_host.mojom", 620 "renderer_host.mojom",
622 "service_worker/embedded_worker.mojom", 621 "service_worker/embedded_worker.mojom",
623 "service_worker/service_worker.mojom", 622 "service_worker/service_worker.mojom",
624 "service_worker/service_worker_event_dispatcher.mojom", 623 "service_worker/service_worker_event_dispatcher.mojom",
625 "service_worker/service_worker_provider.mojom", 624 "service_worker/service_worker_provider.mojom",
626 "service_worker/service_worker_provider_interfaces.mojom", 625 "service_worker/service_worker_provider_interfaces.mojom",
627 "service_worker/service_worker_types.mojom", 626 "service_worker/service_worker_types.mojom",
628 "storage_partition_service.mojom", 627 "storage_partition_service.mojom",
629 "url_loader.mojom",
630 "url_loader_factory.mojom",
631 "video_capture.mojom", 628 "video_capture.mojom",
632 "worker_url_loader_factory_provider.mojom", 629 "worker_url_loader_factory_provider.mojom",
633 ] 630 ]
634 631
635 import_dirs = [ "//mojo/services" ] 632 import_dirs = [ "//mojo/services" ]
636 633
637 public_deps = [ 634 public_deps = [
638 "//components/leveldb/public/interfaces", 635 "//components/leveldb/public/interfaces",
639 "//content/public/common:interfaces", 636 "//content/public/common:interfaces",
640 "//ipc:mojom", 637 "//ipc:mojom",
(...skipping 10 matching lines...) Expand all
651 "//ui/gfx/mojo", 648 "//ui/gfx/mojo",
652 "//url/mojo:url_mojom_gurl", 649 "//url/mojo:url_mojom_gurl",
653 "//url/mojo:url_mojom_origin", 650 "//url/mojo:url_mojom_origin",
654 ] 651 ]
655 652
656 component_output_prefix = "content_common_mojo_bindings" 653 component_output_prefix = "content_common_mojo_bindings"
657 export_class_attribute = "CONTENT_EXPORT" 654 export_class_attribute = "CONTENT_EXPORT"
658 export_define = "CONTENT_IMPLEMENTATION=1" 655 export_define = "CONTENT_IMPLEMENTATION=1"
659 export_header = "content/common/content_export.h" 656 export_header = "content/common/content_export.h"
660 } 657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698