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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 1348563003: ppapi: implement PPB_AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop checks on buffers already queued Created 5 years, 2 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/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index ea7ccbb9e7380352d043676da206dd04e97f6ed6..c441a767b748561cdd9e4a48fd5d090ab2029e36 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -395,6 +395,8 @@
'tests/test_audio.h',
'tests/test_audio_config.cc',
'tests/test_audio_config.h',
+ 'tests/test_audio_encoder.cc',
+ 'tests/test_audio_encoder.h',
'tests/test_case.cc',
'tests/test_case.h',
'tests/test_compositor.cc',

Powered by Google App Engine
This is Rietveld 408576698