| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 3c8b69519eef08868887bfb92eef0a556cdc9164..36b280325f9ae14c79eabf573c20b80c00bbadd4 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -127,6 +127,10 @@
|
| 'tests/test_struct_sizes.c',
|
| 'tests/test_tcp_socket_private.cc',
|
| 'tests/test_tcp_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_uma.cc',
|
| 'tests/test_uma.h',
|
| 'tests/test_url_loader.cc',
|
| @@ -509,6 +513,8 @@
|
| #'test_url_util.cc',
|
| # Not yet proxied.
|
| #'test_video_decoder.cc',
|
| + 'tests/test_tcp_socket_private_shared.cc',
|
| + 'tests/test_udp_socket_private_shared.cc',
|
| 'tests/test_var.cc',
|
|
|
| # Deprecated test cases.
|
|
|