OLD | NEW |
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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 "media/media_devices.mojom", | 611 "media/media_devices.mojom", |
612 "media/renderer_audio_output_stream_factory.mojom", | 612 "media/renderer_audio_output_stream_factory.mojom", |
613 "memory_coordinator.mojom", | 613 "memory_coordinator.mojom", |
614 "native_types.mojom", | 614 "native_types.mojom", |
615 "network_service.mojom", | 615 "network_service.mojom", |
616 "push_messaging.mojom", | 616 "push_messaging.mojom", |
617 "render_frame_message_filter.mojom", | 617 "render_frame_message_filter.mojom", |
618 "render_message_filter.mojom", | 618 "render_message_filter.mojom", |
619 "render_widget_window_tree_client_factory.mojom", | 619 "render_widget_window_tree_client_factory.mojom", |
620 "renderer.mojom", | 620 "renderer.mojom", |
| 621 "renderer_host.mojom", |
621 "service_worker/embedded_worker.mojom", | 622 "service_worker/embedded_worker.mojom", |
622 "service_worker/service_worker.mojom", | 623 "service_worker/service_worker.mojom", |
623 "service_worker/service_worker_event_dispatcher.mojom", | 624 "service_worker/service_worker_event_dispatcher.mojom", |
624 "service_worker/service_worker_provider.mojom", | 625 "service_worker/service_worker_provider.mojom", |
625 "service_worker/service_worker_provider_interfaces.mojom", | 626 "service_worker/service_worker_provider_interfaces.mojom", |
626 "service_worker/service_worker_types.mojom", | 627 "service_worker/service_worker_types.mojom", |
627 "storage_partition_service.mojom", | 628 "storage_partition_service.mojom", |
628 "url_loader.mojom", | 629 "url_loader.mojom", |
629 "url_loader_factory.mojom", | 630 "url_loader_factory.mojom", |
630 "video_capture.mojom", | 631 "video_capture.mojom", |
(...skipping 20 matching lines...) Expand all Loading... |
651 "//ui/gfx/mojo", | 652 "//ui/gfx/mojo", |
652 "//url/mojo:url_mojom_gurl", | 653 "//url/mojo:url_mojom_gurl", |
653 "//url/mojo:url_mojom_origin", | 654 "//url/mojo:url_mojom_origin", |
654 ] | 655 ] |
655 | 656 |
656 component_output_prefix = "content_common_mojo_bindings" | 657 component_output_prefix = "content_common_mojo_bindings" |
657 export_class_attribute = "CONTENT_EXPORT" | 658 export_class_attribute = "CONTENT_EXPORT" |
658 export_define = "CONTENT_IMPLEMENTATION=1" | 659 export_define = "CONTENT_IMPLEMENTATION=1" |
659 export_header = "content/common/content_export.h" | 660 export_header = "content/common/content_export.h" |
660 } | 661 } |
OLD | NEW |