summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-02 08:14:42 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-02 08:14:42 +0000
commit9d8d4022c3e004d167e905b7132c04a1fd5fb8d3 (patch)
tree3d05bfb257fdbc401b8319f8fed3999e846d0db2 /base
parent43ad269c8e356fb6c2bf202a151266ba5c782184 (diff)
downloadchromium_src-9d8d4022c3e004d167e905b7132c04a1fd5fb8d3.zip
chromium_src-9d8d4022c3e004d167e905b7132c04a1fd5fb8d3.tar.gz
chromium_src-9d8d4022c3e004d167e905b7132c04a1fd5fb8d3.tar.bz2
Update prcpucfg.h to build in Native Client.
Native Client is similar to Linux, but it does not define __linux__. http://codereview.chromium.org/5479001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/third_party/nspr/prcpucfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/nspr/prcpucfg.h b/base/third_party/nspr/prcpucfg.h
index 5643d4c..73b0bf6 100644
--- a/base/third_party/nspr/prcpucfg.h
+++ b/base/third_party/nspr/prcpucfg.h
@@ -34,7 +34,7 @@
#include "base/third_party/nspr/prcpucfg_win.h"
#elif defined(__APPLE__)
#include "base/third_party/nspr/prcpucfg_mac.h"
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__native_client__)
#include "base/third_party/nspr/prcpucfg_linux.h"
#elif defined(__FreeBSD__)
#include "base/third_party/nspr/prcpucfg_freebsd.h"