summaryrefslogtreecommitdiffstats
path: root/build/build_config.h
Commit message (Expand)AuthorAgeFilesLines
* 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