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