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

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

Issue 2697663003: Add mojo interface+impl creation of audio streams. (Closed)
Patch Set: Created 3 years, 9 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 584
585 sources = [ 585 sources = [
586 "associated_interfaces.mojom", 586 "associated_interfaces.mojom",
587 "child_memory_coordinator.mojom", 587 "child_memory_coordinator.mojom",
588 "field_trial_recorder.mojom", 588 "field_trial_recorder.mojom",
589 "frame.mojom", 589 "frame.mojom",
590 "host_zoom.mojom", 590 "host_zoom.mojom",
591 "image_downloader/image_downloader.mojom", 591 "image_downloader/image_downloader.mojom",
592 "indexed_db/indexed_db.mojom", 592 "indexed_db/indexed_db.mojom",
593 "leveldb_wrapper.mojom", 593 "leveldb_wrapper.mojom",
594 "media/audio_output_stream_factory.mojom",
594 "media/media_devices.mojom", 595 "media/media_devices.mojom",
595 "memory_coordinator.mojom", 596 "memory_coordinator.mojom",
596 "native_types.mojom", 597 "native_types.mojom",
597 "push_messaging.mojom", 598 "push_messaging.mojom",
598 "render_frame_message_filter.mojom", 599 "render_frame_message_filter.mojom",
599 "render_message_filter.mojom", 600 "render_message_filter.mojom",
600 "render_widget_window_tree_client_factory.mojom", 601 "render_widget_window_tree_client_factory.mojom",
601 "renderer.mojom", 602 "renderer.mojom",
602 "service_worker/embedded_worker.mojom", 603 "service_worker/embedded_worker.mojom",
603 "service_worker/service_worker.mojom", 604 "service_worker/service_worker.mojom",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "//url/mojo:url_mojom_origin", 636 "//url/mojo:url_mojom_origin",
636 ] 637 ]
637 638
638 overridden_deps = [ "//ipc:mojom" ] 639 overridden_deps = [ "//ipc:mojom" ]
639 component_deps = [ "//ipc" ] 640 component_deps = [ "//ipc" ]
640 641
641 export_class_attribute = "CONTENT_EXPORT" 642 export_class_attribute = "CONTENT_EXPORT"
642 export_define = "CONTENT_IMPLEMENTATION=1" 643 export_define = "CONTENT_IMPLEMENTATION=1"
643 export_header = "content/common/content_export.h" 644 export_header = "content/common/content_export.h"
644 } 645 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698