summaryrefslogtreecommitdiffstats
path: root/build/build_config.h
Commit message (Expand)AuthorAgeFilesLines
* [cros] Adjust default font sizes for new hand hinted fonts.nkostylev@chromium.org2010-11-221-0/+6
* Bring up IPC in NaCl.abarth@chromium.org2010-11-121-1/+3
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-221-1/+7
* Don't define USE_HEAPCHECKER on Windows.thestig@chromium.org2010-10-151-1/+1
* Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar...evan@chromium.org2010-04-011-1/+1
* Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heapglider@chromium.org2010-03-261-0/+5
* Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.thestig@chromium.org2010-02-261-1/+1
* Solaris: Second set adding in Solaris as an OS optionevan@chromium.org2010-02-181-2/+6
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-2/+3
* bsds: views/ and webkit/ support for FreeBSD/OpenBSDevan@chromium.org2009-12-311-0/+6
* OpenBSD defines.benl@chromium.org2009-12-171-4/+1
* Changes to build/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-111-10/+8
* Added a case to build_config.h to cover compiling for Linux with 16-bit wchars brettw@chromium.org2009-10-221-0/+8
* Add a simple about:tcmalloc page that just displays its canned stats.sgk@chromium.org2009-09-221-0/+5
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-3/+21
* Stubs out OSExchangeData for views on gtk.sky@chromium.org2009-05-131-0/+1
* Fleshes out WidgetGTK and WindowGTK a bit more. This is still varysky@chromium.org2009-05-071-0/+4
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-0/+1
* Add atomic operations for ARM.thestig@chromium.org2009-05-011-1/+7
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* WIN32 is defined by windows.h. _WIN32 is defined by the compiler. Fix the che...maruel@chromium.org2009-02-091-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Detect linux with '__linux__' since 'linux' is not defined with -ansi.deanm@google.com2008-08-141-1/+1
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-0/+10
* Add process information (ARCH_CPU_*) to build_config.h.deanm@google.com2008-08-051-2/+28
* OS_WINDOWS conflicted with a macro in Windows' shlwapi.h, use OS_WINmmentovai@google.com2008-08-041-1/+1
* Provide OS_ and COMPILER_ macros for OS and compiler differentiationmmentovai@google.com2008-08-041-0/+57