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

Unified Diff: content/renderer/BUILD.gn

Issue 2755613002: Support audio output device enumeration and selection in PPAPI (Closed)
Patch Set: Fix format, Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/ppapi_utils.cc ('k') | content/renderer/pepper/content_renderer_pepper_host_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index b00ed864d1a7b4e4ec2db651c9306dc88cf910d0..19de47d2612c0c21f77139d04e6430e67326c847 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -792,6 +792,8 @@ target(link_target_type, "renderer") {
"pepper/pepper_audio_encoder_host.h",
"pepper/pepper_audio_input_host.cc",
"pepper/pepper_audio_input_host.h",
+ "pepper/pepper_audio_output_host.cc",
+ "pepper/pepper_audio_output_host.h",
"pepper/pepper_broker.cc",
"pepper/pepper_broker.h",
"pepper/pepper_browser_connection.cc",
@@ -822,6 +824,8 @@ target(link_target_type, "renderer") {
"pepper/pepper_platform_audio_input.h",
"pepper/pepper_platform_audio_output.cc",
"pepper/pepper_platform_audio_output.h",
+ "pepper/pepper_platform_audio_output_dev.cc",
+ "pepper/pepper_platform_audio_output_dev.h",
"pepper/pepper_platform_camera_device.cc",
"pepper/pepper_platform_camera_device.h",
"pepper/pepper_platform_video_capture.cc",
« no previous file with comments | « chrome/common/ppapi_utils.cc ('k') | content/renderer/pepper/content_renderer_pepper_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698