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

Unified Diff: ppapi/thunk/BUILD.gn

Issue 1128023009: ppapi: define PPB_AudioEncoder API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GetNumberOfSamples() for Speex Created 5 years, 7 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 9247bf00814f5f9123f5039173c7b12fde2f2b02..90d77682cbaca4bda54572f8e15609691f2a4d7b 100644
--- a/ppapi/thunk/BUILD.gn
+++ b/ppapi/thunk/BUILD.gn
@@ -17,6 +17,8 @@ source_set("thunk") {
"ppb_audio_buffer_thunk.cc",
"ppb_audio_config_api.h",
"ppb_audio_config_thunk.cc",
+ "ppb_audio_encoder_api.h",
+ "ppb_audio_encoder_thunk.cc",
"ppb_audio_input_api.h",
"ppb_audio_thunk.cc",
"ppb_broker_api.h",

Powered by Google App Engine
This is Rietveld 408576698