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

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: Added PPAPI NaCl tests. 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..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.

Powered by Google App Engine
This is Rietveld 408576698