1. 50dfbc4 linux: don't define NO_HEAPCHECKER for every file by evan@chromium.org · 13 years ago
  2. 9f0d617 Delete the scan sources test. I previously deleted scan_sources but left the by brettw@chromium.org · 13 years ago
  3. d761942 Remove build/scan_sources.py by brettw@chromium.org · 13 years ago
  4. 509c754 Yet another fix for concurrent calls to expand.exe. by grt@chromium.org · 13 years ago
  5. 3faf3c8 Address comments in 8921029 extract_from_cab script now takes a global lock while extracting from the CAB file. by apatrick@chromium.org · 13 years ago
  6. 38ff3d2 extract_from_cab script now takes a global lock while extracting from the CAB file. by apatrick@chromium.org · 13 years ago
  7. c04ced4 Add automatic retry of cab extraction. by maruel@chromium.org · 13 years ago
  8. 1f144a3 Fix python scripts in src/build/ by maruel@chromium.org · 13 years ago
  9. 5f343eb define OS_BSD on *BSD and replace the ifdefs to use that by robert.nagy@gmail.com · 13 years ago
  10. 12722e3 Make it possible to include another file and port print_preview unit test to unit_tests. by scr@chromium.org · 13 years ago
  11. 1960a02 Speculative Revert 108361 - in hope to fix Win Builder 2010 by glotov@google.com · 13 years ago
  12. db8be06 This CL is based on the patch: http://codereview.chromium.org/8416025 by noelallen@google.com · 13 years ago
  13. a6009be Revert 108116 - Use GYP to build nacl_irt by dmichael@chromium.org · 13 years ago
  14. e681049 Use GYP to build nacl_irt by noelallen@google.com · 13 years ago
  15. e0a523b Make use_nss a gyp var so that aura can build w/ nss. by davemoore@chromium.org · 13 years ago
  16. 6c5e0d6 Create scanning script to determine header dependencies. by noelallen@google.com · 13 years ago
  17. 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
  18. fc205ff aura: Make GTK a dependency again for chrome/aura etc. to make things buildable. by sadrul@chromium.org · 13 years ago
  19. 847a572 Reland 102005 and 102009: aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  20. edefce0 Revert 102005 - aura: Explicitly disable GTK. by sky@chromium.org · 13 years ago
  21. 393e10c aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  22. dfc65a9 Make autofill regular expressions unicode again. by tony@chromium.org · 13 years ago
  23. 225ca5f Eliminate headers from precompile.h that define 'interface' to avoid compile failures on Windows that would not be seen on Mac or Linux. I didn't do an exact measurement but I think we lose very little in terms of build time from this; Windows.h is the big Windows-specific header and it's still precompiled. by joi@chromium.org · 13 years ago
  24. 3b4d6d9 Use precompiled headers for most large projects where the .gyp file by joi@chromium.org · 13 years ago
  25. 15566f9 Allow __pnacl__ target to build code included from Chrome. by sehr@google.com · 13 years ago
  26. 60d64b1 Remove USE_BASE_DATA_PACK from build_config.h since it's only by tony@chromium.org · 13 years ago
  27. bd0b245 Upstream android string implementation etc. by michaelbai@google.com · 13 years ago
  28. a94887c Implement AES-CTR for NSS. by hclam@chromium.org · 13 years ago
  29. b038ce0 Remove dummy build/build-bisect.py. It was moved to tools/bisect-builds.py in r70112. by thestig@chromium.org · 13 years ago
  30. 19ae975 Add forwarding script for build-bisect.py. by evan@chromium.org · 14 years ago
  31. 6d25e97 Rename build/build-bisect.py to tools/bisect-builds.py. by evan@chromium.org · 14 years ago
  32. b8e5ea3 build-bisect.py: Update the base snapshot archive URL. by rsesek@chromium.org · 14 years ago
  33. ee7d9aa Let build-bisect.py print download progress. by thakis@chromium.org · 14 years ago
  34. 2eb424c [cros] Adjust default font sizes for new hand hinted fonts. by nkostylev@chromium.org · 14 years ago
  35. e716286 Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  36. 0dd3527 Make USE_OPENSSL and USE_NSS mutually exclusive by joth@chromium.org · 14 years ago
  37. 5ab4580 Don't define USE_HEAPCHECKER on Windows. by thestig@chromium.org · 14 years ago
  38. 5684aaf build-bisect: clarify usage by evan@chromium.org · 14 years ago
  39. 8b1461b Adds chromeos option to build-bisect. by sky@chromium.org · 14 years ago
  40. 1218a88 Touch extracted D3DX9 dll in extract_d3dx9 action. by apatrick@chromium.org · 14 years ago
  41. 226b791 Relanding r53076 with linux fix. by apatrick@chromium.org · 14 years ago
  42. 9331664 Revert 53076 - GYP changed to extract D3DX9 DLL into product dir. by pinkerton@chromium.org · 14 years ago
  43. 869346f GYP changed to extract D3DX9 DLL into product dir. by apatrick@chromium.org · 14 years ago
  44. 07e92d5 Dummy change to trigger a build. by maruel@chromium.org · 14 years ago
  45. 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 · 14 years ago
  46. d881c10 Make build-bisect script work on win. by nirnimesh@chromium.org · 14 years ago
  47. 0454415 Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap by glider@chromium.org · 14 years ago
  48. 6d58347 build-bisect: don't crash on bad input to the good/bad prompt by evan@chromium.org · 14 years ago
  49. 5776dd2 Move apply_locales.py from src/chrome/tools/build/ to src/build/. by tony@chromium.org · 14 years ago
  50. c491b20 Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define. by thestig@chromium.org · 14 years ago
  51. d0e6b85 Solaris: Second set adding in Solaris as an OS option by evan@chromium.org · 14 years ago
  52. 173c81c Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. by wtc@chromium.org · 15 years ago
  53. e596f22 bsds: views/ and webkit/ support for FreeBSD/OpenBSD by evan@chromium.org · 15 years ago
  54. d8b9f5c OpenBSD defines. by benl@chromium.org · 15 years ago
  55. 21252b1 Changes to build/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  56. ab42567 linux: compiler_version.py tweak to work on gcc 4.4 by evan@chromium.org · 15 years ago
  57. d9110cb Linux: Autodetect and change build flags when using gcc 4.4. by craig.schlenter@chromium.org · 15 years ago
  58. 670699b Bisect script should exit gracefully when not enough revisions are present by nirnimesh@chromium.org · 15 years ago
  59. fd7a76b Added a case to build_config.h to cover compiling for Linux with 16-bit wchars by brettw@chromium.org · 15 years ago
  60. c2fedbd Emit the changelog URL, and pass on extra command-line args as args to chromium. by nirnimesh@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. e92f0f2 build-bisect.py: Minor tweaks and Mac fix by rsesek@chromium.org · 15 years ago
  63. cfce4c9 build-bisect: minor usability tweaks by evan@chromium.org · 15 years ago
  64. 6b6b216 Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but by benl@chromium.org · 15 years ago
  65. af003b8 Make the build-bisect tool work with non-Mac archives. by mmoss@chromium.org · 15 years ago
  66. e0c13e8 Add a Mac-specifc snapshot build archive bisecting tool. by rsesek@chromium.org · 15 years ago
  67. 95936bd Stubs out OSExchangeData for views on gtk. by sky@chromium.org · 15 years ago
  68. 204c1d8 Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary by sky@chromium.org · 15 years ago
  69. 113ec0d Lands http://codereview.chromium.org/99349 for Ryan. by sky@chromium.org · 15 years ago
  70. 569de14 Add atomic operations for ARM. Review URL: http://codereview.chromium.org/57031 by thestig@chromium.org · 15 years ago
  71. 9d68067 NO CODE CHANGE by deanm@chromium.org · 15 years ago
  72. 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 · 15 years ago
  73. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  74. 5b70cbe Detect linux with '__linux__' since 'linux' is not defined with -ansi. by deanm@google.com · 16 years ago
  75. 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
  76. d3d79a7 Add process information (ARCH_CPU_*) to build_config.h. by deanm@google.com · 16 years ago
  77. 9a0fc8a OS_WINDOWS conflicted with a macro in Windows' shlwapi.h, use OS_WIN by mmentovai@google.com · 16 years ago
  78. 3d555b8 Provide OS_ and COMPILER_ macros for OS and compiler differentiation by mmentovai@google.com · 16 years ago