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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 8555002: Added NaCl proxy for TCP/UDP (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 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.

Powered by Google App Engine
This is Rietveld 408576698