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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_host_resolver_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 66440877cc05c3d90499070f7a7f3e63b8f7d042..68bcfce34b85f9e1f8e900f6f15e51539a5dbf96 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -37,6 +37,7 @@
'module.cc',
'mouse_cursor.cc',
'mouse_lock.cc',
+ 'net_address.cc',
'ppp_entrypoints.cc',
'rect.cc',
'resource.cc',
@@ -52,7 +53,6 @@
# ppapi/cpp/dev
'widget_client_dev.cc',
- 'net_address_dev.cc',
'resource_array_dev.cc',
'video_capture_client_dev.cc',
'video_decoder_client_dev.cc',
@@ -131,6 +131,7 @@
'module_impl.h',
'mouse_cursor.h',
'mouse_lock.h',
+ 'net_address.h',
'output_traits.h',
'pass_ref.h',
'point.h',
@@ -164,7 +165,6 @@
'host_resolver_dev.h',
'ime_input_event_dev.h',
'memory_dev.h',
- 'net_address_dev.h',
'printing_dev.h',
'resource_array_dev.h',
'scriptable_object_deprecated.h',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_host_resolver_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698