summaryrefslogtreecommitdiffstats
path: root/base/os_compat_nacl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Enable parts of base_untrusted that are used by remoting clientsergeyu@chromium.org2012-07-261-0/+3
| | | | | | | | | | | | | | 1. base64, rand_util, threading, time and threads were previosly disabled in base_untrusted. Remoting code depends on these parts of base, so they need to be enabled. 2. Implemented NaCl version of rand_util. 3. Enabled glibc version of base_untrusted BUG=134216 Review URL: https://chromiumcodereview.appspot.com/10795083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148641 0039d316-1c4b-4281-b951-d872f2087c98
* Make more of base compile with the Native Client toolchain.bbudge@chromium.org2012-02-251-0/+27
This is needed to get parts of the PPAPI proxy to compile as untrusted code. Leaving base.gypi unchanged even though this adds files, as they are only used by experimental target. BUG=none TEST=none Review URL: http://codereview.chromium.org/9465017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123613 0039d316-1c4b-4281-b951-d872f2087c98