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

Unified Diff: ppapi/nacl_irt/plugin_main.cc

Issue 652393003: Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: ppapi/nacl_irt/plugin_main.cc
diff --git a/ppapi/nacl_irt/plugin_main.cc b/ppapi/nacl_irt/plugin_main.cc
index 8f0498c98eb2a9d1ea867690295864e952e99cb0..7186009a3afd1c67f21a49dbe7a6373d4c94ed29 100644
--- a/ppapi/nacl_irt/plugin_main.cc
+++ b/ppapi/nacl_irt/plugin_main.cc
@@ -33,7 +33,7 @@ int PpapiPluginMain() {
base::MessageLoop loop;
ppapi::proxy::PluginGlobals plugin_globals;
-#if defined(__native_client__)
+#if defined(__native_client__) && !defined(__native_client_nonsfi__)
Mark Seaborn 2014/10/27 18:59:07 Similarly, OS_NACL_SFI. You might as well commit
hidehiko 2014/10/28 20:14:00 Done.
// Currently on non-SFI mode, we don't use SRPC server on plugin.
// TODO(hidehiko): Make sure this SRPC is actually used on SFI-mode.

Powered by Google App Engine
This is Rietveld 408576698