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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//sandbox/features.gni") | 10 import("//sandbox/features.gni") |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 cpp_only = true | 566 cpp_only = true |
567 | 567 |
568 sources = [ | 568 sources = [ |
569 "associated_interfaces.mojom", | 569 "associated_interfaces.mojom", |
570 "child_memory_coordinator.mojom", | 570 "child_memory_coordinator.mojom", |
571 "frame.mojom", | 571 "frame.mojom", |
572 "host_zoom.mojom", | 572 "host_zoom.mojom", |
573 "image_downloader/image_downloader.mojom", | 573 "image_downloader/image_downloader.mojom", |
574 "indexed_db/indexed_db.mojom", | 574 "indexed_db/indexed_db.mojom", |
575 "leveldb_wrapper.mojom", | 575 "leveldb_wrapper.mojom", |
| 576 "media/audio_output.mojom", |
576 "media/media_devices.mojom", | 577 "media/media_devices.mojom", |
577 "memory_coordinator.mojom", | 578 "memory_coordinator.mojom", |
578 "native_types.mojom", | 579 "native_types.mojom", |
579 "render_frame_message_filter.mojom", | 580 "render_frame_message_filter.mojom", |
580 "render_message_filter.mojom", | 581 "render_message_filter.mojom", |
581 "render_widget_window_tree_client_factory.mojom", | 582 "render_widget_window_tree_client_factory.mojom", |
582 "renderer.mojom", | 583 "renderer.mojom", |
583 "service_worker/embedded_worker.mojom", | 584 "service_worker/embedded_worker.mojom", |
584 "service_worker/service_worker.mojom", | 585 "service_worker/service_worker.mojom", |
585 "service_worker/service_worker_event_dispatcher.mojom", | 586 "service_worker/service_worker_event_dispatcher.mojom", |
(...skipping 28 matching lines...) Expand all Loading... |
614 "//url/mojo:url_mojom_origin", | 615 "//url/mojo:url_mojom_origin", |
615 ] | 616 ] |
616 | 617 |
617 overridden_deps = [ "//ipc:mojom" ] | 618 overridden_deps = [ "//ipc:mojom" ] |
618 component_deps = [ "//ipc" ] | 619 component_deps = [ "//ipc" ] |
619 | 620 |
620 export_class_attribute = "CONTENT_EXPORT" | 621 export_class_attribute = "CONTENT_EXPORT" |
621 export_define = "CONTENT_IMPLEMENTATION=1" | 622 export_define = "CONTENT_IMPLEMENTATION=1" |
622 export_header = "content/common/content_export.h" | 623 export_header = "content/common/content_export.h" |
623 } | 624 } |
OLD | NEW |