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