| Index: ppapi/thunk/BUILD.gn
 | 
| diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
 | 
| index 9247bf00814f5f9123f5039173c7b12fde2f2b02..0cb7110d9f933522a309ebe21456ad3bd39c031a 100644
 | 
| --- a/ppapi/thunk/BUILD.gn
 | 
| +++ b/ppapi/thunk/BUILD.gn
 | 
| @@ -97,7 +97,6 @@ source_set("thunk") {
 | 
|      "ppb_platform_verification_api.h",
 | 
|      "ppb_printing_api.h",
 | 
|      "ppb_printing_dev_thunk.cc",
 | 
| -    "ppb_scrollbar_api.h",
 | 
|      "ppb_tcp_server_socket_private_api.h",
 | 
|      "ppb_tcp_server_socket_private_thunk.cc",
 | 
|      "ppb_tcp_socket_api.h",
 | 
| @@ -140,11 +139,8 @@ source_set("thunk") {
 | 
|      "ppb_view_thunk.cc",
 | 
|      "ppb_websocket_api.h",
 | 
|      "ppb_websocket_thunk.cc",
 | 
| -    "ppb_widget_api.h",
 | 
| -    "ppb_widget_dev_thunk.cc",
 | 
|      "ppb_x509_certificate_private_api.h",
 | 
|      "ppb_x509_certificate_private_thunk.cc",
 | 
| -    "ppb_zoom_dev_thunk.cc",
 | 
|      "thunk.h",
 | 
|    ]
 | 
|  
 | 
| @@ -169,7 +165,6 @@ source_set("thunk") {
 | 
|        "ppb_gles_chromium_texture_mapping_thunk.cc",
 | 
|        "ppb_pdf_thunk.cc",
 | 
|        "ppb_platform_verification_private_thunk.cc",
 | 
| -      "ppb_scrollbar_thunk.cc",
 | 
|        "ppb_url_util_thunk.cc",
 | 
|        "ppb_video_capture_thunk.cc",
 | 
|        "ppb_video_decoder_dev_thunk.cc",
 | 
| 
 |