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

Unified Diff: ppapi/cpp/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/c/pp_macros.h ('k') | ppapi/cpp/dev/audio_output_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/BUILD.gn
diff --git a/ppapi/cpp/BUILD.gn b/ppapi/cpp/BUILD.gn
index 586ca715e060aa965a251d215411628859776520..1252d7af87c09f326d49f78df49e1b57256e08a5 100644
--- a/ppapi/cpp/BUILD.gn
+++ b/ppapi/cpp/BUILD.gn
@@ -161,6 +161,8 @@ source_set("objects") {
# Dev interfaces.
"dev/audio_input_dev.cc",
"dev/audio_input_dev.h",
+ "dev/audio_output_dev.cc",
+ "dev/audio_output_dev.h",
"dev/buffer_dev.cc",
"dev/buffer_dev.h",
"dev/crypto_dev.cc",
« no previous file with comments | « ppapi/c/pp_macros.h ('k') | ppapi/cpp/dev/audio_output_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698