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

Unified Diff: ppapi/c/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 | « ppapi/api/dev/ppb_device_ref_dev.idl ('k') | ppapi/c/dev/ppb_audio_output_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/BUILD.gn
diff --git a/ppapi/c/BUILD.gn b/ppapi/c/BUILD.gn
index 9894dd978764d098bf355d4a2cf700e92fb6d777..cd3fda9d4e01eba02b7ad58fbc68ffce087ee3c7 100644
--- a/ppapi/c/BUILD.gn
+++ b/ppapi/c/BUILD.gn
@@ -87,6 +87,7 @@ source_set("c") {
"dev/pp_video_capture_dev.h",
"dev/pp_video_dev.h",
"dev/ppb_audio_input_dev.h",
+ "dev/ppb_audio_output_dev.h",
"dev/ppb_buffer_dev.h",
"dev/ppb_char_set_dev.h",
"dev/ppb_crypto_dev.h",
« no previous file with comments | « ppapi/api/dev/ppb_device_ref_dev.idl ('k') | ppapi/c/dev/ppb_audio_output_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698