| Index: ppapi/proxy/BUILD.gn
|
| diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
|
| index ffec0dbc7dc95525d11c993a8120d41e9b7ae4c1..e3bd8c5439c67896ac061385c527a600a1b610f9 100644
|
| --- a/ppapi/proxy/BUILD.gn
|
| +++ b/ppapi/proxy/BUILD.gn
|
| @@ -19,6 +19,8 @@ component("proxy") {
|
| "../utility/completion_callback_factory.h",
|
| "audio_buffer_resource.cc",
|
| "audio_buffer_resource.h",
|
| + "audio_encoder_resource.cc",
|
| + "audio_encoder_resource.h",
|
| "broker_resource.cc",
|
| "broker_resource.h",
|
| "camera_capabilities_resource.cc",
|
|
|