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

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

Issue 2755613002: Support audio output device enumeration and selection in PPAPI (Closed)
Patch Set: Should not include local change to ppapi/generators/idl_outfile.py 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("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "pepper/host_var_tracker.cc", 770 "pepper/host_var_tracker.cc",
771 "pepper/host_var_tracker.h", 771 "pepper/host_var_tracker.h",
772 "pepper/message_channel.cc", 772 "pepper/message_channel.cc",
773 "pepper/message_channel.h", 773 "pepper/message_channel.h",
774 "pepper/pepper_audio_controller.cc", 774 "pepper/pepper_audio_controller.cc",
775 "pepper/pepper_audio_controller.h", 775 "pepper/pepper_audio_controller.h",
776 "pepper/pepper_audio_encoder_host.cc", 776 "pepper/pepper_audio_encoder_host.cc",
777 "pepper/pepper_audio_encoder_host.h", 777 "pepper/pepper_audio_encoder_host.h",
778 "pepper/pepper_audio_input_host.cc", 778 "pepper/pepper_audio_input_host.cc",
779 "pepper/pepper_audio_input_host.h", 779 "pepper/pepper_audio_input_host.h",
780 "pepper/pepper_audio_output_host.cc",
781 "pepper/pepper_audio_output_host.h",
780 "pepper/pepper_broker.cc", 782 "pepper/pepper_broker.cc",
781 "pepper/pepper_broker.h", 783 "pepper/pepper_broker.h",
782 "pepper/pepper_browser_connection.cc", 784 "pepper/pepper_browser_connection.cc",
783 "pepper/pepper_browser_connection.h", 785 "pepper/pepper_browser_connection.h",
784 "pepper/pepper_camera_device_host.cc", 786 "pepper/pepper_camera_device_host.cc",
785 "pepper/pepper_camera_device_host.h", 787 "pepper/pepper_camera_device_host.h",
786 "pepper/pepper_compositor_host.cc", 788 "pepper/pepper_compositor_host.cc",
787 "pepper/pepper_compositor_host.h", 789 "pepper/pepper_compositor_host.h",
788 "pepper/pepper_device_enumeration_host_helper.cc", 790 "pepper/pepper_device_enumeration_host_helper.cc",
789 "pepper/pepper_device_enumeration_host_helper.h", 791 "pepper/pepper_device_enumeration_host_helper.h",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 # For the defines in mojo_media_config. 948 # For the defines in mojo_media_config.
947 public_configs = [ "//media/mojo/services:mojo_media_config" ] 949 public_configs = [ "//media/mojo/services:mojo_media_config" ]
948 } 950 }
949 951
950 if (!is_component_build) { 952 if (!is_component_build) {
951 public_deps = [ 953 public_deps = [
952 ":renderer", 954 ":renderer",
953 ] 955 ]
954 } 956 }
955 } 957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698