| Index: ppapi/thunk/BUILD.gn
|
| diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
|
| index 0f034e64d36d73a0d6ca2ed35ed17ee5acf7f9d0..43128cc16163204fc38dbdd2f684ae9886de2aea 100644
|
| --- a/ppapi/thunk/BUILD.gn
|
| +++ b/ppapi/thunk/BUILD.gn
|
| @@ -16,6 +16,10 @@ source_set("thunk") {
|
| "ppb_broker_api.h",
|
| "ppb_browser_font_trusted_api.h",
|
| "ppb_buffer_api.h",
|
| + "ppb_camera_capabilities_api.h",
|
| + "ppb_camera_capabilities_private_thunk.cc",
|
| + "ppb_camera_device_api.h",
|
| + "ppb_camera_device_private_thunk.cc",
|
| "ppb_compositor_api.h",
|
| "ppb_compositor_layer_api.h",
|
| "ppb_compositor_layer_thunk.cc",
|
| @@ -147,10 +151,6 @@ source_set("thunk") {
|
| "ppb_broker_thunk.cc",
|
| "ppb_browser_font_trusted_thunk.cc",
|
| "ppb_buffer_thunk.cc",
|
| - "ppb_camera_capabilities_api.h",
|
| - "ppb_camera_capabilities_private_thunk.cc",
|
| - "ppb_camera_device_api.h",
|
| - "ppb_camera_device_private_thunk.cc",
|
| "ppb_char_set_thunk.cc",
|
| "ppb_content_decryptor_private_thunk.cc",
|
| "ppb_flash_clipboard_thunk.cc",
|
|
|