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

Unified Diff: ppapi/thunk/BUILD.gn

Issue 2755613002: Support audio output device enumeration and selection in PPAPI (Closed)
Patch Set: Fix issues from previous review, Rebase. 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/thunk/BUILD.gn
diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
index 258e04464946c1b5c50ae150441bdc4b53d2424f..ab3531acfc5a5561410f18afb0a67a094c6df49d 100644
--- a/ppapi/thunk/BUILD.gn
+++ b/ppapi/thunk/BUILD.gn
@@ -20,6 +20,7 @@ source_set("thunk") {
"ppb_audio_encoder_api.h",
"ppb_audio_encoder_thunk.cc",
"ppb_audio_input_api.h",
+ "ppb_audio_output_api.h",
"ppb_audio_thunk.cc",
"ppb_broker_api.h",
"ppb_browser_font_trusted_api.h",
@@ -150,6 +151,7 @@ source_set("thunk") {
if (!is_nacl) {
sources += [
"ppb_audio_input_dev_thunk.cc",
+ "ppb_audio_output_dev_thunk.cc",
"ppb_broker_thunk.cc",
"ppb_browser_font_trusted_thunk.cc",
"ppb_buffer_thunk.cc",

Powered by Google App Engine
This is Rietveld 408576698