| Index: ppapi/thunk/BUILD.gn
|
| diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
|
| index 18096a4fbda303ae6b49c308590020e01617f4c3..9247bf00814f5f9123f5039173c7b12fde2f2b02 100644
|
| --- a/ppapi/thunk/BUILD.gn
|
| +++ b/ppapi/thunk/BUILD.gn
|
| @@ -98,7 +98,6 @@ source_set("thunk") {
|
| "ppb_printing_api.h",
|
| "ppb_printing_dev_thunk.cc",
|
| "ppb_scrollbar_api.h",
|
| - "ppb_talk_private_api.h",
|
| "ppb_tcp_server_socket_private_api.h",
|
| "ppb_tcp_server_socket_private_thunk.cc",
|
| "ppb_tcp_socket_api.h",
|
| @@ -171,7 +170,6 @@ source_set("thunk") {
|
| "ppb_pdf_thunk.cc",
|
| "ppb_platform_verification_private_thunk.cc",
|
| "ppb_scrollbar_thunk.cc",
|
| - "ppb_talk_private_thunk.cc",
|
| "ppb_url_util_thunk.cc",
|
| "ppb_video_capture_thunk.cc",
|
| "ppb_video_decoder_dev_thunk.cc",
|
|
|