1. d759f34 Don't include TargetConditionals.h when building for android. by torne · 10 years ago
  2. ab30423 Adding atomic ops for MIPS64. by Gordana.Cmiljanovic@imgtec.com · 10 years ago
  3. a6ec66f Gate disabling nacl code on proper gyp flags, etc. by sehr@chromium.org · 10 years ago
  4. b01bca7 Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Replace its use with a static_cast. by rmcilroy@chromium.org · 11 years ago
  5. b98da34 disable more stacktrace usage in debug uclibc builds by mostynb@opera.com · 11 years ago
  6. e6184d6 Remove all uses of toolkit_use_gtk in the gyp files. by erg@chromium.org · 11 years ago
  7. e1df666 define LIBC_GLIBC as 1 for consistency by mostynb@opera.com · 11 years ago
  8. 7c3e555 Make ARM64 detection consistent. by primiano@chromium.org · 11 years ago
  9. 9d6aa45 Enable Arm64 target arch in gyp build config by rmcilroy@chromium.org · 11 years ago
  10. 26fc1e2 gtk: Make sure TOOLKIT_GTK is defined correctly when not using aura on all x11 platforms. by sadrul@chromium.org · 11 years ago
  11. 57a7a05 Add support for threading and atomic ops in QNX Neutrino. by ctruta@blackberry.com · 11 years ago
  12. 97a13e9 Fix compilation of base for arm64 by sdefresne@chromium.org · 11 years ago
  13. cb4fcc1 Revert of https://chromiumcodereview.appspot.com/103293003/ by jln@chromium.org · 11 years ago
  14. b924340 Revert 239102 "Move build/build_config_functions.h to sandbox/" by rlarocque@chromium.org · 11 years ago
  15. e0191da Move build/build_config_functions.h to sandbox/ by jln@chromium.org · 11 years ago
  16. fab49a3 Add build_config_functions.h to avoid #ifdef by jln@chromium.org · 11 years ago
  17. 0a59604 Define ARCH_CPU_LITTLE_ENDIAN for PNaCl by sergeyu@chromium.org · 11 years ago
  18. 7eba7cc aura: Allow creating content_shell without views. by sadrul@chromium.org · 11 years ago
  19. 155bdb1 Revert r229671 "aura: Allow creating content_shell without views." by pfeldman@chromium.org · 11 years ago
  20. 6178c55 aura: Allow creating content_shell without views. by sadrul@chromium.org · 11 years ago
  21. e04604c Revert 229524 "Revert 229521 "Revert 229507 "aura: Allow creating content_shell..."" by pfeldman@chromium.org · 11 years ago
  22. 51118da Revert 229521 "Revert 229507 "aura: Allow creating content_shell..." by thakis@chromium.org · 11 years ago
  23. dbad722 Revert 229507 "aura: Allow creating content_shell without views." by thakis@chromium.org · 11 years ago
  24. 58aa135 aura: Allow creating content_shell without views. by sadrul@chromium.org · 11 years ago
  25. 889d375 add a macro that really identifies glibc by mostynb@opera.com · 11 years ago
  26. 3b5d359 Adds TCMalloc support for Android. by bulach@chromium.org · 11 years ago
  27. 97b1234 Change MessagePumpLinux to MessagePumpOzone by davemoore@chromium.org · 12 years ago
  28. 532864d Rationalize linux vs x11 in ui by davemoore@chromium.org · 12 years ago
  29. 9e06a28 Add a message pump for ChromeOS Embedded. by rjkroege@chromium.org · 12 years ago
  30. a00ac9d Reorder platforms in build_config to fix Android on Mac. by torne@chromium.org · 12 years ago
  31. de8033c chromeos: Remove CROS_FONTS_USING_BCI. by derat@chromium.org · 12 years ago
  32. 3ed0c36 Fix build for native client to roll DEPS. by bbudge@chromium.org · 12 years ago
  33. 419824a Fix OS_IOS definition by stuartmorgan@chromium.org · 12 years ago
  34. 791de94 Add iOS support to common.gypi by stuartmorgan@chromium.org · 12 years ago
  35. d3a3e76 [MIPS] Adding atomic ops for MIPS architecture. by petarj@mips.com · 12 years ago
  36. 50dfbc4 linux: don't define NO_HEAPCHECKER for every file by evan@chromium.org · 13 years ago
  37. 5f343eb define OS_BSD on *BSD and replace the ifdefs to use that by robert.nagy@gmail.com · 13 years ago
  38. e0a523b Make use_nss a gyp var so that aura can build w/ nss. by davemoore@chromium.org · 13 years ago
  39. a9ca27c These are the changes necessary for views to be able to build w/ use_aura implying no gtk. by davemoore@chromium.org · 13 years ago
  40. fc205ff aura: Make GTK a dependency again for chrome/aura etc. to make things buildable. by sadrul@chromium.org · 13 years ago
  41. 847a572 Reland 102005 and 102009: aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  42. edefce0 Revert 102005 - aura: Explicitly disable GTK. by sky@chromium.org · 13 years ago
  43. 393e10c aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  44. 15566f9 Allow __pnacl__ target to build code included from Chrome. by sehr@google.com · 13 years ago
  45. 60d64b1 Remove USE_BASE_DATA_PACK from build_config.h since it's only by tony@chromium.org · 13 years ago
  46. bd0b245 Upstream android string implementation etc. by michaelbai@google.com · 13 years ago
  47. a94887c Implement AES-CTR for NSS. by hclam@chromium.org · 13 years ago
  48. 2eb424c [cros] Adjust default font sizes for new hand hinted fonts. by nkostylev@chromium.org · 14 years ago
  49. e716286 Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  50. 0dd3527 Make USE_OPENSSL and USE_NSS mutually exclusive by joth@chromium.org · 14 years ago
  51. 5ab4580 Don't define USE_HEAPCHECKER on Windows. by thestig@chromium.org · 14 years ago
  52. 089339c Solaris: various edits towards compiling Chromium on Solaris. Changed __Solaris__ to __sun. Defined NAME_MAX as MAXNAMLEN for systems where it is undefined. by evan@chromium.org · 15 years ago
  53. 0454415 Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap by glider@chromium.org · 15 years ago
  54. c491b20 Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define. by thestig@chromium.org · 15 years ago
  55. d0e6b85 Solaris: Second set adding in Solaris as an OS option by evan@chromium.org · 15 years ago
  56. 173c81c Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. by wtc@chromium.org · 15 years ago
  57. e596f22 bsds: views/ and webkit/ support for FreeBSD/OpenBSD by evan@chromium.org · 15 years ago
  58. d8b9f5c OpenBSD defines. by benl@chromium.org · 15 years ago
  59. 21252b1 Changes to build/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  60. fd7a76b Added a case to build_config.h to cover compiling for Linux with 16-bit wchars by brettw@chromium.org · 15 years ago
  61. 1be49d8 Add a simple about:tcmalloc page that just displays its canned stats. by sgk@chromium.org · 15 years ago
  62. 6b6b216 Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but by benl@chromium.org · 15 years ago
  63. 95936bd Stubs out OSExchangeData for views on gtk. by sky@chromium.org · 16 years ago
  64. 204c1d8 Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary by sky@chromium.org · 16 years ago
  65. 113ec0d Lands http://codereview.chromium.org/99349 for Ryan. by sky@chromium.org · 16 years ago
  66. 569de14 Add atomic operations for ARM. Review URL: http://codereview.chromium.org/57031 by thestig@chromium.org · 16 years ago
  67. 9d68067 NO CODE CHANGE by deanm@chromium.org · 16 years ago
  68. 837a67f WIN32 is defined by windows.h. _WIN32 is defined by the compiler. Fix the check to use _WIN32 since it is defined 100% of the time. by maruel@chromium.org · 16 years ago
  69. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  70. 5b70cbe Detect linux with '__linux__' since 'linux' is not defined with -ansi. by deanm@google.com · 16 years ago
  71. e3c034a Add defines for the size of wchar_t to build_config.h. Use this in places where we currently have an OS-specific check. by brettw@google.com · 16 years ago
  72. d3d79a7 Add process information (ARCH_CPU_*) to build_config.h. by deanm@google.com · 16 years ago
  73. 9a0fc8a OS_WINDOWS conflicted with a macro in Windows' shlwapi.h, use OS_WIN by mmentovai@google.com · 16 years ago
  74. 3d555b8 Provide OS_ and COMPILER_ macros for OS and compiler differentiation by mmentovai@google.com · 16 years ago