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

Unified Diff: ppapi/examples/BUILD.gn

Issue 1343273005: ppapi: add AudioEncode example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl-audio-encoder
Patch Set: Created 5 years 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 | « no previous file | ppapi/examples/audio_encode/BUILD.gn » ('j') | ppapi/examples/audio_encode/audio_encode.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/BUILD.gn
diff --git a/ppapi/examples/BUILD.gn b/ppapi/examples/BUILD.gn
index 9369c585383c7caf406c7d066fc881f4d4efb8ae..65eb464529dd20b1b733e4e988c4956c6f0321de 100644
--- a/ppapi/examples/BUILD.gn
+++ b/ppapi/examples/BUILD.gn
@@ -7,6 +7,7 @@ group("examples") {
deps = [
"//ppapi/examples/2d",
"//ppapi/examples/audio",
+ "//ppapi/examples/audio_encode",
"//ppapi/examples/audio_input",
"//ppapi/examples/compositor",
"//ppapi/examples/crxfs",
« no previous file with comments | « no previous file | ppapi/examples/audio_encode/BUILD.gn » ('j') | ppapi/examples/audio_encode/audio_encode.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698