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

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

Issue 17419008: Move PPB_NetAddress 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 | « no previous file | ppapi/api/dev/ppb_host_resolver_dev.idl » ('j') | ppapi/api/ppb_net_address.idl » ('J')
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 97d7cb87163067dd70d810791c4eb77f4403911e..ce9afa0d42a6dc36b3010915a001fcadb749f2db 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -279,7 +279,6 @@ include/ppapi/c/dev/ppb_host_resolver_dev.h
include/ppapi/c/dev/ppb_ime_input_event_dev.h
include/ppapi/c/dev/ppb_keyboard_input_event_dev.h
include/ppapi/c/dev/ppb_memory_dev.h
-include/ppapi/c/dev/ppb_net_address_dev.h
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
@@ -340,6 +339,7 @@ include/ppapi/c/ppb_message_loop.h
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/pp_bool.h
include/ppapi/c/ppb_opengles2.h
include/ppapi/c/ppb_url_loader.h
@@ -383,7 +383,6 @@ include/ppapi/cpp/dev/graphics_2d_dev.h
include/ppapi/cpp/dev/host_resolver_dev.h
include/ppapi/cpp/dev/ime_input_event_dev.h
include/ppapi/cpp/dev/memory_dev.h
-include/ppapi/cpp/dev/net_address_dev.h
include/ppapi/cpp/dev/printing_dev.h
include/ppapi/cpp/dev/resource_array_dev.h
include/ppapi/cpp/dev/scriptable_object_deprecated.h
@@ -440,6 +439,7 @@ include/ppapi/cpp/module.h
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/output_traits.h
include/ppapi/cpp/pass_ref.h
include/ppapi/c/ppp_graphics_3d.h
@@ -705,6 +705,7 @@ src/ppapi_cpp/message_loop.cc
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/paint_aggregator.cc
src/ppapi_cpp/paint_manager.cc
src/ppapi_cpp/ppp_entrypoints.cc
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_host_resolver_dev.idl » ('j') | ppapi/api/ppb_net_address.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698