| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 63df74678ff14a1cee7f3848c8c470c80298d507..536f8f3a2a921c8cebe61293c9fe6128ae05f432 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -98,6 +98,7 @@
|
| 'c/private/ppb_flash_tcp_socket.h',
|
| 'c/private/ppb_flash_udp_socket.h',
|
| 'c/private/ppb_gpu_blacklist_private.h',
|
| + 'c/private/ppb_host_resolver_private.h',
|
| 'c/private/ppb_instance_private.h',
|
| 'c/private/ppb_nacl_private.h',
|
| 'c/private/ppb_net_address_private.h',
|
| @@ -106,6 +107,7 @@
|
| 'c/private/ppp_instance_private.h',
|
| 'c/private/ppb_network_list_private.h',
|
| 'c/private/ppb_network_monitor_private.h',
|
| + 'c/private/ppb_tcp_server_socket_private.h',
|
| 'c/private/ppb_tcp_socket_private.h',
|
| 'c/private/ppb_udp_socket_private.h',
|
|
|
| @@ -311,6 +313,8 @@
|
| 'tests/test_case.h',
|
| 'tests/test_empty.cc',
|
| 'tests/test_empty.h',
|
| + 'tests/test_host_resolver_private.cc',
|
| + 'tests/test_host_resolver_private.h',
|
| 'tests/test_net_address_private_untrusted.cc',
|
| 'tests/test_net_address_private_untrusted.h',
|
| 'tests/test_tcp_server_socket_private.cc',
|
| @@ -403,8 +407,6 @@
|
| 'tests/test_graphics_2d.h',
|
| 'tests/test_graphics_3d.cc',
|
| 'tests/test_graphics_3d.h',
|
| - 'tests/test_host_resolver_private.cc',
|
| - 'tests/test_host_resolver_private.h',
|
| 'tests/test_image_data.cc',
|
| 'tests/test_image_data.h',
|
| 'tests/test_input_event.cc',
|
|
|