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

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

Issue 2788173002: Revert of Add mojo interface+impl creation of audio streams. (Closed)
Patch Set: Created 3 years, 8 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 sources = [ 590 sources = [
591 "associated_interfaces.mojom", 591 "associated_interfaces.mojom",
592 "child_memory_coordinator.mojom", 592 "child_memory_coordinator.mojom",
593 "field_trial_recorder.mojom", 593 "field_trial_recorder.mojom",
594 "frame.mojom", 594 "frame.mojom",
595 "host_zoom.mojom", 595 "host_zoom.mojom",
596 "image_downloader/image_downloader.mojom", 596 "image_downloader/image_downloader.mojom",
597 "indexed_db/indexed_db.mojom", 597 "indexed_db/indexed_db.mojom",
598 "leveldb_wrapper.mojom", 598 "leveldb_wrapper.mojom",
599 "media/media_devices.mojom", 599 "media/media_devices.mojom",
600 "media/renderer_audio_output_stream_factory.mojom",
601 "memory_coordinator.mojom", 600 "memory_coordinator.mojom",
602 "native_types.mojom", 601 "native_types.mojom",
603 "push_messaging.mojom", 602 "push_messaging.mojom",
604 "render_frame_message_filter.mojom", 603 "render_frame_message_filter.mojom",
605 "render_message_filter.mojom", 604 "render_message_filter.mojom",
606 "render_widget_window_tree_client_factory.mojom", 605 "render_widget_window_tree_client_factory.mojom",
607 "renderer.mojom", 606 "renderer.mojom",
608 "service_worker/embedded_worker.mojom", 607 "service_worker/embedded_worker.mojom",
609 "service_worker/service_worker.mojom", 608 "service_worker/service_worker.mojom",
610 "service_worker/service_worker_event_dispatcher.mojom", 609 "service_worker/service_worker_event_dispatcher.mojom",
(...skipping 30 matching lines...) Expand all
641 "//url/mojo:url_mojom_origin", 640 "//url/mojo:url_mojom_origin",
642 ] 641 ]
643 642
644 overridden_deps = [ "//ipc:mojom" ] 643 overridden_deps = [ "//ipc:mojom" ]
645 component_deps = [ "//ipc" ] 644 component_deps = [ "//ipc" ]
646 645
647 export_class_attribute = "CONTENT_EXPORT" 646 export_class_attribute = "CONTENT_EXPORT"
648 export_define = "CONTENT_IMPLEMENTATION=1" 647 export_define = "CONTENT_IMPLEMENTATION=1"
649 export_header = "content/common/content_export.h" 648 export_header = "content/common/content_export.h"
650 } 649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698