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

Unified Diff: native_client_sdk/src/build_tools/sdk_files.list

Issue 17314012: Move PPB_TCPSocket out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/api/dev/ppb_tcp_socket_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/sdk_files.list
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index ce9afa0d42a6dc36b3010915a001fcadb749f2db..b37a4f2c20cfe79904cdb598d2ea1a12880b7f98 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -283,7 +283,6 @@ include/ppapi/c/dev/ppb_opengles2ext_dev.h
include/ppapi/c/dev/ppb_printing_dev.h
include/ppapi/c/dev/ppb_resource_array_dev.h
include/ppapi/c/dev/ppb_scrollbar_dev.h
-include/ppapi/c/dev/ppb_tcp_socket_dev.h
include/ppapi/c/dev/ppb_testing_dev.h
include/ppapi/c/dev/ppb_text_input_dev.h
include/ppapi/c/dev/ppb_trace_event_dev.h
@@ -342,6 +341,7 @@ include/ppapi/c/ppb_mouse_lock.h
include/ppapi/c/ppb_net_address.h
include/ppapi/c/pp_bool.h
include/ppapi/c/ppb_opengles2.h
+include/ppapi/c/ppb_tcp_socket.h
include/ppapi/c/ppb_url_loader.h
include/ppapi/c/ppb_url_request_info.h
include/ppapi/c/ppb_url_response_info.h
@@ -388,7 +388,6 @@ include/ppapi/cpp/dev/resource_array_dev.h
include/ppapi/cpp/dev/scriptable_object_deprecated.h
include/ppapi/cpp/dev/scrollbar_dev.h
include/ppapi/cpp/dev/selection_dev.h
-include/ppapi/cpp/dev/tcp_socket_dev.h
include/ppapi/cpp/dev/text_input_dev.h
include/ppapi/cpp/dev/truetype_font_dev.h
include/ppapi/cpp/dev/udp_socket_dev.h
@@ -457,6 +456,7 @@ include/ppapi/cpp/resource.h
include/ppapi/c/pp_size.h
include/ppapi/cpp/size.h
include/ppapi/c/pp_stdint.h
+include/ppapi/cpp/tcp_socket.h
include/ppapi/c/pp_time.h
include/ppapi/c/pp_touch_point.h
include/ppapi/cpp/touch_point.h
@@ -712,6 +712,7 @@ src/ppapi_cpp/ppp_entrypoints.cc
src/ppapi_cpp/rect.cc
src/ppapi_cpp/resource.cc
src/ppapi_cpp/simple_thread.cc
+src/ppapi_cpp/tcp_socket.cc
src/ppapi_cpp/url_loader.cc
src/ppapi_cpp/url_request_info.cc
src/ppapi_cpp/url_response_info.cc
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/api/dev/ppb_tcp_socket_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698