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

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

Issue 1151973003: ppapi: implement PPB_AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Windows fixes in proxy code Created 5 years, 6 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
« 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_input/BUILD.gn b/ppapi/examples/audio_encode/BUILD.gn
similarity index 72%
copy from ppapi/examples/audio_input/BUILD.gn
copy to ppapi/examples/audio_encode/BUILD.gn
index ac11766176e478ce4c2eb6ff80035a6cdd9f40cd..2c68f6808da7e95d6bff96045be8731ac7a6ca68 100644
--- a/ppapi/examples/audio_input/BUILD.gn
+++ b/ppapi/examples/audio_encode/BUILD.gn
@@ -4,10 +4,10 @@
import("//ppapi/examples/ppapi_example.gni")
-ppapi_example("audio_input") {
- output_name = "ppapi_example_audio_input"
+ppapi_example("audio_encode") {
+ output_name = "ppapi_example_audio_encode"
sources = [
- "audio_input.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