| 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",
|
|
|