[NaCl SDK] ppapi_simple: Don't initialize nacl_io when running in sel_ldr
commit918b8195c559db1316fd6b1c961324cd0a53721a
authorsbc <sbc@chromium.org>
Sat, 28 Feb 2015 01:54:27 +0000 (27 17:54 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 28 Feb 2015 01:55:00 +0000 (28 01:55 +0000)
treeed98052008823c0ca451711f7cf2089325a4074b
parent6b2d16b5072558e38155bb727e4de041e176aac8
[NaCl SDK] ppapi_simple: Don't initialize nacl_io when running in sel_ldr

When running ppapi_simple-based application in sel_ldr
we almost never want to use nacl_io so don't initialize
it by default.  This makes it easier for application build
on ppapi_simple to run both under and Chrome and sel_ldr.

Review URL: https://codereview.chromium.org/964983002

Cr-Commit-Position: refs/heads/master@{#318569}
native_client_sdk/src/libraries/ppapi_simple/ps_main.c