| Index: ppapi/proxy/BUILD.gn
|
| diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
|
| index adda1930e76ade50637780482e8e77b048e7e591..c9019ca62f8802b15ed61441c5ab3933cbbd4365 100644
|
| --- a/ppapi/proxy/BUILD.gn
|
| +++ b/ppapi/proxy/BUILD.gn
|
| @@ -212,6 +212,8 @@ component("proxy") {
|
| "broker_dispatcher.h",
|
| "browser_font_singleton_resource.cc",
|
| "browser_font_singleton_resource.h",
|
| + "camera_capabilities_resource.cc",
|
| + "camera_capabilities_resource.h",
|
| "device_enumeration_resource_helper.cc",
|
| "device_enumeration_resource_helper.h",
|
| "flash_clipboard_resource.cc",
|
| @@ -232,6 +234,8 @@ component("proxy") {
|
| "host_dispatcher.h",
|
| "host_var_serialization_rules.cc",
|
| "host_var_serialization_rules.h",
|
| + "image_capture_resource.cc",
|
| + "image_capture_resource.h",
|
| "pdf_resource.cc",
|
| "pdf_resource.h",
|
| "platform_verification_private_resource.cc",
|
|
|