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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 8804006: Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extend RenderViewObserver Created 9 years 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 f715443053fccd5c7506fcb632b106e101b463bb..2bd9583394c865f9db02568c9b92a7a82c2f4ee2 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -253,10 +253,14 @@
'tests/pp_thread.h',
'tests/test_case.cc',
'tests/test_case.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_utils.cc',
'tests/testing_instance.cc',
'tests/testing_instance.h',
-
+
# Compile-time tests
'tests/test_c_includes.c',
'tests/test_cpp_includes.cc',

Powered by Google App Engine
This is Rietveld 408576698