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

Unified Diff: base/third_party/nspr/prcpucfg.h

Issue 180037: Port some of the base system to FreeBSD. Extracted from... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « base/sys_info_posix.cc ('k') | base/third_party/nspr/prcpucfg_freebsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/nspr/prcpucfg.h
===================================================================
--- base/third_party/nspr/prcpucfg.h (revision 24732)
+++ base/third_party/nspr/prcpucfg.h (working copy)
@@ -36,6 +36,8 @@
#include "base/third_party/nspr/prcpucfg_mac.h"
#elif defined(__linux__)
#include "base/third_party/nspr/prcpucfg_linux.h"
+#elif defined(__FreeBSD__)
+#include "base/third_party/nspr/prcpucfg_freebsd.h"
#else
#error Provide a prcpucfg.h appropriate for your platform
#endif
« no previous file with comments | « base/sys_info_posix.cc ('k') | base/third_party/nspr/prcpucfg_freebsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698