Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: ppapi/ppapi_tests.gypi

Issue 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Browser (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed issues. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index b6cd46e657ffe4e4aa6c165d543d49d835775e95..55e8e06fe740ae3d2b51792d6005a95f24d443e9 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -131,6 +131,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.

Powered by Google App Engine
This is Rietveld 408576698