1. 21642ab Force inclusion of build/common.gypi for all chromium gyp files. by [email protected] · 16 years ago
  2. c77043fc Move NSAutoreleasePool management into the PlatformTest constructor and by [email protected] · 16 years ago
  3. 1bba09c Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by [email protected] · 16 years ago
  4. f39b7f5 Delete boost. by [email protected] · 16 years ago
  5. 22015c33 Upgrade gtest to r267 and gmock to r173. by [email protected] · 16 years ago
  6. f0198481 Fix msvs_guid for gmock and re-add gmock_unittest into base_unittest. by [email protected] · 16 years ago
  7. 5290aaa Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. by [email protected] · 16 years ago
  8. fe60195 Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005." by [email protected] · 16 years ago
  9. e88648a Checkin a version of gmock, modified to use our boost_tuple in VS2005. by [email protected] · 16 years ago
  10. 4b0f963 gtest shouldn't link in gtest_main.cc, as that provides its own main(). by [email protected] · 16 years ago
  11. 5e8c669 Revert "gtest shouldn't link in gtest_main.cc, as that provides its own main()." by [email protected] · 16 years ago
  12. 5db956d0 gtest shouldn't link in gtest_main.cc, as that provides its own main(). by [email protected] · 16 years ago
  13. 653bd5f03 Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: by [email protected] · 16 years ago
  14. 0fad1f1 Remove the checked-in scons configuration files. by [email protected] · 16 years ago
  15. 5ee78e0 Update to Google Test 1.3.0. Review URL: http://codereview.chromium.org/50041 by [email protected] · 16 years ago
  16. c18f2650 Switching to gyp generated vcprojs for some components. by [email protected] · 16 years ago
  17. 36dcefd NO CODE CHANGE by [email protected] · 16 years ago
  18. 2a04896 Rolling back change 11431 (didn't work with a clobber either). by [email protected] · 16 years ago
  19. 5ae85ab Attempting to roll out gyp for base. by [email protected] · 16 years ago
  20. 926722f Rolling back change 11429. by [email protected] · 16 years ago
  21. 479eb31 junk by [email protected] · 16 years ago
  22. 25a3afa5 Fixing mistaken guid. by [email protected] · 16 years ago
  23. 0d54d2e Adding fixed guids to some modules to facilitate incremental switch to gyp. by [email protected] · 16 years ago
  24. f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
  25. bfa24b96 GYP it, GYP it good. by [email protected] · 17 years ago
  26. 2f80c31 Import .gyp files into the Chromium tree by [email protected] · 17 years ago
  27. deb17b8d Prep for generated .vcproj files: by [email protected] · 17 years ago
  28. caeb7a0 Generate all chrome .vcproj files: by [email protected] · 17 years ago
  29. 60871b0 Back out erroneous r8140 Review URL: http://codereview.chromium.org/18124 by [email protected] · 17 years ago
  30. b3f2713c Fix OSX compile by [email protected] · 17 years ago
  31. a7ad74b Updates to Visual Studio project generation to accomodate by [email protected] · 17 years ago
  32. da8e6fb Update googletest (gtest) to 1.2.1 by [email protected] · 17 years ago
  33. de2c4cc Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. by [email protected] · 17 years ago
  34. 08856366 Initial subset of .vcproj file generation, covering generation of: by [email protected] · 17 years ago
  35. 229c8b00 Set svn:eol-style so patches will apply on all platforms. by [email protected] · 17 years ago
  36. 9e483ab3 Initial generation of native Visual Studio solution files by [email protected] · 17 years ago
  37. b96fc5d Convert from using env['PLATFORM'] directly to using the more flexible by [email protected] · 17 years ago
  38. 770137a Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. by [email protected] · 17 years ago
  39. 52ceebc9 Changed svn:eol-style of all .sln and .vcproj files to CRLF by [email protected] · 17 years ago
  40. 23887f04f * Cleanup: move base/platform_test.h -> testing/ by [email protected] · 17 years ago
  41. 307f536 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names by [email protected] · 17 years ago
  42. 4c754445 SCons renaming updates for base, net and googleurl: by [email protected] · 17 years ago
  43. de8d2667 Wow, it's been a while since we cleaned EOL. by [email protected] · 17 years ago
  44. ae0b0f4 Update Copyright text in SCons config files. TBR: beng by [email protected] · 17 years ago
  45. f3bb0346 Move subdirectory skipping from being in the DEPS file of the directory to skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker. by [email protected] · 17 years ago
  46. 4ec7327e Use LF for newlines in all DEPS files by [email protected] · 17 years ago
  47. c9b778d Add more useful settings to the xcconfigs. by [email protected] · 17 years ago
  48. 8476333 Use a common directory for all build output on the Mac. by [email protected] · 17 years ago
  49. 7c094b94 Final changes to make checkdeps happy. by [email protected] · 17 years ago
  50. 9cd34b9 Move all settings except for the ones that really need to be per-target into by [email protected] · 17 years ago
  51. 5c301675 Unify all of the build settings, and tweak a couple. Set as many things as possible per project, not per target. Make base_unittests link with libbase.a instead of compiling everything separately in each target. Sort everything so files are easier to find and to reduce merge conflicts. by [email protected] · 17 years ago
  52. 2526315 Eliminate symbol visibility warnings produced when linking a unit test target against libgtest. Make a few other changes to gtest.xcodeproj to bring it in line with the rest of our project files. by [email protected] · 17 years ago
  53. d6302c7 fix includes to not be so generic by [email protected] · 17 years ago
  54. 198ba17 XCode project for building gTest static library so we can link it in our unit test targets. by [email protected] · 17 years ago
  55. f1db7a1 Convert submodules SConscript files to psuedo-builder calls. by [email protected] · 17 years ago
  56. 6b38199 Linuxify testing/SConscript. by [email protected] · 17 years ago
  57. e6c9e14 Add testing to the repository. by initial.commit · 17 years ago