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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp

Issue 9704080: HostResolver is exposed to Native Client. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 years, 9 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: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
index 443fbaa9a295c126c586790d7dea83c1c950459c..5922275da0eaf09cfe388fd9f3462244c47241cb 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
@@ -31,8 +31,8 @@
'browser_callback.cc',
'browser_globals.cc',
'browser_nacl_file_rpc_server.cc',
- 'browser_ppb_audio_rpc_server.cc',
'browser_ppb_audio_config_rpc_server.cc',
+ 'browser_ppb_audio_rpc_server.cc',
'browser_ppb_core_rpc_server.cc',
'browser_ppb_cursor_control_rpc_server.cc',
'browser_ppb_file_io_rpc_server.cc',
@@ -44,6 +44,7 @@
'browser_ppb_gamepad_rpc_server.cc',
'browser_ppb_graphics_2d_rpc_server.cc',
'browser_ppb_graphics_3d_rpc_server.cc',
+ 'browser_ppb_host_resolver_private_rpc_server.cc',
'browser_ppb_image_data_rpc_server.cc',
'browser_ppb_input_event_rpc_server.cc',
'browser_ppb_instance_rpc_server.cc',

Powered by Google App Engine
This is Rietveld 408576698