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

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

Issue 17004010: PPAPI: Move PPB_NetworkProxy out of Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index 65c19bd948f3bd773b379af353bf5d25408d6e13..3c0950a28ea1d3a40071a4ecde18b9e74baeb6c5 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -337,6 +337,7 @@ include/ppapi/c/ppb_messaging.h
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
@@ -437,6 +438,7 @@ include/ppapi/cpp/module_impl.h
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
@@ -723,6 +725,7 @@ src/ppapi_cpp/module.cc
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