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

Unified Diff: ppapi/examples/audio_encode/BUILD.gn

Issue 1343273005: ppapi: add AudioEncode example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl-audio-encoder
Patch Set: last nits 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 | « ppapi/examples/BUILD.gn ('k') | ppapi/examples/audio_encode/audio_encode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/audio_encode/BUILD.gn
diff --git a/ppapi/examples/audio/BUILD.gn b/ppapi/examples/audio_encode/BUILD.gn
similarity index 72%
copy from ppapi/examples/audio/BUILD.gn
copy to ppapi/examples/audio_encode/BUILD.gn
index 0b3deb8bdcbdee80e39215dbc8e161a62ea10904..2c68f6808da7e95d6bff96045be8731ac7a6ca68 100644
--- a/ppapi/examples/audio/BUILD.gn
+++ b/ppapi/examples/audio_encode/BUILD.gn
@@ -4,10 +4,10 @@
import("//ppapi/examples/ppapi_example.gni")
-ppapi_example("audio") {
- output_name = "ppapi_example_audio"
+ppapi_example("audio_encode") {
+ output_name = "ppapi_example_audio_encode"
sources = [
- "audio.cc",
+ "audio_encode.cc",
]
deps = [
"//ppapi/cpp",
« no previous file with comments | « ppapi/examples/BUILD.gn ('k') | ppapi/examples/audio_encode/audio_encode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698