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

Unified Diff: ppapi/proxy/interface_list.cc

Issue 11094060: Exclude host-side code from the NaCl IRT proxy build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/proxy/ppb_audio_proxy.cc » ('j') | ppapi/proxy/ppb_file_io_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/interface_list.cc
===================================================================
--- ppapi/proxy/interface_list.cc (revision 161132)
+++ ppapi/proxy/interface_list.cc (working copy)
@@ -264,6 +264,7 @@
// PPP (plugin) interfaces.
// TODO(brettw) move these to interface_list*.h
+#if !defined(OS_NACL)
AddProxy(API_ID_PPP_INSTANCE, &ProxyFactory<PPP_Instance_Proxy>);
brettw 2012/10/11 18:05:50 I would have thought this one and the next line wa
bbudge 2012/10/11 18:46:02 You are correct.
AddPPP(PPP_INSTANCE_INTERFACE_1_1, API_ID_PPP_INSTANCE,
PPP_Instance_Proxy::GetInstanceInterface());
@@ -281,7 +282,6 @@
AddPPP(PPP_Messaging_Proxy::GetInfo());
AddPPP(PPP_MouseLock_Proxy::GetInfo());
AddPPP(PPP_Graphics3D_Proxy::GetInfo());
-#if !defined(OS_NACL)
AddPPP(PPP_Instance_Private_Proxy::GetInfo());
AddPPP(PPP_VideoCapture_Proxy::GetInfo());
AddPPP(PPP_VideoDecoder_Proxy::GetInfo());
« no previous file with comments | « no previous file | ppapi/proxy/ppb_audio_proxy.cc » ('j') | ppapi/proxy/ppb_file_io_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698