Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 8c9b65895222dd292409a3fafac0f345bd821c35..07cb0a10f2f7704b8813b43da30397ebaca846df 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -207,9 +207,9 @@ |
'thunk/ppb_net_address_api.h', |
'thunk/ppb_net_address_thunk.cc', |
'thunk/ppb_network_list_api.h', |
- 'thunk/ppb_network_list_private_thunk.cc', |
+ 'thunk/ppb_network_list_thunk.cc', |
'thunk/ppb_network_monitor_api.h', |
- 'thunk/ppb_network_monitor_private_thunk.cc', |
+ 'thunk/ppb_network_monitor_thunk.cc', |
'thunk/ppb_network_proxy_api.h', |
'thunk/ppb_network_proxy_thunk.cc', |
'thunk/ppb_pdf_api.h', |
@@ -321,8 +321,6 @@ |
'shared_impl/private/net_address_private_impl.cc', |
'thunk/ppb_graphics_3d_thunk.cc', |
'thunk/ppb_host_resolver_private_thunk.cc', |
- 'thunk/ppb_network_list_private_thunk.cc', |
- 'thunk/ppb_network_monitor_private_thunk.cc', |
'thunk/ppb_tcp_server_socket_private_thunk.cc', |
'thunk/ppb_tcp_socket_private_thunk.cc', |
'thunk/ppb_udp_socket_private_thunk.cc', |