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