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

Unified Diff: src/shared/ppapi_proxy/nacl.scons

Issue 6177007: ppapi_proxy: Support loading and reading urls. Proxy URLLoader.... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 11 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 | « src/shared/ppapi_proxy/completion_callback.srpc ('k') | src/shared/ppapi_proxy/plugin_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/nacl.scons
===================================================================
--- src/shared/ppapi_proxy/nacl.scons (revision 4123)
+++ src/shared/ppapi_proxy/nacl.scons (working copy)
@@ -41,6 +41,7 @@
'ppb_graphics_2d.srpc',
'ppb_image_data.srpc',
'ppb_instance.srpc',
+ 'ppb_url_loader.srpc',
'ppb_url_request_info.srpc',
'ppb_url_response_info.srpc',
],
@@ -75,6 +76,7 @@
'plugin_main.cc',
'plugin_ppb_instance.cc',
'plugin_ppb.cc',
+ 'plugin_ppb_url_loader.cc',
'plugin_ppb_url_request_info.cc',
'plugin_ppb_url_response_info.cc',
'plugin_ppp_instance_rpc_server.cc',
@@ -82,7 +84,6 @@
'plugin_resource.cc',
'plugin_resource_tracker.cc',
'plugin_upcall.cc',
- 'plugin_url_loader.cc',
'plugin_var.cc',
'utility.cc',
# Autogenerated files
« no previous file with comments | « src/shared/ppapi_proxy/completion_callback.srpc ('k') | src/shared/ppapi_proxy/plugin_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698