Chromium Code Reviews| Index: ppapi/ppapi_tests.gypi |
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
| index 3c8b69519eef08868887bfb92eef0a556cdc9164..2bd24a015cae918b5b1628b9f2504e6a0241fec9 100644 |
| --- a/ppapi/ppapi_tests.gypi |
| +++ b/ppapi/ppapi_tests.gypi |
| @@ -509,6 +509,8 @@ |
| #'test_url_util.cc', |
| # Not yet proxied. |
| #'test_video_decoder.cc', |
| + 'tests/test_tcp_socket_private_shared.cc', |
|
polina
2011/11/29 05:20:47
why do these have "shared" suffix?
ygorshenin
2011/11/29 13:25:18
Because of there already exists test_tcp_socket_pr
polina
2011/11/30 01:26:21
I would name the udp one what it should be (no sha
|
| + 'tests/test_udp_socket_private_shared.cc', |
| 'tests/test_var.cc', |
| # Deprecated test cases. |