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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9791003: Added pepper test for SSLHandshake (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index f3c7b5fc6c3f280439ecfd440a71df8f2ce54af2..6ec8ff1bb3903e4a0d95b5918272ac7d65522c46 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -311,10 +311,10 @@
'tests/test_net_address_private_untrusted.h',
'tests/test_tcp_server_socket_private.cc',
'tests/test_tcp_server_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_tcp_socket_private.cc',
+ 'tests/test_tcp_socket_private.h',
+ 'tests/test_udp_socket_private.cc',
+ 'tests/test_udp_socket_private.h',
'tests/test_utils.cc',
'tests/testing_instance.cc',
'tests/testing_instance.h',
@@ -420,8 +420,6 @@
'tests/test_scrollbar.cc',
'tests/test_scrollbar.h',
'tests/test_struct_sizes.c',
- 'tests/test_tcp_socket_private.cc',
- 'tests/test_tcp_socket_private.h',
'tests/test_uma.cc',
'tests/test_uma.h',
'tests/test_url_loader.cc',

Powered by Google App Engine
This is Rietveld 408576698