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

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

Issue 17962002: Merge 208513 "PPAPI: Move PPB_NetworkProxy out of Dev" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/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
Index: native_client_sdk/src/build_tools/sdk_files.list
===================================================================
--- native_client_sdk/src/build_tools/sdk_files.list (revision 208811)
+++ native_client_sdk/src/build_tools/sdk_files.list (working copy)
@@ -351,6 +351,7 @@
include/ppapi/c/ppb_mouse_cursor.h
include/ppapi/c/ppb_mouse_lock.h
include/ppapi/c/ppb_net_address.h
+include/ppapi/c/ppb_network_proxy.h
include/ppapi/c/pp_bool.h
include/ppapi/c/ppb_opengles2.h
include/ppapi/c/ppb_tcp_socket.h
@@ -451,6 +452,7 @@
include/ppapi/cpp/mouse_cursor.h
include/ppapi/cpp/mouse_lock.h
include/ppapi/cpp/net_address.h
+include/ppapi/cpp/network_proxy.h
include/ppapi/cpp/output_traits.h
include/ppapi/cpp/pass_ref.h
include/ppapi/c/ppp_graphics_3d.h
@@ -740,6 +742,7 @@
src/ppapi_cpp/mouse_cursor.cc
src/ppapi_cpp/mouse_lock.cc
src/ppapi_cpp/net_address.cc
+src/ppapi_cpp/network_proxy.cc
src/ppapi_cpp/paint_aggregator.cc
src/ppapi_cpp/paint_manager.cc
src/ppapi_cpp/ppp_entrypoints.cc

Powered by Google App Engine
This is Rietveld 408576698