summaryrefslogtreecommitdiffstats
path: root/build/build_config.h
Commit message (Expand)AuthorAgeFilesLines
* chromeos: Remove CROS_FONTS_USING_BCI.derat@chromium.org2012-08-161-6/+0
* Fix build for native client to roll DEPS.bbudge@chromium.org2012-07-041-2/+2
* Fix OS_IOS definitionstuartmorgan@chromium.org2012-07-021-2/+2
* Add iOS support to common.gypistuartmorgan@chromium.org2012-06-291-2/+13
* [MIPS] Adding atomic ops for MIPS architecture.petarj@mips.com2012-06-181-0/+6
* linux: don't define NO_HEAPCHECKER for every fileevan@chromium.org2012-01-241-6/+1
* define OS_BSD on *BSD and replace the ifdefs to use thatrobert.nagy@gmail.com2011-11-151-5/+11
* Make use_nss a gyp var so that aura can build w/ nss.davemoore@chromium.org2011-10-051-6/+1
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-6/+0
* aura: Make GTK a dependency again for chrome/aura etc. to make things buildable.sadrul@chromium.org2011-09-211-1/+1
* Reland 102005 and 102009: aura: Explicitly disable GTK.sadrul@chromium.org2011-09-211-1/+1
* Revert 102005 - aura: Explicitly disable GTK.sky@chromium.org2011-09-201-1/+1
* aura: Explicitly disable GTK.sadrul@chromium.org2011-09-201-1/+1
* Allow __pnacl__ target to build code included from Chrome.sehr@google.com2011-08-261-0/+2
* Remove USE_BASE_DATA_PACK from build_config.h since it's onlytony@chromium.org2011-08-021-3/+1
* Upstream android string implementation etc.michaelbai@google.com2011-06-271-3/+17
* Implement AES-CTR for NSS.hclam@chromium.org2011-06-241-0/+3
* [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