| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index f3c7b5fc6c3f280439ecfd440a71df8f2ce54af2..6ec8ff1bb3903e4a0d95b5918272ac7d65522c46 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -311,10 +311,10 @@
|
| 'tests/test_net_address_private_untrusted.h',
|
| 'tests/test_tcp_server_socket_private.cc',
|
| 'tests/test_tcp_server_socket_private.h',
|
| - 'tests/test_tcp_socket_private_shared.cc',
|
| - 'tests/test_tcp_socket_private_shared.h',
|
| - 'tests/test_udp_socket_private_shared.cc',
|
| - 'tests/test_udp_socket_private_shared.h',
|
| + 'tests/test_tcp_socket_private.cc',
|
| + 'tests/test_tcp_socket_private.h',
|
| + 'tests/test_udp_socket_private.cc',
|
| + 'tests/test_udp_socket_private.h',
|
| 'tests/test_utils.cc',
|
| 'tests/testing_instance.cc',
|
| 'tests/testing_instance.h',
|
| @@ -420,8 +420,6 @@
|
| 'tests/test_scrollbar.cc',
|
| 'tests/test_scrollbar.h',
|
| 'tests/test_struct_sizes.c',
|
| - 'tests/test_tcp_socket_private.cc',
|
| - 'tests/test_tcp_socket_private.h',
|
| 'tests/test_uma.cc',
|
| 'tests/test_uma.h',
|
| 'tests/test_url_loader.cc',
|
|
|