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

Unified Diff: ppapi/cpp/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 side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698