| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 "host_zoom.mojom", | 601 "host_zoom.mojom", |
| 602 "image_downloader/image_downloader.mojom", | 602 "image_downloader/image_downloader.mojom", |
| 603 "indexed_db/indexed_db.mojom", | 603 "indexed_db/indexed_db.mojom", |
| 604 "input/input_handler.mojom", | 604 "input/input_handler.mojom", |
| 605 "leveldb_wrapper.mojom", | 605 "leveldb_wrapper.mojom", |
| 606 "manifest_observer.mojom", | 606 "manifest_observer.mojom", |
| 607 "media/media_devices.mojom", | 607 "media/media_devices.mojom", |
| 608 "media/renderer_audio_output_stream_factory.mojom", | 608 "media/renderer_audio_output_stream_factory.mojom", |
| 609 "memory_coordinator.mojom", | 609 "memory_coordinator.mojom", |
| 610 "native_types.mojom", | 610 "native_types.mojom", |
| 611 "net/reporting.mojom", |
| 611 "network_service.mojom", | 612 "network_service.mojom", |
| 612 "push_messaging.mojom", | 613 "push_messaging.mojom", |
| 613 "render_frame_message_filter.mojom", | 614 "render_frame_message_filter.mojom", |
| 614 "render_message_filter.mojom", | 615 "render_message_filter.mojom", |
| 615 "render_widget_window_tree_client_factory.mojom", | 616 "render_widget_window_tree_client_factory.mojom", |
| 616 "renderer.mojom", | 617 "renderer.mojom", |
| 617 "service_worker/embedded_worker.mojom", | 618 "service_worker/embedded_worker.mojom", |
| 618 "service_worker/service_worker.mojom", | 619 "service_worker/service_worker.mojom", |
| 619 "service_worker/service_worker_event_dispatcher.mojom", | 620 "service_worker/service_worker_event_dispatcher.mojom", |
| 620 "service_worker/service_worker_provider.mojom", | 621 "service_worker/service_worker_provider.mojom", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 647 "//ui/gfx/mojo", | 648 "//ui/gfx/mojo", |
| 648 "//url/mojo:url_mojom_gurl", | 649 "//url/mojo:url_mojom_gurl", |
| 649 "//url/mojo:url_mojom_origin", | 650 "//url/mojo:url_mojom_origin", |
| 650 ] | 651 ] |
| 651 | 652 |
| 652 component_output_prefix = "content_common_mojo_bindings" | 653 component_output_prefix = "content_common_mojo_bindings" |
| 653 export_class_attribute = "CONTENT_EXPORT" | 654 export_class_attribute = "CONTENT_EXPORT" |
| 654 export_define = "CONTENT_IMPLEMENTATION=1" | 655 export_define = "CONTENT_IMPLEMENTATION=1" |
| 655 export_header = "content/common/content_export.h" | 656 export_header = "content/common/content_export.h" |
| 656 } | 657 } |
| OLD | NEW |